section{
    width: 100%;
    float: left;
    position: relative;
}
section .crs-wrap{
    height: 100%;
}
section>a{
    position: absolute;
    bottom: 55px;
    left: calc(50% - 40px);
    z-index: 99;
    text-align: center;
    width: 80px;
    font-size: .7em;
    text-shadow: 0 0 5px rgba(0,0,0,.7);
    color: #fff;
}
section>a span{
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 2em;
    color: #888;
    background: rgba(255,255,255,.8);
    border-radius: 100%;
    text-shadow: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}
section>a p{
    display: block;
    width: 100%;
    padding-top: 5px;
}
@media only screen and (max-width: 767px){
    section>a{
        display: none;
    }
}
.crs-screen-item{
    background-size: 100%;
}
.crs-screen-roll{
    z-index: 98;
}
.crs-bar{
    z-index: 99;
}

.banner-video{
    width: 100%;
    float: left;
}
.banner-video .video-iframe{
    padding-bottom: 40%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
    position: relative;
}
.banner-video iframe{
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


main{
    width: 100%;
    float: left;
}
.there-btn{
    width: 100%;
    float: left;
/*
    background: url(../images/btn-bg.png) rgba(0,0,0,.5);
    background-size: cover;
*/
}
.there-btn a{
    display: block;
    width: 33.33%;
    float: left;
    color: #fff;
    font-size: 1.2em;
    text-align: center;
    padding: 40px 0;
}
.there-btn a:hover{
    opacity: .7;
}
.there-btn a i{
    font-size: 1.4em;
    margin-right: 5px;
    vertical-align: middle;
    margin-bottom: 5px;
}
.there-btn a.gr{
    background: url(../images/btn-bg.png) left no-repeat #8db92f;
}
.there-btn a.or{
    background: url(../images/btn-bg.png) center no-repeat #e99a00;
}
.there-btn a.red{
    background: url(..//images/btn-bg.png) right no-repeat #d53b08;
}
@media only screen and (max-width: 1280px){
    .there-btn a{
        font-size: 1em;
    }
    .there-btn a i{
        font-size: 1.2em;
    }
}
@media only screen and (max-width: 500px){
    .there-btn a{
        width: 100%;
        padding: 30px 0;
    }
}
.news{
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
}
.news:after{
    content: none;
}
.news ul li{
    width: 100%;
    display: block;
}
.news .ai a{
    display: block;
    width: 100%;
}
.news .ai a:hover{
    opacity: .8;
}
.news .ai a:nth-child(2){
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
.news .qa{
    position: relative;
    background: url(../images/qa-bg.jpg);
    background-size: cover;
}
.news ul li a{
    position: relative;
    display: block;
}
/*
.news ul li a div,
.news .qa div{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,.6);
    color: #fff;
    font-size: .9em;
    padding: 15px 20px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s ;
    z-index: 1;
}
.news ul li a:hover div{
    padding: 10px 20px 20px;
}
.news ul li a .img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
*/
.news ul li a h2,
.news .qa h2{
    width: 100%;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    font-size: 1.3em;
    font-weight: 400;
    position: relative;
    padding-bottom: 3px;
    margin: 0 0 3px;
}
.news .qa h2{
    -webkit-line-clamp: 2;
    margin-bottom: 10px;
}
.news ul li a h2:after{
    position: absolute;
    width: 0;
    height: 2px;
    background: #56b7eb;
    left: 0;
    bottom: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s ;
}
.news .qa p{
    width: 100%;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 30px;
    margin-top: 10px;
}
.news .qa a{
    display: inline-block;
    padding: 5px 20px 6px;
    color: #fff;
    background: #439853;
    margin-top: 15px;
    border-radius: 3px;
    font-size: .85em;
}
.news .qa a:hover{
    background: #fff;
    color: #439853;
}
.news ul li a span{
    display: inline-block;
    background: #000;
    padding: 3px 10px;
    font-size: .75em;
    margin-top: 5px;
}
.news ul li a:hover h2:after{
    width: 100%;
}
.news>div,
.news ul{
    width: 33.33%
}
.news ul.news-pic a{
    overflow: hidden;
}
.news ul.news-pic a div{
    position: absolute;
    bottom: -100px;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,.6);
    color: #fff;
    font-size: .85em;
    padding: 15px;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s ;
    z-index: 1;
}
.news ul.news-pic a:hover div{
    bottom: 0;
}
.news .table{
    background: #007fc2;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-content:space-between;
}
.news .h{
    font-size: 1.3em;
    padding: 15px;
    background: #56b7eb;
    width: 100%;
}
.news .h p{
    float: right;
    font-size: .8em;
    padding-top: 3px;
}
.news .h p a{
    display: inline-block;
    margin: 0 0 0 10px;
    color: #fff;
}
.news .hb{
    background: #016092;
    width: 100%;
    padding: 15px;
    text-align: right;
    font-size: .8em;
}
.news .hb a{
    color: #98dbff;
}
.news table{
    width: 80%;
    margin: auto;
    text-align: center;
    font-size: .9em;
}
.news table th{
    padding: 10px;
    color: #fff7b7;
}
.news table td{
    padding: 3px 0;
    height: 55px;
}
.news table td a{
    display: inline-block;
    background: #65b5ce;
    color: #fff;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    line-height: 50px;
}
.modal .table{
    padding-right: 30px;
    font-size: .9em;
}
.modal .table h3{
    width: 100%;
    margin: 10px 0;
    display: block;
    font-size: 1.4em;
}
.modal .table p{
    width: 100%;
    display: block;
    padding-bottom: 10px;
}
.modal .table span.a2t{
    background: #000;
    color: #fff;
    font-size: .8em;
    padding: 5px 10px;
    display: inline-block;
}
@media only screen and (max-width: 1580px){
    .news .qa h2{
        -webkit-line-clamp: 1;
    }
    .news .qa p{
        -webkit-line-clamp: 3;
    }
}
@media only screen and (max-width: 1480px){
    .news table{
        font-size: .8em;
    }
    .news table th{
        padding: 5px;
    }
    .news table td a{
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .news table td{
        height: 45px;
    }
}
@media only screen and (max-width: 1280px){
/*
    .news ul li a div{
        font-size: .8em;
        padding: 10px 15px;
    }
    .news ul li a:hover div{
        padding: 10px 15px 20px;
    }
*/
    .news ul.news-pic a div{
        font-size: .8em;
    }
    .news ul.news-pic a div p{
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        width: 100%;
    }
    .news ul li a h2,
    .news .qa h2{
        font-size: 1.2em;
    }
    .news .qa p{
        font-size: .9em;
        line-height: 24px;
    }
    .news ul li a span{
        font-size: .65em;
    }
    .news .h{
        font-size: 1.1em;
        padding: 9px 15px;
    }
    .news .h p{
        font-size: .7em;
    }
    .news .hb{
        padding: 9px 15px;
        font-size: .7em;
    }
    .news table{
        font-size: .7em;
    }
    .news table td{
        height: 35px;
    }
    .news table td a{
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .news ul.qa li h2{
        margin-bottom: 0;
    }
    .news ul.qa li p{
        -webkit-line-clamp: 2;
        margin-top: 0;
    }
}
@media only screen and (max-width: 990px){
    .news .h{
        padding: 4px 15px;
        font-size: 1em;
    }
    .news .hb{
        padding: 4px 15px;
        font-size: .65em
    }
    .news table{
        font-size: .65em;
    }
    .news table td{
        height: 26px;
    }
    .news table td a{
        width: 21px;
        height: 21px;
        line-height: 21px;
    }
    .news ul.news-pic a div{
        font-size: .75em;
        padding: 10px;
    }
}
@media only screen and (max-width: 799px){
    .news{
        flex-wrap: wrap;
    }
    .news>div, .news ul{
        width: 100%;
    }
    .news ul li{
        width: 50%;
        float: left;
    }
    .news .ai a img{
        width: 100%;
    }
    .news .qa{
        width: 100%;
    }
    .news .qa img{
        width: 100%;
    }
    .news .qa h2{
        -webkit-line-clamp: 2;
        margin-bottom: 10px;
    }
    .news .qa p{
        -webkit-line-clamp: 4;
        line-height: 30px;
    }
    .news .h{
        padding: 10px 15px;
        font-size: 1.1em;
    }
    .news .hb{
        padding: 10px 15px;
        font-size: .7em
    }
    .news table{
        font-size: .7em;
        margin: 20px auto;
        width: 90%;
    }
    .news table td{
        height: 35px;
    }
    .news table td a{
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .news ul.news-pic a div{
        font-size: .85em;
        bottom: 0;
    }
}
@media only screen and (max-width: 500px){
    .news ul li{
        width: 100%;
    }
    .news .qa h2{
        -webkit-line-clamp: 1;
    }
    .news .qa p{
        -webkit-line-clamp: 3;
        line-height: 24px;
    }

}

#gradient-rotate {
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   width: 100%;
    height: 798px;
}
#trianglify-overlay {
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   width: 100%;
   height: 800px;
    display: none;
}
#color-stop-1 {
      -webkit-animation: change-color-1 12s ease-in-out infinite alternate;
      animation: change-color-1 12s ease-in-out infinite alternate
    }

    #color-stop-2 {
      -webkit-animation: change-color-2 12s ease-in-out infinite alternate;
      animation: change-color-2 12s ease-in-out infinite alternate
    }

    #color-stop-3 {
      -webkit-animation: change-color-3 12s ease-in-out infinite alternate;
      animation: change-color-3 12s ease-in-out infinite alternate
    }
    @keyframes change-color-1 {
      0% {
        stop-color: #22C8F6
      }

      25% {
        stop-color: #ff0
      }

      50% {
        stop-color: #00ffcb
      }

      75% {
        stop-color: #70ff00
      }
    }
    @keyframes change-color-2 {
      0% {
        stop-color: #20C498
      }

      25% {
        stop-color: #ff00ad
      }

      350% {
        stop-color: #d480ff
      }

      75% {
        stop-color: #ff9200
      }
    }
    @keyframes change-color-3 {
      0% {
        stop-color: #189932
      }

      25% {
        stop-color: #c300cb
      }

      50% {
        stop-color: #5600d4
      }

      75% {
        stop-color: #ff46dc
      }
    }

