/* 将标签默认的间距设为0   */
body,div,p,h1,h2,h3,h4,h5,h6,ul,dl,dt,form,input,a{
	margin:0;
	padding:0;
	font-family: Microsoft YaHei,SimHei,arial,SimSun;
	/*Microsoft YaHei,SimHei,arial,SimSun*/
}
/*  去掉默认的小圆点   */
ul,li{
	list-style:none;
}

/* 去掉默认的下划线   */
a{
	text-decoration:none;
}

/* 设置不倾斜   */
em{
	font-style:normal;
}

/*  去掉在IE下图片做链接时生成的边框  */
img{
	border:0px;
}

/* 让h标签继承body中的字体大小的设置   */
h1,h2,h3,h4,h5,h6{
	font-size:100%;
}
/* 清除浮动、解决margin-top塌陷   */
.clearfix:before,.clearfix:after{
	content:"";
	display:table;
}
.clearfix:after{
	clear:both;
}
.clearfix{
	zoom:1;
}


.fl{
	float:left;
}
.fr{
	float:right;
}

.down_con{
    margin-top: 10px;
}
.down_tit{
    width: 1200px;
    height: 80px;
    margin: 0 auto;
    border-bottom: 1px solid #E4E4E4;
}
.down_tit div{
    float: right;
    height: 80px;
    width: 158px;

}
.down_tit div span{
    margin-top: 5px;
    text-align: right;
    display: inline-block;
    width: 158px;
    height: 33px;
    line-height: 33px;
    font-size: 16px;
    color: #1E75E0;
}
.down_tit>span{
    display: inline-block;
    width: 235px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 20px;
    color: #666666;
    position: relative;

}
.down_tit>span:nth-child(3){
    margin-left: 50px;
}
.down_tit>span a{
    display: inline-block;
    color: #1E75E0;
}
.down_tit div span:hover{
    font-weight: bold;
}
.left,.right{
    width: 45%;
    position: absolute;
}
.mid{
    position: absolute;
    left: 50%;
    margin-left: -12px;
    bottom: -1px;
}
.left{
    left: 1px;
    bottom: -1px;
}
.right{
    bottom: -1px;
    left: 128px;
}
.cen1200{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.cen1100{
    width: 600px;
    margin: 0 auto;

}
.down_sof ul li{
    min-height: 180px;
    border: 1px solid white;
}
li.f7{
    background-color: #f7f7f7;
}

.leftIcon{
    width: 126px;
    height: 100px;
    float: left;
    margin-top: 5px;
    border-right: 1px solid #DCDCDC;
}


.leftIcon img{
	width: 100px;
    height: 100px;
}

.rightCon{
    margin: 28px 0 35px 164px;
	
}
.rightCon h4{
    font-size: 20px;
    color: #005BAC;
}
.rightCon h5{
    font-size: 14px;
    color: #999999;
    margin: 10px 0;
    font-weight: normal;
}
.rightCon p{
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    width: 850px;
}
.click_down{
    width: 160px;
    height: 60px;
    color: #FFFFFF;
    text-align: center;
    line-height: 64px;
    background-color: #005BAC;
    position: absolute;
    top: 30px;
    right: 100px;
}
.click_down:hover{
    background-color: rgba(0, 48, 107, 0.86);
}
.click_down a{
    display: inline-block;
    width: 160px;
    height: 60px;
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
    line-height: 64px;
    font-weight: normal;
}

.click_smalldown{
	width: 120px;
	height: 32px;
	color: #FFFFFF;
	text-align: center;
	line-height: 32px;
	background-color: #005BAC;
	position: absolute;
	top: 30px;
	right: 100px;
}
.click_smalldown:hover{
    background-color: rgba(0, 48, 107, 0.86);
}
.click_smalldown a{
    display: inline-block;
    width: 120px;
    height: 32px;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    line-height: 32px;
    font-weight: normal;
}
