main {
    width: 100%;
    height: auto;
    background-color: #F7F7F7;
}

main .main_top {

    width: 100%;
    /*height: 400px;*/
    /*background: url('/statics/nmgzb/wap/image/banner-new1.png') #fff no-repeat;*/
    /*background-size: 100% 100%;*/
    background: #1563BC;

    border-radius: 0 0 100% 100%;
    margin-top: -200px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;

}

.nav-row {
    width: 95%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.banner-tu {
    width: 92%;
    z-index: 10;
    margin: 200px auto 0;
    border-radius: 10px;
    /*position: absolute;*/
    /*left: 10px;*/
    /*top: 260px;*/
}

.nav-title {
    font-size: 14px;
    color: #000;
    text-align: center;
    margin: 45px auto 20px;
    font-weight: 700;
}

.nav-list {
    width: 80%;
    overflow-x: scroll;
    display: flex;
    align-items: center;
    margin-top: 16px;
}

.nav-list:nth-last-child(1) {
    margin: 0
}

.nav-list::-webkit-scrollbar {
    width: 0;
    display: none;
}

.list-cen {
    width: 90%;
    border-radius: 10px;
    background: #fff;
    padding: 14px 10px 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.list-img {
    width: 108px;
    height: 80px;
    border-radius: 10px;
}

.list-img img {
    width: 100%;
    height: 100%;
    display: black;
    border-radius: 5px;
}

.list-tex {
    width: 62%;
}

.nav-img {
    width: 88px;
    margin-right: 3.5vw
}

.list-time {
    font-size: 10px;
    color: #808080;
}

.list-title {
    font-size: 12px;
    color: #000;
    font-weight: 700;
    margin-top: 20px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

main .main_top .main_text {
    position: relative;
    top: 15%;
    width: 90%;
    height: 200px;
    margin: 0 auto;
    font-size: 12px;
    letter-spacing: 2px;
}

main .main_top .main_title {
    position: relative;
    width: 100%;
    line-height: 50px;
    font-size: 30px;
}

main .main_top .main_infos {
    position: relative;
    width: 100%;
    line-height: 30px;
    font-size: 18px;
}

main .main_bottom {
    width: 100%;
    height: auto !important;
    min-height: 200px;
    overflow: hidden;
    font-size: 12px;
    padding-bottom: 40px;
}

main .main_bottom .selectionbox {
    width: 100%;
    padding: 30px 0 20px 0;
    background-color: #fff;
}

main .main_bottom .selection {
    width: 85%;
    height: 100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
}

main .main_bottom .selection .selectiona {
    height: 100px;
    transition: transform 0.4s ease-in-out;
    cursor: pointer;
}

main .main_bottom .selection .selectiona .img {
    display: inline-block;
    width: 55px;
    height: 55px;
    padding: 5px;
}

main .main_bottom .selection .selectiona .img img {
    width: 100%;
}

main .main_bottom .selection .selectiona .font {
    padding: 0 5px;
    font-size: 12px;
    color: black;
}

main .main_bottom .selection .selectiona .font a {
    color: black;
}

main .main_bottom .selection .selectiona:hover {
    transform: scale(1.1);
}

main .main_bottom .main_xwzz {
    width: 100%;
    height: auto;
}

main .main_bottom .main_xwzz .text {
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding-top: 20px;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
}

main .main_bottom .main_xwzz .text a {
    color: black;
    padding: 10px;
}

main .main_bottom .main_xwzz .swiper {
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: center;
}

main .main_bottom .main_xwzz .swiper .picScroll-left {
    position: relative;
    width: 90%;
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

main .main_bottom .main_xwzz .swiper .picScroll-left .bd {
    position: relative;
    width: 92%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}

main .main_bottom .main_xwzz .swiper .picScroll-left .bd .table-wrapper {
    position: relative;
    width: 95%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}

main .main_bottom .main_xwzz .swiper .picScroll-left .bd .table-wrapper ul {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
}

main .main_bottom .main_xwzz .swiper .picScroll-left .bd .table-wrapper ul li {
    position: relative;
    width: 240px;
    height: 100%;
    background-color: rgba(255, 255, 255);
    margin: 30px 25px;
    padding: 15px 0;
    border-radius: 6px;
    display: flex;
    flex-shrink: 0;
    flex-direction: column;
    align-items: center;
    transition: transform 0.4s ease-in-out;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.16);
    cursor: pointer;
    position: relative;
    z-index: 100;
    float: left;
    _display: inline;
    overflow: hidden;
}

main .main_bottom .main_xwzz .swiper .picScroll-left .bd .table-wrapper ul li:hover {
    transform: scale(1.1);
    border: 1px solid #3994ef;
}

main .main_bottom .main_xwzz .swiper .picScroll-left .bd .table-wrapper ul li .table-slide {
    width: 90%;
}

main .main_bottom .main_xwzz .swiper .picScroll-left .bd .table-wrapper ul li .table-slide .table_top {
    height: 88%;
}

main .main_bottom .main_xwzz .swiper .picScroll-left .bd .table-wrapper ul li .table-slide .table_top .title {
    height: 15%;
    line-height: 20px;
    font-size: 13px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

main .main_bottom .main_xwzz .swiper .picScroll-left .bd .table-wrapper ul li .table-slide .table_top .time {
    display: flex;
    align-items: center;
    line-height: 30px;
    font-size: 11.5px;
    color: rgba(153, 153, 153);
}

main .main_bottom .main_xwzz .swiper .picScroll-left .bd .table-wrapper ul li.table-slide .table_top .img {
    height: 37%;
}

main .main_bottom .main_xwzz .swiper .picScroll-left .bd .table-wrapper ul li .table-slide .table_top .img img {
    width: 100%;
    height: 100%;
}

main .main_bottom .main_xwzz .swiper .picScroll-left .bd .table-wrapper ul li .table-slide .table_top .info {
    height: 34%;
    font-size: 11.5px;
    color: rgba(153, 153, 153);
    white-space: wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 2;
}

main .main_bottom .main_xwzz .swiper .picScroll-left .table-wrapper .table-slide .table_bottom {
    position: relative;
    left: 15%;
    margin-top: 4%;
    width: 70%;
    line-height: 30px;
    border: 0px;
    border-radius: 40px 40px 40px 40px;
    background-color: #3994ef;
}

main .main_bottom .main_xwzz .swiper .picScroll-left .table-wrapper .table-slide .table_bottom a {
    color: #fff;
}

main .main_bottom .main_xwzz .swiper .picScroll-left .hd .prev {
    position: absolute;
    width: 10%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

main .main_bottom .main_xwzz .swiper .picScroll-left .hd .prev img {
    display: block;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

main .main_bottom .main_xwzz .swiper .picScroll-left .hd .next {
    position: absolute;
    width: 10%;
    height: 100%;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

main .main_bottom .main_xwzz .swiper .picScroll-left .hd .next img {
    display: block;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.news-btn {
	width: 128px;
	height: 40px;
	opacity: 1;
	border-radius: 20px;
	background: rgba(21, 99, 188, 1);
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 40px;
	color: rgba(255, 255, 255, 1);
	text-align: center;
	margin: 30px auto 50px;
	cursor: pointer;
	position: relative;
}

.news-btn::before {
	content: '';
	width: 0%;
	height: 0%;
	background-color: rgba(255, 255, 255, 0.6);
	position: absolute;
	left: 50%;
	top: 50%;
	transition: all 0.5s;
}

.news-btn:hover::before {
	width: 100%;
	height: 100%;
	left: 0%;
	top: 0%;
}

* {
    margin: 0 auto;
    padding: 0;
}

.branch_bar {
    width: 350px;
    height: 130px;
    overflow: hidden;
    position: relative;
}

.branch_bar .branch {
    width: 80%;
    overflow-x: auto;
    display: flex;
    align-items: center;
    margin-top: 16px;
}

.branch_bar .branch li {
    float: left;
}

.branch_bar .branch li img {
    width: 88px;
}

.prev {
    position: absolute;
    top: 50%;
    left: 10px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(215deg);
}

.next {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(45deg);
}<!--ºÄÊ±1768509495.6786Ãë-->