/* 首页大图 */
.banner{ position: relative; height: 600px; overflow: hidden;}
.banner li a{ display: inline-block; width:100%; height: 600px; background-repeat: no-repeat; background-position: center;}

.banner .hd{ width:100%;  position:absolute; z-index:1; bottom:0; left:0; height:16px; line-height:16px; padding-bottom:20px; text-align:center; }
.banner .hd ul li{ cursor:pointer; display:inline-block; *display:inline; zoom:1; width:16px; height:16px; border-radius: 100px; margin:0 15px; background:#F0C246; overflow:hidden; 
    line-height:9999px; filter:alpha(opacity=40);opacity:0.4; 
}
.banner .hd ul .on{ filter:alpha(opacity=100);opacity:1;  }

/* 主体 */

/* 主体导航 */
.home-nav{ padding:40px 0; text-align: center;}
.home-nav li{ width:216px; height: 216px; margin:0 8px; display: inline-block; background-color:#5EB6F6;}
.home-nav li.m2{ background-color: #F66E81;}
.home-nav li.m3{ background-color: #B564E8;}
.home-nav li.m4{ background-color: #F97B59;}
.home-nav li.m5{ background-color: #FCA14D;}
.home-nav li.m6{ background-color: #45C3DE;}
.home-nav li a{ display: block; width:216px; height: 186px; padding-top:30px; font-size: 0; color:#FFFFFF;}
.home-nav li .img{ display: inline-block; width:120px; height:120px; border-radius: 100px; box-shadow:0px 0px 30px rgba(0,0,0,0.2); }
.home-nav li .title{ font-size: 24px; padding-top:24px;}
body.en .home-nav li .title{ font-size: 14px;}

/* 联系我们 */
.home-contact{ padding:40px 0; margin-bottom:40px; background-color:#fff;}
.home-contact .head{ font-size: 30px; text-align: center; color: #222222;}
.home-contact .head span{ font-size: 16px; padding-top:10px;}
.home-contact .list{ height: 130px; padding:15px 60px 0; text-align: center; overflow: hidden; }
.home-contact .list_all{ height:auto;}
.home-contact .list li{ display: inline-block; width:300px; height: 120px; margin:10px; background:#26C4EB;}
.home-contact .list .img{ width:70px; height: 70px; margin:25px 0 0 23px; border-radius: 100px; box-shadow:0px 0px 30px rgba(0,0,0,0.2);}
.home-contact .list .des{ padding:30px 0 0 10px; line-height: 30px; font-size: 22px; text-align: left; color:#fff;}
body.en .home-contact .list .des{ font-size: 18px;}
.home-contact .down{ width: 30px; height: 30px; margin:40px auto 0 auto; cursor: pointer; background:url(../img/index/icon_down.png) no-repeat;}
.home-contact .up{ background:url(../img/index/icon_up.png) no-repeat;}

