.sect1{
    background: #FFF;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 50px;
    position: relative;
    text-align: center;
    padding: 70px 0 90px;
}
.sect1 .sect-title{
    margin: 30px auto 40px;
}
.news-sect{
    position: relative;
    text-align: center;
}
.news-list{
    position: relative;
    display: block;
    list-style: none;
    width: 100%;
}
.news-list li{
    width: 25%;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
}
.news-list li .pic{
    position: relative;
    height:230px;
    overflow: hidden;
    margin: 0 auto;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.news-list a:hover .pic{
    opacity: .7;
}
/*.news-list li .pic img{
height:100%;
}
*/
.news-list a{
    display: block;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    max-width: 306px;
    margin: 0 auto 20px;
}
.news-list .name{
    font-size: 22px;
    margin: 8px auto;
    color: #474c50;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.news-list a:hover .name{
    color: #1f609f;
}
.news-list .txt{
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 53px;
    font-size: 15px;
    color: #7d7d7d;
    margin: 5px auto;
}
.news-list .date{
    font-size: 16px;
    color: #5ba0de;
    font-weight: bold;
    font-family: 'Mukta', sans-serif;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.news-list a:hover .date{
    letter-spacing: 4px;
}
.sect1 .index-more{
    margin: 0 auto;
}


.sect2{
    position: relative;
    background: #ffffff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 100px 0 90px;
    text-align: center;
}
.sect2 .sect-title{
    margin: 0 auto 40px;
}
.service-sect{
    position: relative;
    width: 100%;
}
.service-sect .box-wrap{
    list-style: none;
    display: block;
    margin: 0 auto;
    max-width: 1250px;
    position: relative;
}
.service-sect .box-wrap li{
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 20px 40px;
    text-align: center;
    max-width: 200px;
    vertical-align: top;
}
.service-sect .box-wrap li .pic{
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    max-width: 120px;
    margin: 0 auto 15px;
}
.service-sect .box-wrap li:hover .pic{
    opacity: 0.7;
}
.service-sect .box-wrap .txt{
    position: relative;
    font-size: 26px;
    font-weight: bold;
    color: #474c50;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.service-sect .box-wrap li:hover .txt{
    color: #76a5c6;
}
.service-sect .box-wrap .txt span.s_title{

         font-size:16px;
         color:#5ba0de;
}
.service-sect .box-wrap .description{
    font-size: 13px;
    margin-top: 8px;
}
.sect4{
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 50px 0;
    background: #FFF;
}
.sect5{
    position: relative;
    background: url(../img/index/water_bg.jpg) 50% 50% no-repeat;
    background-size: cover;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 110px 0;
    font-size: 21px;
    text-align: center;
    line-height: 2;
    color: #FFF;
    overflow: hidden;
}
.sect5:before{
    content: '';
    display: block;
    background: rgba(77,89,148,0.8);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.water-video{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
    display: block;
    min-width: 100%;
    min-height: 100%;
    bottom: 0;
}

.sect5 .sect-title{
    font-size: 36px;
    margin: 0 auto 15px;
    line-height: normal;
    max-width: none;
}
.sect5 .sect-title span{
    display: block;
    font-family: 'Mukta', sans-serif;
    color: #149ffc;
    font-size: 48px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: normal;
    border: none;
}
.sect5 .sect-title span:before{
    display: none;
}

.sect6{
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 100px 0;
    background: #c7e3f5;
}
.sect6-title {
    text-align: center;
    color: #474c50;
    font-size: 42px;
    margin: 0 auto 40px;
}
.sect6-title span{
    display: block;
    font-size: 36px;
    color: #149ffc;
    margin: 10px auto;
}
.article-list{
    max-width: 1250px;
    margin: 0 auto;
}
.article-list ul{
    display: block;
    margin: 0 -15px;
    list-style: none;
}
.article-list li{
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    padding: 0 10px;
    position: relative;
}
.article-list .box{
     max-width: 305px;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin: 0 auto 20px;
}

.article-list li .pic{
    display: block;
    width: 100%;
    max-width: 263px;
    margin: 0 auto ;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .9s ease-in-out;
    transition: all .9s ease-in-out;
}

.article-list .name{
    color: #474c50;
    font-size: 28px;
    margin: 15px auto;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-weight: bold;
}

.article-list .description{
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 70px;
    position: relative;
    font-size: 16px;
    display: block;
}

.sect3{
    position: relative;
    background: url(../img/index/about.jpg) fixed no-repeat left bottom;
    background-size: cover;
    
    
}
.about-sect{
    float: right;
    width: 50%;
    text-align: left;
    padding: 135px 3% 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(255,255,255,0.65);
}
.sect-title{
    font-size: 42px;
    color: #444;
    margin: 0 0 30px;
    position: relative;
    max-width: 260px;
    letter-spacing: 1px;
    text-align: center;
}
.sect5 .sect-title{
    color: #fff;
}
.sect-title span{
    display: block;
    border-top: solid 1px #474c50;
    position: relative;
    letter-spacing: 3px;
    font-size: 16px;
    font-family: 'Mukta', sans-serif;
    text-align: center;
    margin-top: 5px;
    padding-top: 5px;
}
.sect-title span:before{
    content: '';
    display: block;
    width: 100%;
    height:1px;
    background:  #474c50;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -5px;
}
.index-about-txt{
    text-align: left;
    font-size: 16px;
    color: #474c50;
    line-height: 1.65;
}
.btn.index-more{
    display: block;
    width: 258px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    color: #000;
    letter-spacing: 5px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    position: relative;
    font-family: 'Playfair Display', serif;
    font-size: 17px;
    border:solid 1px #000;
    margin-top: 60px;
}
.btn.index-more:hover{
    letter-spacing: 10px;
    background: #000;
    color: #FFF;
}


@media screen and (max-width:1024px){
    .article-list li{
        width: 50%;
    }
    .article-list li:nth-child(2n+1){
        clear: left;
    }
    .article-list li .pic{
        max-width: 150px;
    }
}
@media screen and (max-width:981px){
    .sect1{
        padding-top: 30px;
    }
    .about-sect{
        float: none;
        width: 95%;
        margin: 0 auto;
        padding: 50px 30px;
        text-align: center;
    }
    .about-sect .sect-title{
        max-width: none;
    }
    .btn.index-more{
        margin: 30px auto 0;
    }
    .news-list li{
        width: 50%;
    }
}

@media screen and (max-width:860px){
    .article-txt .name{
        font-size: 24px;
    }
    .article-txt .description{
        height: 48px;
        font-size: 14px;
    }
}

@media screen and (max-width:700px){
    
    .sect6{
        padding: 50px 0;
    }
    .sect5{
        padding: 40px 0;
        font-size: 18px;
    }
    .sect5 .sect-title{
        font-size: 30px;
    }
}
@media screen and (max-width:500px){
    .news-list li{
        width: 100%;
    }
    .article-list li{
        width: 100%;
        float: none;
    }
}