@charset "utf-8";


.trans,a{
    -webkit-transition: all .5s ease;
    -moz-transition:all .5s ease;
    -o-transition:all .5s ease;
    -ms-transition:all .5s ease;
    transition:all .5s ease;
}

/*活动*/
.boxz{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.hd-box{width:1200px;margin:0 auto;}
.top-area{width:100%;float:left;margin-top:20px;}
.top-area .leftcon{float: left;padding-left: 20px;color:#333;line-height: 35px;}
.top-area .leftcon a{color: #333;}
.top-area .leftcon b{font-size:14px;color:#3760a0;}
.top-area .rsear{float: right;border:1px solid #F1F1F1;background: #FAFAFA;height: 35px;border-radius:35px;}
.top-area .rsear .text{float:left;width:250px;height: 100%;border:none;background: none;outline: none;padding-left:20px;}
.top-area .rsear .input{border:none;background: url(../images/sear-ico.png) center no-repeat;cursor: pointer;width:35px;height: 35px;float:right;margin-right:10px;outline: none;}

.hd-list{width:100%;float:left;}
.hd-list li{width:100%;float:left;margin-top:15px;box-shadow:0px 0px 8px #eee;}
.hd-list li .pic{float:left;width:361px;overflow: hidden;}
.hd-list li .pic img{max-width: 100%;vertical-align: bottom;
	-moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.hd-list li .pic img:hover{
	-moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.hd-list li .con{float:left;width:785px;margin:30px 0 0 30px;}
.hd-list li .con a.tit{display: block;font-size:18px;color:#000;line-height: 25px;font-weight: bold;}
.hd-list li .con a.tit:hover{color:#199BFF;}
.hd-list li .con .des{display: block;position: relative;margin-top:15px;font-size:14px;color:#545454;line-height: 28px;}
.hd-list li .con .des .bm{position: absolute;right:0;top:50%;margin-top:-38px;width:110px;text-align: center;}
.hd-list li .con .des .bm p{display:inline-block;background: url(../images/hd-time.png) left center no-repeat;padding-left:25px;color:#ee4343;font-size:13px;}
.hd-list li .con .des .bm p.none{display:inline-block;background: none;}

.hd-list li .con .des .bm a{display: inline-block;width:109px;height: 37px;background: #4D87DF;border-radius:37px;color:#fff;text-align: center;line-height: 37px;font-size:16px;margin-top:15px;}
.hd-list li .con .des .bm a:hover{background: #199BFF;}

.hd-list li .con .des .bm a.c-gray{background: #eee;color:#888;}
.hd-list li .con .des .bm a.c-gray:hover{background: #eee;}
.hd-list li .con .des .bm a.c-green{background: #5cb85c;color:#fff;}
.hd-list li .con .des .bm a.c-green:hover{background: #dff0d8;}

.hd-list li .con .des a.hd-type{color:#4d87df;}

.hd-bottom {margin-top:20px;border:1px solid re}

.cont{   padding-top: 20px;}
.top-area .leftcon {padding-left: 0px;}