.park{
    width: 100%;
    float: left;
    position: relative;
}
.park-table{
    width: 100%;
    float: left;
    position: relative;
    z-index: 9999;
    background: url(../images/bg.png);
    padding: 80px 0;
}
.park-table>div{
    width: 1380px;
    max-width: 90%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.park-table>div .img{
    position: relative;
    width: 450px;
}
@media only screen and (min-width: 1680px){
    .park-table>div{
        width: 1580px;
    }
    .park-table>div .img{
        width: 650px;
    }
    #gradient-rotate{
        height: 1030px;
    }
}
/*
.park-table>div .img .hover{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s ;
}
*/
.park [id^='park_']{
     position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s ;
    display: none;
}
.park-table>div .img.cc .hover{
    opacity: 1;
}
.text>div .bb img:last-child,
.text>div .bb.off img:first-child,
.text>div .bb:hover img:first-child{
    display: none;
}
.text>div .bb.off img:last-child,
.text>div .bb:hover img:last-child{
    display: inline-block;
}
.park-table>div .text{
    flex: 1;
    padding-left: 40px;
}
.park-table>div .text>div .icon{
    display: flex;
    justify-content: space-between;
}
.park-table>div .text>div .icon:after{
    content: none;
}

.park .info{
    width: 100%;
    float: left;
    padding-top: 70px;
    position: relative;
}
audio{
    position: absolute;
    top: 20px;
    left: calc(50% - 150px);
    height: 35px;
    z-index: 1;
}
.park .info p{
    width: 100%;
    float: left;
    font-size: 1.1em;
    line-height: 42px;
}
.park .info p.heading{
    font-size: 2em;
    text-align: center;
}
.park .info_btn{
    position: relative;
    width: 100%;
    float: left;
}

