.banner{
    width: 1200px;
    height: 405px;
    margin: 15px auto;
    position: relative;
    /*background: url("fg.png") no-repeat center;*/
}
.banner img{
    width: 100%;
    height: 100%;
    margin: 0 auto;
    text-align: center;
}

.center{
    width: 1200px;
    margin: 0 auto;
    margin-top: 30px;

}

.cen_a{
    width: 600px;
    /*height: 390px;*/
    /*border: 1px solid #000;*/
    padding: 25px;
    float: left;
    box-sizing: border-box;
}

.cen_b{
    width: 100%;
    /*height: 390px;*/
    /*border: 1px solid #000;*/
    padding: 25px;
    float: left;
    box-sizing: border-box;
}


.cen_tit{
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #01a6e6;
    margin-bottom: 20px;
    /*background: url("ep.png") no-repeat bottom;*/
    /*background-size: 100% 40px;*/

}
.cen_tit li{
    height: 40px;
    line-height: 38px;

}
.cen_tit .cen_li{
    float: left;
    padding: 0 16px;
    font-size: 17px;
    font-weight: 700;
    background-color: #01a6e6;
    cursor: pointer;
}
.cen_tit .cen_li a{
    color: #FFFFFF;
}
.cen_tit .cen_gd{
    float: right;
    font-size: 16px;
}
.cen_tit .cen_gd a{
    color: #666666;
}
.cen_list li{
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    border-bottom: 1px dashed #CCCCCC;
}

.cen_list li i{
    float: left;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    /*background-color: #000000;*/
    margin-top: 13px;
    margin-right: 10px;
    background: url("dian.png") no-repeat center;
    background-size: 13px 13px;

}
.cen_list li span{
    float: right;
    font-size: 14px;
    color: #999999;
}

.cen_list li:hover a{
    color: #01a6e6;
}

.cen_video{
    width: 530px;
    height: 287px;
}
.cen_video a >img{
    width: 100%;
}

.gxyq_img{
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
}
.gxyq_img ul li{
    width: 240px;
    height: 170px;
    float: left;
    /*border: 1px solid #000;*/
    box-sizing: border-box;
    padding: 10px;

}

.gxyq_img .gxyq_li1{
    background: url("li1.png") no-repeat center;
}

.gxyq_img .gxyq_li2{
    background: url("li2.png") no-repeat center;
}

.gxyq_img .gxyq_li3{
    background: url("li3.png") no-repeat center;
}

.gxyq_img .gxyq_li4{
    background: url("li4.png") no-repeat center;
}

.gxyq_img .gxyq_li5{
    background: url("li5.png") no-repeat center;
}

.gxyq_img .gxyq_li1:hover{
    background: url("li1h.png") no-repeat center;
}

.gxyq_img .gxyq_li2:hover{
    background: url("li2h.png") no-repeat center;
}

.gxyq_img .gxyq_li3:hover{
    background: url("li3h.png") no-repeat center;
}

.gxyq_img .gxyq_li4:hover{
    background: url("li4h.png") no-repeat center;
}

.gxyq_img .gxyq_li5:hover{
    background: url("li5h.png") no-repeat center;
}


.gxyq_img ul li a{
    position: relative;
    width: 100%;
    height: 100%;
}


.gxyq_img ul li a p{
    text-align: center;
    font-size: 16px;
    position: absolute;
    bottom: -35px;
    left: 0;
    right: 0;
}






