/** 设置默认字体 **/
body {
    font: 12px/1.5 '微软雅黑',tahoma, Srial, helvetica, sans-serif;
}
.clear{
    clear: both;
}
/* 顶部条 */
.hd_top{width:100%;height:50px;margin:0px auto;z-index:999;background:#fff;border:0px solid blue;}
.hd_top .top-main{width:1200px;height:50px;margin:0px auto;border:0px solid blue;}
.top-main .logo{float:left;border:0px solid red;margin-top:8px;}
.top-main .toplink{float:right;height:30px;line-height:30px;color:#666;margin-top:10px;position:relative;border:0px solid red;}
.top-main .toplink a{text-decoration:none;color:#666;margin-left:10px;}
.top-main .toplink span{margin-left:10px;}
.top-main .toplink .namea{margin-left:0px;}
.top-main .toplink .ucard{cursor:pointer;}
.top-main .toplink .ucard:hover{color:#008eeb;}
.top-main .toplink a:hover{text-decoration:underline;color:#008eeb;}

.wrap{
    width: 100%;
    background: #e5e5e5;	
}
.con1{
    width: 100%;
    height: 660px;
    background: url("../images/bg2024_01.jpg") top center no-repeat;
    position: relative;
}
.con1 p{
    position: absolute;
    left: 0;
    top: 355px;
    color: #000;
    font-size: 22px;
    text-align: center;
    width: 100%;
    height: 50px;
    line-height: 50px;
    letter-spacing: 10px;

}
.con2{
    width: 100%;
    height: 520px;
    background: url("../images/bg2024_02.jpg") top center no-repeat;
    position: relative;
}

.con3{
    width: 100%;
    height: 470px;
    background: url("../images/bg2024_03.jpg") top center no-repeat;
    color: #b01717;
	font-weight:bold;
    font-size: 16px;
    position: relative;
}
.con3 p{
    width: 780px;
    height: 60px;
    line-height: 30px;
    position: absolute;
    left: 50%;
    margin-left: -272px;
    letter-spacing: 1px;	
}
.con3 p span{font-size: 20px}
.con3 .p1{
    top: 166px;
}
.con3 .p2{
    top: 223px;
}
.con3 .p3{
    top: 285px;
}
.con3 .p4{
    top: 360px;
	margin-left: -288px;	
}
.con3 em{
	display: inline-block;	
    width: 116px;
    height: 30px;
	text-align: center;	
    color: #fff;
    background: #fc2c0e;
    border-radius: 8px;
	margin: 0 20px;	
	font-weight: bold;
    font-size: 18px;	
}
.con4{
    width: 100%;
    height: 440px;
    color: #b01717;
    font-size: 16px;
    background: url("../images/bg2024_04.jpg") top center no-repeat;
    position: relative;
}
.con4 p{
    width: 760px;
    height: 60px;
    line-height: 30px;
    position: absolute;
    left: 50%;
	margin-left: -310px;
    font-weight: bold;
    letter-spacing: 1px;	
}
.con4 p span{font-size: 20px}
.con4 .p1{
    top: 160px;
}
.con4 .p2{
    top: 212px;

}
.con4 .p3{
    top: 272px;

}
.con4 .p3 a{
    color: #000;
}
.foot{
    width: 100%;
    height: 60px;
    background: #e5e5e5;
    position: relative;
}
.foot ul{
    display: block;
    width: 600px;
    height: 60px;
    position: absolute;
    left: 50%;
    margin-left: -300px;
    top: 0;
    color: #b01717;
}
.foot ul li{
    display: block;
    height: 60px;
    line-height: 60px;
    float: left;
    margin-left: 30px;
    text-align: center;
    font-size: 14px;
}

