
@import url(reset.css);
@import url(font-awesome.min1.css);
@import url(rwdgrid.css);
@import url(textEditor.css);
@import url(contentbuilder.css);

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.arrowNext,
.arrowNext:after,
.arrowNext:before,
.arrowPrev,
.arrowPrev:after,
.arrowPrev:before,
.btnMore span:after,
.btnMore span:before,
.btnMore:after,
.classColumnBox>ul .linkHasItems:before,
header .menuBtn span:after,
header .menuBtn span:before,
ul.dots li button:before {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}

body {
    font-family: Arial, '微软雅黑';
    font-size: 14px;
    letter-spacing: 0;
    background-color: #fff
}

.videoPlay {
    width: 55%;
    position: relative
}

.videoPlay .video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

@media (max-width:1440px) {
    .videoPlay {
        width: 650px;
        padding-bottom: 368px
    }
}

@media (max-width:768px) {
    .videoPlay {
        width: 100%;
        padding-bottom: 56.2%
    }
}

.loadingArea {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999999;
    width: 100%;
    height: 100vh;
    overflow: hidden
}

.loadingArea .loadingMask {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.loadingArea.go {
    pointer-events: none
}

.loadingArea.go .loadingMask {
    opacity: 0
}

.outerWrap {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh
}

@media (max-width:1180px) {
    .outerWrap {
        padding-top: 60px;
        padding-bottom: 55px
    }
}

.outerWrap .mainArea {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

@media (min-width:1181px) {
    body:not(.WebSiteHome) .outerWrap {
        padding-top: 80px
    }
}

.wrap {
    width: 100%;
    margin: 0 auto; position: relative;
}

@media (min-width:1451px) {
    .wrap {
        max-width: 1350px;
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width:641px) and (max-width:1450px) {
    .wrap {
        padding-left: 50px;
        padding-right: 50px
    }
}

@media (min-width:361px) and (max-width:640px) {
    .wrap {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media (max-width:360px) {
    .wrap {
        padding-left: 15px;
        padding-right: 15px
    }
}

.wrap.fullWrap {
    max-width: 100%;
    padding: 0
}

a {
    color: #17181a;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease
}

a:hover {
    color: #74ad86
}

.moduleBox {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1005;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition-property: top, opacity, visibility;
    -o-transition-property: top, opacity, visibility;
    -moz-transition-property: top, opacity, visibility;
    transition-property: top, opacity, visibility;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out
}

.moduleBox.show {
    opacity: 1;
    visibility: visible
}

.moduleBox.show .mobuleWrap {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.mobuleWrap {
    position: relative;
    width: 100%;
    max-width: 960px;
    background-color: #fff;
    pointer-events: auto;
    padding-top: 50px;
    opacity: 0;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}

.moduleContent {
    width: 100%;
    max-height: -webkit-calc(90vh - 50px);
    max-height: -moz-calc(90vh - 50px);
    max-height: calc(90vh - 50px);
    overflow-y: auto;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px
}

.moduleMask {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1003;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.moduleMask.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto
}

.moduleClose {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background: none;
    background-color: #74ad86;
    border: none;
    cursor: pointer
}

.moduleClose:after,
.moduleClose:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -15px;
    margin-top: -0.5px;
    width: 30px;
    height: 1px;
    background-color: #fff
}

.moduleClose:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.moduleClose:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 50;
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1)
}

header .wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 80px
}

@media (min-width:641px) and (max-width:1440px) {
    header .wrap {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (max-width:1180px) {
    header .wrap {
        height: 60px
    }
}

@media (max-width:640px) {
    header .wrap {
        padding-right: 15px
    }
}

header .group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 80px
}

header .rightBox {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0 0 0 50px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

header.ins .langBox .btn i,
header.shrink .langBox .btn i {
    color: #74ad86
}

header .langBox {
    width: 44px;
    margin-right: 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

header .langBox .btn {
    cursor: pointer;
    min-width: 0;
    padding: 0;
    border: 0;
    font-size: 20px;
    background-color: transparent
}

header .langBox .btn:after,
header .langBox .btn:before {
    content: normal
}

header .langBox {
    position: relative
}

header .langBox>a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

header .langBox.dropdown .submenu {
    display: none;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 100%;
    z-index: 99;
    text-align: center
}

header .langBox.dropdown .submenu li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff
}

header .langBox.dropdown .submenu li a {
    padding: 16px 24px;
    color: #74ad86;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

header .langBox.dropdown .submenu li a:hover {
    background-color: #74ad86;
    color: #fff
}

header .langBox.dropdown>a {
    width: 46px;
    height: 46px;
    background-color: #fff;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

header .langBox.dropdown>a:hover {
    -webkit-animation: jelloBtn .9s both;
    -moz-animation: jelloBtn .9s both;
    animation: jelloBtn .9s both
}

header .langBox.dropdown>a i {
    font-size: 24px;
    color: #8D647B
}

header .socialBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:600px) {
    header .socialBox {
        display: none
    }
}

header .socialBox:before {
    display: none
}

header .socialLink {
    width: 27px;
    height: 44px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    color: #74ad86;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px
}


header .socialLink img{width: 25px;}
header .socialLink:hover {
    color: #17181a;
    opacity: 1
}


@media (max-width:1440px) {
    header .socialLink {
        margin-right: 0
    }
}

header .menuBtn {
    position: relative;
    width: 40px;
    height: 40px;
    background-color: #74ad86;
    cursor: pointer
}

@media (min-width:1181px) {
    header .menuBtn {
        display: none
    }
}

@media (min-width:521px) and (max-width:1180px) {
    header .menuBtn {
        margin-left: 10px
    }
}

@media (max-width:520px) {
    header .menuBtn {
        margin-left: 10px
    }
}

header .menuBtn span {
    position: absolute;
    top: -webkit-calc(50% - 4px);
    top: -moz-calc(50% - 4px);
    top: calc(50% - 4px);
    left: -webkit-calc(50% - 9px);
    left: -moz-calc(50% - 9px);
    left: calc(50% - 9px);
    width: 18px;
    height: 8px
}

header .menuBtn span:after,
header .menuBtn span:before {
    content: '';
    position: absolute;
    left: -webkit-calc(50% - 9px);
    left: -moz-calc(50% - 9px);
    left: calc(50% - 9px);
    width: 100%;
    height: 1px;
    background-color: #fff
}

header .menuBtn span:before {
    top: 0
}

header .menuBtn span:after {
    bottom: 0
}

header .menuBtn.open span:before {
    top: 50%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

header .menuBtn.open span:after {
    bottom: 50%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

@media (max-width:1180px) {
    header .rightBox {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding-left: 20px
    }

    header .rightBox .group {
        height: auto
    }

    header .rightBox .langBox .btn i {
        color: #74ad86
    }

    header .rightBox .langBox.dropdown .submenu {
        top: -webkit-calc(100% + 8px);
        top: -moz-calc(100% + 8px);
        top: calc(100% + 8px)
    }
}

.logo {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 150px;
    height: 50px
}

.logo a {
    display: block;
    width: 100%;
    height: 100%;
    background: url("../images/logo.png") no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    text-indent: -9999px
}

@media (max-width:1180px) {
    .menuBox {
        display: none
    }
}

.menu {
    margin-right: 20px
}

.menu>li {
    position: relative;
    display: inline-block
}

.menu>li a {
    position: relative;
    display: block;
    padding: 10px 20px;
    font-size: 16px
}

@media (min-width:1181px) and (max-width:1350px) {
    .menu>li a {
        padding: 10px
    }
}

.menu>li a:hover {
    color: #74ad86
}

.menu>li:nth-of-type(7) a {
    background: #74ad86;
    color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}

.menu>li:nth-of-type(7) a:hover {
    background-color: #634576
}

.menu .submenu {
    width: 150px;
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 99;
    text-align: center;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.menu .submenu a {
    display: block;
    border-bottom: 1px solid #dadada;
    background-color: #fff;
    color: #333333;
    padding: 10px
}

.menu .submenu a.current,
.menu .submenu a:hover {
    color: #fff;
    background-color: #74ad86
}

.m_menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 49;
    display: block;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: .6s;
    -o-transition: .6s;
    -moz-transition: .6s;
    transition: .6s
}

.m_menu.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto
}

@media (min-width:1181px) {
    .m_menu {
        display: none
    }
}

.m_menu .mask {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    background-color: #74ad86;
    width: 100%;
    height: 100vh
}

.m_menu .hideBox {
    position: relative;
    z-index: 99;
    height: 100vh;
    padding: 80px 50px;
    overflow-y: auto
}

@media (min-width:481px) and (max-width:960px) {
    .m_menu .hideBox {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media (max-width:480px) {
    .m_menu .hideBox {
        padding-left: 20px;
        padding-right: 20px
    }
}

.m_menu .socialBox {
    margin-top: 40px;
    text-align: center
}

.m_menu .socialBox .socialLink {
    margin-right: 0;
    font-size: 20px
}

.m_menu .socialBox .socialLink {
    margin-right: 25px
}
.m_menu .socialBox .socialLink img{ width:25px }

.m_menu .socialBox .socialLink svg {
    width: 28px;
    height: 28px
}

@media (max-width:360px) {
    .m_menu .socialBox {
        margin-top: 25px
    }
}

.nav li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2)
}

.nav a {
    position: relative;
    display: block;
    padding: 20px 10px;
    font-size: 15px;
    color: #fff;
    text-align: center
}

@media (min-width:361px) and (max-width:640px) {
    .nav a {
        padding: 15px 10px
    }
}

@media (max-width:360px) {
    .nav a {
        padding: 12px 10px
    }
}

.nav a:hover {
    background-color: rgba(141, 198, 63, 0.6)
}

.nav a i {
    position: absolute;
    right: 10px;
    top: 50%;
    display: block;
    margin-top: -7px
}

.nav .dropDown {
    position: relative
}

.nav .dropDown span>a {
    position: relative;
}

.nav .dropDown span>a:after {
    content: '+';
    position: absolute;
    right: 4.5rem;
    top: 50%;
	    z-index: 999;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: FontAwesome
}

.nav .dropDown .menuMask {
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: all;
    cursor: pointer
}

.nav .dropDown.current .menuMask,
.nav .dropDown:hover .menuMask {
	
}

.nav .dropDown.current span>a:after,
.nav .dropDown:hover span>a:after {
    content: '';
    display: block;
    width: 9px;
    height: 1px;
    background-color: #ffffff;
    right: 4.5rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.nav .dropDown .submenu {
    display: none;
    background: rgba(0, 0, 0, 0.2)
}

.nav .dropDown .submenu a {
    position: relative;
    padding: 12px 20px
}

.nav .dropDown .submenu a:hover {
    background-color: #634576
}

.bannerArea {
    position: relative;
    overflow: hidden
}

.bannerArea .titleBox {
    width: 100%;
    text-align: center
}

@media (min-width:641px) {
    .bannerArea .titleBox {
        position: absolute;
        top: 50%;
        left: 0;
        z-index: 3;
        margin-bottom: 0;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

@media (max-width:640px) {
    .bannerArea .titleBox {
        margin-top: 30px
    }
}

@media (min-width:1181px) {
    .bannerArea .subTitle {
        font-size: 60px
    }
}

@media (min-width:641px) {
    .bannerArea .subTitle {
        color: #74ad86
    }
}

footer {
    padding: 0;
    background-color: #74ad86
}

footer .wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

footer .topBox {
    position: relative;
    padding: 20px 0;
    background-color: #f7f7f7
}

footer .topBox .wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:640px) {
    footer .topBox .wrap {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

footer .topBox .description {
    color: #767676
}

@media (min-width:641px) {
    footer .topBox .description {
        width: -webkit-calc(100% - 150px);
        width: -moz-calc(100% - 150px);
        width: calc(100% - 150px);
        padding-left: 40px
    }
}

@media (max-width:640px) {
    footer .topBox .description {
        width: 100%;
        margin-top: 20px;
        text-align: center
    }
}

footer .topBox .goTop {
    position: absolute;
    bottom: 0;
    left: -webkit-calc(50% - 28px);
    left: -moz-calc(50% - 28px);
    left: calc(50% - 28px);
    z-index: 3;
    border-bottom: 28px solid #74ad86;
    border-left: 28px solid transparent;
    border-right: 28px solid transparent;
    cursor: pointer
}

@media (max-width:1180px) {
    footer .topBox .goTop {
        display: none
    }
}

footer .topBox .goTop:before {
    content: '';
    position: absolute;
    top: 22px;
    left: -webkit-calc(50% - 5px);
    left: -moz-calc(50% - 5px);
    left: calc(50% - 5px);
    z-index: 3;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

footer .topBox .goTop:after {
    content: '';
    position: absolute;
    top: 24px;
    left: -webkit-calc(50% - 1px);
    left: -moz-calc(50% - 1px);
    left: calc(50% - 1px);
    width: 2px;
    height: 10px;
    background-color: #fff
}

footer .topBox .logo {
    height: 100px
}

footer .topBox .logo a {
    background: no-repeat url(../images/logo_footer.jpg) center/100px
}

footer .bottomBox {
    padding: 40px 0 60px
}

@media (min-width:1181px) {
    footer .downMenu {
        width: -webkit-calc(100% - 290px);
        width: -moz-calc(100% - 290px);
        width: calc(100% - 290px);
        padding-right: 30px
    }
}

@media (max-width:1180px) {
    footer .downMenu {
        width: 100%
    }
}

@media (min-width:1181px) {
    footer .infoBox {
        width: 290px;
        position: relative
    }
}

@media (max-width:1180px) {
    footer .infoBox {
        width: 100%;
        margin-top: 30px;
        border: 0
    }
}

footer .infoBox strong.title {
    display: block;
    margin-top: 25px;
    margin-bottom: 8px;
    padding-top: 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 17px;
    font-weight: 400;
    color: #fff
}

footer .fixedLinkBtn {
    position: fixed;
    right: 20px;
    bottom: 30%;
    z-index: 49;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 100px;
    height: 100px;
    padding: 10px;
    font-size: 13px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: white;
    background-color: #009a42;
    border: #FFF solid 1px
}

footer .fixedLinkBtn img{max-width: 80%;margin: 5px 10%;}
@media (max-width:1180px) {
    footer .fixedLinkBtn {
        right: 10px;
        bottom: 80px;
        width: 70px;
        height: 70px;
        padding: 5px
    }
}

footer .socialLink {
    font-size: 20px;
    margin-right: 25px;
    opacity: 0.3;
    margin-right: 18px
}

footer .socialLink img{width: 25px;
}

footer .socialLink svg {
    display: block;
    width: 20px;
    height: 20px
}

footer .socialLink:hover {
    opacity: 1
}

@media (max-width:1180px) {
    footer .socialLink {
        font-size: 20px;
        margin-right: 0
    }

    footer .socialLink svg {
        width: 20px;
        height: 20px
    }

    footer .socialLink {
        margin-left: 25px
    }
}

@media (min-width:1181px) {
    .downMenu {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -15px;
        margin-right: -15px
    }

    .downMenu>li {
        min-width: -webkit-calc(100%/7);
        min-width: -moz-calc(100%/7);
        min-width: calc(100% / 7);
        padding: 0 15px 20px
    }

    .downMenu>li>a {
        margin-bottom: 8px
    }
}

@media (max-width:1180px) {
    .downMenu>li {
        padding: 12px 0
    }

    .downMenu>li:not(:last-child) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.3)
    }

    .downMenu>li>a {
        position: relative
    }

    .downMenu>li>a:after,
    .downMenu>li>a:before {
        content: '';
        position: absolute;
        top: 50%;
        right: 5px;
        width: 10px;
        height: 2px;
        background-color: rgba(255, 255, 255, 0.5)
    }

    .downMenu>li>a:after {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    .downMenu>li>a.open:after {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }

    .downMenu .Txt {
        display: none;
        padding: 8px 0
    }
}

.downMenu>li>a {
    display: block;
    font-size: 16px;
    color: #fff
}

.downMenu>li ul a {
    display: block;
    margin-top: 3px;
    font-size: 13px;
    color: #c3c3c3;
    -webkit-text-decoration: 1px underline transparent;
    text-decoration: 1px underline transparent
}

.downMenu>li ul a:hover {
    color: #fff;
    -webkit-text-decoration-color: currentColor;
    -moz-text-decoration-color: currentColor;
    text-decoration-color: currentColor
}

.contactList li {
    margin-top: 2px;
    font-size: 14px;
    color: #c3c3c3
}

.contactList .title:after {
    content: ':';
    margin: 0 3px
}

.contactList a {
    color: #c3c3c3
}

.contactList a:hover {
    color: #fff;
    text-decoration: underline
}

.socialLink {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    font-size: 22px;
    color: #fff
}

.socialLink:hover {
    color: #fff;
    opacity: .3
}

.socialLink svg {
    display: block;
    width: 20px;
    height: 20px
}

.copyright {
    width: 100%;
    color: rgba(255, 255, 255, 0.3)
}

@media (max-width:1180px) {
    .copyright {
        margin-top: 30px
    }
}

.footerInfo {
    display: inline-block;
    vertical-align: middle
}

.translateDevelop {
    display: inline-block;
    vertical-align: middle
}

.translateDevelop .design {
    display: block;
    color: rgba(255, 255, 255, 0.3)
}

.translateDevelop .design a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.3);
    text-decoration: none
}

.translateDevelop .design a:hover {
    text-decoration: underline
}

.fixedQuickLink {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 5;
    width: 100%;
    background-color: #17181a
}

@media (min-width:1181px) {
    .fixedQuickLink {
        display: none
    }
}

.fixedQuickLink ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.fixedQuickLink li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.fixedQuickLink li:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.1)
}

.fixedQuickLink a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 55px;
    font-size: 13px;
    color: #fff
}

.fixedQuickLink i {
    margin-bottom: 5px
}

.mainArea {
    position: relative;
    padding: 0
}

.contentBox {
    padding: 40px 0
}

@media (min-width:641px) and (max-width:960px) {
    .contentBox {
        padding: 50px 0
    }
}

@media (max-width:640px) {
    .contentBox {
        padding: 40px 0
    }

    .contentBox.noClassLink {
        padding-top: 0
    }
	.side_share a {
	    padding: 8px 6px;}
}

@media (max-width:640px) {
    .contentBox.flexBox {
        padding-top: 10px
    }
}

.contentBox .textEditor th {
    font-weight: 500;
    background-color: #74ad86
}

.bread {
    position: absolute;
    right: 15px;
    top: 20px;
    font-size: 13px;
    color: #bbb
}
.bread.hasClassLink {
    top: 90px;
}

@media (max-width:960px) {
    .bread {
        display: none
    }
}

.bread a {
    color: #bbb
}

.bread a:hover {
    color: #999;
    text-decoration: underline
}

.bread span {
    padding: 0 3px;
    color: #bbb
}

.articleTitle {
    clear: both;
    margin-bottom: 25px;
    padding: 10px 0;
    border-bottom: 1px dashed #ccc;
    font-weight: 500;
    font-size: 20px;
    color: #17181a
}

.sectionTitle {
    font-size: 18px;
    font-weight: 500
}

.sectionTitle:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 5px;
    height: 18px;
    margin-right: 10px;
    background-color: #74ad86
}

.classNote {
    padding: 20px 0;
    border-bottom: 1px solid #ccc
}

.classRowBox {
    position: relative;
    z-index: 3
}

@media (min-width:641px) {
    .classRowBox {
        padding: 20px 0
    }
}

@media (min-width:641px) {
    .classRowBox:before {
        content: '';
        position: absolute;
        top: 0;
        left: -webkit-calc(50% - 50vw);
        left: -moz-calc(50% - 50vw);
        left: calc(50% - 50vw);
        width: -webkit-calc(100vw - 10px);
        width: -moz-calc(100vw - 10px);
        width: calc(100vw - 10px);
        height: 100%;
        background-color: #f7f7f7
    }
}

.classRowBox>ul {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width:1180px) {
    .classRowBox>ul {
        display: none
    }
}

.classRowBox>ul li {
    margin: 5px 0
}

.classRowBox>ul li:not(:last-child) {
    border-right: 1px solid #e1e1e1
}

.classRowBox>ul a {
    display: block;
    padding: 0 18px;
    font-size: 16px;
    color: #676869;
    text-align: center
}

.classRowBox>ul a:hover {
    color: #74ad86
}

.classRowBox>ul a.current {
    color: #74ad86;
    text-decoration: underline
}

.classColumnBox {
    position: relative
}

.classColumnBox .sectionTitle {
    margin-bottom: 10px
}

@media (max-width:960px) {
    .classColumnBox .sectionTitle {
        display: none
    }
}

@media (max-width:1180px) {
    .classColumnBox>ul {
        display: none
    }
}

.classColumnBox>ul>li {
    border-bottom: 1px solid #ccc
}

.classColumnBox>ul>li>a {
    padding: 12px 0
}

.classColumnBox>ul ul {
    display: none;
    padding: 0 0 16px 8px
}

.classColumnBox>ul ul a {
    margin-bottom: 5px;
    font-size: 14px
}

.classColumnBox>ul a {
    position: relative;
    display: block;
    font-size: 16px;
    color: #676869
}

.classColumnBox>ul a.current,
.classColumnBox>ul a:hover {
    color: #74ad86
}

.classColumnBox>ul .linkHasItems:before {
    content: '';
    position: absolute;
    top: -webkit-calc(50% - 4px);
    top: -moz-calc(50% - 4px);
    top: calc(50% - 4px);
    right: 6px;
    width: 8px;
    height: 8px;
    border-bottom: 1px solid currentColor;
    border-right: 1px solid currentColor;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.classColumnBox>ul .linkHasItems.open:before {
    -webkit-transform: translateY(4px) rotate(225deg);
    -moz-transform: translateY(4px) rotate(225deg);
    -ms-transform: translateY(4px) rotate(225deg);
    -o-transform: translateY(4px) rotate(225deg);
    transform: translateY(4px) rotate(225deg)
}

.mClassLink {
    position: relative;
    z-index: 3;margin-bottom: 15px;
}

@media (min-width:1181px) {
    .mClassLink {
        display: none
    }
}

.mClassLink.open>ul {
    display: block
}

.mClassLink .main {
    position: relative;
    display: block;
    font-size: 16px;
    padding: 10px 30px 10px 10px;
    color: #fff;
    letter-spacing: 1px;
    cursor: pointer;
    background-color: #74ad86
}

.mClassLink .main:before {
    content: '\f107';
    position: absolute;
    right: 15px;
    top: 50%;
    z-index: 1;
    margin-top: -6px;
    line-height: 1;
    font-size: 15px;
    color: #fff;
    font-family: FontAwesome
}

.mClassLink>ul {
    position: relative;
    left: 0;
    top: -webkit-calc(100% - 1px);
    top: -moz-calc(100% - 1px);
    top: calc(100% - 1px);
    z-index: 1;
    display: none;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1)
}

.mClassLink>ul>li+li {
    border-top: 1px solid #f2f2f2
}

.mClassLink>ul>li.current>a {
    color: #74ad86
}

.mClassLink>ul a {
    position: relative;
    z-index: 1;
    display: block;
    padding: 14px 20px;
    color: #000;
    font-size: 14px;
    background-color: #fff
}

.mClassLink ul {
    display: none
}

.mClassLink .linkHasItems {
    position: relative;
    padding-right: 40px
}

.mClassLink .linkHasItems:after {
    content: '\f107';
    position: absolute;
    top: 50%;
    right: 17px;
    z-index: 1;
    line-height: 1;
    margin-top: -7px;
    font-family: FontAwesome
}

.mClassLink .linkHasItems+ul {
    background-color: #efefef
}

.mClassLink .linkHasItems+ul a {
    padding: 10px 5px 10px 30px;
    background-color: #efefef
}

.mClassLink .linkHasItems+ul a.current {
    color: #74ad86
}

.pageBox {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 50px
}

.pageBox>a {
    display: inline-block;
    margin: 0 5px 8px;
    padding: 0 8px;
    line-height: 24px;
    background-color: #e4e4e4
}

.pageBox>a:hover {
    color: #fff;
    background-color: rgba(141, 198, 63, 0.6)
}

.pageBox>a.current {
    color: #fff;
    background-color: #74ad86
}

.pageBox .prevBtn {
    margin-right: auto
}

.pageBox .prevBtn:before {
    content: '\f104';
    margin-right: 5px;
    font-family: FontAwesome
}

.pageBox .nextBtn {
    margin-left: auto
}

.pageBox .nextBtn:after {
    content: '\f105';
    margin-left: 5px;
    font-family: FontAwesome
}

.tagBox {
    padding: 20px 0
}

.tagBox b {
    display: inline-block;
    margin-right: 10px
}

.tagBox ul {
    display: inline-block
}

.tagBox li {
    display: inline-block;
    margin-bottom: 5px
}

.tagBox a {
    position: relative;
    display: block;
    margin: 0 3px;
    padding: 5px 10px;
    border: 1px solid #74ad86;
    font-size: 13px;
    color: #74ad86
}

.tagBox a:hover {
    color: #fff;
    background-color: #74ad86
}

.tagBox a.current {
    color: #fff;
    background-color: #74ad86
}

.tagBox a.current:before {
    content: "\f00d";
    margin-right: 5px;
    font-family: FontAwesome;
    font-size: 12px
}

.tab {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 40px
}

@media (max-width:766px) {
    .tab {
        margin-top: 30px
    }
}

.tab a {
    display: block;
    padding: 8px 16px 12px;
    border: 2px solid transparent;
    font-size: 15px;
    color: #17181a;
    text-align: center;margin: 0 2px;
    background-color: rgba(217, 217, 217, 0.6)
}

@media (min-width:401px) {
    .tab a {
        min-width: 160px
    }
}

.tab a.current {
    border-color: #d9d9d9;
    border-bottom-color: #fff;
    background-color: #fff
}

.tabContent {
    margin-top: -2px;
    padding: 20px 0;
    border-top: 2px solid #d9d9d9
}

.tabContent>li {
    display: none
}

.tabContent .textEditor {
    margin: 0
}

.tabContent .sectionTitle {
    display: none
}

.side_album {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: -10px
}

.side_album li {
    float: left;
    width: -webkit-calc(100%/5);
    width: -moz-calc(100%/5);
    width: calc(100% / 5);
    padding: 0 10px 10px 0
}

@media (min-width:401px) and (max-width:640px) {
    .side_album li {
        width: -webkit-calc(100%/4);
        width: -moz-calc(100%/4);
        width: calc(100% / 4)
    }
}

@media (max-width:400px) {
    .side_album li {
        width: -webkit-calc(100%/3);
        width: -moz-calc(100%/3);
        width: calc(100% / 3)
    }
}

.side_album a {
    display: block;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2)
}

.side_album a img {
    display: block;
    width: 100%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

.side_contactInfo li {
    margin-top: 20px
}

.side_contactInfo a {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    color: #17181a
}

.side_contactInfo i {
    display: inline-block;
    vertical-align: middle;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin-right: 8px;
    border: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background-color: #74ad86
}

.side_contactInfo b {
    display: inline-block;
    vertical-align: middle;
    font-weight: 400
}

.side_share {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 35px
}

.side_share:before {
    content: 'Share :';
    display: inline-block;
    margin-right: 10px;
    font-weight: 700;
    text-transform: uppercase;
    color: #888
}

.side_share a {
    display: inline-block;
    vertical-align: middle;
    padding: 8px 10px;
    margin-right: 8px;
    color: #fff;
    background-color: #17181a
}

@media (max-width:360px) {
    .side_share a {
        padding: 8px 10px
    }
}

.side_share a:hover {
    background-color: #74ad86
}

.side_share a.line {
    background-color: #00b900
}

.side_share a.line:hover {
    background-color: #00a000
}

.side_share a.fb {
    background-color: #4267b2
}

.side_share a.fb:hover {
    background-color: #3b5c9f
}

@-webkit-keyframes aniSlideLeft {
    0% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
        opacity: 0
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@-moz-keyframes aniSlideLeft {
    0% {
        -moz-transform: translateX(10px);
        transform: translateX(10px);
        opacity: 0
    }

    to {
        -moz-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes aniSlideLeft {
    0% {
        -webkit-transform: translateX(10px);
        -moz-transform: translateX(10px);
        -o-transform: translateX(10px);
        transform: translateX(10px);
        opacity: 0
    }

    to {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

.itemList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (min-width:641px) {
    .itemList {
        margin-left: -16px;
        margin-right: -16px
    }
}

@media (max-width:640px) {
    .itemList {
        margin-left: -8px;
        margin-right: -8px
    }
}

.itemList li {
    position: relative;
    padding: 8px 16px;
    margin-bottom: 20px
}

@media (max-width:640px) {
    .itemList li {
        padding-left: 8px;
        padding-right: 8px
    }
}

@media (max-width:480px) {
    .itemList li {
        margin-bottom: 10px
    }
}

.itemList .item {
    height: 100%;
    padding: 10px;
    -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);
    background-color: #fff
}

.itemList .Txt {
    padding: 8px 5px
}

.itemList p.ellipsis {
    height: -webkit-calc(24px * 2);
    height: -moz-calc(24px * 2);
    height: calc(24px * 2);
    overflow: hidden
}

.itemList .btnMore {
    margin-top: 45px
}

@media (max-width:480px) {
    .itemList .btnMore {
        margin-top: 30px
    }
}

.listTitle {
    font-size: 19px;
    font-weight: 500
}

@media (max-width:400px) {
    .listTitle {
        font-size: 17px
    }
}

.listTitle a:not(:hover) {
    color: #494949
}

.listTitle+.listExp {
    margin-top: 15px
}

.listExp {
    font-size: 14px;
    line-height: -webkit-calc(24/14);
    line-height: -moz-calc(24/14);
    line-height: calc(24 / 14);
    color: #6c6c6c
}

.newIcon {
    display: inline-block;
    padding: 3px 8px 5px;
    margin-right: 8px;
    color: #fff;
    background-color: #30c7a5
}

.newsDate {
    padding: 8px 0;
    color: #888
}

.newsDate strong {
    display: inline-block;
    margin-right: 8px;
    font-weight: 400
}

.newsDate strong:after {
    content: '';
    position: relative;
    top: -2px;
    display: inline-block;
    vertical-align: middle;
    width: 9px;
    height: 2px;
    margin-left: 8px;
    background-color: #ccc
}

.newsDate b {
    font-weight: 400
}

div.titan {
    display: none
}

.lg-backdrop {
    background-color: rgba(0, 0, 0, 0.9) !important
}

.moduleQaptchaBox {
    display: none
}

.fullImg img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.flexBox {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (min-width:960px) {
    .flexBox>.leftBox {
        padding-right: 35px
    }
}

@media (max-width:960px) {
    .flexBox>.leftBox {
        margin-bottom: 30px
    }
}

.flexBox>.rightBox {
    position: relative
}

.titleBox {
    position: relative;
    margin-bottom: 30px
}

.titleBox.bdrBottom:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    margin-top: 25px;
    border-bottom: 1px solid #e1e1e1
}

.titleBox.center {
    text-align: center
}

.titleBox.right {
    text-align: right
}

.mainTitle {
    font-size: 24px;
    font-weight: 500;
    color: #000
}

@media (max-width:640px) {
    .mainTitle {
        font-size: 20px
    }
}

.subTitle {
    display: inline-block;
    font-size: 43px;
    font-weight: 900;
    color: #74ad86;
    text-transform: uppercase
}

@media (max-width:640px) {
    .subTitle {
        font-size: 32px
    }
}

.btnBox.center {
    text-align: center
}

.btn {
    position: relative;
    display: inline-block;
    min-width: 180px;
    height: 42px;
    line-height: 40px;
    padding: 0 40px;
    color: #fff;
    text-align: center;
    background-color: #74ad86
}

.btn:before {
    content: '';
    position: absolute;
    top: -webkit-calc(50% - 1px);
    top: -moz-calc(50% - 1px);
    top: calc(50% - 1px);
    right: 16px;
    width: 11px;
    height: 2px;
    background-color: currentColor
}

.btn:after {
    content: '';
    position: absolute;
    top: -webkit-calc(50% - 5px);
    top: -moz-calc(50% - 5px);
    top: calc(50% - 5px);
    right: 16px;
    width: 10px;
    height: 10px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.btn:hover {
    color: #fff;
    background-color: #634576
}

.btn.bdr {
    border: 1px solid rgba(255, 255, 255, 0.25)
}

.btn.bdr:hover {
    border-color: transparent
}

.btnMore {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 24px;
    color: #6c6c6c
}

.btnMore:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    margin-left: 14px;
    border: 1px solid #f0f0f0
}

.btnMore span:before {
    content: '';
    position: absolute;
    top: -webkit-calc(50% + 1px);
    top: -moz-calc(50% + 1px);
    top: calc(50% + 1px);
    right: 7px;
    width: 11px;
    height: 2px;
    background-color: #cbcbcb
}

.btnMore span:after {
    content: '';
    position: absolute;
    top: -webkit-calc(50% - 3px);
    top: -moz-calc(50% - 3px);
    top: calc(50% - 3px);
    right: 7px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #cbcbcb;
    border-right: 2px solid #cbcbcb;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.btnMore:hover:after {
    background-color: #74ad86
}

.btnMore:hover span:before {
    background-color: #fff
}

.btnMore:hover span:after {
    border-color: #fff
}

ul.dots {
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 0;
    text-align: center
}

ul.dots li {
    position: relative;
    display: inline-block;
    margin: 0 3px;
    padding: 0 !important
}

ul.dots li button {
    position: relative;
    display: block;
    width: 12px;
    height: 15px;
    padding: 0;
    font-size: 0;
    border: 1px solid transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: transparent;
    color: transparent;
    cursor: pointer
}

ul.dots li button:before {
    content: "";
    position: absolute;
    top: -webkit-calc(50% - 3px);
    top: -moz-calc(50% - 3px);
    top: calc(50% - 3px);
    left: -webkit-calc(50% - 3px);
    left: -moz-calc(50% - 3px);
    left: calc(50% - 3px);
    width: 7px;
    height: 7px;
    border: 1px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: transparent
}

ul.dots li.slick-active button:before,
ul.dots li:hover button:before {
    background-color: #fff
}

ul.dots.dark li button:before {
    border-color: #74ad86
}

ul.dots.dark li.slick-active button:before,
ul.dots.dark li:hover button:before {
    background-color: #74ad86
}

.arrowNext,
.arrowPrev {
    position: relative;
    display: inline-block;
    width: 38px;
    height: 38px;
    border: 1px solid #f0f0f0;
    background-color: #fff;
    cursor: pointer
}

.arrowNext:before,
.arrowPrev:before {
    content: '';
    position: absolute;
    top: -webkit-calc(50% - 1px);
    top: -moz-calc(50% - 1px);
    top: calc(50% - 1px);
    right: -webkit-calc(50% - 5px);
    right: -moz-calc(50% - 5px);
    right: calc(50% - 5px);
    width: 11px;
    height: 2px;
    background-color: #cbcbcb
}

.arrowNext:after,
.arrowPrev:after {
    content: '';
    position: absolute;
    top: -webkit-calc(50% - 5px);
    top: -moz-calc(50% - 5px);
    top: calc(50% - 5px);
    right: -webkit-calc(50% - 5px);
    right: -moz-calc(50% - 5px);
    right: calc(50% - 5px);
    width: 10px;
    height: 10px;
    border-top: 2px solid #cbcbcb;
    border-right: 2px solid #cbcbcb;
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg)
}

.arrowNext:hover,
.arrowPrev:hover {
    background-color: #74ad86
}

.arrowNext:hover:before,
.arrowPrev:hover:before {
    background-color: #fff
}

.arrowNext:hover:after,
.arrowPrev:hover:after {
    border-color: #fff
}

.arrowNext:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.imh_opacity {
    background-color: transparent;
    overflow: hidden;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear
}

.imh_opacity img {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
	display: block;
	width: 100%;
	aspect-ratio: 4/3;
	-o-object-fit: cover;
	object-fit: cover;
	
}

.imh_opacity:hover {
    background-color: #000
}

.imh_opacity:hover img {
    opacity: 0.8;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.imh_detail {
    background-color: #000;
    overflow: hidden
}

.imh_detail img {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

.imh_detail a:before {
    content: "Details+";
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 99;
    margin-left: -45px;
    margin-top: -80px;
    display: block;
    padding: 10px 20px;
    font-size: 13px;
    color: #fff;
    border: 2px solid #fff;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.imh_detail:hover a:before {
    opacity: 1;
    margin-top: -20px
}

.imh_detail:hover img {
    opacity: 0.3;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

.imh_zoom {
    position: relative;
    background-color: #000;
    overflow: hidden
}

.imh_zoom img {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-backface-visibility: hidden
}

.imh_zoom a:before {
    content: "\f002";
    display: block;
    position: absolute;
    left: 50%;
    top: -30px;
    margin-top: -20px;
    margin-left: -20px;
    z-index: 99;
    width: 40px;
    height: 40px;
    line-height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 18px;
    color: #fff;
    font-family: FontAwesome;
    text-align: center;
    background-color: #000;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.imh_zoom:hover a:before {
    top: 50%
}

.imh_zoom:hover img {
    opacity: 0.3;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

.privacyArea {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0 -2px 6px rgba(151, 116, 173, 0.1);
    -moz-box-shadow: 0 -2px 6px rgba(151, 116, 173, 0.1);
    box-shadow: 0 -2px 6px rgba(151, 116, 173, 0.1);
    padding: 40px 0 25px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 50;
    -webkit-transition: all 0.6s 0.1s;
    -o-transition: all 0.6s 0.1s;
    -moz-transition: all 0.6s 0.1s;
    transition: all 0.6s 0.1s
}

.privacyArea.check {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%)
}

.privacyArea .wrap {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.privacyArea .text {
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0.5px
}

.privacyArea .text a {
    color: #74ad86;
    display: inline-block;
    margin-top: 8px;
    text-decoration: underline
}

.privacyArea .text a:hover {
    color: #74ad86
}

.privacyArea .btn {
    margin-left: 25px;
    padding-top: 0;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.privacyArea .btn a {
    color: #fff;
    display: inline-block;
    padding: 15px 35px
}

@media (max-width:768px) {
    .privacyArea .wrap {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }

    .privacyArea .text {
        width: 100%
    }

    .privacyArea .btn {
        margin-top: 25px;
        margin-left: 0
    }
}

.privacy .articleTitle {
    font-size: 36px;
    text-align: left;
    color: #646464;
    font-weight: bold;
    line-height: 1.7;
    border-style: solid;
    border-bottom-width: 2px;
    margin-bottom: 28px
}
