@charset "utf-8";
/* CSS Document */


main {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: url(../images/bg.jpg) no-repeat;
    background-size: 100% 100%;}
.top{ position:absolute; top:90px; width:80%; left:10%;}
.t-ri h1{ float:left; font-size:20px; font-weight:normal; color:#00702e}
.txtScroll-top .bd{}
.txtScroll-top .infoList li{ height:24px; line-height:24px; font-size: 20px; overflow: hidden; text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;}

.f-ewm{ position:absolute; right:10%; bottom:80px; color:#fff; text-align:center; font-size:16px;}
.f-ewm p{ text-shadow:0px 0px 4px #333333;}
.home-box{ width:1550px; margin:0 auto; text-align:center; padding-left:30px;}
.home-box li{ float:left; width:300px; height:300px; border-radius:20px; text-align:center;-moz-box-shadow:5px -2px 20px #969696; -webkit-box-shadow:5px -2px 20px #969696; box-shadow:5px -2px 20px #969696;position:relative; color:#fff; padding-top:50px; left:-30px; transition-duration:.5s;}
.home-box li:nth-child(1){ background:rgba(85,157,161,0.85) ; left:0;}
.home-box li:nth-child(2){ background:rgba(218,190,127,0.85); top:59px; left:-30px;}
.home-box li:nth-child(3){ background:rgba(0,112,46,0.85); left:-60px;}
.home-box li:nth-child(4){ background:rgba(255,255,255,0.85); top:59px;left:-90px;}
.home-box li:nth-child(5){ background:rgba(177,192,89,0.85);left:-120px;}
.home-box li h1{ color:#fff; font-size:36px; font-weight:normal;}
.home-box li p{ font-family:"Arial";  color:#fff; font-size:18px; font-weight:300; padding-top:10px; padding-bottom:23px;}
.home-box li:nth-child(1) img{ position:absolute; left:0; bottom:20px; }
.home-box li:hover{ top:0;}
.home-box li a{ display:block; height:100%;}