@charset "utf-8";
/* CSS Document */

.bg_one {
    width: 100%;
    height:1080px;
    background: url(../images/bg.jpg) no-repeat center top;
    overflow: hidden;
}
.bg_one .con_box {
    width: 1028px;
    margin: 0 auto;
    margin-top:400px;
    position: relative;
}
.col-a {
    float: left;
    margin-right: 22px;
}
/*焦点图*/
/*本例css*/
.contentWrap {
    width: 1028px;
    position: relative;
    margin-bottom: 15px;
	height:730px
}
/*数字按钮样式*/
.contentWrap .num {
    overflow: hidden;
    height: 25px;
    position: relative;
    bottom: -15px;
    left: 68px;
    zoom: 1;
    z-index: 3;
}
/*.contentWrap .num li { width: 25px; height: 25px; line-height: 25px; text-align: center; font-weight: 400; font-family: "微软雅黑", Arial; color: #FFFFFF; background: #444444; margin-right: 10px; border-radius:50%; cursor:pointer; float: left; }
*/
.contentWrap .num li {
    width: 50px;
    height: 50px;
    line-height: 25px;
    text-align: center;
    font-weight: 400;
    font-family: "微软雅黑", Arial;
    color: #FFFFFF;
    background:RGBA(68, 68, 68, 0.67);
    margin-right: 10px;
    cursor: pointer;
    float: left;
}
.contentWrap .num li.on { background: #FF7700; } /*当前项*/

/*上一个  下一个*/
.contentWrap .prev,
.contentWrap .next { display: block; width: 40px; height: 100px; background: url(../images/btn.png) no-repeat; position: absolute; top:235px;}
.contentWrap .prev { left: 0; }
.contentWrap .next { right: 0; background-position: right }

/*焦点图结束*/

.con {
    margin: 0 auto;
    width: 852px;
    height: 534px;
    background: url(../images/kuai_tm.png) no-repeat center top;
    padding: 10px 40px;
}
.con .da_bt {
    height: 86px;
    width: 332px;
    display: block;
	background: url(../images/saibt_1.png) no-repeat center top;
}
.con .da_bt span{ color:#fff; font-size:27px; font-weight: bold; position: absolute; left:170px; top: 51px;}
.slides li{
    width: 1028px;
    float: left;
    display: block;
}
.slides img {
    width: 100%;
    display: block;
}
.con .k_box {
    width: 852px;
    height: 202px;
    margin-top: 30px;
}
.con .k_box .k_left {
    float: left;
    width: 300px;
    height: 200px;
    border: 1px solid #fff;
}
.con .k_box .k_left span{ color:#fff;}
.con .k_box .k_right {
    float: right;
    width: 520px;
    height: 240px;
    margin-top: -36px;
    overflow-x: hidden;
}
.con .k_box .k_left a img {
    width: 300px;
    height: 200px;
}
.con .k_box .k_right .bt {
    font-size: 32px;
    font-weight: bold;
    width: 520px;
	line-height:40px;
    display: block;
    color: #fff;
    overflow: hidden;
}
.con .k_box .k_right p {
    font-size: 16px;
    color: #fff;
    line-height: 23px;
    width: 495px;
    overflow: hidden;
    margin-top:12px;
	text-indent:2em;
	text-align:left;
}
.con .k_box .k_right p span a {
    color: #eb7400;
}
.con .pailie {
    width: 852px;
    margin-top: 28px;
}
.con .pailie li {
    float: left;
	width: 220px;
	height:147px;
	border: 1px solid #fff;
	margin-left:40px;
	margin-top:10px;
}
.con .pailie li a img {
    width: 220px;
    height: 147px;
}

.foot {
    border-top: 5px solid #ae0015;
    background-color: #1a1a1a;
    height: 100px;
    padding-top: 20px;
    width: 100%;
}
.foot .bottomLink {
    width: 960px;
    margin: 0 auto 13px;
    text-align: center;
    color: #fff;
}
.foot .info {
    line-height: 24px;
    font-size: 12px;
    color: #fff;
    width: 960px;
    margin: 0 auto;
    text-align: center;
    color: #ccc;
}
.foot .bottomLink a {
    color: #fff;
    font-size: 14px;
}
.foot .info span {
    font-family: Tahoma;
}