@media screen and (max-width: 990px) {
    .header {
        position: sticky;
        top: 0;
        z-index: 1000;
        background: #FFFFFF;
        height: 50px;
        box-sizing: border-box;
        box-shadow: 2px 0 6px rgba(0, 21, 41, .35);
    }

    .header .main {
        padding: 0 15px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }


    .header .main .logo img {
        height: 20px;
    }

    .header .link-search {
        display: none;
    }

    .header .nav-box {
        display: none;
    }

    .header .menu {
        display: flex;
    }

    .header .menu img {
        width: 20px;
		height: 20px; 
        margin-right: 15px;
    }

    .header .menu .closeMenu,
    .header .menu .closeMenu2 {
        display: none;
    }

    .header .menu .closeMenu2,
    .header .menu .menuNav {
        margin-right: 0;
    }

    .sub-menu1 {
        display: none;
    }


    .contentbody .banner {
        width: 100%;
        display: none;
    }
    .contentbody .banner2 {
        width: 100%;
    }

    .contentbody .menu {
        box-sizing: border-box;
        background: #fff;
        height: 50px;
        border-bottom: 1px solid #E8E8E8;
    }

    .contentbody .menu .menubox {
        height: 50px;
        display: flex;
    }

    .menu .menu-left {
        display: flex;
        width: auto;
        overflow-x: auto;
        padding: 0 15px;
    }
    .menu .menu-left li{
        flex-shrink: 0;
        min-width: 60px;
        margin-right: 25px;
    }
    .menu .menu-left li a{
        min-width: 60px;
        font-size: 15px;
        color: #333333;
        box-sizing: border-box;
        line-height: 45px;
        display: inline-block;
    }

    .menu .menu-left li a:hover {
        font-weight: bold;
        color: #286CCD;
        border-bottom: 3px solid #286CCD;
    }

    .menu .menu-left .active {
        font-weight: bold;
        color: #286CCD;
        border-bottom: 3px solid #286CCD;
    }

    .menu .menu-right {
        display: none;
    }

    .menu .menubox .menu-left::-webkit-scrollbar {
        display: none;
    }




    .page {
		display: flex;
		justify-content: center;
		margin-top: 30px;
		margin-bottom: 30px;
	}
    .page-num {
		display: flex;
	}

	.page-num a {
		width: 35px;
		height: 35px;
		background: #FFFFFF;
		border-radius: 3px;
		border: 1px solid #D4D4D4;
		font-size: 12px;
		color: #999999;
		margin-right: 8px;
		text-align: center;
		line-height: 35px
	}

	.page-num a:hover {
		background: #286CCD;
		color: #fff;
	}

	.page-num .active {
		background: #286CCD;
		color: #fff;
	}

	.pre {
		display: block;
		width: 35px;
		height: 35px;
		background: #FFFFFF;
		border-radius: 3px;
		border: 1px solid #D4D4D4;
		font-size: 12px;
		color: #999999;
		margin-right: 8px;
		text-align: center;
		line-height: 35px
	}

	.pre:hover {
		background: #286CCD;
		color: #fff;
	}

	.next {
		display: block;
		width: 35px;
		height: 35px;
		background: #FFFFFF;
		border-radius: 3px;
		border: 1px solid #D4D4D4;
		font-size: 12px;
		color: #999999;
		margin-right: 8px;
		text-align: center;
		line-height: 35px
	}

	.next:hover {
		background: #286CCD;
		color: #fff;
	}

	.push-num {
		display: none;

	}

	.push-num span {
		font-size: 18px;
		color: #999999;
		margin-right: 10px;
	}

	.push-num input {
		width: 50px;
		height: 50px;
		background: #FFFFFF;
		border-radius: 5px;
		border: 1px solid #D4D4D4;
		font-size: 18px;
		color: #999999;
		text-align: center;
		line-height: 50px;
		margin-right: 10px
	}

	.push-num button {
		width: 100px;
		height: 50px;
		background: #FFFFFF;
		border-radius: 5px;
		opacity: 1;
		border: 1px solid #D4D4D4;
		font-size: 18px;
		color: #999999;
		text-align: center;
		line-height: 50px;
		margin-right: 10px;
	}

	.push-num button:hover {
		background: #286CCD;
		color: #fff;
	}




    .searchbox {
        position: fixed;
        top: 50px;
        width: 100%;
        bottom: 0;
        z-index: 100;
        display: none;
    }

    .searchbox .mask {
        position: fixed;
        top: 50px;
        width: 100%;
        bottom: 0;
        z-index: 103;
        background: rgba(0, 0, 0, 0.4);
    }

    .searchbox .searchContent {
        position: fixed;
        width: 100%;
        z-index: 110;
        height: 75px;
        background: #FFFFFF;
        box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
        padding: 17px 15px;
        box-sizing: border-box;
    }

    .searchbox .searchContent input {
        height: 39px;
        background: #FFFFFF;
        opacity: 1;
        border: 1px solid #C4C4C4;
        width: calc(100% - 34px);
        border-radius: 3px;
        padding: 0 18px;
        font-size: 12px;
    }

    .searchbox .searchContent img {
        position: absolute;
        right: 24px;
        top: 50%;
        transform: translateY(-10px);
        cursor: pointer;
        width: 20px;
    }


    .classify {
        position: fixed;
        top: 50px;
        width: 100%;
        bottom: 0;
        z-index: 100;
        display: none;
    }

    .classify .mask {
        position: fixed;
        top: 50px;
        width: 100%;
        bottom: 0;
        z-index: 103;
        background: rgba(0, 0, 0, 0.4);
    }

    .classify .classifyBox {
        position: fixed;
        left: 0;
        right: 0;
        z-index: 110;
        background: #FFFFFF;
        padding: 0 15px;
    }

    .classify .classifyBox .classifyItem {
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 15px;
        color: #000;
        border-bottom: 1px solid #E1E1E1;
        cursor: pointer;
    }
    .classify .classifyBox .classifyItem > a {
        color: #000;
    }

    .classify .classifyBox .classifyItem .right {
        width: 14px;
    }

    .classify .classifyBox .classifyItem .down {
        width: 14px;
        display: none;
    }

    .classify .classifyBox .item {
        width: calc(50% - 10px);
        line-height: 44px;
        border-bottom: 1px solid #E1E1E1;
        margin-right: 15px;
        font-size: 14px;
        color: #666666;
        display: inline-block;
        cursor: pointer;
    }

    .classify .classifyBox .item a{
        color: #666666;
    }

    .classify .classifyBox .classifyInfo {
        display: none;
    }

    .classify .classifyBox .classifyInfo .item:nth-child(2n+2) {
        margin-right: 0;
    }






    .pcFooter {
        display: none;
    }

    .mobileFooter {
        background: #286CCD;
        padding: 30px;
        text-align: center;
        color: #CCE1FF;
    }

    .mobileFooter .provider p {
        font-size: 11px;
        line-height: 15px;
        margin-bottom: 8px;
    }
    .mobileFooter .provider a{
        color: #CCE1FF;
    }

    .mobileFooter .provider p img {
        width: 15px;
        vertical-align: bottom;
    }

    .mobileFooter .bottom {
        color: #FFFFFF;
    }

    .mobileFooter .bottom img {
        width: 100px;
        margin: 20px 0 13px;
    }

    .mobileFooter .bottom {
        font-size: 10px;
        line-height: 11px;
    }

    .provider .ip{
		display: inline-block;
		padding: 3px 5px;
		border: 1px solid #B6D2FA;
		border-radius: 5px;
	}
}

