/* 
* @Title:  首页样式表
* @Author: 陈晓勉
* @Date:   2015-11-26 15:43:52
* @Last Modified by:   Marte
* @Last Modified time: 2016-03-14 11:45:22
*/


/* 轮播图 */
#indexslide{width: 100%;height: 791px;position:relative;-webkit-animation: all .3s;animation: all .3s;*z-index:10;}
.banner li{width: 100%;height: 100%;position:absolute;top:0;left:0;display:none;}
.banner li a{display:block;width:100%;height:100%;}
.bannerindex{text-align: center;z-index: 10;position:absolute;width:100%;bottom:240px;height:16px;*width:140px;*left:50%;*margin-left:-70px;}
.bannerindex dd{display:inline-block;width:12px;height:12px;margin:0px 5px;-webkit-border-radius:12px;border-radius:12px;border:2px solid #fff;cursor: pointer;-webkit-transition: all .5s;-moz-transition: all .5s;-ms-transition: all .5s;-o-transition: all .5s;transition: all .5s;_zoom:1;*display:block;*float:left;}
.bannerindex dd.on {background-color:#fff;border:2px solid #fff;}

/* 综合模块 */
.partdiv{position:absolute;bottom:-55px;z-index: 5;left:50%;margin-left: -615px;height:172px;width:1138px;}
.partbox{height:172px;position:absolute;top:210px;opacity:0;-webkit-transition: all .4s;transition: all .4s;*top:0;}
.partbox .title{display:block;font-weight:bold;font-size:16px;color:#45381a;margin-top: 20px;line-height: 28px;margin-left: 25px;}

.part1{left:0px;width:374px;background:#ff6600 url(../img/part1-img.png) no-repeat 213px 10px;border-right:1px solid #dfaa6b;color:#fff;}
.part1:hover{z-index: 10;width:480px;background-position: 307px 10px;}
.part1:hover .title{margin-top: 20px;}
.part1:hover .text{opacity: 1;visibility: visible;}
.part1 .title{margin-top: 65px;-webkit-transition: all .4s;transition: all .4s;}
.part1 .title a{color:#fff;}
.part1 .text{color:#f4b7aa;margin-top: 10px;width:280px;opacity: 0;-webkit-transition: all .4s;transition: all .4s;visibility: hidden;}
.part1 .text a{color:#f4b7aa;}
.part1 p{margin-left: 25px;color:#fff;}
.part2{left:375px;width:283px;background:#ffc232 url(../img/part2-img.png) no-repeat 290px center;border-right:1px solid #e1d6d4;}
.part2:hover{width:405px;z-index:10;}
.part3{left:659px;width:203px;background:#9bdb2b url(../img/part3-img.png) no-repeat center center;/*border-right:1px solid #e2d5ce;*/}
.partcont{margin-left: 25px;display:block;color: #45381a;font-size: 12px;font-weight: bold;margin-top: 20px;opacity:0;visibility: hidden;-webkit-transition: all .4s;transition: all .4s;}
.partcont4{margin-left: 25px;display:block;color: #45381a;font-size: 12px;font-weight: bold;margin-top: 20px;opacity:0;visibility: hidden;-webkit-transition: all .4s;transition: all .4s;}
.part3:hover{width:320px;background-position: 180px center;z-index:10;}
.part3:hover .partcont{opacity:1;visibility: visible;margin-top: 10px;}
.part4{right:0px;width:276px;background:#1e7ecb url(../img/part4-img.png) no-repeat 140px 18px;}
.part4 .title{color:#003158;}
.part4:hover{width:300px;background:#1e7ecb url(../img/part4-img.png) no-repeat 140px 18px;z-index:10;}
.part4:hover .partcont4{opacity:1;visibility: visible;margin-top: 10px;}

.part2 ul{width:250px;height:100px;margin-left: 25px;margin-top: 10px;}
.part2 li{color:#45381a;line-height: 20px;margin-bottom: 5px;}
.part2 li a{color:#45381a;font-size: 12px;font-weight: bold;display:block;}
.part2 li a:hover{color:#ea0000;}
.part2 li span{font-weight: bold;}
