/*********banner开始部分*/
.c_banner{
    width: 100%;
    height: 400px;
    /*background: yellow;*/
    position: relative;
}
.c_banner .c_banner_a{
	width:100%;
	height:400px;
	position:absolute;
	display:none;
}
.c_banner img{
    width: 100%;
    height: 400px;
    position: absolute;
    display: block;
}
.changePoint ul{
    display: block;
    width: 100%;
    height: 30px;
    /*background: yellow;*/
    margin: 0px auto;
    position: relative;
    top: -40px;
}
.changePoint ul li{
    /*background: #fff;*/
    width: 13px;
    height: 13px;
    display: inline-block;
    position: relative;
    float: left;
    top: 10px;
    left: 48%;
    margin-right: 5px;
}
.default-choose{
    background: url("/images/space/c/normal/white.png") no-repeat;
    _background: none;
    cursor: pointer;
}
.now-choose{
    background: url("/images/space/c/normal/gray.png") no-repeat;
    _background: none;
    cursor: pointer;
}
/*******banner结束部分*/
/*首页右边开始部分*/
/*.c_main .c_main-right{*/
    /*border: 1px solid #ccc;*/
/*}*/
.c_main-right .c_procuct-into{
    width: 205px;
    height: 255px;
    margin: 20px 20px 0px 0px;
    /*background: red;*/
    overflow: hidden;
    float: left;
    _margin-left: 0px;
}
.c_main-right .c_procuct-into img{
    width: 203px;
    height: 203px;
    border: 1px solid #ccc;
}
.c_main-right .c_procuct-into .c_procuct-title{
    width: 205px;
    display: block;
    margin: 15px auto;
    text-align: center;
}


/*首页右边结束部分*********888*/

/*首页底部部分开始c_bottom*/
.c_main .c_bottom{
    width: 1200px;
    /*height: 300px;*/
    margin: 30px auto;
    /*background: red;*/
}
.c_main .c_bottom .c_bottom-left{
    width: 590px;
    height: auto;
    float: left;
}
.c_main .c_bottom .c_bottom-left h2{
    margin: 18px 0px 0px 16px;
    font-size: 28px;
}
.c_main .c_bottom .c_bottom-right{
    width: 590px;
    height: auto;
    float: right;
}
.c_main .c_bottom .c_bottom-right ul{
    width: 540px;
    margin-left: 15px;
}
.c_main .c_bottom .c_bottom-right ul li{
    width: 540px;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px dotted #ccc;
    margin-top: 10px;
}
.c_main .c_bottom .c_bottom-right ul li a{
    width: 440px;
    height: 30px;
    /*background: red;*/
    overflow: hidden;
    font-size: 14px;
    float: left;
}
.c_main .c_bottom .c_bottom-right ul li .c_time{
    font-size: 12px;
    color: #A4A4A4;
    float: right;
}
/*首页底部部分结束c_bottom*/





