.bdbg{
    width: 100%;
    height: 380px;
    background: url(../image/banner1.jpg) 0 0 no-repeat;
    background-attachment: fixed;
}
.subject{
    width: 100%;
    height: 177px;
    overflow: hidden;
    padding-top: 153px;
}
.subject_main{
    width: 1260px;
    height: auto;
    margin: auto;
}
.sy_hjmain{
	width: 100%;
    height: auto;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
}

.sy_hjmain h2{
	width: 100%;
    height: 38px;
    line-height: 40px;
    color: #000;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    font-weight: 100;
}
.sy_hjmain img{
	width: 100%;
    height: 139px;
    object-fit: cover;
}


.bd{
    width: 1260px;
    height: auto;
    margin: auto;
    overflow: hidden;
}
.bd_left{
    float: left;
    width: 885px;
    height: auto;
}
.bd_left_main{
    width: 100%;
    height: auto;
    display: inline-block;
}
.bd_left_main a{
    float: left;
    width: 430px;
    height: auto;
    background: #fff;
    padding-bottom: 20px;
    padding-top: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
    border-radius: 4px;
}
.bd_left_main a:nth-child(2n+2) {
    margin-right: 0;
}

.bd_left_main a:hover{
    box-shadow: darkgrey 0px 6px 17px -8px;
}
.bd_left_main li{
    float: left;
    width: 100%;
    height: auto;
}
.bd_left_main li span{
    position: absolute;
    float: left;
    background: url(../image/ico-phlist.png) no-repeat;
    background-position: -0px 0px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 48px;
    font-size: 22px;
    margin-top: -29px;
    margin-left: -13px;
    color: #fff;
    font-weight: bold;
}
.bd_left_main li span.num1{
    background-position: -150px 0px;
}
.bd_left_main li span.num2{
	background-position: -100px 0px;
}
.bd_left_main li span.num3{
	background-position: -50px 0px;
}
.bd_left_main li .left{
    float: left;
    width: 120px;
    height: 100px;
    background: #fff;
    margin: auto;
    text-align: center;
}
.bd_left_main li .left img{
    width: 74px;
    height: 74px;
    margin: auto;
    text-align: center;
    border-radius: 10px;
    margin-top: 10px;
}
.bd_left_main li .cen{
    float: left;
    width: 199px;
    height: 100px;
    background: #fff;
    margin: auto;
    text-align: center;
}
.bd_left_main li .cen h1{
    font-size: 16px;
    width: 100%;
    height: 35px;
    line-height: 45px;
    text-align: left;
    font-weight: bold;
}
.bd_left_main li .cen p{
    float: left;
    width: 100%;
    height: 25px;
    line-height: 25px;
    text-align: left;
    font-size: 13px;
    color: #828181;
}
.bd_left_main li .right{
    float: left;
    width: 70px;
    height: 35px;
    line-height: 35px;
    background: #ffd00a;
    margin: auto;
    text-align: center;
    border-radius: 4px;
    margin-top: 13px;
}
.bd_left_main li .right:hover{
    box-shadow:#ffd00a 0px 6px 17px -8px;
}
.bd_main_bm{
    float: left;
    width: 90%;
    height: auto;
    margin-left: 5%;
    border-radius: 4px;
	text-align: left;
}
.bd_main_bm i{
    float: left;
    width: 64px;
    height: auto;
    font-style: normal;
    color: #757575;
}
.bd_main_bm h2{
    float: left;
    width: 305px;
    height: auto;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	color: #617ef9;
}


.bd_right {
    float: right;
    width: 352px;
    height: auto;
}
.bd_men{
	background: #fff;
    width: 316px;
    height: auto;
    overflow: hidden;
    border-radius: 4px;
    padding: 18px;
}
.bd_men li{ 
    float: left;
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-radius: 4px;
    margin-bottom: 5px;
    color: #5a5a5a;
    font-weight: 100;
}
.bd_men li.cur{
    background: -webkit-linear-gradient(left, #ff8107 , #ffda66);
    background: -o-linear-gradient(right, #ff8107, #ffda66);
    background: -moz-linear-gradient(right, #ff8107 , #ffda66);
    background: linear-gradient(to right, #ff8107 , #ffda66);
    color: #000;
    font-weight: bold;
}
.bd_men li:hover{
    background: -webkit-linear-gradient(left, #ff8107 , #ffda66);
    background: -o-linear-gradient(right, #ff8107 , #ffda66);
    background: -moz-linear-gradient(right, #ff8107 , #ffda66);
    background: linear-gradient(to right, #ff8107 , #ffda66);
    color: #000;
    font-weight: bold;
}
.bd_men li i{ 
    float: left;
    width: 30px;
    height: 50px;
}
.bd_men li i img{ 
    width: 20px;
    height: 20px;
    margin-left: 10px;
}
.bd_men li h1{ 
    float: left;
    width: 280px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-indent: 6px;
}