@media screen and (min-width:991px) {

    .main {
        width: 960px;
        margin: 0 auto;
    }

    .header {
        position: sticky;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        background: #FFFFFF;
        height: 75px;
        box-sizing: border-box;
        box-shadow: 2px 0 6px rgba(0, 21, 41, .35);
    }

    .header .main {
        display: flex;
        justify-content: space-between;

    }

    .header .main .logo {
        width: 50%;
    }

    .header .main .logo img {
        width: 80%;
        margin-top: 20px;
    }

    .header .main .right-nav {
        padding: 10px 0 0;
    }

    .header .main .right-nav .link-search {
        display: flex;
        justify-content: flex-end;
    }

     .header .main .right-nav .link-search .single-link {
        display: flex;
        align-items: center;
        font-size: 12px;
        font-weight: normal;
        color: #286CCD;
        margin-right: 25px;
        cursor: pointer;
    }
    .header .main .right-nav .link-search .single-link a{
        color: #286CCD;
    }
    

    .header .main .right-nav .link-search .single-link img {
        margin-right: 5px;
        vertical-align: middle;
    }

    .header .main .right-nav .link-search .right-search {
        position: relative;
    }

    .header .main .right-nav .link-search .right-search .search {
        box-sizing: border-box;
        width: 200px;
        height: 25px;
        background: #FFFFFF;
        border-radius: 19px;
        border: 1px solid #CECECE;
        padding: 0 20px 0 15px;
    }

    .header .main .right-nav .link-search .right-search input[type=text]:focus {
        outline: 1px solid #286CCD;
    }

    .header .main .right-nav .link-search .right-search img {
        position: absolute;
        right: 12px;
        top: 50%;
        transform: translateY(-8px);
        cursor: pointer;
    }

    .header .main .right-nav .nav-box {
        display: flex;
    }

    .header .main .right-nav .nav-box .single-nav {
        margin-left: 20px;
        font-size: 15px;
        font-weight: 400;
        line-height: 40px;
        cursor: pointer;
    }

    .header .main .right-nav .nav-box .single-nav a {
        color: #000000;
    }

    .header .main .right-nav .nav-box .single-nav a:hover {
        color: #286CCD;
    }

    .header .main .right-nav .nav-box .active {
        position: relative;
    }

    .header .main .right-nav .nav-box .active a {
        font-weight: bold;
        color: #286CCD;
    }

    .header .main .right-nav .nav-box .active::before {
        content: "";
        width: 100%;
        height: 4px;
        background: #286CCD;
        position: absolute;
        z-index: 10;
        bottom: 0;
    }

    .header .menu {
        display: none;
    }

    .sub-menu1 {
        opacity: 0;
        width: 100%;
        line-height: 60px;
        position: fixed;
        z-index: 99;
        top: 75px;
        left: 0;
        background: rgba(0, 0, 0, 0.6);
        -moz-box-shadow: 0px 10px 8px rgba(9, 8, 9, 0.1);
        -webkit-box-shadow: 0px 10px 8px rgb(9 8 9 / 10%);
        box-shadow: 0px 10px 8px rgb(9 8 9 / 10%);
        -o-transition: all 1s;
        transition: all 1s;
        box-sizing: border-box;
    }


    .sub-menu1 ul {
        display: none;
    }

    .sub-menu1 .custom li {
        display: inline-block;
        margin-right: 15px;
        font-family: 'SiYuan';
    }

    .sub-menu1 .custom2,
    .sub-menu1 .custom1 {
        margin-right: 20px;
        text-align: right;
    }

    .sub-menu1 .custom1 li {
        display: inline-block;
        margin-right: 15px;
        z-index: 1000;
    }

    .sub-menu1 .custom2 li {
        display: inline-block;
        margin-right: 15px;
        z-index: 100;
    }

    .sub-menu1 a {
        color: #fff;
        font-size: 14px;
    }

    .sub-menu1 a:hover {
        color: #43A7FF;
    }


    .classify,
    .mobileFooter,
    .searchbox {
        display: none;
    }


    /* 内部 */
     /* 内部 */
     .contentbody {
        min-height: calc(100vh - 411px);
    }


    .contentbody .banner {
        width: 100%;
    }
    .contentbody .banner2 {
        display: none;
    }

    .contentbody .menu {
        box-sizing: border-box;
        background: #fff;
        height: 60px;
        border-bottom: 1px solid #E8E8E8;
    }

    .contentbody .menu .menubox {
        height: 60px;
        display: flex;
        justify-content: space-between;
    }

    .menu .menu-left {
        min-width: 30%;
        max-width: 75%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .menu .menu-left li a{
        font-size: 16px;
        color: #333333;
        box-sizing: border-box;
        line-height: 60px;
        display: inline-block;
        font-family: PingFang SC-Bold, PingFang SC;
    }
    

    .menu .menu-left li a:hover {
        color: #286CCD;
    }
    .menu .menu-left li{
        position: relative;
        margin-right: 20px;
    }
    .menu .menu-left li:hover::after{
        content: '';
        position: absolute;
        bottom: 1px;
        left: 0;
        right: 0;
        width: 100%;
        height: 3px;
        background: #286CCD;
    }

    .menu .menu-left .active a{
        font-size: 16px;
        font-weight: bold;
        color: #286CCD;
    }
    .menu .menu-left .active::after{
        content: '';
        position: absolute;
        bottom: 1px;
        left: 0;
        right: 0;
        width: 100%;
        height: 3px;
        background: #286CCD;
    }


    .menu .menu-right {
        display: flex;
        align-items: center;
    }

    .menu .menu-right .public-home {
        width: 10px;
        height: 10px;
    }

    .menu .menu-right ul {
        display: flex;
        align-items: center;
    }

    .menu .menu-right ul li {
        font-size: 12px;
        color: #999999;
        margin-left: 6px;
    }

    .menu .menu-right ul li img {
        width: 5px;
        height: 8px;
    }

    .menu .menu-right ul li:nth-last-of-type(1) {
        color: #286CCD;
    }


    /* 底部 */
    .footer {
        background: #286CCD;
        padding: 40px 0 20px;
    }

    .footer .link-box {
        display: flex;
        justify-content: space-between;
    }

    .footer .link-box .left {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .footer .link-box .left ul {
        flex: 1;
    }

    .footer .link-box .left ul li {
        font-size: 12px;
        font-weight: 400;
        color: #B6D2FA;
        margin-bottom: 8px;
        cursor: pointer;
    }
    .footer .link-box .left ul li a{
        color: #B6D2FA;
    }

    .footer .link-box .left ul li:first-child {
        font-size: 14px;
        font-weight: 400;
        color: #FFFFFF;
        margin-bottom: 10px;
        cursor: default;
    }

    .footer .link-box .left .select-box {
        width: 240px;
        height: 30px;
        padding: 0 15px;
        background: #125BC4;
        border: 1px solid #4889E6;
        box-sizing: border-box;
        font-size: 12px;
        font-weight: 400;
        color: #B6D2FA;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        overflow: hidden;
        opacity: 1;

    }

    .footer .link-box .left .select-box .select-list {
        position: absolute;
        z-index: 1;
        left: -1px;
        width: 240px;
        bottom: 39px;
        background: #125BC4;
        border: 1px solid #4889E6;
        box-sizing: border-box;
        border-bottom: none;
        opacity: 1;
        display: none;
    }

    .footer .link-box .left .select-box .select-list .option {
        color: #B6D2FA;
        padding: 10px 15px;
    }

    .footer .link-box .left .select-box .select-list .option:hover {
        background: #286CCD;
    }

    .footer .link-box .left .select-box img {
        width: 23px;
        height: 25px;
        transition: all 0.3s ease 0s;
    }

    .footer .link-box .left .select-box:hover img {
        transform: rotate(180deg);
        transition: all 0.3s ease 0s;
    }

    .footer .link-box .right img {
        margin-bottom: 15px;
        width: 120px;
    }

    .footer .link-box .right .text {
        font-size: 12px;
        font-weight: 400;
        color: #FFFFFF;
        text-align: center;
    }

    /* 备案信息 */
    .provider {
        background: #286CCD;
        height: 60px;
        border-top: 1px solid #377ADB;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .provider span {
        margin-right: 30px;
        font-size: 12px;
        font-weight: 400;
        color: #B6D2FA;
    }

    .provider .archival {
        display: flex;
        align-items: center;
    }
	.provider .ip{
		display: inline-block;
		padding: 3px 5px;
		border: 1px solid #B6D2FA;
		border-radius: 5px;
	}

    .provider .archival img {
        margin-right: 5px;
    }

    .page {
		display: flex;
		justify-content: center;
		margin-top: 40px;
		margin-bottom: 40px;
	}

    .page-num {
		display: flex;
	}

	.page-num a {
		width: 40px;
		height: 40px;
		background: #FFFFFF;
		border-radius: 4px;
		border: 1px solid #D4D4D4;
		font-size: 16px;
		color: #999999;
		margin-right: 8px;
		text-align: center;
		line-height: 40px
	}

	.page-num a:hover {
		background: #286CCD;
		color: #fff;
	}

	.page-num .active {
		background: #286CCD;
		color: #fff;
	}
	.pre {
		width: 40px;
		height: 40px;
		background: #FFFFFF;
		border-radius: 4px;
		border: 1px solid #D4D4D4;
		font-size: 16px;
		color: #999999;
		margin-right: 8px;
		text-align: center;
		line-height: 40px
	}
	
	.pre:hover {
		background: #286CCD;
		color: #fff;
	}
	.next {
		width: 40px;
		height: 40px;
		background: #FFFFFF;
		border-radius: 4px;
		border: 1px solid #D4D4D4;
		font-size: 16px;
		color: #999999;
		margin-right: 8px;
		text-align: center;
		line-height: 40px
	}

	.next:hover {
		background: #286CCD;
		color: #fff;
	}

	.push-num {
		margin-left: 40px;
		display: flex;
		align-items: center;
	}

	.push-num span {
		font-size: 18px;
		color: #999999;
		margin-right: 10px;
	}

	.push-num input {
		width: 40px;
		height: 40px;
		background: #FFFFFF;
		border-radius: 4px;
		border: 1px solid #D4D4D4;
		font-size: 16px;
		color: #999999;
		margin-right: 8px;
		text-align: center;
		line-height: 40px
	}

	.push-num button {
		width: 80px;
		height: 40px;
		background: #FFFFFF;
		border-radius: 4px;
		opacity: 1;
		border: 1px solid #D4D4D4;
		font-size: 16px;
		color: #999999;
		text-align: center;
		line-height: 40px;
		margin-right: 10px;
	}

	.push-num button:hover {
		background: #286CCD;
		color: #fff;
	}

}

@media screen and (min-width:1200px) {

    .main {
        width: 1140px;
        margin: 0 auto;
    }


    .header {
        position: sticky;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        background: #FFFFFF;
        height: 100px;
        box-sizing: border-box;
        box-shadow: 2px 0 6px rgba(0, 21, 41, .35);
    }

    .header .main {
        display: flex;
        justify-content: space-between;

    }

    .header .main .logo {
        width: 50%;
    }

    .header .main .logo img {
        width: 90%;
        margin-top: 30px;
    }

    .header .main .right-nav {
        padding: 10px 0 0;
    }

    .header .main .right-nav {
        padding: 15px 0 0;
    }

    .header .main .right-nav .link-search {
        display: flex;
        justify-content: flex-end;
    }

    .header .main .right-nav .link-search .single-link {
        display: flex;
        align-items: center;
        font-size: 14px;
        font-weight: normal;
        color: #286CCD;
        margin-right: 25px;
        cursor: pointer;
    }

    .header .main .right-nav .link-search .single-link img {
        margin-right: 5px;
    }

    .header .main .right-nav .link-search .right-search {
        position: relative;
    }

    .header .main .right-nav .link-search .right-search .search {
        box-sizing: border-box;
        width: 200px;
        height: 32px;
        background: #FFFFFF;
        border-radius: 19px;
        border: 1px solid #CECECE;
        padding: 0 20px 0 15px;
    }

    .header .main .right-nav .link-search .right-search input[type=text]:focus {
        outline: 1px solid #286CCD;
    }

    .header .main .right-nav .link-search .right-search img {
        position: absolute;
        right: 12px;
        top: 50%;
        transform: translateY(-8px);
        cursor: pointer;
    }

    .header .main .right-nav .nav-box {
        display: flex;
    }

    .header .main .right-nav .nav-box .single-nav {
        margin-left: 30px;
        font-size: 18px;
        font-weight: 400;
        line-height: 55px;
        cursor: pointer;
    }

    .header .main .right-nav .nav-box .single-nav a {
        color: #000000;
    }

    .header .main .right-nav .nav-box .single-nav a:hover {
        color: #286CCD;
    }

    .header .main .right-nav .nav-box .active {
        position: relative;
    }

    .header .main .right-nav .nav-box .active a {
        font-weight: bold;
        color: #286CCD;
    }

    .header .main .right-nav .nav-box .active::before {
        content: "";
        width: 100%;
        height: 4px;
        background: #286CCD;
        position: absolute;
        z-index: 10;
        bottom: 0;
    }

    .header .menu {
        display: none;
    }

    .sub-menu1 {
        opacity: 0;
        width: 100%;
        line-height: 60px;
        position: fixed;
        z-index: 99;
        top: 100px;
        left: 0;
        background: rgba(0, 0, 0, 0.6);
        -moz-box-shadow: 0px 10px 8px rgba(9, 8, 9, 0.1);
        -webkit-box-shadow: 0px 10px 8px rgb(9 8 9 / 10%);
        box-shadow: 0px 10px 8px rgb(9 8 9 / 10%);
        -o-transition: all 1s;
        transition: all 1s;
        box-sizing: border-box;
    }


    .sub-menu1 ul {
        display: none;
    }

    .sub-menu1 .custom li {
        display: inline-block;
        margin-right: 15px;
        font-family: 'SiYuan';
    }

    .sub-menu1 .custom2,
    .sub-menu1 .custom1 {
        margin-right: 20px;
        text-align: right;
    }

    .sub-menu1 .custom1 li {
        display: inline-block;
        margin-right: 15px;
        z-index: 1000;
    }

    .sub-menu1 .custom2 li {
        display: inline-block;
        margin-right: 15px;
        z-index: 100;
    }

    .sub-menu1 a {
        color: #fff;
        font-size: 16px;
    }

    .sub-menu1 a:hover {
        color: #43A7FF;
    }


    .classify,
    .mobileFooter,
    .searchbox {
        display: none;
    }

    /* 内部 */
    .contentbody {
        min-height: calc(100vh - 457px);
    }

    .contentbody .banner {
        width: 100%;
    }
    .contentbody .banner2 {
        display: none;
    }


    .contentbody .menu {
        box-sizing: border-box;
        background: #fff;
        height: 70px;
        border-bottom: 1px solid #E8E8E8;
    }

    .contentbody .menu .menubox {
        height: 70px;
        display: flex;
        justify-content: space-between;
    }

    .menu .menu-left {
        min-width: 30%;
        max-width: 75%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .menu .menu-left li a{
        font-size: 18px;
        color: #333333;
        box-sizing: border-box;
        line-height: 70px;
        display: inline-block;
        font-family: PingFang SC-Bold, PingFang SC;
    }
    

    .menu .menu-left li a:hover {
        color: #286CCD;
    }
    .menu .menu-left li{
        position: relative;
        margin-right: 30px;
    }
    .menu .menu-left li:hover::after{
        content: '';
        position: absolute;
        bottom: 1px;
        left: 0;
        right: 0;
        width: 100%;
        height: 3px;
        background: #286CCD;
    }

    .menu .menu-left .active{
        font-size: 18px;
        font-weight: bold;
        color: #286CCD;
    }
    .menu .menu-left .active::after{
        content: '';
        position: absolute;
        bottom: 1px;
        left: 0;
        right: 0;
        width: 100%;
        height: 3px;
        background: #286CCD;
    }

    .menu .menu-right {
        display: flex;
        align-items: center;
    }

    .menu .menu-right .public-home {
        width: 12px;
        height: 12px;
    }

    .menu .menu-right ul {
        display: flex;
        align-items: center;
    }

    .menu .menu-right ul li {
        font-size: 14px;
        color: #999999;
        margin-left: 8px;
    }

    .menu .menu-right ul li:nth-last-of-type(1) {
        color: #286CCD;
    }




    /* 底部 */
    .footer {
        background: #286CCD;
        padding: 50px 0 20px;
    }

    .footer .link-box {
        display: flex;
        justify-content: space-between;
    }

    .footer .link-box .left {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .footer .link-box .left ul {
        flex: 1;
    }

    .footer .link-box .left ul li {
        font-size: 13px;
        font-weight: 400;
        color: #B6D2FA;
        margin-bottom: 10px;
        cursor: pointer;
    }
    .footer .link-box .left ul li a{
        color: #B6D2FA;
    }

    .footer .link-box .left ul li:first-child {
        font-size: 14px;
        font-weight: 400;
        color: #FFFFFF;
        margin-bottom: 15px;
        cursor: default;
    }

    .footer .link-box .left .select-box {
        width: 240px;
        height: 40px;
        padding: 0 15px;
        background: #125BC4;
        border: 1px solid #4889E6;
        box-sizing: border-box;
        font-size: 13px;
        font-weight: 400;
        color: #B6D2FA;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        overflow: hidden;
        opacity: 1;

    }

    .footer .link-box .left .select-box .select-list {
        position: absolute;
        z-index: 1;
        left: -1px;
        width: 240px;
        bottom: 39px;
        background: #125BC4;
        border: 1px solid #4889E6;
        box-sizing: border-box;
        border-bottom: none;
        opacity: 1;
        display: none;
    }

    .footer .link-box .left .select-box .select-list .option {
        color: #B6D2FA;
        padding: 10px 15px;
    }

    .footer .link-box .left .select-box .select-list .option:hover {
        background: #286CCD;
    }

    .footer .link-box .left .select-box img {
        width: 27px;
        height: 30px;
        transition: all 0.3s ease 0s;
    }

    .footer .link-box .left .select-box:hover img {
        transform: rotate(180deg);
        transition: all 0.3s ease 0s;
    }

    .footer .link-box .right img {
        margin-bottom: 15px;
    }

    .footer .link-box .right .text {
        font-size: 13px;
        font-weight: 400;
        color: #FFFFFF;
        text-align: center;
    }

    /* 备案信息 */
    .provider {
        background: #286CCD;
        height: 60px;
        border-top: 1px solid #377ADB;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .provider span {
        margin-right: 30px;
        font-size: 14px;
        font-weight: 400;
        color: #B6D2FA;
    }
	
	.provider span.ip{
		display: inline-block;
		padding: 3px 5px;
		border: 1px solid #B6D2FA;
		border-radius: 5px;
	}

    .provider .archival {
        display: flex;
        align-items: center;
    }

    .provider .archival img {
        margin-right: 5px;
    }


    .page {
		display: flex;
		justify-content: center;
		margin-top: 40px;
		margin-bottom: 40px;
	}

    .page-num {
		display: flex;
	}

	.page-num a {
		width: 40px;
		height: 40px;
		background: #FFFFFF;
		border-radius: 4px;
		border: 1px solid #D4D4D4;
		font-size: 16px;
		color: #999999;
		margin-right: 8px;
		text-align: center;
		line-height: 40px
	}

	.page-num a:hover {
		background: #286CCD;
		color: #fff;
	}

	.page-num .active {
		background: #286CCD;
		color: #fff;
	}
	.pre {
		width: 40px;
		height: 40px;
		background: #FFFFFF;
		border-radius: 4px;
		border: 1px solid #D4D4D4;
		font-size: 16px;
		color: #999999;
		margin-right: 8px;
		text-align: center;
		line-height: 40px
	}
	
	.pre:hover {
		background: #286CCD;
		color: #fff;
	}
	
	.next {
		width: 40px;
		height: 40px;
		background: #FFFFFF;
		border-radius: 4px;
		border: 1px solid #D4D4D4;
		font-size: 16px;
		color: #999999;
		margin-right: 8px;
		text-align: center;
		line-height: 40px
	}

	.next:hover {
		background: #286CCD;
		color: #fff;
	}

	.push-num {
		margin-left: 40px;
		display: flex;
		align-items: center;
	}

	.push-num span {
		font-size: 18px;
		color: #999999;
		margin-right: 10px;
	}

	.push-num input {
		width: 40px;
		height: 40px;
		background: #FFFFFF;
		border-radius: 4px;
		border: 1px solid #D4D4D4;
		font-size: 16px;
		color: #999999;
		margin-right: 8px;
		text-align: center;
		line-height: 40px
	}

	.push-num button {
		width: 80px;
		height: 40px;
		background: #FFFFFF;
		border-radius: 4px;
		opacity: 1;
		border: 1px solid #D4D4D4;
		font-size: 16px;
		color: #999999;
		text-align: center;
		line-height: 40px;
		margin-right: 10px;
	}

	.push-num button:hover {
		background: #286CCD;
		color: #fff;
	}


}

@media screen and (min-width:1501px) {

    .main {
        width: 1440px;
        margin: 0 auto;
    }

    .header {
        position: sticky;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        background: #FFFFFF;
        height: 120px;
        box-sizing: border-box;
        box-shadow: 2px 0 6px rgba(0, 21, 41, .35);
    }

    .header .main {
        display: flex;
        justify-content: space-between;

    }

    .header .main .logo {
        width: 50%;
    }

    .header .main .logo img {
        width: 100%;
        margin-top: 40px;
    }

    .header .main .right-nav {
        padding: 22px 0 0;
    }

    .header .main .right-nav .link-search {
        display: flex;
        justify-content: flex-end;
    }

    .header .main .right-nav .link-search .single-link {
        display: flex;
        align-items: center;
        font-size: 14px;
        font-weight: normal;
        color: #286CCD;
        margin-right: 25px;
        cursor: pointer;
    }

    .header .main .right-nav .link-search .single-link img {
        margin-right: 5px;
    }

    .header .main .right-nav .link-search .right-search {
        position: relative;
    }

    .header .main .right-nav .link-search .right-search .search {
        box-sizing: border-box;
        width: 200px;
        height: 36px;
        background: #FFFFFF;
        border-radius: 19px;
        border: 1px solid #CECECE;
        padding: 0 20px 0 15px;
    }

    .header .main .right-nav .link-search .right-search input[type=text]:focus {
        outline: 1px solid #286CCD;
    }

    .header .main .right-nav .link-search .right-search img {
        position: absolute;
        right: 12px;
        top: 50%;
        transform: translateY(-8px);
        cursor: pointer;
    }

    .header .main .right-nav .nav-box {
        display: flex;
    }

    .header .main .right-nav .nav-box .single-nav {
        margin-left: 50px;
        font-size: 18px;
        font-weight: 400;
        line-height: 60px;
        cursor: pointer;
    }

    .header .main .right-nav .nav-box .single-nav a {
        color: #000000;
    }

    .header .main .right-nav .nav-box .single-nav a:hover {
        color: #286CCD;
    }

    .header .main .right-nav .nav-box .active {
        position: relative;
    }

    .header .main .right-nav .nav-box .active a {
        font-weight: bold;
        color: #286CCD;
    }

    .header .main .right-nav .nav-box .active::before {
        content: "";
        width: 100%;
        height: 4px;
        background: #286CCD;
        position: absolute;
        z-index: 10;
        bottom: 0;
    }

    .header .link-search {
        display: none;
    }



    .sub-menu1 {
        opacity: 0;
        width: 100%;
        line-height: 60px;
        position: fixed;
        z-index: 99;
        top: 120px;
        left: 0;
        background: rgba(0, 0, 0, 0.6);
        -moz-box-shadow: 0px 10px 8px rgba(9, 8, 9, 0.1);
        -webkit-box-shadow: 0px 10px 8px rgb(9 8 9 / 10%);
        box-shadow: 0px 10px 8px rgb(9 8 9 / 10%);
        -o-transition: all 1s;
        transition: all 1s;
        box-sizing: border-box;
    }

    .sub-menu1 ul {
        display: none;
    }

    .sub-menu1 .custom li {
        display: inline-block;
        margin-right: 15px;
        font-family: 'SiYuan';
    }

    .sub-menu1 .custom2,
    .sub-menu1 .custom1 {
        margin-right: 20px;
        text-align: right;
    }

    .sub-menu1 .custom1 li {
        display: inline-block;
        margin-right: 15px;
        z-index: 1000;
    }

    .sub-menu1 .custom2 li {
        display: inline-block;
        margin-right: 15px;
        z-index: 100;
    }

    .sub-menu1 a {
        color: #fff;
        font-size: 16px;
    }

    .sub-menu1 a:hover {
        color: #43A7FF;
    }


    .classify,
    .mobileFooter,
    .searchbox {
        display: none;
    }



    /* 内部 */
     /* 内部 */
     .contentbody {
        min-height: calc(100vh - 518px);
    }

    .contentbody .banner {
        width: 100%;
    }
    .contentbody .banner2 {
        display: none;
    }


    .contentbody .menu {
        box-sizing: border-box;
        background: #fff;
        height: 80px;
        border-bottom: 1px solid #E8E8E8;
    }

    .contentbody .menu .menubox {
        height: 80px;
        display: flex;
        justify-content: space-between;
    }

    .menu .menu-left {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .menu .menu-left li a{
        font-size: 20px;
        color: #333333;
        box-sizing: border-box;
        line-height: 80px;
        display: inline-block;
        font-family: PingFang SC-Bold, PingFang SC;
    }
    

    .menu .menu-left li a:hover {
        color: #286CCD;
    }
    .menu .menu-left li{
        position: relative;
        margin-right: 40px;
    }
    .menu .menu-left li:hover::after{
        content: '';
        position: absolute;
        bottom: 1px;
        left: 0;
        right: 0;
        width: 100%;
        height: 3px;
        background: #286CCD;
    }

    .menu .menu-left .active a{
        font-weight: bold;
        color: #286CCD;
        font-size: 20px;
    }
    .menu .menu-left .active::after{
        content: '';
        position: absolute;
        bottom: 1px;
        left: 0;
        right: 0;
        width: 100%;
        height: 3px;
        background: #286CCD;
    }

    .menu .menu-right {
        display: flex;
        align-items: center;
    }

    .menu .menu-right .public-home {
        width: 14px;
        height: 14px;
    }

    .menu .menu-right ul {
        display: flex;
        align-items: center;
    }

    .menu .menu-right ul li {
        font-size: 16px;
        color: #999999;
        margin-left: 10px;
    }

    .menu .menu-right ul li:nth-last-of-type(1) {
        color: #286CCD;
    }



    /* 底部 */
    .footer {
        background: #286CCD;
        padding: 50px 0 20px;
    }

    .footer .link-box {
        display: flex;
        justify-content: space-between;
    }

    .footer .link-box .left {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .footer .link-box .left ul {
        flex: 1;
    }

    .footer .link-box .left ul li {
        font-size: 14px;
        font-weight: 400;
        color: #B6D2FA;
        margin-bottom: 10px;
        cursor: pointer;
    }
    .footer .link-box .left ul li a{
        color: #B6D2FA;
    }

    .footer .link-box .left ul li:first-child {
        font-size: 17px;
        font-weight: 400;
        color: #FFFFFF;
        margin-bottom: 20px;
        cursor: default;
    }

    .footer .link-box .left .select-box {
        width: 240px;
        height: 40px;
        padding: 0 15px;
        background: #125BC4;
        border: 1px solid #4889E6;
        box-sizing: border-box;
        font-size: 14px;
        font-weight: 400;
        color: #B6D2FA;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        overflow: hidden;
        opacity: 1;

    }

    .footer .link-box .left .select-box .select-list {
        position: absolute;
        z-index: 1;
        left: -1px;
        width: 240px;
        bottom: 39px;
        background: #125BC4;
        border: 1px solid #4889E6;
        box-sizing: border-box;
        border-bottom: none;
        opacity: 1;
        display: none;
    }

    .footer .link-box .left .select-box .select-list .option {
        color: #B6D2FA;
        padding: 10px 15px;
    }

    .footer .link-box .left .select-box .select-list .option:hover {
        background: #286CCD;
    }

    .footer .link-box .left .select-box img {
        width: 27px;
        height: 30px;
        transition: all 0.3s ease 0s;
    }

    .footer .link-box .left .select-box:hover img {
        transform: rotate(180deg);
        transition: all 0.3s ease 0s;
    }

    .footer .link-box .right {
        margin-right: 5%;
    }

    .footer .link-box .right img {
        margin-bottom: 15px;
    }

    .footer .link-box .right .text {
        font-size: 13px;
        font-weight: 400;
        color: #FFFFFF;
        text-align: center;
    }

    /* 备案信息 */
    .provider {
        background: #286CCD;
        height: 80px;
        border-top: 1px solid #377ADB;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .provider span {
        margin-right: 30px;
        font-size: 14px;
        font-weight: 400;
        color: #B6D2FA;
    }

    .provider .archival {
        display: flex;
        align-items: center;
    }

    .provider .archival img {
        margin-right: 5px;
    }


    .page {
		display: flex;
		justify-content: center;
		margin-top: 60px;
		margin-bottom: 60px;
	}

	.page-num {
		display: flex;
	}

	.page-num a {
		width: 50px;
		height: 50px;
		background: #FFFFFF;
		border-radius: 5px;
		border: 1px solid #D4D4D4;
		font-size: 18px;
		color: #999999;
		margin-right: 10px;
		text-align: center;
		line-height: 50px;
        cursor: pointer;
	}

	.page-num a:hover {
		background: #286CCD;
		color: #fff;
	}

	.page-num .active {
		background: #286CCD;
		color: #fff;
	}
	.pre {
		width: 50px;
		height: 50px;
		background: #FFFFFF;
		border-radius: 5px;
		opacity: 1;
		border: 1px solid #D4D4D4;
		font-size: 18px;
		color: #999999;
		margin-right: 10px;
		text-align: center;
		line-height: 50px;
	}
	.pre:hover {
		background: #286CCD;
		color: #fff;
	}
	.next {
		width: 50px;
		height: 50px;
		background: #FFFFFF;
		border-radius: 5px;
		opacity: 1;
		border: 1px solid #D4D4D4;
		font-size: 18px;
		color: #999999;
		margin-right: 10px;
		text-align: center;
		line-height: 50px;
	}

	.next:hover {
		background: #286CCD;
		color: #fff;
	}

	.push-num {
		margin-left: 40px;
		display: flex;
		align-items: center;
	}

	.push-num span {
		font-size: 18px;
		color: #999999;
		margin-right: 10px;
	}

	.push-num input {
		width: 50px;
		height: 50px;
		background: #FFFFFF;
		border-radius: 5px;
		border: 1px solid #D4D4D4;
		font-size: 18px;
		color: #999999;
		text-align: center;
		line-height: 50px;
		margin-right: 10px
	}

	.push-num button {
		width: 100px;
		height: 50px;
		background: #FFFFFF;
		border-radius: 5px;
		opacity: 1;
		border: 1px solid #D4D4D4;
		font-size: 18px;
		color: #999999;
		text-align: center;
		line-height: 50px;
		margin-right: 10px;
	}

	.push-num button:hover {
		background: #286CCD;
		color: #fff;
	}

}