.menu {
    display: none;
}

.mobile_fade {
    display: none;
}

.content {
    overflow: hidden;
    width: 100%;
}

.bst {
    width: 160px;
    height: auto;
    right: 0;
    position: fixed;
    bottom: 0;
    z-index: 1;
}

.bst .close {
    line-height: 25px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.bst img {
    width: 100%;
    height: 100%;
}

.bst .close {
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
    cursor: pointer;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    z-index: 3;
}

.content .main_box {
    overflow: hidden;
    width: 100%;
    height: 100vh;
    display: flex;
    position: relative;
}

.content .main_box .navbar {
    position: absolute;
    right: 0;
    z-index: 9;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.content .main_box .navbar ul {
    display: flex;
    align-items: flex-end;
}

.content .main_box .navbar ul li {
    font-size: .24rem;
    height: .75rem;
    position: relative;
    background: #005FC3;
    width: 1.95rem;
}

.content .main_box .navbar ul li.home {
    width: 3.03rem;
    height: .93rem;
    background: none;
    transform: translateX(0.25rem);
    position: relative;
    z-index: 9;
    background-image: url(../images/img/active_03.png);
    background-size: 100% 100%;
}

.content .main_box .navbar ul li.home::after {
    display: none;
}

.content .main_box .navbar ul li img {
    width: .23rem;
    margin-right: .09rem;
}

.content .main_box .navbar ul li::after {
    content: '';
    width: 1px;
    height: .18rem;
    background: rgba(255, 255, 255, 0.6);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.content .main_box .navbar ul li:last-child::after {
    display: none;
}

.content .main_box .navbar ul li a {
    font-size: .24rem;
    width: 100%;
    height: 100%;
    font-family: pf;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.content .main_box .main_right {
    width: calc(100% - 5.4rem);
    height: 100%;
    position: relative;
}

.content .main_box .main_right .pages {
    width: 100%;
    position: absolute;
    z-index: 99;
    left: 0;
    bottom: 1.62rem;
}

.content .main_box .main_right .pages p {
    text-align: center;
    font-size: .16rem;
    line-height: 1.5;
    font-family: pf;
    color: #fff;
}

.content .main_box .main_right .pages .p {
    display: flex;
    align-items: center;
    margin-top: .07rem;
    justify-content: center;
}

.content .main_box .main_right .pages .p div {
    width: .33rem;
    height: .04rem;
    cursor: pointer;
    transition: all .1s;
    background: #fff;
}

.content .main_box .main_right .pages .p div.on {
    background: #ED2B25;
}

.content .main_box .main_right .mySwiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.content .main_box .main_right .mySwiper .swiper-slide {
    width: 100%;
    height: 100%;
}

.content .main_box .main_right .news {
    width: 100%;
    height: 100%;
    background-image: url(../images/img/icon2.png);
    background-size: cover;
    background-position: center center;
    padding: .83rem 0 0 .59rem;
    position: relative;
}

.content .main_box .main_right .news::after {
    content: '';
    width: 8.85rem;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: linear-gradient(to right, rgba(0, 94, 174, 0.8), rgba(0, 94, 174, 0));
}

.content .main_box .main_right .news .child {
    width: 4.53rem;
    position: relative;
    z-index: 9;
}

.content .main_box .main_right .news .child .more {
    font-size: .16rem;
    margin-top: .4rem;
    text-align: right;
    display: block;
    color: #fff;
    text-decoration: underline;
}

.content .main_box .main_right .news .child .num {
    margin-top: .39rem;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

.content .main_box .main_right .news .child .num div {
    overflow: hidden;
}

.content .main_box .main_right .news .child .num div p {
    font-size: .18rem;
    font-family: pf;
    color: #fff;
    line-height: 1.4;
    margin-bottom: .11rem;
    text-align: center;
}

.content .main_box .main_right .news .child .num div span {
    display: block;
    text-align: center;
    font-size: .3rem;
    font-family: pf;
    line-height: 1.4;
    color: #fff;
}

.content .main_box .main_right .news .child .num div span em {
    font-size: .5rem;
}

.content .main_box .main_right .news .child .num div i {
    text-align: center;
    display: block;
    text-align: center;
    font-size: .14rem;
    color: #fff;
    line-height: 1.4;
}

.content .main_box .main_right .news .child ul {
    width: 100%;
    margin-top: .43rem;
    position: relative;
}

.content .main_box .main_right .news .child ul li {
    position: relative;
    padding-left: .95rem;
    width: 100%;
    padding-bottom: .38rem;
}

.content .main_box .main_right .news .child ul li:last-child {
    padding-bottom: 0;
}

.content .main_box .main_right .news .child ul li::after {
    content: '';
    width: .1rem;
    height: .1rem;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    left: .55rem;
    top: .06rem;
}

.content .main_box .main_right .news .child ul li::before {
    content: '';
    height: 70%;
    position: absolute;
    border: 1px dashed #fff;
    left: .58rem;
    bottom: .03rem;
}

.content .main_box .main_right .news .child ul li .fonts {
    font-size: .2rem;
    font-family: pf;
    color: #fff;
    letter-spacing: .01rem;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.content .main_box .main_right .news .child ul li .fonts div {
    width: .5rem;
    height: .22rem;
    display: inline-flex;
    font-weight: bold;
    font-size: .16rem;
    font-family: pf;
    border-radius: .03rem;
    transform: skewX(-15deg);
    color: #0085D9;
    align-items: center;
    justify-content: center;
    margin-right: .12rem;
    background: #fff;
}

.content .main_box .main_right .news .child ul li .date {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
}

.content .main_box .main_right .news .child ul li .date p {
    text-align: center;
    font-size: .16rem;
    font-family: pf;
    color: #fff;
}

.content .main_box .main_right .news .child ul li .date span {
    display: block;
    text-align: center;
    font-family: pf;
    line-height: 1.4;
    font-size: .32rem;
    color: #fff;
}

.content .main_box .main_right .news .child .title {
    width: 100%;
    height: .84rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content .main_box .main_right .news .child .title .line {
    height: 2px;
    width: .52rem;
    background: #fff;
}

.content .main_box .main_right .news .child .title .f {
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
    justify-content: center;
    font-size: .6rem;
    color: rgba(255, 255, 255, 0.2);
    text-transform: uppercase;
}

.content .main_box .main_right .news .child .title .f span {
    font-size: .3rem;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
}

.content .main_box .main_right .font {
    width: 100%;
    height: 100%;
    background-image: url(../images/img/icon3.png);
    background-size: cover;
    background-position: center center;
    padding: 2.31rem 0 0 .89rem;
    position: relative;
}

.content .main_box .main_right .font::after {
    content: '';
    width: 8.85rem;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: linear-gradient(to right, rgba(83, 140, 184, 0.8), rgba(83, 140, 184, 0));
}

.content .main_box .main_right .font.on::after {
    background: linear-gradient(to right, rgba(0, 94, 174, 0.8), rgba(0, 94, 174, 0));
}

.content .main_box .main_right .font p {
    font-size: .45rem;
    color: #fff;
    line-height: 1.333333333333333;
    margin-bottom: .14rem;
    position: relative;
    z-index: 9;
    font-weight: bold;
}

.content .main_box .main_right .font span {
    display: block;
    font-size: .65rem;
    color: #fff;
    line-height: 1.333333333333333;
    position: relative;
    z-index: 9;
    margin-bottom: .44rem;
}

.content .main_box .main_right .font span em {
    font-weight: bold;
}

.content .main_box .main_right .font div {
    overflow: hidden;
    width: 1.73rem;
    height: .49rem;
    position: relative;
    z-index: 9;
    border: 2px solid #fff;
}

.content .main_box .main_right .font div a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .24rem;
    color: #fff;
}

.content .main_box .main_left {
    overflow: hidden;
    width: 5.4rem;
    height: 100%;
    background-color: #0B67C5;
    background-image: url(../images/img/bgs.png);
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
}

.content .main_box .main_left::after {
    content: '';
    width: 100%;
    height: 4.58rem;
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    bottom: -1rem;
    background-image: url(../images/img/icon4.png);
}

.content .main_box .main_left .logo {
    display: block;
    width: 4.23rem;
    margin: 0 auto;
    margin-top: .59rem;
}

.content .main_box .main_left .search {
    overflow: hidden;
    width: 3.3rem;
    height: .42rem;
    border: 1px solid #fff;
    border-radius: .4rem;
    font-size: 12px;
    display: flex;
    align-items: center;
    margin: 0 auto;
    position: relative;
    margin-top: .43rem;
}

.content .main_box .main_left .search form {
    width: 100%;
}

.content .main_box .main_left .search .btn {
    border: none;
    outline: none;
    width: 20%;
    height: 25px;
    border: none !important;
    background: url(../images/img/search.png) no-repeat 50%;
    color: #fff;
    vertical-align: top;
    cursor: pointer;
    float: right;
    background-size: contain;

}

.content .main_box .main_left .search input {
    width: 80%;
    height: 100%;
    border: none;
    outline: none;
    font-size: .18rem;
    color: #fff;
    font-family: pf;
    padding-left: .23rem;
    background: none;
}

.content .main_box .main_left .search input::placeholder {
    color: #fff;
}

.content .main_box .main_left .search img {
    display: block;
    cursor: pointer;
    width: .24rem;
    position: absolute;
    right: .22rem;
    top: 50%;
    transform: translateY(-50%);
}

.content .main_box .main_left .t {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: .17rem;
    padding-right: .16rem;
}

.content .main_box .main_left .t .icons {
    display: flex;
    align-items: center;
}

.content .main_box .main_left .t .icons div {
    overflow: hidden;
    padding: 0 .05rem;
}

.content .main_box .main_left .t .icons div a {
    display: flex;
    align-items: center;
}

.content .main_box .main_left .t .icons div a img {
    width: .15rem;
}

.content .main_box .main_left .t .icons div a span {
    font-size: .16rem;
    margin-left: .06rem;
    font-family: pf;
    color: #fff;
}

.content .main_box .main_left .t ul {
    display: flex;
    align-items: center;
}

.content .main_box .main_left .t ul li {
    font-size: .14rem;
    padding: 0 .08rem;
    position: relative;
    line-height: 1.428571428571429;
}

.content .main_box .main_left .t ul li:last-child::after {
    display: none;
}

.content .main_box .main_left .t ul li::after {
    content: '';
    width: 1px;
    height: .12rem;
    background: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.content .main_box .main_left .t ul li a {
    font-size: .14rem;
    font-family: pf;
    color: #fff;
}

footer {
    width: 100%;
    overflow: hidden;
    background: #053862;
    padding: .15rem .2rem .15rem .2rem;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    justify-content: space-between;
}

footer .fr {
    display: flex;
    align-items: center;
}

footer .fr a,
footer .fr span {
    display: block;
    margin-left: .35rem;
    /* width: 1.1rem; */
}

footer .fr a:first-child {
    /* width: .54rem; */
}

footer .fr a img,
footer .fr span img {
    display: block;
    /* width: 100%; */
    height: 50px;
}

footer .fl {
    overflow: hidden;
}

footer .fl ul {
    overflow: hidden;
    display: flex;
    margin-top: .15rem;
}

footer .fl ul:first-child {
    margin-top: 0;
}

footer .fl ul li {
    position: relative;
    margin-right: .42rem;
    font-size: .14rem;
    color: #8095A6;
    font-family: pf;
}

footer .fl ul li::after {
    content: '';
    width: 1px;
    height: .12rem;
    background: #7792A8;
    position: absolute;
    right: -.21rem;
    top: 50%;
    transform: translateY(-50%);
}

footer .fl ul li:last-child {
    margin-right: 0;
}

footer .fl ul li:last-child::after {
    display: none;
}

.footer {
    width: 100%;
    overflow: hidden;
    height: .48rem;
    background: #002A4C;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: .2rem;
}

.footer p {
    font-size: .14rem;
    color: #8095A6;
    font-family: pf;
}

.footer p a {

    color: #8095A6;
}

.footer ul {
    display: flex;
    align-items: center;
    height: 100%;
}

.footer ul li {
    height: 100%;
    position: relative;
}

.footer ul li::after {
    content: '';
    width: 1px;
    height: .12rem;
    background: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.footer ul li:last-child::after {
    display: none;
}

.footer ul li a {
    display: flex;
    align-items: center;
    height: 100%;
    font-size: .14rem;
    color: #fff;
    padding: 0 .2rem;
    font-family: pf;
}

.contents {
    width: 100%;
}

.contents .news_list {
    overflow: hidden;
}

.contents .news_list .fade {
    overflow: hidden;
}

.contents .news_list .fade ul {
    overflow: hidden;
    padding-top: .1rem;
}

.contents .news_list .fade ul li {
    overflow: hidden;
    padding: .075rem 0;
}

.contents .news_list .fade ul li.on .slides {
    display: block;
}

.contents .news_list .fade ul li.on .line {
    display: none;
}

.contents .news_list .fade ul li.on .slidespic {
    display: flex;
}

.contents .news_list .fade ul li.on .line {
    display: none;
}

.contents .news_list .fade ul li .slidespic {
    overflow: hidden;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    display: none;
}

.contents .news_list .fade ul li .slidespic .pic {
    width: 1.6rem;
    height: 1.07rem;
    margin-right: .15rem;
}

.contents .news_list .fade ul li .slidespic .pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contents .news_list .fade ul li .slidespic .gr {
    flex: 1;
}

.contents .news_list .fade ul li .slidespic .gr p {
    font-size: .16rem;
    color: #000000;
    line-height: 2;
}

.contents .news_list .fade ul li .slidespic .gr p span {
    color: #005FC2;
}

.contents .news_list .fade ul li .slides {
    overflow: hidden;
    display: none;
}

.contents .news_list .fade ul li .slides p {
    font-size: .2rem;
    color: #0161C9;
    line-height: 1.4;
    margin-bottom: .1rem;
    font-family: pf;
    font-weight: bold;
}

.contents .news_list .fade ul li .slides span {
    display: block;
    font-size: .16rem;
    color: #AEAEAE;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.contents .news_list .fade ul li .line {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contents .news_list .fade ul li .line:hover div p {
    color: #005FC2;
    text-decoration: underline;
}

.contents .news_list .fade ul li .line:hover em {
    color: #005FC2;
}

.contents .news_list .fade ul li .line em {
    font-size: .16rem;
    transition: all .12s;
    color: #A5A5A5;
    font-family: pf;
}

.contents .news_list .fade ul li .line div {
    width: 75%;
    display: flex;
    align-items: center;
}

.contents .news_list .fade ul li .line div img {
    width: .17rem;
    margin-right: .06rem;
}

.contents .news_list .fade ul li .line div span {
    display: block;
    width: .05rem;
    height: .05rem;
    background: #8C8C8C;
    margin-right: .06rem;
}

.contents .news_list .fade ul li .line div p {
    flex: 1;
    transition: all .12s;
    font-size: .16rem;
    color: #565656;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.contents .main_content {
    width: 100%;
    overflow: hidden;
    padding: .41rem 0 .3rem 0;
}

.contents .main_content .m {
    width: 15rem;
    margin: 0 auto;
}

.contents .main_content .m .main_newsa {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.contents .main_content .m .main_newsa .rights {
    width: 4.78rem;
}

.contents .main_content .m .main_newsa .rights .news_list {
    margin-bottom: .25rem;
}

.contents .main_content .m .main_newsa .lefts {
    width: 9.9rem;
}

.contents .main_content .m .main_newsa .lefts .slidenews {
    width: 100%;
    margin-top: .25rem;
    position: relative;
    box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
    margin-bottom: .1rem;
}

.contents .main_content .m .main_newsa .lefts .slidenews .label {
    width: 100%;
}

.contents .main_content .m .main_newsa .lefts .slidenews .label a {
    display: flex;
    padding: .2rem;
    box-sizing: border-box;
    justify-content: space-between;
}

.contents .main_content .m .main_newsa .lefts .slidenews .label a .pic {
    width: 2.56rem;
    height: 1.59rem;
    margin-right: .26rem;
}

.contents .main_content .m .main_newsa .lefts .slidenews .label a .pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contents .main_content .m .main_newsa .lefts .slidenews .label a .grow {
    flex: 1;
    position: relative;
}

.contents .main_content .m .main_newsa .lefts .slidenews .label a .grow div {
    overflow: hidden;
    width: .93rem;
    height: .36rem;
    background: #005FC2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .16rem;
    border-radius: 2px;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
}

.contents .main_content .m .main_newsa .lefts .slidenews .label a .grow p {
    font-size: .2rem;
    line-height: 1.4;
    margin-bottom: .1rem;
    color: #000000;
}

.contents .main_content .m .main_newsa .lefts .slidenews .label a .grow span {
    display: block;
    font-size: .16rem;
    color: #808080;
    line-height: 1.4;
}

.contents .main_content .m .main_abouts {
    width: 100%;
    overflow: hidden;
    background: #EDF5FF;
    border: 1px solid #DAE0EB;
    padding: .3rem .22rem;
    display: flex;
}

.contents .main_content .m .main_abouts .grow {
    flex: 1;
}

.contents .main_content .m .main_abouts .grow .box {
    overflow: hidden;
}

.contents .main_content .m .main_abouts .grow .box span {
    display: block;
    font-size: .16rem;
    color: #000000;
    line-height: 2.25;
    text-indent: .37rem;
}

.contents .main_content .m .main_abouts .grow .more {
    width: .93rem;
    height: .36rem;
    background: #005FC2;
    transition: all .1s;
    border-radius: .03rem;
    margin-top: .17rem;
}

.contents .main_content .m .main_abouts .grow .more:hover {
    opacity: 0.8;
}

.contents .main_content .m .main_abouts .grow .more a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .16rem;
    color: #fff;
}

.contents .main_content .m .main_abouts .grow .t {
    display: flex;
    margin-bottom: .2rem;
    align-items: center;
}

.contents .main_content .m .main_abouts .grow .t p {
    font-size: .24rem;
    font-weight: bold;
    margin-right: .1rem;
    color: #383838;
}

.contents .main_content .m .main_abouts .grow .t div {
    flex: 1;
    display: flex;
    align-items: center;
}

.contents .main_content .m .main_abouts .grow .t div span {
    display: block;
    width: .07rem;
    height: .07rem;
    background: #478CD3;
}

.contents .main_content .m .main_abouts .grow .t div em {
    flex: 1;
    height: 1px;
    background: #478CD3;
}

.contents .main_content .m .main_abouts .pic {
    width: 4.54rem;
    height: 3.08rem;
    margin-right: .24rem;
    overflow: hidden;
}

.contents .main_content .m .main_abouts .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contents .main_content .m .main_home_bottom {
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    margin-top: .3rem;
    justify-content: space-between;
}

.contents .main_content .m .main_home_bottom .main_elegant {
    width: 4.7rem;
}

.contents .main_content .m .main_home_bottom .main_elegant .box {
    display: flex;
    justify-content: space-between;
    margin-top: .27rem;
}

.contents .main_content .m .main_home_bottom .main_elegant .box .pic {
    width: 1.25rem;
    height: 100%;
    position: relative;
}

.contents .main_content .m .main_home_bottom .main_elegant .box .pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contents .main_content .m .main_home_bottom .main_elegant .box .pic span {
    display: block;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: .22rem;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: .12rem;
    color: #fff;
}

.contents .main_content .m .main_home_bottom .main_elegant .box ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.contents .main_content .m .main_home_bottom .main_elegant .box ul li {
    overflow: hidden;
    width: 32%;
    height: 1.07rem;
    position: relative;
    margin-bottom: .14rem;
}

.contents .main_content .m .main_home_bottom .main_elegant .box ul li:nth-last-child(1) {
    margin-bottom: 0;
}

.contents .main_content .m .main_home_bottom .main_elegant .box ul li:nth-last-child(2) {
    margin-bottom: 0;
}

.contents .main_content .m .main_home_bottom .main_elegant .box ul li:hover img {
    transform: scale(1.03);
}

.contents .main_content .m .main_home_bottom .main_elegant .box ul li img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s;
}

.contents .main_content .m .main_home_bottom .main_elegant .box ul li span {
    display: block;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: .22rem;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: .12rem;
    color: #fff;
}

.contents .main_content .m .main_home_bottom .main_subject {
    width: 4.76rem;
}

.contents .main_content .m .main_home_bottom .main_subject>ul {
    overflow: hidden;
    margin-top: .1rem;
}

.contents .main_content .m .main_home_bottom .main_subject>ul li {
    width: 100%;
    padding-bottom: 20px;
}

.contents .main_content .m .main_home_bottom .main_subject>ul li img {
    display: block;
    width: 100%;
    height: 1rem;
}

.contents .main_content .m .main_home_bottom .news_list {
    width: 4.78rem;
}

.contents .main_content .m .main_home_bottom .news_list .fade ul {
    margin-top: .1rem;
}

.contents .main_content .m .main_home_bottom .news_list.news_list {
    width: 4.78rem;
}

.contents .main_content .m .main_home_bottom .fl {
    width: 4.73rem;
    display: flex;
    justify-content: space-between;
}

.contents .main_content .m .main_home_bottom .fl .r {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 2.26rem;
}

.contents .main_content .m .main_home_bottom .fl .r div {
    width: 100%;
    height: 1.36rem;
    background-color: #FFF7EB;
    background-size: .79rem;
    background-position: bottom .1rem right;
    background-repeat: no-repeat;
    background-image: url(../images/img/homes3.png);
    padding: .29rem 0 0 .25rem;
}

.contents .main_content .m .main_home_bottom .fl .r div:last-child {
    background-color: #E9F4FE;
    background-size: .79rem;
    background-position: bottom 0rem right;
    background-repeat: no-repeat;
    background-image: url(../images/img/homes2.png);
    padding: .29rem 0 0 .25rem;
}

.contents .main_content .m .main_home_bottom .fl .r div:last-child p {
    color: #3B90DD;
}

.contents .main_content .m .main_home_bottom .fl .r div:last-child span {
    color: #9DD0FF;
}

.contents .main_content .m .main_home_bottom .fl .r div p {
    font-size: .24rem;
    color: #DF860F;
    line-height: 1.333;
    margin-bottom: .06rem;
    font-weight: bold;
}

.contents .main_content .m .main_home_bottom .fl .r div span {
    font-size: .16rem;
    line-height: 1.333;
    display: block;
    color: #DF860F;
    font-family: pf;
}

.contents .main_content .m .main_home_bottom .fl .lab {
    overflow: hidden;
    width: 2.26rem;
    height: 2.91rem;
    background-color: #D7EAFF;
    background-size: 1.76rem;
    background-position: bottom right;
    background-image: url(../images/img/homes4.png);
    background-repeat: no-repeat;
    padding: .44rem 0 0 .27rem;
}

.contents .main_content .m .main_home_bottom .fl .lab p {
    font-size: .24rem;
    font-weight: bold;
    line-height: 1.333;
    margin-bottom: .08rem;
    color: #3547C9;
}

.contents .main_content .m .main_home_bottom .fl .lab span {
    font-size: .18rem;
    line-height: 1.333;
    display: block;
    color: #97A0E4;
    font-family: pf;
}

.contents .main_content .m .main_laws {
    padding-bottom: .3rem;
    width: 100%;
}

.contents .main_content .m .main_laws>ul {
    display: flex;
    flex-wrap: wrap;
}

.contents .main_content .m .main_laws>ul li {
    overflow: hidden;
    width: 3.47rem;
    height: 1.77rem;
    border-radius: .1rem;
    background: #FAFAFA;
    transition: all .2s;
    margin-top: .3rem;
    border: 1px solid #FAFAFA;
    margin-right: .36rem;
}

.contents .main_content .m .main_laws>ul li:hover {
    background: #fff;
    border: 1px solid #3396FF;
    box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
}

.contents .main_content .m .main_laws>ul li:nth-child(4n) {
    margin-right: 0;
}

.contents .main_content .m .main_laws>ul li a {
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: .22rem;
    padding-bottom: 0;
}

.contents .main_content .m .main_laws>ul li a p {
    font-size: .16rem;
    color: #000000;
    line-height: 1.7;
    margin-bottom: .13rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.contents .main_content .m .main_laws>ul li a span {
    display: block;
    font-size: .16rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 2;
    color: #949494;
}

.contents .main_content .m .link_grow {
    display: flex;
    justify-content: space-between;
    margin-top: .25rem;
    margin-bottom: .32rem;
}

.contents .main_content .m .link_grow img {
    width: 4.76rem;
}

.contents .main_content .m .news_top {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.contents .main_content .m .news_top .news_list {
    width: 5.56rem;
}

.contents .main_content .m .news_top .main_opens {
    width: 4.74rem;
    background: #FAFAFA;
    padding-bottom: .253rem;
}

.contents .main_content .m .news_top .main_opens .head {
    width: 100%;
    height: .51rem;
    display: flex;
    align-items: center;
    background: #E6F0FA;
    font-size: .24rem;
    color: #0161C9;
    font-weight: bold;
    padding-left: .22rem;
}

.contents .main_content .m .news_top .main_opens ul {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 .19rem;
    margin-top: .2rem;
}

.contents .main_content .m .news_top .main_opens ul li {
    overflow: hidden;
    width: 2rem;
    border: 1px solid #D1DCEB;
    height: .68rem;
    background: #fff;
    margin-top: .16rem;
}

.contents .main_content .m .news_top .main_opens ul li a {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-left: .18rem;
    display: flex;
    align-items: center;
}

.contents .main_content .m .news_top .main_opens ul li a img {
    width: .4rem;
}

.contents .main_content .m .news_top .main_opens ul li a span {
    font-size: .16rem;
    display: block;
    color: #383838;
    margin-left: .34rem;
    line-height: 1.5;
}

.contents .main_content .m .news_top .right {
    width: 2.2rem;
    overflow: hidden;
}

.contents .main_content .m .news_top .right .link {
    width: 100%;
}

.contents .main_content .m .news_top .right .link img {
    display: block;
    width: 100%;
}

.contents .main_content .m .news_top .right ul {
    overflow: hidden;
    margin-top: .09rem;
}

.contents .main_content .m .news_top .right ul li {
    width: 100%;
    /* margin-top: .17rem;
  height: 1.05rem; */
    background: #EFF7FF;
    border: 1px solid #C4D9EE;
    margin-top: .2rem;
    height: 1rem;
}

.contents .main_content .m .news_top .right ul li a {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    padding-left: .2rem;
}

.contents .main_content .m .news_top .right ul li a span {
    font-size: .2rem;
    color: #3F3F3F;
    margin-left: .15rem;
}

.contents .main_content .m .news_top .right ul li a img {
    display: block;
    /* width: .61rem; */
    width: .5rem;
}

.contents .main_content .m .news_top .slide {
    overflow: hidden;
    width: 6.64rem;
    height: 4.14rem;
    position: relative;
}

.contents .main_content .m .news_top .slide .btn {
    width: .26rem;
    z-index: 99;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.contents .main_content .m .news_top .slide .btn.prev {
    left: 0;
}

.contents .main_content .m .news_top .slide .btn.next {
    right: 0;
}

.contents .main_content .m .news_top .slide .label {
    width: 100%;
    height: 100%;
    position: relative;
}

.contents .main_content .m .news_top .slide .label img {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 4.14rem;
    object-fit: cover;
}

.contents .main_content .m .news_top .slide .label div {
    width: 100%;
    height: .5rem;
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    left: 0;
    padding: 0 .28rem;
    bottom: 0;
}

.contents .main_content .m .news_top .slide .label div span {
    display: block;
    font-size: .2rem;
    color: #fff;
    font-family: pf;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.contents .header {
    width: 100%;
    height: 3.17rem;
    background-image: url(../images/img/homes.jpg);
    background-size: 100% 100%;
    position: relative;
}

.contents .header .m {
    width: 15rem;
    height: 100%;
    margin: 0 auto;
    position: relative;
    padding-top: .28rem;
}

.contents .header .m .navbar {
    position: absolute;
    left: 0;
    z-index: 9;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: flex-end;
    background-size: 100% 100%;
    background-image: url(../images/img/nav.png);
    background-repeat: no-repeat;
    height: .63rem;
    justify-content: flex-end;
    background-position: right center;
}

.contents .header .m .navbar ul {
    display: flex;
    width: 100%;
    align-items: flex-end;
}

.contents .header .m .navbar ul li {
    font-size: .24rem;
    height: .63rem;
    position: relative;
    flex: 1;
}

.contents .header .m .navbar ul li.home {
    width: 2.45rem;
    height: .77rem;
    background: none;
    position: relative;
    font-weight: bold;
    z-index: 9;
    background-image: url(../images/img/active_03.png);
    background-size: 100% 100%;
}

.contents .header .m .navbar ul li.home>a {
    font-weight: bold;
}

.contents .header .m .navbar ul li.home::after {
    display: none;
}

.contents .header .m .navbar ul li:hover .slide {
    top: 100%;
    visibility: inherit;
    /* opacity: 1; */
    display: block;
}

.contents .header .m .navbar ul li .slide {
    width: 1.45rem;
    background: #fff;
    position: absolute;
    left: 50%;
    transition: all .3s;
    transform: translateX(-50%);
    visibility: hidden;
    /* opacity: 0; */
    top: 120%;
    border: 1px solid #60A3E8;
    border-radius: 3px;
    padding: .1rem .18rem;
    display: none;
}

.contents .header .m .navbar ul li .slide::after {
    content: '';
    width: .17rem;
    height: .10rem;
    background-image: url(../images/img/sjx_03.png);
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -.10rem;
}

.contents .header .m .navbar ul li .slide a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .16rem;
    font-family: pf;
    color: #3F3F3F;
    height: .4rem;
    border-bottom: 1px solid #E0E0E0;
}

.contents .header .m .navbar ul li .slide a:hover {
    color: #60A3E8;
}

.contents .header .m .navbar ul li .slide a:last-child {
    border: none;
}

.contents .header .m .navbar ul li img {
    width: .27rem;
    margin-right: .21rem;
}

.contents .header .m .navbar ul li::after {
    content: '';
    width: 1px;
    height: .18rem;
    background: rgba(255, 255, 255, 0.6);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.contents .header .m .navbar ul li:last-child::after {
    display: none;
}

.contents .header .m .navbar ul li>a {
    font-size: .24rem;
    width: 100%;
    height: 100%;
    font-family: pf;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.contents .header .m .b {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: .37rem;
}

.contents .header .m .b .logo {
    width: 5.94rem;
}

.contents .header .m .b .search {
    overflow: hidden;
    width: 3.3rem;
    height: .42rem;
    border: 1px solid #fff;
    border-radius: .4rem;
    font-size: 12px;
    display: flex;
    align-items: center;
    position: relative;
}

.contents .header .m .b .search input {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    font-size: .18rem;
    color: #fff;
    font-family: pf;
    padding-left: .23rem;
    background: none;
}

.contents .header .m .b .search input::placeholder {
    color: #fff;
}

.contents .header .m .b .search img {
    display: block;
    cursor: pointer;
    width: .24rem;
    position: absolute;
    right: .22rem;
    top: 50%;
    transform: translateY(-50%);
}

.contents .header .m .b .search button {
    position: absolute;
    right: 20px;
    width: 20px;
    height: 20px;
    border: 0;
    background: url(../images/img/search.png);
    background-size: 100% 100%;
    cursor: pointer;
}

.contents .header .m .t {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contents .header .m .t .link {
    display: flex;
    align-items: center;
}

.contents .header .m .t .link div {
    overflow: hidden;
    margin-left: .12rem;
}

.contents .header .m .t .link div a {
    display: flex;
    align-items: center;
}

.contents .header .m .t .link div a img {
    width: .15rem;
}

.contents .header .m .t .link div a span {
    font-size: .16rem;
    margin-left: .06rem;
    font-family: pf;
    color: #fff;
}

.contents .header .m .t ul {
    display: flex;
    align-items: center;
}

.contents .header .m .t ul li {
    font-size: .14rem;
    padding: 0 .12rem;
    position: relative;
    line-height: 1.428571428571429;
}

.contents .header .m .t ul li:last-child::after {
    display: none;
}

.contents .header .m .t ul li::after {
    content: '';
    width: 1px;
    height: .14rem;
    background: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.contents .header .m .t ul li a {
    font-size: .14rem;
    font-family: pf;
    color: #fff;
}

.tong_head {
    display: flex;
    justify-content: space-between;
    height: .5rem;
}

.tong_head .more {
    font-size: .16rem;
    color: #0161C9;
    display: block;
    margin-top: .06rem;
}

.tong_head ul {
    height: 100%;
    display: flex;
    align-items: center;
}

.tong_head ul li {
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    margin-right: .43rem;
}

.tong_head ul li.on::after {
    content: '';
    width: 100%;
    height: .04rem;
    background: #005FC2;
    position: absolute;
    left: 0;
    bottom: 0;
}

.tong_head ul li.on a {
    color: #3F3F3F;
    font-weight: bold;
}

.tong_head ul li:last-child {
    margin-right: 0;
}

.tong_head ul li a {
    display: flex;
    height: 100%;
    font-size: .24rem;
    color: #3F3F3F;
}

.main_hyb {
    overflow: hidden;
    width: 4.76rem;
    margin-top: .7rem;
}

.main_hyb img {
    display: block;
    width: 100%;
}

.main_hyb ul {
    overflow: hidden;
}

.main_hyb ul li {
    background: #FAFAFA;
    overflow: hidden;
}

.main_hyb ul li a {
    display: block;
    box-sizing: border-box;
    padding: .1rem .2rem .2rem .2rem;
}

.main_hyb ul li a p {
    font-size: .16rem;
    color: #000000;
    margin-bottom: .1rem;
    padding-left: .2rem;
    position: relative;
}

.main_hyb ul li a p::after {
    content: '';
    width: .05rem;
    height: .05rem;
    position: absolute;
    left: 0;
    top: .1rem;
    background: #CCCCCC;
}

.main_hyb ul li a span {
    display: block;
    font-size: .16rem;
    color: #949494;
    line-height: 1.875;
    text-indent: .3rem;
}

.main_message {
    overflow: hidden;
    width: 100%;
}

.main_message table {
    width: 100%;
    border: none;
    margin-top: .2rem;
}

.main_message table tr {
    width: 100%;
}

.main_message table tr th {
    height: .48rem;
    box-sizing: border-box;
    font-size: .16rem;
    color: #000000;
    text-align: left;
    background: #F2F2F2;
}

.main_message table tr th:first-child {
    padding-left: .22rem;
}

.main_message table tr td {
    height: .48rem;
    box-sizing: border-box;
    font-size: .16rem;
    color: #000000;
}

.main_message table tr td a {

    color: #000000;
}

.main_message table tr td.on {
    color: #005FC2;
}

.main_opinion {
    overflow: hidden;
    width: 100%;
}

.main_opinion>ul {
    display: flex;
    flex-wrap: wrap;
}

.main_opinion>ul li {
    overflow: hidden;
    width: 4.76rem;
    margin-right: .35rem;
    background: #FAFAFA;
    border: 1px solid #fff;
    transition: all .2s;
    margin-top: .21rem;
}

.main_opinion>ul li:nth-child(3n) {
    margin-right: 0;
}

.main_opinion>ul li:hover {
    background: #fff;
    border: 1px solid #3396FF;
    border-radius: .06rem;
    box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
}

.main_opinion>ul li a {
    display: block;
    padding: .24rem;
    box-sizing: border-box;
}

.main_opinion>ul li a .tip {
    display: inline-flex;
    align-items: center;
    height: .36rem;
    font-size: .16rem;
    color: #005FC2;
    background: #EDF6FF;
    padding: 0 .16rem;
    margin-bottom: .1rem;
}

.main_opinion>ul li a p {
    font-size: .16rem;
    line-height: 1.7;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #000000;
}

.main_opinion>ul li a span {
    display: block;
    font-size: .16rem;
    margin-top: .15rem;
    color: #949494;
}

.main_zhaoshang {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-bottom: .2rem;
}

.main_zhaoshang .main_right {
    width: 4.76rem;
}

.main_zhaoshang .main_right .news_list {
    margin-bottom: .3rem;
}

.main_zhaoshang .main_left {
    overflow: hidden;
    width: 9.88rem;
}

.main_zhaoshang .main_left .main_prodject {
    width: 100%;
    margin-top: .3rem;
}

.main_zhaoshang .main_left .main_prodject>ul {
    display: flex;
    flex-wrap: wrap;
}

.main_zhaoshang .main_left .main_prodject>ul li {
    width: 3.08rem;
    margin-right: .32rem;
    background: #F5FAFF;
    margin-top: .23rem;
}

.main_zhaoshang .main_left .main_prodject>ul li:nth-child(3n) {
    margin-right: 0;
}

.main_zhaoshang .main_left .main_prodject>ul li:hover .info div {
    opacity: 0.8;
}

.main_zhaoshang .main_left .main_prodject>ul li .title {
    display: flex;
    align-items: center;
    height: .52rem;
    background: #D1E7FF;
    padding: 0 .12rem;
}

.main_zhaoshang .main_left .main_prodject>ul li .title span {
    display: block;
    width: 100%;
    font-size: .16rem;
    color: #000000;
}

.main_zhaoshang .main_left .main_prodject>ul li .info {
    overflow: hidden;
    padding: .14rem .12rem 0 .12rem;
    height: 1.37rem;
}

.main_zhaoshang .main_left .main_prodject>ul li .info div {
    width: .96rem;
    height: .32rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: .23rem;
    font-size: .16rem;
    color: #fff;
    background: #005FC2;
    border-radius: 3px;
    transition: all .1s;
}

.main_zhaoshang .main_left .main_prodject>ul li .info span {
    display: block;
    font-size: .16rem;
    color: #808080;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.main_zhaoshang .main_left .news_box {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.main_zhaoshang .main_left .news_box .news_list {
    width: 4.75rem;
}

.main_zhaoshang .main_left .news_box .slide {
    overflow: hidden;
    width: 4.75rem;
    height: 2.68rem;
    position: relative;
}

.main_zhaoshang .main_left .news_box .slide .mySwiper {
    width: 100%;
    height: 100%;
}

.main_zhaoshang .main_left .news_box .slide .mySwiper .swiper-slide {
    width: 100%;
    height: 100%;
}

.main_zhaoshang .main_left .news_box .slide .btn {
    width: .27rem;
    z-index: 99;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.main_zhaoshang .main_left .news_box .slide .btn.prev {
    left: 0;
}

.main_zhaoshang .main_left .news_box .slide .btn.next {
    right: 0;
}

.main_zhaoshang .main_left .news_box .slide .label {
    width: 100%;
    height: 100%;
    position: relative;
}

.main_zhaoshang .main_left .news_box .slide .label img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main_zhaoshang .main_left .news_box .slide .label div {
    width: 100%;
    height: .4rem;
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    left: 0;
    padding: 0 .28rem;
    bottom: 0;
}

.main_zhaoshang .main_left .news_box .slide .label div span {
    display: block;
    font-size: .16rem;
    color: #fff;
    font-family: pf;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 1000px) {
    .content .main_box {
        height: auto;
        display: block;
    }

    .content .main_box .main_left {
        width: 100%;
        height: 6rem;
    }

    .content .main_box .main_left .t {
        display: block;
        width: 100%;
        padding-top: .25rem;
    }

    .content .main_box .main_left .t div a span {
        font-size: .22rem;
    }

    .content .main_box .main_left .t ul {
        justify-content: center;
    }

    .content .main_box .main_left .t ul li {
        font-size: .22rem;
        padding: 0 .14rem;
    }

    .content .main_box .main_left .t ul li a {
        font-size: .22rem;
    }

    .content .main_box .main_left .t ul li::after {
        height: .15rem;
    }

    .content .main_box .main_left .t .icons {
        justify-content: center;
        margin-top: .2rem;
    }

    .content .main_box .main_left .t .icons div {
        padding: 0 .2rem;
    }

    .content .main_box .main_left .t .icons div a span {
        font-size: .22rem;
    }

    .content .main_box .main_left .t .icons div a img {
        width: .18rem;
    }

    .content .main_box .main_left .search {
        width: 5rem;
        position: relative;
        z-index: 99;
        height: .8rem;
    }

    .content .main_box .main_left .search input {
        font-size: .26rem;
    }

    .content .main_box .main_left .search img {
        width: .3rem;
    }

    .content .main_box .main_right {
        width: 100%;
        height: 10rem;
    }

    .content .main_box .main_right .news .child ul li .date p {
        font-size: .26rem;
    }

    .content .main_box .main_right .news .child ul li .fonts {
        font-size: .24rem;
    }

    .content .main_box .main_right .news .child .num div p {
        font-size: .24rem;
    }

    .content .main_box .main_right .news .child .num div span em {
        font-size: .4rem;
    }

    .content .main_box .main_right .news .child .num div i {
        font-size: .24rem;
    }

    .content .main_box .navbar {
        display: none;
    }

    .footer {
        height: auto;
        padding: .2rem .3rem;
        display: block;
    }

    .footer p {
        font-size: .22rem;
        text-align: center;
    }

    .footer ul {
        margin-top: .2rem;
        justify-content: center;
        flex-wrap: wrap;
    }

    footer {
        display: block;
    }

    footer .fl {
        float: none;
        width: 100%;
    }

    footer .fl ul {
        display: block;
        margin: 0;
    }

    footer .fl ul li {
        font-size: .2rem;
        margin: 0;
    }

    .content .main_box .main_right .pages {
        bottom: .3rem;
    }

    footer .fr {
        justify-content: center;
        margin-top: .3rem;
        width: 100%;
        float: none;
    }

    footer .fl ul li::after {
        display: none;
    }

    .footer ul li a {
        font-size: .22rem;
    }

    .content .main_box .main_right .font {
        padding: 2rem .3rem 0 .3rem;
    }

    .content .main_box .main_right .font p {
        font-size: .4rem;
    }

    .content .main_box .main_right .font span {
        font-size: .55rem;
    }

    .content .main_box .main_right .font div {
        width: 2.2rem;
        height: .6rem;
    }

    .content .main_box .main_right .news .child {
        width: 100%;
    }

    .content .main_box .main_right .news {
        padding: .83rem .3rem 0 .3rem;
    }

    .m {
        width: 100% !important;
    }

    .contents .header .m .t {
        display: block;
    }

    .contents .header .m .t ul {
        justify-content: center;
    }

    .contents .header .m .t ul li a {
        font-size: .22rem;
    }

    .contents .header .m .t ul li {
        padding: 0 .14rem;
    }

    .contents .header .m .t .link {
        justify-content: center;
        margin-top: .2rem;
    }

    .contents .header .m .t .link div {
        margin: 0;
        padding: 0 .2rem;
    }

    .contents .header .m .t .link div a span {
        font-size: .22rem;
    }

    .contents .header .m .t .link div a img {
        width: .18rem;
    }

    .contents .header {
        height: 5rem;
    }

    .contents .header .m .b {
        display: block;
        width: 100%;
        margin-top: .3rem;
    }

    .contents .header .m .b .logo {
        margin: 0 auto;
        display: block;
        width: 5rem;
    }

    .contents .header .m .navbar {
        height: auto;
        background: none;
        display: block;
    }

    .contents .header .m .navbar ul li::after {
        display: none;
    }

    .contents .header .m .navbar ul {
        flex-wrap: wrap;
    }

    .contents .header .m .navbar ul li {
        width: 25%;
        flex: auto;
        background: #0161C9;
    }

    .contents .header .m .navbar ul li.home {
        background-image: linear-gradient(#00B4EB, #0088DA);
        height: .63rem;
    }

    .contents .main_content .m {
        padding: 0 .3rem;
    }

    .contents .main_content {
        padding: 0;
    }

    .contents .main_content .m .news_top {
        display: block;
        width: 100%;
    }

    .contents .main_content .m .news_top {
        padding-top: .3rem;
    }

    .contents .main_content .m .news_top .slide {
        width: 100%;
    }

    .contents .main_content .m .news_top .slide .mySwiper {
        height: 100%;
        width: 100%;
        overflow: hidden;
    }

    .contents .main_content .m .news_top .slide .btn {
        width: .36rem;
    }

    .tong_head ul li a {
        align-items: center;
    }

    .contents .main_content .m .news_top .news_list {
        width: 100%;
        margin-top: .3rem;
    }

    .tong_head ul li a {
        font-size: .28rem;
        font-weight: bold;
        font-family: pf;
        color: #666;
    }

    .tong_head ul li.on a {
        color: #000;
    }

    .tong_head {
        height: .8rem;
        align-items: center;
    }

    .tong_head .more {
        font-size: .26rem;
    }

    .contents .news_list .fade ul li {
        padding: .1rem 0;
    }

    .contents .main_content .m .news_top .right {
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-top: .3rem;
    }

    .contents .main_content .m .news_top .right .link {
        width: 1.7rem;
        margin-right: .2rem;
    }

    .contents .main_content .m .news_top .right ul {
        margin: 0;
        flex: 1;
        display: flex;
        justify-content: space-between;
    }

    .contents .main_content .m .news_top .right ul li {
        width: 48%;
        margin: 0;
        height: 1.2rem;
    }

    .contents .main_content .m .news_top .right ul li a {
        padding: 0;
        display: flex;
        justify-content: center;
    }

    .contents .main_content .m .news_top .right ul li a span {
        font-size: .26rem;
    }

    .contents .news_list .fade ul li .line div p {
        font-size: .26rem;
    }

    .contents .news_list .fade ul li .line em {
        font-size: .26rem;
    }

    .contents .news_list .fade ul li .slides p {
        font-size: .26rem;
    }

    .contents .news_list .fade ul li .slides span {
        font-size: .24rem;
    }

    .contents .main_content .m .news_top .slide .label div {
        height: .66rem;
    }

    .contents .main_content .m .news_top .slide .label div span {
        font-size: .26rem;
    }

    .contents .header .m .navbar ul li:first-child {
        width: 33.33%;
    }

    .contents .header .m .navbar ul li:nth-child(2) {
        width: 33.33%;
    }

    .contents .header .m .navbar ul li:nth-child(3) {
        width: 33.33%;
    }

    .contents .header .m .b .search {
        width: 5rem;
        position: relative;
        z-index: 99;
        margin: 0 auto;
        margin-top: .3rem;
        height: .7rem;
    }

    .contents .header .m .b .search input {
        font-size: .26rem;
    }

    .contents .header .m .b .search img {
        width: .3rem;
    }

    .contents .main_content .m .main_home_bottom {
        display: block;
        width: 100%;
    }

    .contents .main_content .m .main_home_bottom .fl {
        width: 100%;
    }

    .contents .main_content .m .main_home_bottom .fl .lab {
        width: 48%;
    }

    .contents .main_content .m .main_home_bottom .fl .lab p {
        font-size: .28rem;
    }

    .contents .main_content .m .main_home_bottom .fl .lab span {
        font-size: .24rem;
    }

    .contents .main_content .m .main_home_bottom .fl .r {
        width: 48%;
    }

    .contents .main_content .m .main_home_bottom .fl .r div p {
        font-size: .28rem;
    }

    .contents .main_content .m .main_home_bottom .fl .r div span {
        font-size: .24rem;
    }

    .contents .main_content .m .main_home_bottom .news_list.news_list {
        width: 100%;
    }

    .contents .main_content .m .main_home_bottom .main_subject {
        width: 100%;
    }

    .contents .main_content .m .main_abouts {
        display: block;
        width: 100%;
    }

    .contents .main_content .m .main_abouts .pic {
        width: 100%;
        height: 3.6rem;
    }

    .contents .main_content .m .main_abouts .grow {
        width: 100%;
        padding-top: .3rem;
    }

    .contents .main_content .m .main_abouts .grow .t p {
        font-size: .3rem;
    }

    .contents .main_content .m .main_abouts .grow .box span {
        font-size: .26rem;
        line-height: 1.8;
    }

    .contents .main_content .m .main_home_bottom .main_elegant {
        width: 100%;
        margin-top: .3rem;
    }

    .contents .main_content .m .main_home_bottom .main_elegant .box ul {
        flex: 1;
    }

    .contents .main_content .m .main_home_bottom .main_elegant .box ul li {
        width: 48%;
        height: 48%;
    }

    .contents .main_content .m .main_home_bottom {
        margin: 0;
    }

    .contents .news_list .fade ul li .slidespic .gr p {
        font-size: .22rem;
        line-height: 1.7;
    }

    .contents .main_content .m .main_home_bottom .main_elegant .box ul li span {
        height: .5rem;
        font-size: .24rem;
    }

    .contents .main_content .m .main_home_bottom .main_elegant .box .pic span {
        height: .5rem;
        font-size: .24rem;
    }

    .contents .main_content .m .main_home_bottom .news_list.news_list {
        margin-top: .3rem;
    }

    .contents .main_content .m .main_home_bottom .main_elegant .box .pic {
        width: 2rem;
        margin-left: .2rem;
    }

    .contents .main_content .m .main_abouts .grow .more {
        width: 2.5rem;
        height: .66rem;
        margin: 0 auto;
        margin-top: .5rem;
    }

    .contents .main_content .m .main_abouts .grow .more a {
        font-size: .25rem;
    }

    .contents .header .m .navbar ul li.home {
        width: 25%;
    }

    .main_opinion>ul li {
        width: 100%;
        margin: 0;
        margin-top: .2rem;
    }

    .main_opinion>ul li a .tip {
        font-size: .22rem;
        height: .4rem;
    }

    .main_opinion>ul li a p {
        font-size: .26rem;
    }

    .main_opinion>ul li a span {
        font-size: .22rem;
    }

    .main_message {
        width: 100%;
        margin-top: .3rem;
    }

    .main_message table tr th {
        font-size: .2rem;
    }

    .main_message table tr td {
        font-size: .2rem;
    }

    .main_message table tr td:first-child {
        width: 60%;
    }

    .main_hyb {
        width: 100%;
        margin-top: .3rem;
    }

    .main_hyb ul li a p {
        font-size: .26rem;
        font-weight: bold;
        margin-bottom: .2rem;
    }

    .main_hyb ul li a span {
        font-size: .24rem;
    }

    .contents .main_content .m .main_newsa {
        display: block;
        width: 100%;
    }

    .contents .main_content .m .main_newsa .lefts {
        width: 100%;
    }

    .contents .main_content .m .main_newsa .lefts .slidenews .label a {
        padding: 0;
        width: 100%;
        display: block;
    }

    .contents .main_content .m .main_newsa .lefts .slidenews .label a .pic {
        width: 100%;
        height: 3.6rem;
    }

    .contents .main_content .m .main_newsa .lefts .slidenews .label a .grow {
        padding: .3rem;
    }

    .contents .main_content .m .main_newsa .lefts .slidenews .label a .grow p {
        font-size: .28rem;
        margin-bottom: .2rem;
    }

    .contents .main_content .m .main_newsa .lefts .slidenews .label a .grow span {
        font-size: .24rem;
    }

    .contents .main_content .m .main_newsa .lefts .slidenews .label a .grow div {
        position: static;
        width: 2.14rem;
        margin: 0 auto;
        height: .66rem;
        margin-top: .3rem;
        font-size: .24rem;
    }

    .contents .main_content .m .main_newsa .rights {
        width: 100%;
    }

    .contents .main_content .m .main_newsa .rights .news_list {
        margin-bottom: 0;
        margin-top: .3rem;
    }

    .contents .main_content .m .news_top .news_list {
        width: 100% !important;
    }

    .contents .main_content .m .news_top .main_opens {
        width: 100%;
        margin-top: .3rem;
    }

    .contents .main_content .m .news_top .main_opens .head {
        height: .7rem;
        font-size: .28rem;
        font-weight: bold;
    }

    .contents .main_content .m .news_top .main_opens ul li {
        width: 48%;
        height: 1.2rem;
    }

    .contents .main_content .m .news_top .main_opens ul li a {
        justify-content: center;
    }

    .contents .main_content .m .news_top .main_opens ul li a img {
        width: 0.6rem;
    }

    .contents .main_content .m .news_top .main_opens ul li a span {
        font-size: .24rem;
    }

    .contents .main_content .m .link_grow {
        display: block;
    }

    .contents .main_content .m .link_grow a {
        width: 100%;
        margin-top: .2rem;
        display: block;
    }

    .contents .main_content .m .link_grow a img {
        display: block;
        width: 100%;
    }

    .contents .main_content .m .main_laws>ul li {
        width: 100%;
        margin: 0;
        margin-top: .2rem;
        height: auto;
    }

    .contents .main_content .m .main_laws>ul li a {
        padding: .3rem;
    }

    .contents .main_content .m .main_laws>ul li a p {
        font-size: .28rem;
    }

    .contents .main_content .m .main_laws>ul li a span {
        font-size: .22rem;
    }

    .main_zhaoshang {
        display: block;
        width: 100%;
    }

    .main_zhaoshang .main_left {
        width: 100%;
    }

    .main_zhaoshang .main_left .news_box {
        display: block;
    }

    .main_zhaoshang .main_left .news_box .slide {
        width: 100%;
        height: 4.14rem;
    }

    .main_zhaoshang .main_left .news_box .slide .label div {
        height: .66rem;
    }

    .main_zhaoshang .main_left .news_box .slide .label div span {
        font-size: .26rem;
    }

    .main_zhaoshang .main_left .news_box .slide .btn {
        width: .4rem;
    }

    .main_zhaoshang .main_left .news_box .news_list {
        width: 100%;
        margin-top: .3rem;
    }

    .main_zhaoshang .main_left .main_prodject>ul li {
        width: 100%;
        margin: 0;
        margin-top: .2rem;
    }

    .main_zhaoshang .main_left .main_prodject>ul li .title {
        height: .6rem;
    }

    .main_zhaoshang .main_left .main_prodject>ul li .title span {
        font-size: .22rem;
    }

    .main_zhaoshang .main_left .main_prodject>ul li .info {
        padding: .25rem;
        height: auto;
    }

    .main_zhaoshang .main_left .main_prodject>ul li .info span {
        font-size: .24rem;
    }

    .main_zhaoshang .main_left .main_prodject>ul li .info div {
        width: 2rem;
        height: .6rem;
        margin: 0 auto;
        margin-top: .3rem;
        font-size: .25rem;
    }

    .main_zhaoshang .main_right {
        width: 100%;
    }

    .main_zhaoshang .main_right .news_list {
        margin-bottom: 0;
        margin-top: .3rem;
    }

    .contents .news_list .fade ul li .line div img {
        width: .22rem;
    }

    .contents .news_list .fade ul li .line div {
        width: 70%;
    }

    .contents .header .m .navbar {
        display: none;
    }

    .contents .header {
        height: 4rem;
    }

    .contents .header .m {
        padding-top: .35rem;
    }

    .contents .main_content .m .main_home_bottom .fl {
        margin-top: .3rem;
    }

    .contents .main_content .m .main_home_bottom .fl {
        float: none;
    }

    .contents .main_content .m {
        padding-bottom: .3rem;
    }

    .contents .main_content .m .main_abouts {
        margin-top: .3rem;
    }

    .contents .main_content .m .news_top {
        padding: 0;
    }

    .main_zhaoshang .main_left .news_box .slide {
        margin-top: .3rem;
    }

    .contents .main_content .m .news_top .slide {
        margin-top: .3rem;
    }

    .mobile_fade {
        overflow: hidden;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        left: 0;
        top: 0;
        display: none;
        z-index: 99991;
    }

    .mobile_fade .box {
        width: 100%;
        height: calc(100vh);
        position: absolute;
        left: 0;
        top: -100vh;
        background: #fff;
    }

    .mobile_fade .box ul {
        overflow: auto;
        height: 100%;
        padding: 0 .3rem;
    }

    .mobile_fade .box ul li {
        overflow: hidden;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        width: 100%;
    }

    .mobile_fade .box ul li span {
        height: 1rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .mobile_fade .box ul li span.on img {
        transform: rotate(90deg);
    }

    .mobile_fade .box ul li span a {
        font-size: .28rem;
        font-weight: bold;
        color: #000;
        height: 100%;
        display: flex;
        align-items: center;
        flex: 1;
    }

    .mobile_fade .box ul li span img {
        width: .6rem;
        transition: all .2s;
        margin-left: 5rem;
    }

    .mobile_fade .box ul li div {
        overflow: hidden;
        width: 100%;
        display: none;
    }

    .mobile_fade .box ul li div a {
        display: flex;
        align-items: center;
        font-size: .26rem;
        color: #333;
        height: .8rem;
    }

    .menu {
        display: block;
        width: .45rem;
        position: absolute;
        right: .3rem;
        top: .3rem;
        z-index: 999;
    }

    .fade_search .search {
        width: 6.9rem;
        margin: 0 auto;
    }

    .close {
        width: .55rem;
        float: right;
        margin-right: .3rem;
        margin-top: .3rem;
    }
}

/*# sourceMappingURL=css.css.map */