a{
color:#000000;
}
.hd_container {
    width: 1200px;
    min-height: 200px;
    margin: 0 auto;
    background: #fff;
    padding: 30px;
}
.hd_dqwz {
    padding: 3px 24px;
    background: url(../images/breadcrumbBg.png) no-repeat 0 4px;
    margin-bottom: 30px;
}
.hd_nav {
    font-size: 18px;
    background: #f2f2f2;
    overflow: auto;
}
.hd_nav > li {
    padding: 8px 25px;
    color: #fff;
    float: left;
}
.hd_nav > .active {
    background: #0057aa;
}
.hd_zxft_top {
    overflow: auto;
    margin-top: 26px;
}
.hd_zxft_top > .hd_zxft_img {
    width: 33.33333333%;
    height: 250px;
    padding-right: 15px;
    float: left;
}
.hd_zxft_top > .hd_zxft_img img {
    width: 100%;
    height: 100%;
}
.hd_zxft_top > .hd_zxft_intro {
    width: 66.66666667%;
    line-height: 30px;
    font-size: 14px;
    float: left;
    padding-left: 15px;
}
.hd_zxft_top > .hd_zxft_intro .title {
    color: #245399;
    font-size: 24px;
    margin-bottom: 10px;
}
.hd_zxft_top > .hd_zxft_intro b {
    color: #245399;
    margin-right: 8px;
    font-weight: 600;
}
.hd_zxft_top > .hd_zxft_intro .intro b{
    vertical-align: top;
}
.hd_zxft_top > .hd_zxft_intro .intro span {
    display: inline-block;
    width: 88%;
}
.hd_zxft_top > .hd_zxft_intro .yjs {
    color: #959595;
}
.hd_zxft_center {
    overflow: auto;
    margin-top: 35px;
}
.hd_zxft_center > .hd_zxft_content {
    width:66.66666667%;;
    float: left;
    padding-right: 15px;
}
.hd_zxft_center > .hd_zxft_other {
    width: 33.33333333%;
    padding-left: 15px;
    float: left;
}
.hd_zxft_center .hd_nav {
    background: none;
    border-bottom: 1px #245399 solid;
}
.hd_zxft_center > .hd_zxft_other .hd_zxft_bjzl {
    overflow: hidden;
    margin: 10px 0;
}
.hd_zxft_center > .hd_zxft_other .hd_zxft_bjzl li {
    line-height: 36px;
    color: #4c4c4c;
    font-size: 16px;
}
.hd_zxft_other #myCarousel {
    margin-top: 36px;
    position: relative;
}
.hd_zxft_other .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.hd_zxft_other .carousel-control.left, 
.hd_zxft_other .carousel-control.right {
    position: absolute;
    top: 35%;
    width: 38px;
    height: 60px;
    display: block;
}
.hd_zxft_other .carousel-control.left {
    background: rgba(0,0,0,0.4) url(../images/prev.png) no-repeat center center;
    left: 0;
}
.hd_zxft_other .carousel-control.right {
    background: rgba(0,0,0,0.4) url(../images/next.png) no-repeat center center;
    right: 0;
}
.hd_zxft_other .fous_num {
    position: absolute;
    right: 15px;
    bottom: 10px;
    color: #8e8e8e;
    font-size: 16px;
}
.hd_zxft_other .fous_num {
    position: absolute;
    right: 15px;
    bottom: 10px;
    color: #8e8e8e;
    font-size: 16px;
}
.hd_zxft_other .fous_num .font1 {
    color: #d10707;
    font-size: 20px;
}

.item img{
	height:208px;
width:100%;	
}
@media screen and (max-width: 768px) {
    .hd_container {
        width: 100%;
        padding: 10px;
    }
    .hd_dqwz {
        margin-bottom: 15px;
    }
    .hd_zxft_top > .hd_zxft_img {
        width: 100%;
        height: 200px;
        margin-bottom: 10px;
        padding-right: 0;
    }
    .hd_zxft_top > .hd_zxft_intro {
        width: 100%;
        padding-left: 0;
    }
    .hd_zxft_center > .hd_zxft_content{
        width: 100%;
        padding-right: 0;
        margin-bottom: 10px;
    }
    .hd_zxft_center > .hd_zxft_other {
        width: 100%;
        padding-left: 0;
    }
    .hd_zxft_other #myCarousel {
        margin-top: 15px;
        margin-bottom: 10px;
    }
}