.article {
    width: 100%;
    height: 180px;
    /* background: linear-gradient(-90deg, #01BD97, #23C281); */
    /* margin-top: 38px; */
    background-image: url("../imgs/zhyl/image/bannerG.png");
		background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.article .center {
    width: 325px;
    height: 118px;
    display: flex;
		align-items: center;
    justify-content: space-between;
}

.article_left {
    overflow: hidden;
}

.article .title {
    /* height: 60px; */
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #0BBF90;
    line-height: 30px;
    padding-top: 13px;
}

.article .span {
    /* width: 193px; */
    height: 18px;
    font-size: 13px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #0BBF90;
    line-height: 22px;
    margin-top: 12px;
}

/* --- */
.banner {
    width: 350px;
    height: 190px;
    margin: auto;
}

.banner_title {
    width: 72px;
    height: 18px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin: auto;
    margin-top: 30px;
}

.banner_center {
    width: 325px;
    height: 110px;
    margin: auto;
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: space-between;
}

.banner_item {
    width: 128px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.banner_item img{
	width: 30px;
}

.banner_item div {
    width: 83px;
    height: 40px;
    font-size: 11px;
    font-weight: 400;
    color: #666666;
}

.banner_item span {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    margin-top: 6px;
}

/* ----- */
.content_item1 {
    width: 100%;
    /* min-height: 425px; */
    background: #F7F8FB;
    margin: auto;
    
}

.content_item1_title {
    width: 205px;
    height: 18px;
    font-size: 17px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin: auto;
}

.content_item1_span {
    height: 13px;
    font-size: 13px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
		text-align: center;
    margin-top: 10px;
}

.content_item1_nav {
    width: 340px;
    height: 30px;
    margin: auto;
    margin-top: 25px;
		white-space: nowrap;
		overflow-x: scroll;
}

.item1_nav_it {
    line-height: 30px;
    text-align: center;
    font-size: 13px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    padding: 0 8px;
		margin: 0 8px;
    box-sizing: border-box;
		display: inline-block;
}

.item1_nav_active {
    background: #0BBF90;
    border-radius: 3px;
    color: #FFFFFF;
}


.content_item1_center {
    width: 343px;
    /* min-height: 275px; */
    margin: auto;
    margin-top: 30px;
    display: none;
}
.content_item1_center img{
    
    margin-bottom: 25px;
}
.content_item1_active {
    display: block;
}

.content_item1_center .title {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
}

.content_item1_center .span {
    width: 343px;
    font-size: 11px;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
    margin-top: 15px;
}

.content_item1_center img {
    width: 100%;
    margin-top: 10px;
}

/* ----- */
.center_item2 {
    width: 100%;
    min-height: 440px;
    overflow: hidden;
}

.center_item2 .center_header {
    width: 73px;
    height: 18px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin: 30px auto 0;
}

.center_item2 .center_list {
    width: 315px;
    height: 25px;
    display: flex;
    margin: auto;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.center_list .center_items {
    height: 30px;
    padding: 0 10px;
    box-sizing: border-box;
    text-align: center;
    line-height: 30px;
    box-sizing: border-box;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
		white-space: nowrap;
}

.center_items_active {
    color: #FFFFFF !important;
    background: #0BBF90;
    border-radius: 3px;

}

.center_bottom_item {
    width: 350px;
    min-height: 350px;
    margin: auto;
    margin-top: 25px;
    display: none;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.center_bottom_items {
    width: 165px;
    /* height: 90px; */
    background: #FFFFFF;
    /* box-shadow: 0px 1px 6px 0px rgba(55, 63, 68, 0.1500); */
		border: 1px solid #F2F2F2;
    border-radius: 3px;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.center_bottom_items img {
		width: 28px;
    margin-left: 15px;
}

.center_bottom_items div {
    width: 120px;
    /* height: 70px; */
    margin-left: 15px;
    font-size: 14px;
    font-weight: 400;
    color: #5D5F62;
}

.center_bottom_items span {
    display: inline-block;
    width: 100px;
    font-size: 11px;
    font-weight: 400;
    color: #999999;
    line-height: 13px;
    margin-top: 5px;
}

.center_bottom_active {
    display: flex;
}

/* ----- */
.content_item3 {
    width: 100%;
    height: 335px;
    background: #F7F8FB;
    overflow: hidden;
    text-align: center;
}

.content_item3 .title {
    width: 218px;
    height: 18px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin: 30px auto 25px;
}

/* --- */
.content_item4 {
    width: 100%;
    /* height: 260px; */
}

.content_item4 .title {
    width: 73px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin: 30px auto 15px;
}

.gzhdyy_swipimg {
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-slide {
    width: 300px !important;
}

.swiper-slide img{
	width: 100%;
}


/* ---- */
.content_item5 {
    width: 100%;
    /* height: 242px; */
    background: #F7F8FB;
    overflow: hidden;
    /* margin-bottom: 60px; */
}

.content_item5 .title {
    width: 73px;
    height: 18px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin:30px auto 25px;
}

.qx_gd-nav {
    width: 100%;
    height: 120px;
		margin-bottom: 30px;
}

.qx_gd-nav-cen {
    height: 120px;
    position: relative;
    overflow: hidden;
}

.qx_gd-lists {
    position: absolute;
    top: 0;
    left: 0px;
    display: flex;
}

.qx_gd-list {

    margin: 0 5px;
}

.qx_gd_imgx {
    width: 90px;
    height: 120px;
}

.qx_gd_imgd {
    width: 180px;
    height: 120px;
}