.header {
    z-index: 9;
    left: 0;
    top: 0;
    width: 100%;
    background-color:rgba(255,255,255,0) !important;
}

.slide {
	position: absolute;
	height:800px;
	width:100%;
	top:0px;
}

.slide .center-link {
    margin-top: 6rem
}

.slick-arrow {
    position: absolute;
    z-index: 10;
    top: 40%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 0;
    width: 2rem;
    height: 2rem;
    background: 0 0;
    border-left: 2px solid #fff;
    border-top: 2px solid #fff
}

@media (max-width:768px) {
    .slick-arrow {
        visibility: hidden;
        pointer-events: none
    }
}

.slick-prev {
    left: 4rem;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.slick-next {
    right: 4rem;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg)
}

.slick-dots {
    position: relative;
    left: 50%;
    bottom: 1.5rem;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center
}

.index-dot {
    font-size: .5rem;
    vertical-align: middle
}

.index-cover {
    min-height: calc(100vh - 80px);
    background: #000 no-repeat center center;
    background-size: cover;
}

@media (max-width:768px) {
    .index-cover {
        min-height: calc(100vh - 60px)
    }

    .index-cover h2 {
        font-size: 1.9rem
    }

    .index-cover .button-center-light,.index-cover .fullscreen-data {
        margin-top: 3rem
    }

    .index-cover .fullscreen-data {
        position: static;
        width: 60%
    }

    .index-cover .data-center {
        padding-left: 5rem
    }

    .index-cover li {
        padding: .7rem 0!important
    }

    .index-cover dl:before {
        width: 3rem;
        height: 3rem
    }

    .index-cover dd {
        font-size: 1.7rem
    }
}

@media (min-width:769px) {
    .index-cover .fullscreen-data {
        position: static;
        margin-top: 5rem
    }
}

.index-cover h2 {
    font-weight: 500;
    text-align: center
}

@media (min-width:769px) {
    .index-cover h2 {
        font-size: 3.5rem
    }

    .index-cover dt {
        font-size: 1.2rem
    }

    .index-cover dd {
        font-size: 3.5rem
    }

    .button-center-light {
        margin-bottom: 1rem
    }
}

.index-green {
    color: #fff;
    background-image: url("../images/index/slide/green-4b6771e38d.jpg");
}

@media (min-width:769px) {
    .index-green .fullscreen-data {
        margin-top: 5rem
    }
}

.index-energy:before {
    background-image: url("../images/index/green-49649560e7.svg")
}

.index-gw:before {
    background-image: url("../images/index/gw-e979d57257.svg")
}

.index-amount:before {
    background-image: url("../images/index/amount-437e754cbc.svg")
}

.index-forest:before {
    background-image: url("../images/index/forest-bb99796b03.svg")
}

.index-co2:before {
    background-image: url("../images/index/co2-567ade3d58.svg")
}

.index-improve {
    color: #fff;
    background-image: url("../images/topbg7d-1.jpg");
    text-shadow: 1px 1px #999;
}

.index-bg3 {
	color: #fff;
    background-image: url("../images/topic2.png");
    text-shadow: 1px 1px #999;
}

@media (min-width:769px) {
    .index-improve .fullscreen-data {
        /*margin-top: 10rem*/
    }
}

.index-future ul,.index-improve ul,.index-bg3 ul {
    width: 60%;
    margin: 0 auto;
    padding: 20px 0;
    background: rgba(0,0,0,.2);
}

.index-future {
    color: #fff;
    /*background-image: url("../images/index/slide/future-b092a0ecb6.jpg");*/
    background-image: url("../images/topbg6a.png");
    text-shadow: 1px 1px #999999;
}

.index-future-bd em {
    display: block;
    width: 60%;
    margin: 0 auto
}

.index-future-bd b {
    display: block;
    font-size: 1.4rem;
    font-weight: 300;
    text-align: center;
    line-height: 3rem
}

.entry {
    position: relative;
    width: 100%;
    height: 95vh;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-bottom: 1px solid rgba(0,0,0,.1)
}

.entry h2 {
    font-size: 2rem;
    font-weight: 300;
    white-space: nowrap
}

.entry p {
    font-size: 1.05rem;
    font-weight: 100;
    line-height: 2rem
}

.entry h2+p {
    margin-top: 3rem
}

.entry .button-more-light {
    margin-top: 4rem;
    text-shadow: 1px 1px 0 rgba(255,255,255,.7)
}

@media (max-width:768px) {
    .entry {
        height: 240vh
    }
}