.park .info h1 {
    font-size: 1.6em;
    text-align: center;
    font-weight: normal;
    padding-bottom: 5px;
}

.park .icon{
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
    text-align: center;
    position: relative;
    z-index: 11;
}
.park .icon:after{
    content: none;
}
.park .icon_all>a span{
    width: 90px;
    height: 90px;
    display: inline-block;
    border-radius: 100%;
    border: 2px solid #fff;
    background-color: #ecebeb;
    background-position: center center;
    background-repeat: no-repeat;
    transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
    background-size: 50px;
}
.park .icon_all>a:hover span{
    background-color: #4db0cc;
}
.park .icon_all>a.icona.off span,
.park .icon_all>a.iconb.off span,
.park .icon_all>a.iconc.off span,
.park .icon_all>a.icond.off span,
.park .icon_all>a.icone.off span,
.park .icon_all>a.iconf.off span,
.park .icon_all>a.icong.off span{
    background-color: #4db0cc;
}
.park .icon_all>a.icona span{
    background-image: url(../images/in-icon01.png);
}
.park .icon_all>a.icona:hover span,
.park .icon_all>a.icona.off span{
    background-image: url(../images/in-icon01a.png);
}
.park .icon_all>a.iconb span{
    background-image: url(../images/in-icon02.png);
}
.park .icon_all>a.iconb:hover span,
.park .icon_all>a.iconb.off span{
    background-image: url(../images/in-icon02a.png);
}
.park .icon_all>a.iconc span{
    background-image: url(../images/in-icon03.png);
}
.park .icon_all>a.iconc:hover span,
.park .icon_all>a.iconc.off span{
    background-image: url(../images/in-icon03a.png);
}
.park .icon_all>a.icond span{
    background-image: url(../images/in-icon04.png);
}
.park .icon_all>a.icond:hover span,
.park .icon_all>a.icond.off span{
    background-image: url(../images/in-icon04a.png);
}
.park .icon_all>a.icone span{
    background-image: url(../images/in-icon05.png);
}
.park .icon_all>a.icone:hover span,
.park .icon_all>a.icone.off span{
    background-image: url(../images/in-icon05a.png);
}
.park .icon_all>a.iconf span{
    background-image: url(../images/in-icon06.png);
    background-size: 55px;
}
.park .icon_all>a.iconf:hover span,
.park .icon_all>a.iconf.off span{
    background-image: url(../images/in-icon06a.png);
}
.park .icon_all>a.icong span{
    background-image: url(../images/in-icon07.png);
    background-size: 55px;
}
.park .icon_all>a.icong:hover span,
.park .icon_all>a.icong.off span{
    background-image: url(../images/in-icon07a.png);
}

