@charset "utf-8";
*{margin:0;padding:0;list-style-type:none;}
a,img{border:0;}

/* Div1 */
.Div1{width:1200px;height:335px;overflow:hidden;position:relative;}
.Div1_title{height:97px;width:1200px;}
.Div1_title span{display:block;width:1200px;text-align:center;font-size:18px;padding-top:38px;position:relative;}
.Div1_title span:before {
	content: '';                 /*CSS伪类用法*/
    position: absolute;         /*定位背景横线的位置*/
    top: 78%;
    left: 0;
    background: #ddd;       /*宽和高做出来的背景横线*/
    width: 480px;
    height: 1px;
}
.Div1_title span:after {
	content: '';                 /*CSS伪类用法*/
    position: absolute;         /*定位背景横线的位置*/
    top: 78%;
    right: 0;
    background: #ddd;       /*宽和高做出来的背景横线*/
    width: 480px;
    height: 1px;
}
.Div1_title span a{font-size:18px;}
.Div1_title span a:hover{color:#0a265e;}
.Div1_title span a.Div1_title_a1{color:#0a265e;}

.Div1_main{height:230px;width:10000px;overflow:hidden;position:relative;z-index:1;}
.Div1_main div{width:1125px;height:230px;float:left;padding-left:54px;}
.Div1_main div span{width:256px;margin-right:23px;height:230px;display:block;float:left;}
.Div1_main div span a{display:block;width:256px;height:173px;overflow:hidden;}
.Div1_main span img{width:256px;vertical-align:bottom;}
.Div1_main div span p{line-height:57px;height:57px;text-align:center;}

.Div1_main div span:hover p{color:#0a265e;}

.Div1 .Div1_prev1 ,.Div1 .Div1_next1{display:block;width:26px;height:57px;position:absolute;cursor:pointer;z-index:2;top:161px;}
.Div1 .Div1_prev1 img ,.Div1 .Div1_next1 img{width:26px;height:57px;}
.Div1 .Div1_prev1:hover ,.Div1 .Div1_next1:hover{opacity:0.7;.filter:alpha(opacity=70)}
.Div1 .Div1_prev1{left:0px;}
.Div1 .Div1_next1{right:0px;}