.entry-solution {
    position: absolute;
    left: 0;
    top: 0;
    width: 40%;
    height: 100%;
    border-right: 1px solid rgba(0,0,0,.1);
    background: url("../images/index/entry/solution-515d67ca5f.jpg") no-repeat;
    background-size: cover
}

@media (max-width:768px) {
    .entry-solution {
        position: relative;
        width: 100%;
        height: 90vh;
        background-size: 90%;
        background-position: bottom center
    }
}

.entry-solution-bd {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 80%;
    height: 70vh;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

@media (max-width:768px) {
    .entry-solution-bd {
        height: 80%
    }
}

.entry-energy {
    position: absolute;
    right: 0;
    top: 0;
    width: 60%;
    height: 50%;
    border-right: 1px solid rgba(0,0,0,.1);
    border-bottom: 1px solid rgba(0,0,0,.1)
}

.entry-energy:after {
    position: absolute;
    top: 50%;
    width: 66%;
    height: 80%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("../images/index/entry/energy-15cd3400f7.jpg") no-repeat center center;
    background-size: contain
}

.entry-energy:after {
    content: '';
    right: 0
}

@media (max-width:768px) {
    .entry-energy {
        position: relative;
        width: 100%;
        height: 75vh;
        border-top: 1px solid #eee
    }

    .entry-energy h2 {
        text-align: center
    }

    .entry-energy:after {
        top: 50%;
        left: 50%;
        width: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        background-size: 70%;
        background-position: center bottom
    }

    .entry-energy .button-wrap {
        text-align: center
    }
}

.entry-energy-bd {
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 50%;
    width: 80%;
    height: 22.5vh;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

@media (max-width:768px) {
    .entry-energy-bd {
        height: 80%
    }
}

.entry-smart {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 60%;
    height: 50%;
    background: url("../images/index/entry/smart-8585b1d752.jpg") bottom right no-repeat;
    background-size: cover
}

@media (max-width:768px) {
    .entry-smart {
        position: relative;
        width: 100%;
        height: 75vh;
        background-size: 150%
    }

    .entry-smart h2 {
        text-align: center
    }

    .entry-smart .button-wrap {
        text-align: center
    }
}

.entry-smart-bd {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 80%;
    height: 25vh;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.entry-smart-bd p {
    width: 50%
}

@media (max-width:768px) {
    .entry-smart-bd {
        height: 80%
    }
}

.video {
    position: relative;
    height: 70vh;
    overflow: hidden
}

.video h2 {
    position: absolute;
    top: 20vh;
    left: 10%;
    width: 80%;
    font-size: 3.7rem;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0,0,0,.7)
}

.video video {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
    -o-object-fit: fill;
    object-fit: fill
}

.video span {
    white-space: nowrap
}

@media (max-width:768px) {
    .video h2 {
        font-size: 2.5rem;
        text-align: center
    }
}

.iconbox__style-03 .iconbox__icon {
    font-size: 30px;
}

@media (min-width: 320px) {
    .iconbox__style-03 .iconbox__icon {
        font-size: calc(3.40909vw + 19.09091px);
    }
}

@media (min-width: 1200px) {
    .iconbox__style-03 .iconbox__icon {
        font-size: 60px;
    }
}

.iconbox__style-03 .iconbox__title {
    font-size: 20px;
}

.iconbox__style-03 .iconbox__description {
    color: #c2c2c2;
    padding-bottom: 20px;
}

.iconbox__style-03:hover .iconbox__icon, .iconbox__style-03:focus .iconbox__icon {
    color: #3781f0;
}

.title-01 {
    text-align: center;
    margin-bottom: 30px;
}

/*@media (min-width: 992px) {
    .title-01 {
        margin-bottom: 100px;
    }
}*/

.title-01__subTitle {
    color: #c2c2c2;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 10px;
}

.title-01__title {
    font-weight: 400;
    margin-bottom: 5px;
    font-size: 30px;
}

@media (min-width: 320px) {
    .title-01__title {
        font-size: calc(1.36364vw + 25.63636px);
    }
}

@media (min-width: 1200px) {
    .title-01__title {
        font-size: 42px;
    }
}

.title-01__title > span, .title-01__title > a {
    color: #3781f0;
}

.title-01__style-02 .title-01__title {
    font-size: 30px;
}

@media (min-width: 992px) {
    .title-01__style-03 {
        padding-right: 10%;
        margin-bottom: 70px;
    }
}

.title-01__style-03 .title-01__title {
    margin-bottom: 30px;
}

.title-01__style-04 .title-01__title {
    margin-bottom: 35px;
}

.title-01__style-05 .title-01__subTitle {
    font-size: 16px;
}

.title-01__style-05 .title-01__title {
    font-weight: 700;
}

.title-01__style-05 .title-01__title > span,
.title-01__style-05 .title-01__title > a {
    text-decoration: underline;
}

.bg_gray{
    padding: 50px 0  0 0 ;
}

.bg_gray1{
    padding: 0 0 0 0 ;
}

.textbox {
    padding: 10px;
    margin: 50px 0;
    background-color: white;
    text-align: center;
    transition: all ease .3s;
}

.textbox:hover {
    box-shadow: 0 15px 50px 0 rgba(0, 0, 0, .2);
}

.textbox__image img {
    width: 100%;
}

.textbox__body {
    padding: 20px;
}

@media (min-width: 992px) {
    .textbox__body {
        padding: 25px 30px;
    }
}

.textbox__title {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 25px;
}

.textbox__description {
    color: #c2c2c2;
}

.textbox__style-02 {
    border: 1px solid #ebebeb;
}

.textbox__style-02 .textbox__description {
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .textbox-group {
        position: relative;
        -webkit-transform: translateY(-35%);
        transform: translateY(-35%);
    }
}


.iconbox {
    text-align: center;
    margin-bottom: 50px;
}

@media (min-width: 320px) {
    .iconbox {
        margin-bottom: calc(7.95455vw + 24.54545px);
    }
}

@media (min-width: 1200px) {
    .iconbox {
        margin-bottom: 120px;
    }
}

.iconbox__icon {
    font-size: 36px;
    color: #c2c2c2;
    margin-bottom: 15px;
    padding-top:25px;
    transition: all ease .3s;
}

.iconbox__description_1 {
	text-align:left;
    padding-left: 29.5%
}

.iconbox__description_2 {
	text-align:left;
    padding-left: 32.5%
}

.iconbox__description_3 {
	text-align:left;
    padding-left: 27%
}

.iconbox__title {
    font-size: 30px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 20px 0;
}

@media (min-width: 320px) {
    .iconbox__title {
        font-size: calc(1.36364vw + 25.63636px);
    }
}

@media (min-width: 1200px) {
    .iconbox__title {
        font-size: 42px;
    }
}

.iconbox__description {
    content: "";
}

.iconbox__description_1 {
	text-align:left;
    padding-left: 29.5%
}

.iconbox__description_2 {
	text-align:left;
    padding-left: 32.5%
}

.iconbox__description_3 {
	text-align:left;
    padding-left: 27%
}

.iconbox__style-02 {
    margin-bottom: 30px;
}

.iconbox__style-02 .iconbox__icon {
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    overflow: hidden;
    border-radius: 50%;
    background-color: white;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .2);
    margin-bottom: 30px;
    color: #3781f0;
    font-size: 24px;
}

.iconbox__style-02 .iconbox__title {
    font-size: 20px;
}

.iconbox__style-02 .iconbox__description {
    color: #c2c2c2;
}
.iconMore {
    /*text-align: right;*/
    /*padding-right:20px;*/
    font-size: 20px;
    color: #999999;
}
.iconbox__style-03 .iconbox__icon {
    font-size: 30px;
}

@media (min-width: 320px) {
    .iconbox__style-03 .iconbox__icon {
        font-size: calc(3.40909vw + 19.09091px);
    }
}

@media (min-width: 1200px) {
    .iconbox__style-03 .iconbox__icon {
        font-size: 60px;
    }
}

.iconbox__style-03 .iconbox__title {
    font-size: 20px;
}

.iconbox__style-03 .iconbox__description {
    color: #c2c2c2;
    padding-bottom: 20px;
}

.iconbox__style-03:hover .iconbox__icon, .iconbox__style-03:focus .iconbox__icon {
    color: #3781f0;
}

.iconbox__style-04 .iconbox__icon {
    display: inline-block;
    font-size: 48px;
    color: #3781f0;
    text-align: left;
    position: relative;
    line-height: 1;
}

.iconbox__style-04 .iconbox__icon:after {
    content: '';
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background-color: #ebebeb;
    border-radius: 50%;
    overflow: hidden;
    top: -5px;
    left: 0;
    position: absolute;
    z-index: -1;
}

.iconbox__style-04 .iconbox__title {
    font-size: 20px;
    font-weight: 700;
}