.park .icon_all>a p{
    display: block;
    width: 100%;
    font-size: .9em;
    padding-top: 10px;
}

.park [id^='phone_text_']{
    display: none;
    position: absolute;
    left: 0;
    top: 150px;
    background: rgba(77,176,204,.8);
    color: #fff;
    border-radius: 5px;
    padding: 15px;
    text-align: left;
}
.park [id^='phone_text_']:after{
    position: absolute;
    top: -15px;
    left: 28px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 15px 15px;
    border-color: transparent transparent rgba(77,176,204,.8) transparent;
}
.park #phone_text_2:after{
    left: 163px;
}
.park #phone_text_3:after{
    left: 292px;
}
.park #phone_text_4:after{
    left: 423px;
}
.park #phone_text_5:after{
    left:auto;
    right: 288px;
}
.park #phone_text_6:after{
    left:auto;
    right: 163px;
}
.park #phone_text_7:after{
    left:auto;
    right: 28px;
}
.park [id^='phone_text_'] p{
    font-size: .8em;
    line-height: 24px;
    width: 100%;
    float: left;
    padding: 3px 0;
}
.park [id^='phone_text_'] p.heading {
	font-size: 1em;
    color: #fffb96;
}
.park [id^='phone_text_'] a{
    color: #fff;
    background: #408294;
    border-radius: 3px;
    padding: 3px 10px 4px;
    font-size: .8em;
    float: right;
    margin-top: 10px;
}
/*
.park [id^='phone_text_']>a{
    float: right;
    margin-top: 10px;
}
*/
.park [id^='phone_text_'] a:hover{
    background: #fff;
    color: #408294;
}
.park [id^='phone_text_'] .icon_btn{
    width: 100%;
    float: left;
}
.park [id^='phone_text_'] .icon_btn a{
    width: calc(20% - 10px);
    margin:5px 10px 5px 0;
    float: left;
    text-align: center;
}
@media only screen and (max-width: 1379px){
    .park [id^='phone_text_']:after{
        border-color: transparent transparent transparent transparent;
    }
    .park .icon_all>a span{
        width: 65px;
        height: 65px;
        background-size: 35px;
    }
    .park .icon_all>a.iconf span,
    .park .icon_all>a.icong span{
        background-size: 40px;
    }
    .park .info p{
        font-size: .9em;
        line-height: 36px;
    }
    .park .info p.heading{
        font-size: 1.6em;
    }
    .park .icon_all>a p{
        font-size: .8em;
    }
    .park [id^='phone_text_']{
        top: 106px;
    }
    .park [id^='phone_text_'] p,
    .park [id^='phone_text_'] a{
        font-size: .7em;
    }
    .park [id^='phone_text_'] p.heading {
        font-size: .85em;
    }
}
@media only screen and (max-width: 1199px){
    .park-table>div .img{
        width: 300px;
    }
}
@media only screen and (max-width: 990px){
    .park-table>div{
        flex-wrap: wrap;
    }
    .park-table>div .img,
    .park-table>div .text{
        width: 100%;
    }
    .park-table>div .text{
        flex: none;
        padding-top: 30px;
        padding-left: 0;
    }
    .park-table>div .img{
        text-align: center;
    }
    #gradient-rotate{
        height: 1800px;
    }
}
@media only screen and (max-width: 767px){
    .park-table>div .text>div .icon{
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .park .icon_all{
        width: 25%;
        padding: 20px 0;
    }
    .park .icon_all>a span{
        width: 80px;
        height: 80px;
        background-size: 50px;
    }
    .park .icon_all>a.iconf span,
    .park .icon_all>a.icong span{
        background-size: 60px;
    }
    .park .icon_all>a p{
        font-size: .9em;
    }
    .park [id^='phone_text_']{
        top: 140px;
    }
    .park [id^='phone_text_'] p,
    .park [id^='phone_text_'] a{
        font-size: .7em;
    }
    .park [id^='phone_text_'] p.heading {
        font-size: .85em;
    }
    .park #phone_text_5,
    .park #phone_text_6,
    .park #phone_text_7{
        top: 300px;
    }
    .park [id^='phone_text_'] .icon_btn a{
        width: calc(33.33% - 10px);
    }
    #gradient-rotate{
        height: 2200px;
    }
}
@media only screen and (max-width: 500px){
    .park .icon_all{
        width: 33.33%;
    }
    .park #phone_text_4{
        top: 300px;
    }
    .park #phone_text_7{
        top: 450px;
    }
}
.video{
    width: 100%;
    float: left;
    padding: 100px 0;
    background:url(../images/video-bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    overflow: hidden;
}

.video>div{
    margin: auto;
    width: 1300px;
    max-width: 90%;
    position: relative;
    z-index: 10;
}
.video>div.table{
    display: flex;
}
.video>div.heading{
    text-align: center;
    font-size: 1.2em;
    color: #fff;
    padding-bottom: 60px;
}
.video>div.heading span{
    background: rgba(0,0,0,.6);
    display: inline-block;
    padding: 7px 30px 8px;
}
.fb-table{
    width: 495px;
    float: left;
    margin-right: 5%;

}
.fb-table iframe,
.fb-table >div{
    width: 100%;
    height: 100%;
    box-shadow: 0 3px 5px rgba(0,0,0,.6);
}
video blockquote{
    width: 100%;
    height: 100%;
}
.video-table {
    flex: 1;
}
.video-table p{
    width: 100%;
    font-size: 1.3em;
    padding: 0 3px;
    display: block;
}
.video-table .iframe{
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
    position: relative;
    box-shadow: 0 3px 5px rgba(0,0,0,.6);
}
.video>div.mp4{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    overflow: hidden;
    margin: auto;
    max-width: 100%;
}
.video>div.mp4::before{
    padding-top: 56.25%;
    display: block;
    content: "";
}
.video-table iframe{
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
video{
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 150%;
}
.video-table .more{
    display: block;
    width: 100%;
    margin: auto;
    font-size: .7em;
    padding: 20px 0;
}
.video-table .more a{
    display: inline-block;
    color: #fff;
    background: #3bbb9f;
    border-radius: 5px;
    padding: 9px 30px 10px;
}
@media only screen and (max-width: 1280px){
    .fb-table{
        width: 45%;
        float: left;
        margin-right: 5%;
    }
    .video-table {
        width: 45%;
        margin: 0 0 0 5%;
        flex: none;
    }
}
@media only screen and (max-width: 990px){
    .video>div{
        flex-wrap: wrap;
        justify-content: center;
    }
    .fb-table{
        margin: 0 0 40px;
        width: 495px;
        max-width: 300px;
    }
    .fb-table iframe{
        height: 400px;
    }
    .video-table {
        width: 100%;
        margin: 0;
    }
    .video-table p,
    .video-table .more{
        text-align: center;
    }
    .video>div.mp4{
        display: none;
    }
}

.ig{
    width: 100%;
    float: left;
    padding: 70px 0;
    background: #fff;
    position: relative;
}
.ig>div{
    width: 1400px;
    max-width: 90%;
    margin: auto;
}
.ig-heading{
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
}
.ig-heading>div:first-child{
    width: 330px;
    margin-right: 40px;
}
.ig-heading>div:last-child{
    flex: 1;
    border-left: 1px solid #bbb;
    padding:10px 10px 10px 40px;
}
.ig-heading>div p{
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    color: #888;
}
.ig-heading>div p:first-child{
    color: #222;
    font-size: 1.2em;
    margin-bottom: 5px;
}
.ig-heading>div p:first-child>i{
    font-size: 1.4em;
    margin:0 15px;
}
.ig-heading>div p a{
    color: #fff;
    background: #166cb7;
    border-radius: 5px;
    padding: 10px 50px 11px;
    font-size: .8em;
    margin-left: 10px;
}
.ig-heading>div p a:hover{
    background: #222;
}
.ig-heading>div p a i{
    margin-left: 5px;
}
.ig-iframe{
    width: 100%;
    float: left;
    padding-top: 30px;
}
.ig ul{
    width: calc(100% + 10px);
    margin-left: -5px;
    float: left;
    padding-top: 30px;
    display: flex;
    flex-wrap: wrap;
}
.ig ul li{
    width: calc(25% - 10px);
    float: left;
    margin: 5px 5px;
}
.ig ul li.two{
    width: calc(50% - 10px);
}
.ig ul li a{
    width: 100%;
    display: block;
    overflow: hidden;
}
.ig ul li a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.ig ul li img {
    width: 100%;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
@media only screen and (max-width: 1199px){
    .ig-heading>div:first-child{
        width: 230px;
    }
}
@media only screen and (max-width: 990px){
    .ig ul li{
        width: calc(50% - 10px);
    }
    .ig ul li.two{
        width: calc(100% - 10px);
    }
    .ig-heading{
        justify-content: center;
    }
    .ig-heading,
    .ig-heading>div p{
        flex-wrap: wrap;
        justify-content: center;
    }
    .ig-heading>div:last-child{
        width: 100%;
        flex: none;
        border-top: 1px solid #bbb;
        border-left: 0;
        margin-top: 20px;
        padding: 20px 0;
    }
    .ig-heading>div:first-child{
        margin: 0;
    }
}
@media only screen and (max-width: 500px){
    .ig-heading>div:first-child{
        width: 180px;
    }
    .ig-heading>div p a{
        width: 100%;
        margin: 10px 0;
        text-align: center;
    }
}
.link{
    width: 100%;
    float: left;
    padding: 60px 0 240px;
    background: url(../images/link-bg.gif);
    background-size: cover;
    background-position: bottom;
    border-top: 3px solid #f0eea4;
}
.link .heading {
	display: block;
    width: 100%;
    margin: auto;
    font-size: 1.6em;
    text-align: center;
    padding-bottom: 20px;
}
.link>div{
    width: 1100px;
    max-width: 90%;
    margin: auto;
    padding:20px 0 10px;
}
.link .more{
    display: block;
    width: 100%;
    margin: auto;
    text-align: center;
    font-size: .7em;
    padding: 20px 0;
}
.link .more a{
    display: inline-block;
    color: #fff;
    background: #bbb;
    border-radius: 5px;
    padding: 9px 30px 10px;
}
.link .other{
    display: block;
    width: 100%;
    margin: auto;
    text-align: center;
    font-size: .95em;
    color: #663580;
    padding-top: 250px;
}
.link .other a{
    display: inline-block;
    vertical-align: middle;
    margin: 0 7px 3px;
    font-size: 2.2em;
}
.link .other a:hover{
    opacity: .7;
}
.link .other a.fb{
    color: #3b5998
}
.link .other a.line{
    color: #00c300
}
.link .other a.tw{
    color: #1da1f2
}
@media only screen and (max-width: 1680px){
    .link .other{
        padding-top: 190px;
    }
}
.slick-prev, .slick-next{
    top: calc(50% - 15px);
    width: 30px;
    height: 30px;
    font-size: 1em;
    color: #888;
}
.slick-prev:hover, .slick-next:hover{
    color: #888;
}
.slick-prev.slick-disabled, .slick-next.slick-disabled{
    color: #ccc;
}
.slick-prev:before, .slick-next:before{
    content: none;
}
.slick-initialized .slick-slide{
    padding: 0 10px;
    text-align: center;
    opacity: .8;
}
.slick-initialized .slick-slide a{
    display: block;
}
.slick-slide img{
    display: inline-block;
}
@media only screen and (max-width: 767px){
    .link{
        background-position: center center;
    }
}
@media only screen and (max-width: 500px){
    .link .heading{
        font-size: 1.3em;
    }
    .link .other{
        font-size: .75em;
    }
    .link .other a{
        margin: 0 5px 3px;
        font-size: 2em;
    }
    .slick-prev{
        left: -10px;
    }
    .slick-next{
        right:-10px;
    }
}

.map{
    width: 100%;
    float: left;
    position: relative;
}
.map .iframe{
    width: 100%;
    float: left;
    padding-bottom: 30%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    position: relative;
}
.map iframe{
   max-width: 100%;
   position: absolute;
   top: 0;left: 0;
   width: 100%;
   height: 100%;
}
.map iframe *:after{
    content: none;
}
.map .text{
    width: 350px;
    position: absolute;
    right: 5%;
    top: calc(50% - 122.5px);
}
.map .text>div{
    width: 100%;
    float: left;
    color: #fff;
    text-align: center;
    padding: 15px;
}
.map .text>div:first-child{
    background: rgba(31,150,161,.9);
}
.map .text>div:last-child{
    background: rgba(53,204,171,.9);
}
.map .text>div p{
    width: 100%;
    float: left;
    padding: 3px 0;
    font-size: .8em;
}
.map .text>div p.heading {
	font-size: 1.1em;
    color: #fdffbc;
    padding-bottom: 5px;
}
@media only screen and (max-width: 800px){
    .map .text{
        width: 100%;
        position: relative;
        top: 0;
        right: 0;
    }
}

