@media all and (min-width: 1400px) {
    .layui-container {
        width: 1400px;
        overflow: hidden;
        padding: 0 !important;
    }
}

@media all and (max-width: 1600px) {
    .top .position .right ul li{
        padding: 0 20px;
    }
}

@media all and (min-width: 0px) and (max-width: 1024px) {
    .foot .position .copy p.p2 a.beia{
        float: none;
    position: unset;
    left: 0 !important;
    }


    body {
        width: 100% !important;
        overflow-x: hidden;
    }
	
	#kfoutbox{
		display: none;
	}
	
    .top {
        display: none;
    }

    #header {
        background-color: #3f8dbf;
        float: left;
        width: 100%;
        height: 50px;
        color: rgba(255, 255, 255, 1);
        line-height: 50px;
        position: fixed;
        left: 0px;
        top: 0px;
        z-index: 1;
    }

    #header a {
        color: rgba(255, 255, 255, 1);
        text-decoration: none;
        display: block;
        font-size: 15px;
    }

    #header-left {
        float: left;
        height: 50px;
    }

    #header-left:hover #header-left-icon {
        background-color: #3F8DBF;
    }

    #header-left:hover #header-left-text {
        background-color: #599BC8;
    }

    #header-left-icon {
        float: left;
        height: 50px;
        width: 50px;
        text-align: center;
        background-color: #35759F;
        -webkit-transition: background 0.5s;
        -moz-transition: background 0.5s;
        -o-transition: background 0.5s;
        transition: background 0.5s;
    }

    #header-left-icon a {
        font-size: 25px;
    }

    #header-left-text {
        float: left;
        height: 50px;
        -webkit-transition: background 0.5s;
        -moz-transition: background 0.5s;
        -o-transition: background 0.5s;
        transition: background 0.5s;
    }

    #header-left-text a {
        padding-left: 20px;
        padding-right: 20px;
    }

    #header-right {
        float: right;
        height: 50px;
    }

    #header-right:hover #header-right-icon {
        background-color: #3F8DBF;
    }

    #header-right:hover #header-right-text {
        background-color: #599BC8;
    }

    #header-right-icon {
        float: right;
        height: 50px;
        width: 50px;
        text-align: center;
        background-color: #35759F;
        -webkit-transition: background 0.5s;
        -moz-transition: background 0.5s;
        -o-transition: background 0.5s;
        transition: background 0.5s;
    }

    #header-right-text {
        float: right;
        height: 50px;
        -webkit-transition: background 0.5s;
        -moz-transition: background 0.5s;
        -o-transition: background 0.5s;
        transition: background 0.5s;
    }

    #header-right-text a {
        padding-right: 20px;
        padding-left: 20px;
    }

    .wrapper {
        width: 100%;
        float: left;
        margin-top: 50px;
        margin-bottom: 150px;
    }

    .wrapper-inner {
        width: 1100px;
        margin-right: auto;
        margin-left: auto;
        -webkit-touch-callout: none;
        /* iOS Safari */
        -webkit-user-select: none;
        /* Chrome/Safari/Opera */
        -khtml-user-select: none;
        /* Konqueror */
        -moz-user-select: none;
        /* Firefox */
        -ms-user-select: none;
        /* IE/Edge */
        user-select: none;
        /* non-prefixed version, currently
                                      not supported by any browser */
    }

    .wrapper-inner-buttons {
        width: 100%;
        float: left;
        margin-top: 50px;
        text-align: center;
    }

    .wrapper-inner-buttons a {
        background-color: #3f8dbf;
        line-height: 35px;
        padding-right: 15px;
        padding-left: 15px;
        margin: 10px;
        display: inline-block;
        text-align: center;
        text-decoration: none;
        color: #FFFFFF;
        -webkit-transition: background 0.5s;
        -moz-transition: background 0.5s;
        -o-transition: background 0.5s;
        transition: background 0.5s;
        border-radius: calc(35px / 2);
    }

    .wrapper-inner-buttons a.current {
        background-color: #f5d76e;
        color: #d35400;
    }

    .wrapper-inner-buttons a:hover {
        background-color: #35759F;
        color: #fff;
    }

    .mobile {
        width: 100%;
        float: left;
        display: block;
        position: relative;
        height: 50px;
        z-index: 999;
    }

    .mobile .mbilogo {
        width: 18%;
        margin-left: 2.5%;
        float: left;
    }

    .mobile-inner {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        background-color: #1062b4;
        position: relative;
    }

    .mobile-inner img {
        width: 100%;
    }

    .mobile-inner p {
        color: #676767;
        line-height: 25px;
        font-size: 16px;
        padding-bottom: 30px;
        padding-right: 30px;
        padding-left: 30px;
        margin: 0px;
    }

    .mobile-inner-header {
        background-color: #1062b4;
        width: 100%;
        height: 50px;
        position: absolute;
        top: 0px;
        left: 0px;
    }

    .mobile-inner-header-icon {
        color: #ffffff;
        height: 50px;
        font-size: 25px;
        text-align: center;
        float: right;
        width: 50px;
        position: relative;
        -webkit-transition: background 0.5s;
        -moz-transition: background 0.5s;
        -o-transition: background 0.5s;
        transition: background 0.5s;
    }

    .mobile-inner-header-icon:hover {
        background-color: rgba(255, 255, 255, 0.2);
        cursor: pointer;
    }

    .mobile-inner-header-icon span {
        position: absolute;
        left: calc((100% - 25px) / 2);
        top: calc((100% - 1px) / 2);
        width: 25px;
        height: 1px;
        background-color: rgba(255, 255, 255, 1);
    }

    .mobile-inner-header-icon span:nth-child(1) {
        transform: translateY(4px) rotate(0deg);
    }

    .mobile-inner-header-icon span:nth-child(2) {
        transform: translateY(-4px) rotate(0deg);
    }





    .mobile-inner-header-icon-click span:nth-child(1) {
        animation-duration: 0.5s;
        animation-fill-mode: both;
        animation-name: clickfirst;
    }

    .mobile-inner-header-icon-click span:nth-child(2) {
        animation-duration: 0.5s;
        animation-fill-mode: both;
        animation-name: clicksecond;
    }



    @keyframes clickfirst {
        0% {
            transform: translateY(4px) rotate(0deg);

        }

        100% {
            transform: translateY(0) rotate(45deg);
        }
    }



    @keyframes clicksecond {
        0% {
            transform: translateY(-4px) rotate(0deg);
        }

        100% {
            transform: translateY(0) rotate(-45deg);
        }
    }

    .mobile-inner-header-icon-out span:nth-child(1) {
        animation-duration: 0.5s;
        animation-fill-mode: both;
        animation-name: outfirst;
    }

    .mobile-inner-header-icon-out span:nth-child(2) {
        animation-duration: 0.5s;
        animation-fill-mode: both;
        animation-name: outsecond;
    }

    @keyframes outfirst {
        0% {
            transform: translateY(0) rotate(-45deg);
        }

        100% {
            transform: translateY(-4px) rotate(0deg);
        }
    }



    @keyframes outsecond {
        0% {
            transform: translateY(0) rotate(45deg);
        }

        100% {
            transform: translateY(4px) rotate(0deg);
        }
    }

    .mobile-inner-nav {
        background-color: rgba(0, 0, 0, 0.9);
        width: 100%;
        position: absolute;
        top: 50px;
        left: 0px;
        padding-top: 30px;
        padding-bottom: 80px;
        display: none;
    }

    .mobile-inner-nav a {
        display: inline-block;
        line-height: 50px;
        text-decoration: none;
        width: 80%;
        margin-left: 10%;
        color: #FFFFFF;
        border-bottom: solid 1px rgba(255, 255, 255, 0.3);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        font-weight: 300;
    }

    .mobile-inner-nav a:hover {
        color: rgba(255, 255, 255, 0.4);
        border-bottom: solid 1px rgba(255, 255, 255, 0.2);
    }


    .adv {
        width: 100%;
        max-height: auto;
        position: relative;
        float: left;
        height: auto;
    }

    .adv img {
        width: 100%;
        max-height: auto;
        height: 155px;
    }

    .adv .text {
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;

    }

    .adv .text .textweizhi {
        width: 100%;
        margin: 0 auto;
        position: relative;
        height: 100%;
    }

    .adv .text .more {
        width: 170px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        color: #fff;
        background: #005fdf;
        display: block;
        font-size: 16px;
        border-radius: 40px;
        display: none;
    }

    .adv .text .textweizhi .wenzi {
        width: 100%;
        top: 50%;
        margin-top: -8px;
        font-size: 14px;
    }

    .adv .text .textweizhi .wenzi h2 {
        font-size: 18px;
        line-height: 18px;
    }

    .adv .xia {
        display: none;
    }

    .swiper-button-next,
    .swiper-button-prev {
        display: none !important;
    }

    .adv .position {
        position: relative;
        width: 95%;
        height: 35px;
        left: 50%;
        margin-left: 2.5%;
        top: 0;
        text-align: center;
        z-index: 9;
        margin-top: 10px;
        display: none;
    }



    .content1 {
        width: 100%;
        float: left;
        height: auto;
        margin-top: 30px;
    }

    .content1 .position {
        width: 95%;
        float: left;
        margin-left: 2.5%;
        height: auto;
        background: #fff;
        position: relative;
        left: auto;
        padding: 0;
    }


    .content1 .position .left {
        width: 100%;
        height: auto;
        float: left;
    }

    .content1 .position .left .des {
        width: 100%;
        line-height: 28px;
        font-size: 14px;
        color: #828282;
        margin-top: 30px;
    }

    .content1 .position .left .box {
        width: 33.33%;
        height: auto;
        float: left;
        margin-left: 0;
        margin-top: 5px;
    }

    .content1 .position .left .box .img {
        width: 50%;
        height: auto;
        float: left;
        margin-left: 25%;
        text-align: center;
    }

    .content1 .position .left .box .img img {
        width: 65%;
        height: auto;
    }

    .content1 .position .left .box .title {
        width: 100%;
        height: 25px;
        overflow: hidden;
        line-height: 35px;
        text-align: center;
        font-size: 16px;
    }

    .content1 .position .left .box .title a {
        color: #6b6b6b;
    }

    .content1 .position .left .box:hover .title a {
        color: #1062b4;
    }

    .content1 .position .left .more {
        width: 100%;
        height: 45px;
        text-align: center;
        line-height: 45px;
        color: #fff;
        line-height: 45px;
        text-indent: 0;
        background: #1162b4;
        display: block;
        border: none;
        float: left;
        margin-top: 25px;
    }

    .content1 .position .left .more a {
        color: #fff;
    }

    .title_main {
        width: 100%;
    }

    .title_main h2 {
        margin: 0;
    }

    .title_main h2 a {
        color: #161616;
        font-size: 24px;
        line-height: 24px;
        display: block;
        text-align: center;
    }

    .content1 .title_main h2 a {
        font-size: 24px;
    }
    .content1 .title_main h3{
        display: none;
    }
    .content1 .position .right {
        width: 100%;
        height: auto;
        float: left;
        margin-top: 20px;
    }

    .content1 .position .right video {
        width: 100%;
        height: auto;
    }

    .content2 {
        width: 100%;
        height: auto;
        position: relative;
        float: left;
        margin-top: 20px;
    }

    .content2 .slideTxtBox {
        width: 95%;
        height: auto;
        position: relative;
        margin-left: 2.5%;
    }

    .content2 .slideTxtBox .hd {
        width: 100%;
        position: absolute;
        left: 0%;
        margin-left: 0;
    }

    .content2 .slideTxtBox .hd ul {
        width: 100%;
        height: auto;
        position: relative;
        display: block;
        margin: 0;
    }

    .content2 .slideTxtBox .hd ul li {
        width: 30%;
        position: absolute;
        left: 0;
        top: 0;
        margin: 0 10%;
    }

    .content2 .slideTxtBox .hd ul li .img {
        width: 90px;
        height: 90px;
        position: relative;
    }

    .content2 .slideTxtBox .hd ul li .img1 {
        background: url(../12.png) no-repeat center bottom;
        z-index: 1;
        left: 10%;
        top: 0;
        background-size: 45%;
    }

    .content2 .slideTxtBox .hd ul li .img2 {
        background: url(../13.png) no-repeat center bottom;
        z-index: 1;
        right: 10%;
        top: 0;
        background-size: 45%;
    }

    .content2 .slideTxtBox .hd ul li.on .img1 {
        background: url(../12.png) no-repeat center bottom;
        z-index: 2;
        background-size: 45%;
    }

    .content2 .slideTxtBox .hd ul li.on .img2 {
        background: url(../13.png) no-repeat center bottom;
        z-index: 2;
        background-size: 45%;
    }

    .content2 .slideTxtBox .hd ul li .topic {
        display: none;
        font-size: 30px;
        line-height: 30px;
        margin-top: 5px;
        color: #fff;
    }

    .content2 .slideTxtBox .hd ul li .des {
        display: none;
        line-height: 30px;
        font-size: 14px;
        color: #fff;
        margin-top: 15px;
    }

    .content2 .slideTxtBox .hd ul li .more {
        width: 160px;
        height: 50px;
        text-align: center;
        line-height: 50px;
        color: #fff;
        line-height: 48px;
        text-indent: 50px;
        background: url(../16.png) no-repeat 40px center;
        display: block;
        border: 1px solid #fff;
        margin-top: 295px;
        display: none;
    }

    .content2 .slideTxtBox .hd ul li .name {
        width: 100%;
        text-align: center;
        color: #fff;
        font-size: 18px;
        margin-top: 20px;
    }

    .content2 .slideTxtBox .hd ul li .name a {
        color: #fff;
    }

    .content2 .slideTxtBox .hd ul li.on .name {
        color: #fff;
    }

    .content2 .slideTxtBox .hd ul li.on .name a {
        color: #fff;
    }

    .content2 .slideTxtBox .hd ul li.on .more {
        display: none;
    }

    .content2 .slideTxtBox .hd ul li.on .topic {
        display: none;
    }

    .content2 .slideTxtBox .hd ul li.on .des {
        display: none;
    }

    .content2 .slideTxtBox .bd .main {
        width: 100%;
        height: auto;
    }

    .content2 .slideTxtBox .bd .main img {
        width: 100%;
        height: auto;
    }

    .content3 {
        width: 100%;
        height: auto;
        float: left;
        margin-top: 0px;

    }

    .content3 .title_main {
        width: 100%;
        height: auto;
        line-height: inherit;
        text-align: center;
        font-size: 24px;
        padding-top: 30px;
    }

    .content3 .title_main a {
        color: #292929;
        font-weight: normal;
    }
    .content3 .title_main .position{
        width: 100%;
        height: auto;
    }
    .content3 .title_main .more{
        display: none;
    }
    .content3 .title_main h3{
        margin-bottom: 10px;
    }
    .content3 .main {
        width: 100%;
        height: auto;
        float: left;
        margin-top: 20px;
    }

    .content3 .main .box {
        width: 50%;
        height: auto;
        float: left;
        position: relative;
        overflow: hidden;
        cursor: pointer;
    }

    .content3 .main .box:hover .up {
        padding: 20px;
    }

    .content3 .main .box .up {
        width: 100%;
        height: auto;
        position: absolute;
        top: auto;
        bottom:0;
        left: 0;
        padding: 20px;
        overflow: hidden;
        transition: All 0.4s ease-in-out;
        -webkit-transition: All 0.4s ease-in-out;
        -moz-transition: All 0.4s ease-in-out;
        -o-transition: All 0.4s ease-in-out;
        z-index: 99;
        background: none;
    }

    .content3 .main .box img {
        width: 100%;
        height: auto;
        transition: All 0.4s ease-in-out;
        -webkit-transition: All 0.4s ease-in-out;
        -moz-transition: All 0.4s ease-in-out;
        -o-transition: All 0.4s ease-in-out;
    }

    .content3 .main .box:hover img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
    }

    .content3 .main .box .up .topic {
        width: 100%;
        height: 50px;
        line-height: 50px;
        border-bottom: 1px solid #b5bbbd;
    }

    .content3 .main .box .up .topic a {
        display: block;
        float: left;
        font-size: 16px;
        line-height: 48px;
        border-bottom: 2px solid #1062b4;
        color: #fff;
        font-weight: normal;
    }

    .content3 .main .box .up .des {
        line-height: 24px;
        color: #fff;
        padding-top: 15px;
        width: 100%;
        display: block;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        transition: All 0.4s ease-in-out;
        -webkit-transition: All 0.4s ease-in-out;
        -moz-transition: All 0.4s ease-in-out;
        -o-transition: All 0.4s ease-in-out;
        min-height: 60px;
    }

    .content3 .main .box:hover .up .des {
        -webkit-line-clamp: 4;
    }

    .content3 .main .box .up .more {
        width: 100%;
        height: 16px;
        background: url(../17.png) no-repeat left;
        display: block;
        margin-top: 40px;
    }

    .content4 {
        width: 100%;
        height: auto;
        background: #f9f9f9;
        float: left;
        margin-bottom: 50px;
        display: none;
    }

    .content4 .title_main1 {
        width: 100%;
        height: auto;
        float: left;
        margin-top: 15px;

    }

    .content4 .title_main1 h2 {
        line-height: 50px;
        font-size: 24px;
        height: auto;
        display: block;
        float: left;
        margin: 0;
        text-align: center;
        width: 100%;
        font-weight: normal;
    }

    .content4 .title_main1 h2 a {
        color: #161616;
        font-weight: bold;
    }

    .content4 .position {
        width: 95%;
        height: auto;
        margin: 0 2.5%;
        position: relative;
    }

    .content4 .slideTxtBox1 {
        width: 100%;
        height: auto;
        float: left;
    }

    .content4 .slideTxtBox1 .hd1 {
        position: relative;
        right: auto;
        top: auto;
        margin-top: 20px;
        width: 100%;
    }

    .content4 .slideTxtBox1 .hd1 ul {
        display: block;
        width: 100%;
        text-align: center;
    }

    .content4 .slideTxtBox1 .hd1 ul li {
        cursor: pointer;
        padding: 0 15px;
        color: #686868;
        background: url(../18.png) no-repeat left;
        font-size: 16px;
        display: inline-block;
        float: none;
    }

    .content4 .slideTxtBox1 .hd1 ul li a {
        color: #686868;
    }

    .content4 .slideTxtBox1 .hd1 ul li.on {
        color: #1062b4;
        text-decoration: underline;
    }

    .content4 .slideTxtBox1 .hd1 ul li.on a {
        color: #1062b4;
    }

    .content4 .slideTxtBox1 .bd1 {
        width: 100%;
        height: auto;
    }

    .content4 .picScroll-leftty {
        width: 100%;
        height: auto;
        overflow: hidden;
        position: relative;
    }

    .content4 .picScroll-leftty .hdty {
        width: 100%;
        height: 15px;
        position: absolute;
        left: 0;
        bottom: 5px;
    }

    .content4 .picScroll-leftty .hdty ul {
        width: 100%;
        height: 15px;
        text-align: center;
    }

    .content4 .picScroll-leftty .hdty ul li {
        width: 15px;
        height: 15px;
        display: inline-block;
        border: 1px solid #1062b4;
        overflow: hidden;
        line-height: 50px;
        border-radius: 15px;
        margin: 0 7.5px;
    }

    .content4 .picScroll-leftty .hdty ul li.on {
        background: #1062b4;
    }


    .content4 .picScroll-leftty .bdty ul {
        overflow: hidden;
        zoom: 1;
    }

    .content4 .picScroll-leftty .bdty ul li {
        width: 100%;
        height: auto;
        float: left;
        margin-right: 40px;
    }

    .content4 .picScroll-leftty .bdty ul li .pic {
        width: 100%;
        height: auto;
    }

    .content4 .picScroll-leftty .bdty ul li .pic img {
        width: 100%;
        height: auto;
        display: block;
    }

    .content4 .picScroll-leftty .bdty ul li .title {
        width: 100%;
        height: auto;
        background: #fff;
        padding: 35px 30px;
    }

    .content4 .picScroll-leftty .bdty ul li .title .name {
        height: 75px;
        width: 100%;
        color: #292929;
        font-size: 16px;
        display: block;
    }

    .content4 .picScroll-leftty .bdty ul li:hover .title .name {
        color: #4280c2;
    }

    .content4 .picScroll-leftty .bdty ul li .title .date {
        width: 100%;
    }

    .content4 .picScroll-leftty .bdty ul li .title .date .shijian {
        float: left;
        padding-left: 30px;
        background: url(../19.png) no-repeat left;
        color: #a8a8a8;
    }

    .content4 .picScroll-leftty .bdty ul li .title .date .more {
        width: 18px;
        height: 12px;
        float: right;
        background: url(../20.png) no-repeat center;
    }

    .content4 .picScroll-leftty .bdty ul li:hover .title .date .more {
        width: 18px;
        height: 12px;
        float: right;
        background: url(../20.png) no-repeat center;
    }



    .content5 {
        width: 100%;
        height: auto;
        background: #f9f9f9;
        float: left;
        margin-bottom: 50px;
        display: block;
    }

    .content5 .title_main1 {
        width: 100%;
        height: auto;
        text-align: center;
        margin-top: 10px;
    }

    .content5 .title_main1 h2 {
        line-height: 50px;
        font-size: 24px;
        height: auto;
        display: inline-block;
        /* float: left; */
        margin: 0;
        font-weight: normal;
    }

    .content5 .title_main1 h2 a {
        color: #161616;
    }

    .content5 .title_main1 h2 a span {
        color: #1162b4;
    }

    .content5 .title_main1 h3 {
        color: #cdcdcd;
        font-size: 14px;
        font-weight: normal;
        display: block;
        margin-bottom: 20px;
    }

    .content5 .position {
        width: 95%;
        height: auto;
        margin: 0 2.5%;
        position: relative;
    }

    .content5 .slideTxtBox1 {
        width: 100%;
        height: auto;
        float: left;
    }

    .content5 .slideTxtBox1 .hd1 {
        position: relative;
        right: auto;
        top: auto;
        margin-top: 0px;
        width: 100%;
    }

    .content5 .slideTxtBox1 .hd1 ul {
        display: block;
        width: 100%;
        text-align: center;
    }

    .content5 .slideTxtBox1 .hd1 ul li {
        cursor: pointer;
        padding: 0 15px;
        color: #686868;
        background: url(../18.png) no-repeat left;
        font-size: 16px;
        display: inline-block;
        float: none;
    }

    .content5 .slideTxtBox1 .hd1 ul li a {
        color: #1062b4;
        text-decoration: underline;
    }

    .content5 .slideTxtBox1 .hd1 ul li.on {
        color: #1062b4;
        text-decoration: underline;
    }

    .content5 .slideTxtBox1 .hd1 ul li.on a {
        color: #1062b4;
    }

    .content5 .slideTxtBox1 .bd1 {
        width: 100%;
        height: auto;
    }

    .content5 .picScroll-leftty {
        width: 100%;
        height: auto;
        overflow: hidden;
        position: relative;
    }

    .content5 .picScroll-leftty .hdty {
        width: 100%;
        height: 15px;
        position: absolute;
        left: 0;
        bottom: 5px;
    }

    .content5 .picScroll-leftty .hdty ul {
        width: 100%;
        height: 15px;
        text-align: center;
    }

    .content5 .picScroll-leftty .hdty ul li {
        width: 15px;
        height: 15px;
        display: inline-block;
        border: 1px solid #1062b4;
        overflow: hidden;
        line-height: 50px;
        border-radius: 15px;
        margin: 0 7.5px;
    }

    .content5 .picScroll-leftty .hdty ul li.on {
        background: #1062b4;
    }


    .content5 .picScroll-leftty .bdty ul {
        overflow: hidden;
        zoom: 1;
    }

    .content5 .picScroll-leftty .bdty ul li {
        width: 100%;
        height: auto;
        float: left;
        margin-right: 40px;
    }

    .content5 .picScroll-leftty .bdty ul li .pic {
        width: 100%;
        height: auto;
    }

    .content5 .picScroll-leftty .bdty ul li .pic img {
        width: 100%;
        height: auto;
        display: block;
    }

    .content5 .picScroll-leftty .bdty ul li .title {
        width: 100%;
        height: auto;
        background: #fff;
        padding: 35px 30px;
    }

    .content5 .picScroll-leftty .bdty ul li .title .name {
        height: 75px;
        width: 100%;
        color: #292929;
        font-size: 16px;
        display: block;
    }

    .content5 .picScroll-leftty .bdty ul li:hover .title .name {
        color: #4280c2;
    }

    .content5 .picScroll-leftty .bdty ul li .title .date {
        width: 100%;
    }

    .content5 .picScroll-leftty .bdty ul li .title .date .shijian {
        float: left;
        padding-left: 30px;
        background: url(../19.png) no-repeat left;
        color: #a8a8a8;
    }

    .content5 .picScroll-leftty .bdty ul li .title .date .more {
        width: 18px;
        height: 12px;
        float: right;
        background: url(../20.png) no-repeat center;
    }

    .content5 .picScroll-leftty .bdty ul li:hover .title .date .more {
        width: 18px;
        height: 12px;
        float: right;
        background: url(../20.png) no-repeat center;
    }

    .foot {
        width: 100%;
        height: auto;
        background: url(../37.jpg) no-repeat center;
        float: left;
    }

    .foot .position {
        width: 95%;
        height: auto;
        margin: 0 2.5%;
        float: left;
    }

    .foot .position .b_logo {
        width: 235px;
        height: 130px;
        margin: 0 auto;
        padding-top: 30px;
    }

    .foot .position .b_logo img {
        width: 235px;
        height: 100px;
    }

    .foot .position .b_logo_down {
        width: 1180px;
        height: 150px;
        margin: 0 auto;
        padding-top: 60px;
        display: none;
    }

    .foot .position .b_logo_down img {
        width: 1180px;
        height: 90px;
    }

    .foot .position .left {
        width: 100%;
        float: left;
        margin-top: 15px;
        text-align: center;
    }

    .foot .position .right {
        width: 585px;
        float: right;
        margin-top: 95px;
        position: relative;
    }

    .foot .position .tel {
        width: 100%;
        margin-top: 25px;
    }

    .foot .position .tel div {
        width: 100%;
        height: 23px;
        color: #fff;
        text-indent: 0;
        line-height: 23px;
        margin-bottom: 10px;
        font-size: 14px;

    }

    .foot .position .tel .box1 {
        background: none;
    }

    .foot .position .tel .box2 {
        background: none;
    }

    .foot .position .message {
        width: 155px;
        height: 45px;
        border: 1px solid #fff;
        color: #fff;
        border-radius: 5px;
        line-height: 43px;
        text-indent: 60px;
        margin-top: 20px;
        background: url(../23.png) no-repeat 25px center;
        font-size: 16px;
        position: relative;
        float: right;
        display: none;
    }

    .foot .position .message a {
        color: #fff;
    }

    .foot .position .quickmark {
        width: 145px;
        height: 30px;
        margin-left: 10px;
        margin-top: 25px;
        position: relative;
        right: 0;
        float: right;
        display: none;
    }

    .foot .position .quickmark .box {
        width: 30px;
        height: 30px;
        float: left;
        margin-left: 18px;

    }

    .foot .position .quickmark .box img {
        display: block;
        position: absolute;
        width: 120px;
        height: 120px;
        left: -140px;
        top: -50px;
        display: none;
    }

    .foot .position .quickmark .box:hover img {
        display: block;
    }

    .foot .position .quickmark .box1 {
        background: url(../28.png) no-repeat center;
    }

    .foot .position .quickmark .box2 {
        background: url(../29.png) no-repeat center;
    }

    .foot .position .quickmark .box3 {
        background: url(../30.png) no-repeat center;
    }

    .foot .position .quickmark .box1:hover {
        background: url(../25.png) no-repeat center;
    }

    .foot .position .quickmark .box2:hover {
        background: url(../26.png) no-repeat center;
    }

    .foot .position .quickmark .box3:hover {
        background: url(../27.png) no-repeat center;
    }

    .foot .position .copy {
        display: block;
        float: left;
        width: 100%;
        line-height: 30px;
        color: #fff;
        margin-top: 0px;
    }

    .foot .position .copy a {
        color: #fff;
    }

    .foot .position .b_guide {
        float: right;
    }

    .n_adv {
        width: 100%;
        height: auto;
        position: relative;
        left: 0;
        top: 50px;
    }

    .n_adv .position {
        width: 100%;
        height: auto;
        margin: 0 auto;
        position: relative;
        z-index: 20;
    }

    .n_adv img {
        width: 100%;
        height: auto;
        position: absolute;
        left: 0;
        top: 0;
    }

    .n_adv .titleadv {
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: 13%;
        font-size: 24px;
        font-weight: normal;
        color: #fff;
        width: 100%;
        text-align: center;
    }

    .n_adv .titleadv .line {
        width: 50px;
        height: 2px;
        background: #fff;
        display: none;
    }

    .weizhixiufu {
        width: 100%;
        height: 0;

    }

    .nei_weizhi {
        margin-top: 50px !important;
        float: left;
    }

    .n_guide {
        display: none;
    }

    .contentup1 {
        width: 95%;
        height: auto;
        margin: 0 2.5%;
        position: relative;
    }

    .contentup1 video {
        width: 100%;
        height: auto;
    }

    .contentup1 .intro {
        width: 100%;
        height: 100%;
        position: relative;
        background: #fff;
        left: auto;
        top: auto;
    }

    .contentup1 .intro .des {
        padding: 0 5px;
        line-height: 32px;
        color: RGB(113, 113, 113);
        font-size: 14px;
        margin-top: 20px;
    }

    .contentup1 .intro .more {
        width: 100%;
        height: 45px;
        text-align: center;
        line-height: 45px;
        background: RGB(17, 98, 180);
        display: block;
        margin: 20px auto 0 auto;
        color: #fff;
    }

    .title_nei {
        width: 100%;
        line-height: 26px;
        text-align: center;
        padding-top: 20px;
    }

    .title_nei h2 {
        display: block;
        text-align: center;
        line-height: 26px;
        background: url(../32.png) no-repeat center;
        margin: 0;
        font-size: 26px;
        font-weight: normal;
    }

    .title_nei h2 a {
        color: RGB(23, 23, 23);
    }

    .contentup2 {
        width: 95%;
        height: auto;
        margin: 0 2.5%;
        position: relative;
        z-index: 2;
        padding-top: 20px;
    }

    .c2bg {
        position: absolute;
        width: 100%;
        height: auto;
        left: 0;
        top: 0;
    }

    .contentup2 .title_nei1 {
        width: 100%;
    }

    .contentup2 .title_nei1 h2 {
        line-height: 20px;
        height: 20px;
        color: #fff;
        width: 100%;
        text-align: center;
        margin-top: 8px;
    }

    .contentup2 .title_nei1 h2 a {
        color: #fff;
        font-weight: normal;
    }

    .contentup2 .des {
        width: 1160px;
        color: #fff;
        font-size: 14px;
        line-height: 36px;
        margin-top: 33px;
        display: none;
    }

    .contentup2 .more {
        margin-top: 30px;
        display: none;
    }

    .contentup3 {
        width: 95%;
        height: auto;
        margin: 0 auto;
    }

    .contentup3 .box {
        width: 33.33%;
        height: auto;
        float: left;
        position: relative;
    }

    .contentup3 .box img {
        width: 100%;
        height: auto;
    }

    .contentup3 .box .up {
        position: absolute;
        left: 0;
        top: 0;
    }

    .contentup3 .box:hover .up {
        opacity: 0;
    }

    .contentup4 {
        display: none;
    }

    .contentup5 {
        width: 95%;
        height: auto;
        margin: 0 auto;
        display: block;
    }

    .contentup5 .slideBox {
        width: 100%;
        height: auto;
        overflow: hidden;
        position: relative;
        margin-top: 10px;
    }

    .contentup5 .slideBox .hd {
        height: 17px;
        overflow: hidden;
        position: absolute;
        right: 0;
        bottom: 20px;
        z-index: 1;
        width: 100%;
    }

    .contentup5 .slideBox .hd ul {
        overflow: hidden;
        zoom: 1;
        float: left;
        width: 100%;
        text-align: center;
        height: 17px;
    }

    .contentup5 .slideBox .hd ul li {
        width: 10px;
        height: 10px;
        text-align: center;
        display: inline-block;
        border-radius: 10px;
        border: 1px solid RGB(17, 98, 180);
        margin: 0 2.5px;
    }

    .contentup5 .slideBox .hd ul li.on {
        background: RGB(17, 98, 180);
        color: #fff;
    }

    .contentup5 .slideBox .bd {
        position: relative;
        height: 100%;
        z-index: 0;
        width: auto;
    }

    .contentup5 .slideBox .bd .img {
        width: 100%;
        height: auto;
        background: url(../33.png) no-repeat bottom;
        float: left;
        margin-right: 60px;
        margin-bottom: 60px;
    }

    .contentup5 .slideBox .bd img {
        width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
    }

    .d_listx {
        float: none;
        width: 100%;
        background: RGB(240, 240, 240);
        max-height: inherit;
        margin: 0;
        overflow-y: unset;
    }

    ‌.d_listx::-webkit-scrollbar {
        width: 10px;
        height: 1px;

    }

    .d_listx::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
        background: #535353;
    }

    .d_listx::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
        border-radius: 10px;
        background: #EDEDED;
    }

    .d_listx li {
        padding: 30px 2.5% 0 2.5%;
    }

    .d_listx li .date {
        width: 100%;
        color: RGB(17, 98, 180);
        font-size: 14px;
    }

    .d_listx li .name {
        color: RGB(85, 85, 85);
        font-size: 16px;
        line-height: 33px;
        display: block;
        margin-top: 13px;
        border-bottom: 1px solid RGB(225, 225, 225);
        padding-bottom: 35px;
    }

    .d_listx li.on {
        background: #f8fbfe;
    }

    .d_listx li.on .name {
        color: RGB(17, 98, 180);

    }

    .d_list {
        display: none;
    }

    .mbi_list {
        float: left;
        margin-top: 8%;
        width: 100%;
    }

    .pc_guide {
        display: none;
    }

    .mbi_guide {
        display: block;
        margin: 37.5% 10% 0 0;
    }

    .d_page {
        width: 100%;
        /* padding-right: 115px; */
        padding: 0 10px;
    }

    .d_page .up {
        width: 100%;
        height: auto;
    }

    .d_page .up h2 {
        display: block;
        width: 100%;
        font-size: 20px;
        color: RGB(41, 41, 41);
        margin-top: 10px;
        line-height: 1.75em;
        font-weight: normal;
        text-align: left;
        margin-bottom: 10px
    }

    .d_page .up p {
        display: block;
        width: 100%;
        color: RGB(192, 192, 192);
        margin: 0;
        line-height: 1.75em;
        font-size: 16px;
        text-align: left;
    }

    .d_page .up p span {
        display: block;
    }

    .d_page .down {
        width: 100%;
        color: RGB(72, 72, 72);
        line-height: 2.75em;
        padding-top: 30px;
        font-size: 16px;
    }

    .d_page .down img {
        max-width: 100%;
        height: auto !important;
    }

    .list_n {
        width: 100%;
        margin: 0 auto;
    }

    .list_n .box {
        width: 100%;
        height: auto;
        position: relative;
        margin-top: 20px;
        float: left;
        margin-left: 0px;
    }

    .list_n .box .img {
        width: 100%;
        height: auto;
        position: relative;
        left: 0;
    }

    .list_n .box .img img {
        width: 100%;
        height: auto;
    }

    .list_n .box .text {
        position: relative;
        width: 100%;
        height: auto;
        right: 0;
        top: 0px;
        background: RGB(248, 248, 248);
    }

    .list_n .text {
        padding: 20px;
    }

    .list_n .text .topic {
        width: 100%;
        color: RGB(50, 50, 50);
        font-size: 20px;
        line-height: 20px;
        font-weight: bold;
    }

    .list_n .text .des {
        line-height: 24px;
        margin-top: 20px;
        display: block;
        height: auto;
    }

    .list_n .text .more {
        width: 100%;
        height: 45px;
        color: #fff;
        display: block;
        line-height: 45px;
        text-align: center;
        background: #1062b4;
    }

    .list_n .box:hover .text {
        background: RGB(17, 98, 180);
    }

    .list_n .box:hover .text .topic {
        color: #fff;
    }

    .list_n .box:hover .text .des {
        color: #fff;
    }

    .list_n .box:hover .text .more {

        border: 1px solid RGB(17, 98, 180);
        background: #fff;
        color: RGB(222, 222, 222);
        display: block;
        line-height: 58px;
        text-align: center;
        color: RGB(17, 98, 180);
    }


    .list_n {
        width: 100%;
        margin: 0 auto;
    }

    .list_n .box1 {
        width: 100%;
        height: auto;
        position: relative;
        margin-top: 20px;
        float: left;
        margin-left: 0px;
    }

    .list_n .box1 .img {
        width: 100%;
        height: auto;
        position: relative;
        left: 0;
    }

    .list_n .box1 .img img {
        width: 100%;
        height: auto;
    }

    .list_n .box1 .text {
        position: relative;
        width: 100%;
        height: auto;
        right: 0;
        top: 0px;
        background: RGB(248, 248, 248);
    }

    .list_n .text {
        padding: 20px;
    }

    .list_n .text .topic {
        width: 100%;
        color: RGB(50, 50, 50);
        font-size: 20px;
        line-height: 20px;
        font-weight: bold;
    }

    .list_n .box:hover .text {
        background: RGB(17, 98, 180);
    }

    .list_n .box:hover .text .topic {
        color: #fff;
    }

    .list_n .box:hover .text .des {
        color: #fff;
    }

    .list_n .box:hover .text .more {

        border: 1px solid RGB(17, 98, 180);
        background: #fff;
        color: RGB(222, 222, 222);
        display: block;
        line-height: 58px;
        text-align: center;
        color: RGB(17, 98, 180);
    }

    .dpn {
        display: none;
    }

    .map {
        width: 100%;
        height: auto;
    }

    .map img {
        width: 100%;
        height: auto;
    }

    .m_map {
        padding: 0 !important;
    }

    #fdbform {
        width: 95%;
        margin: 0 2.5%;
    }

    .main_lx {
        margin-top: 10px;
    }

    .main_lx .left {
        width: 100%;
        height: auto;
        float: left;
    }

    .main_lx .left .form {
        margin: 0;
    }

    .main_lx .box {
        height: 45px;
        float: left;
        border: 1px solid RGB(232, 232, 232);
        margin: 0 20px 20px 0;
    }

    .main_lx .box1 {
        width: 100%;
        text-indent: 20px;
    }

    .main_lx .box2 {
        width: 100%;
        text-indent: 20px;
    }

    .main_lx .box3 {
        width: 100%;
        height: 350px;
        text-indent: 20px;
        line-height: 45px;
    }

    .main_lx .box4 {
        width: 70%;
        height: 45px;
        text-indent: 20px;
        float: left;
        margin-right: 0;
    }

    .main_lx .yanzhengma {
        width: 30%;
        height: 45px;
        float: right;
    }

    .main_lx .yanzhengma img {
        width: 45%;
        height: auto;
    }

    .main_lx .box5 {
        border: none;
        width: 100%;
        height: 45px;
        color: #fff;
        background: RGB(17, 98, 180);
    }

    .main_lx .right {
        width: 95%;
        height: auto;
        float: right;
        background: RGB(248, 248, 248);
        padding: 0;
        margin: 0 2.5%;
    }

    .main_lx .right .box {
        width: 100%;
        height: 110px;
        line-height: 20px;
        text-align: center;
        color: RGB(17, 98, 180);
        font-size: 14px;
        margin-bottom: 10px;
        padding-top: 42px;
    }

    .main_lx .right .box1 {
        background: url(../34.png) no-repeat center #fff;
    }

    .main_lx .right .box2 {
        background: url(../35.png) no-repeat center #fff;
    }

    .main_lx .right .box3 {
        background: url(../36.png) no-repeat center #fff;
    }

    .main_lx .right .box1:hover {
        background: url(../34.png) no-repeat center RGB(17, 98, 180);
        color: #fff;
    }

    .main_lx .right .box2:hover {
        background: url(../35.png) no-repeat center RGB(17, 98, 180);
        color: #fff;
    }

    .main_lx .right .box3:hover {
        background: url(../36.png) no-repeat center RGB(17, 98, 180);
        color: #fff;
    }


    .contentup6 {
        width: 100%;
        height: auto;
        background: #fff;
        padding-top: 10px;

    }

    .contentup6 .position {
        width: 95%;
        height: auto;
        margin: 0 auto;
    }

    .contentup6 .position .box1 {
        font-size: 18px;
        line-height: 30px;
        text-align: center;
        color: #1162b4;
    }

    .contentup6 .position .box2 {
        width: 100%;
        padding: 0;
        text-align: center;
        color: #4f4f4f;
        line-height: 2.2em;
        margin-top: 20px;
    }

    .contentup6 .position .box3 {
        width: 100%;
        text-align: center;
        height: auto;
        margin-top: 50px;
    }

    .contentup6 .position .box3 .left {
        width: 100%;
        height: auto;
        float: left;
    }

    .contentup6 .position .box3 .right {
        width: 100%;
        height: auto;
        float: right;
    }

    .contentup6 .position .box3 img {
        width: 100%;
        height: auto;
    }

    .contentup6 .position .box4 {
        width: 100%;
        height: auto;
        text-align: center;
        margin-top: 30px;
        float: left;
    }

    .contentup6 .position .box4 .boxin {
        width: 25%;
        height: auto;
        display: inline-block;
        margin: 0 4%;
        float: left;
    }

    .contentup6 .position .box4 .boxin .img {
        width: 100%;
        height: auto;
        float: left;
        position: relative;
    }

    .contentup6 .position .box4 .boxin .img img {
        width: 100%;
        height: auto;
    }

    .contentup6 .position .box4 .boxin .img .up {
        width: 100%;
        height: auto;
        position: absolute;
        left: 0;
        top: 0;
    }

    .contentup6 .position .box4 .boxin .img .down {
        opacity: 0;
    }

    .contentup6 .position .box4 .boxin:hover .img .down {
        opacity: 1;
    }

    .contentup6 .position .box4 .boxin:hover .img .up {
        opacity: 0;
    }

    .contentup6 .position .box4 .boxin .text {
        width: 100%;
        height: 30px;
        line-height: 30px;
        text-align: center;
        color: #464646;
        font-size: 12px;
        float: left;
    }

    .contentup6 .position .box4 .boxin .text a {
        color: #464646;
    }

    .contentup6 .position .box4 .boxin:hover .text a {
        color: #1162b4;
    }

    .contentup7 {
        width: 100%;
        height: auto;
        position: relative;
        float: left;
        margin-top: 30px;
    }

    .contentup7 .position {
        width: 95%;
        height: auto;
        margin: 0 auto;
        background: rgba(0, 0, 0, 0.2);
        position: relative;
        top: 0;
        z-index: 99;
    }

    .contentup7 img {
        width: 100%;
        height: auto;
        position: absolute;
        left: 0;
        top: 0;
        display: block;
    }

    .contentup7 .position .up {
        width: 100%;
        font-size: 20px;
        line-height: 20px;
        color: #fff;
        float: left;
        text-align: center;
        padding: 60px 0;
        margin: 0;
    }

    .contentup7 .position .down {
        width: 100%;
        text-align: center;
        padding: 0;
        color: #fff;
        line-height: 35px;
        float: left;
        margin-top: 25px;
        display: none;

    }

    .contentup8 {
        width: 100%;
        height: auto;
        position: relative;
        float: left;
    }

    .contentup8 .position {
        width: 95%;
        height: auto;
        margin: 0 auto;
        position: relative;
        z-index: 2;
    }

    .contentup8 img {
        width: 100%;
        height: auto;
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        display: none;
    }

    .contentup8 .up {
        width: 100%;
        height: 20px;
        line-height: 20px;
        color: #3b3b3b;
        font-size: 20px;
        text-align: center;
        float: left;
        margin-top: 30px;
        display: none;
    }

    .contentup8 .down {
        width: 100%;
        height: auto;
        float: left;
        position: relative;
        margin-top: 30px;
    }

    .contentup8 .down .box {
        position: relative;
        width: 45%;
        height: auto;
        margin: 10px 2.5%;
        float: left;
        height: 50px;
    }

    .contentup8 .down .box img {
        width: 100%;
        height: auto;
        display: block;
    }

    .contentup8 .down .box1 {
        left: auto;
        top: auto;
    }

    .contentup8 .down .box2 {
        left: auto;
        top: auto;
    }

    .contentup8 .down .box3 {
        left: auto;
        top: auto;
    }

    .contentup8 .down .box4 {
        left: auto;
        top: auto;
    }

    .contentup8 .down .box5 {
        left: auto;
        top: auto;
    }

    .contentup8 .down .box6 {
        left: auto;
        top: auto;
    }

    .contentup8 .down .box7 {
        left: auto;
        top: auto;
    }

    .contentup8 .down .box8 {
        left: auto;
        top: auto;
    }

    .contentup8 .down .box9 {
        left: auto;
        top: auto;
    }

    .dtl_detail {
        margin-bottom: 10px;
    }

    .mdisp {
        display: none;
    }

    .pager li>a,
    .pager li>span {
        font-size: 12px;
        text-align: left;
        padding: 0;
        width: 100%;
    }

    #prevnext {
        margin: 0 !important;
        padding: 0 !important;
    }


    .colsg {
        width: 95%;
        margin: 0 2.5%;
        float: left;
    }

    .colsg .sg1 {
        width: 100%;
        float: left;
        text-align: center;
    }

    .colsg .sg1 .box1,
    .colsg .sg1 .box3 {
        float: left;
        font-size: 18px;
        color: #171717;
        width: 100%;
        line-height: 36px;
        margin-top: 10px;
    }

    .colsg .sg1 .box1 span,
    .colsg .sg1 .box3 span {
        color: #1162b4;
    }

    .colsg .sg1 .box2 {
        float: left;
        width: 100%;
        line-height: 35px;
        padding: 0;
        margin-top: 15px;
        color: #171717;
        font-size: 14px;
    }

    .colsg .sg1 .box3 {
        margin-top: 25px;
    }

    .colsg .sg2 {
        width: 100%;
        float: left;
        text-align: center;
        margin-top: 50px;
    }

    .colsg .sg2 .box {
        width: 45%;
        height: auto;
        display: inline-block;
        margin-left: 0;
        margin: 1.5% !important;
    }

    .colsg .sg2 .box img {
        width: 100%;
        height: auto;
    }

    .colsg .sg3 {
        width: 100%;
        height: auto;
        text-align: center;
        float: left;
        position: relative;
        margin-bottom: 10px;
    }

    .colsg .sg3 img {
        width: 100%;
        height: auto;
        background: #828282;
    }

    .colsg .sg3 .text {
        width: 100%;
        height: auto;
        position: relative;
        left: 0;
        margin-left: 0;
        background: #fff;
        box-shadow: 0 0 10px #e0e0e0;
        bottom: 0;
    }

    .colsg .sg3 .text .more {
        width: 100%;
        height: auto;
        background: none;
        display: block;
        margin: 0 auto;
        color: #3270ba;
        font-size: 16px;
        border-radius: 10px;
        line-height: 65px;
        margin-top: 15px;
        font-weight: bold;
    }

    .colsg .sg3 .text .des {
        line-height: 24px;
        font-size: 14px;
        color: #171717;
        padding: 0 10px;
        margin-top: 0;
        padding-bottom: 30px;
    }

    .colsg .sg4 {
        width: 100%;
        float: left;
        text-align: center;
        margin-top: 0px;
        position: relative;
        padding: 10px 0 !important;
    }

    .colsg .sg4 .box1 {
        float: left;
        font-size: 18px;
        color: #171717;
        width: 100%;
        line-height: 36px;
    }

    .colsg .sg4 .box1 span {
        color: #1162b4;
    }

    .colsg .sg4main {
        width: 100%;
        float: left;
        margin-top: 50px;
    }

    .colsg .sg4main .box {
        width: 100%;
        height: auto;
        background: #f8f8f8;
        float: left;
        margin: 0 0px 10px 0;
    }

    .colsg .sg4main .box img {
        width: 100%;
        height: auto;
    }

    .colsg .sg4 .biaoyu {
        width: 100%;
        height: auto;
        line-height: 45px;
        position: absolute;
        right: 0;
        bottom: 30px;
        display: none;

    }

    .colsg .sg4 .biaoyu .line {
        width: 110px;
        height: 1px;
        background: #171717;
        float: left;
        margin-top: 24px;
    }

    .colsg .sg4 .biaoyu .wenzi {
        font-size: 30px;
        color: #171717;
        float: right;
    }

    .colsg .sg4 .bbox {
        width: 100%;
        height: auto;
        float: left;
        margin-left: 0px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        margin-top: 30px;
    }

    .colsg .sg4 .bbox .img {
        width: 100%;
        height: auto;
    }

    .colsg .sg4 .bbox .img img {
        width: 100%;
        height: auto;
    }

    .colsg .sg4 .bbox .text {
        width: 100%;
        height: auto;
        background: #fff;
    }

    .colsg .sg4 .bbox .text .topic {
        display: block;
        width: 100%;
        height: auto;
        line-height: 50px;
        text-align: center;
        background: #3270ba;
        color: #fff;
        margin: 0 auto;
        margin-top: -25px;
        border-radius: 10px;
        font-weight: bold;
        font-size: 16px;
        position: relative;
    }

    .colsg .sg4 .bbox .text .des {
        color: #171717;
        font-size: 14px;
        margin-top: 20px;
        padding:0 10px;
        padding-bottom: 20px;
    }

    .colsg .sg4 .textbox {
        width: 100%;
        line-height: 40px;
        font-size: 16px;
        color: #171717;
    }

    .shgy {
        width: 95%;
        margin: 0 2.5%;
    }

    .shgy .box {
        width: 100%;
        height: auto;
        float: left;
        margin: 0 0 20px 0;
        background: #f8f8f8;
    }

    .shgy .box .img {
        width: 100%;
        height: auto;
    }

    .shgy .box .img img {
        width: 100%;
        height: auto;
        background: #b5bbbd;
    }

    .shgy .box .text {
        width: 100%;
        height: auto;
        padding: 15px 20px;
    }

    .shgy .box:hover .text {
        background: #1162b4;
    }

    .shgy .box .text .topic {
        width: 100%;
        font-size: 16px;
        line-height: 16px;
    }

    .shgy .box .text .topic a {
        color: #1d1d1d;
    }

    .shgy .box:hover .text .topic a {
        color: #fff;
    }

    .shgy .box .text .date {
        width: 100%;
        height: 25px;
    }

    .shgy .box .text .date .d {
        width: 90px;
        height: 25px;
        text-align: center;
        line-height: 25px;
        background: #e3f1ff;
        color: #9c9c9c;
        margin-top: 15px;
        float: left;
    }

    .shgy .box:hover .text .date .d {
        background: #fff;
        color: #1162b4;
    }

    .shgy .box .text .date .m {
        float: right;
        color: #a0a0a0;
        font-size: 16px;
        margin-top: 16px;
    }

    .shgy .box:hover .text .date .m {
        color: #fff;
    }

    .styj {
        width: 95%;
        margin: 0 2.5%;
    }

    .styj .textbox {
        color: #171717;
        font-size: 18px;
        line-height: 35px;
        text-align: center;
        width: 100%;
        margin-top: 10px;
    }

    .styj .textbox span {
        color: #1162b4;
    }

    .styj .bimgbox1 {
        width: 100%;
        height: auto;
        margin-top: 20px;
        position: relative;
    }

    .styj .bimgbox1 img {
        width: 100%;
        height: auto;
    }

    .styj .bimgbox img {
        width: 100%;
        height: auto;
    }

    .styj .bimgbox {
        width: 100%;
        height: auto;
        margin-top: 20px;
        position: relative;
    }

    .styj .bimgbox img {
        width: 100%;
        height: auto;
    }

    .styj .bimgbox .imgtext {
        position: relative;
        width: 100%;
        height: auto;
        background: rgba(0, 0, 0, 0.5);
        left: auto;
        margin-left: 0;
        top: auto;
        margin-top: 0px;
        color: #fff;
        font-size: 18px;
        text-align: center;
        line-height: 35px;
        display: none;
    }

    .styj .anniu {
        width: 100%;
        margin-top: 0px;
        height: auto;
        z-index: 99999;
        position: relative;
        overflow: hidden;
    }

    .styj .anniu .box {
        width: 50%;
        height: auto;
        float: left;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
        margin: 0 0px 10px 0;
    }

    .styj .anniu .box a {
        width: 100%;
        height: auto;
        margin: 10px 0 0 0px;
        display: block;
    }

    .styj .anniu .box img {
        width: 100%;
        height: auto;
    }

    .styj .tswenzi {
        width: 100%;
        display: block;
        height: 75px;
        text-align: center;
        font-size: 24px;
        color: #171717;
        line-height: 75px;
    }


    .lxlogo {
        width: 100%;
        height: auto;
        margin-top: 10px;
        display: none;
    }

    .lxlogo img {
        width: 100%;
        height: 165px;
    }

    .ditu {
        width: 100%;
        height: 410px;
        position: relative;
        margin: 30px 0;
    }

    .ditu .dituadv {
        width: 30%;
        height: 410px;
        float: left;
        display: none;
    }

    .ditu .map {
        width: 100%;
        /* height: 410px; */
        height: auto;
        float: right;
    }

    .map {
        width: 100%;
        height: 410px;
    }

    .map img {
        width: 100% !important;
        /* height: 410px; */
        height: auto !important;
    }

    .lxinfo {
        position: unset;
        left: auto;
        bottom: auto;
        background: #fff;
        text-align: center;
        width: 10%;
        z-index: 999;
        height: auto;
        width: 100%;
        padding-bottom: 30px;
        float: left;
    }

    .lxinfo .box {
        display: block;
        padding: 0;
        float: left;
        width: 50%;
    }

    .lxinfo .box .img {
        width: 50px;
        height: 50px;
        display: inline-block;
        margin-top: 55px;
    }

    .lxinfo .box .img img {
        width: 50px;
        height: 50px;
    }

    .lxinfo .box .topic1 {
        width: 100%;
        line-height: 14px;
        color: #101010;
        font-size: 14px;
    }

    .lxinfo .box .topic2 {
        width: 100%;
        line-height: 22px;
        color: #101010;
        font-size: 12px;
        margin-top: 25px;
    }

    .jjtext {
        width: 95%;
        height: auto;
        border: 1px solid #f0f0f0;
        border-left: none;
        border-right: none;
        margin:2.5%;
        margin-top: 30px;

    }
    
    .jjtext .up {
        font-size: 20px;
        color: #323232;
        line-height: 45px;
        margin-top: 10px;
        font-weight: bold;
    }
    
    .jjtext .down {
        font-size: 14px;
        color: #8b8b8b;
        line-height: 33px;
    }

    .game163 {
        display: none;
    }
    .swiper-containerld{
        width: 95%;
        margin: 0 2.5%;
        margin-top: 30px;
        display: block;
        max-height: 450px;
    }
    .swiper-containerld .swiper-slide{
        width: 100%;
    }
    .swiper-containerld .swiper-slide img{
        width: 100%;
    }
    .swiper-containerld .swiper-slide h4{
        display: block;
        text-align: left;
        font-size: 16px;
        font-weight: normal;
        line-height: 30px;
        background: #1062b4;
        color: #fff;
        padding: 15px 20px;
        min-height: 120px;
    }
    .swiper-containerld .swiper-slide h4 a{
        color: #fff;
    }


    .indexvideo .skip{
        width: 100%;
        text-align: center;
        line-height: 20px;
        font-size: 14px;
        color: #fff;
        position: absolute;
        z-index: 999;
        font-weight: normal;
        top: 130px;
        cursor: pointer;
    }
    .indexvideo .skip span{
        display: inline-block;
        padding:5px 20px ;
        border: 2px solid #fff;
        border-radius: 30px;
    }
    .shgy1 {
        width: 95%;
        margin: 0 auto;
        height: auto;
        margin-bottom: 50px;
    }


    .shgttitle{
        width: 100%;
        text-align: center;
    }
    .shgttitle h2{
        font-weight: normal;
        font-size: 24px;
    }
    .shgttitle h3{
        width: 100%;
        line-height: 35px;
        padding: 0 ;
        margin-top: 35px;
        color: #171717;
        font-size: 16px;
        font-weight: normal;
    }
    .indexvideo .miaoshu{
        display: none;
    }
}