@media (min-width: 1000px) {
	body {
		background-color: #6490d2;
	}

	.jstsgxh-home {
		display: none;
	}

	.home-box {
		display: block;
	}

	.home-box a {
		text-decoration: none;
	}

	.home-box .box-top {
		height: 228px;
		width: 100%;
		background: url("pc-top-bj.png") no-repeat;
		background-position: top center;
		background-repeat: no-repeat;
		background-size: contain;
	}

	.home-box .box-top .box-top-time {
		height: 20px;
		width: 218px;
		font-weight: 300;
		font-size: 19px;
		color: #D3DCE9;
	}

	.home-box .box-tabs .box-top-search {
		display: flex;
		justify-content: center;
		/* margin-top: 65px; */
	}

	.home-box .box-tabs .box-top-search .search {
		height: 44px;
		width: 328px;
		background: #FFFFFF;
		border-radius: 5px 5px 5px 5px;
	}

	.home-box .box-tabs .box-top-search .search .el-input__inner {
		height: 100%;
		border: 0;
	}

	.home-box .box-tabs .box-top-search .search .el-input-group__append {
		padding: 0;
		border: 0px;
		background-color: rgb(255, 255, 255);
		color: rgb(113, 155, 212);
		padding-right: 18px;
		font-size: 17px;
		line-height: 10px;
	}

	.home-box .box-tabs .box-top-search .search-btm {
		height: 44px;
		background: #2e7ae3;
		font-weight: 400;
		font-size: 14px;
		color: #FFFFFF;
		border: 0;
		border-radius: 0 2px 2px 0;
		margin-right: -1px;
	}

	.home-box .box-tabs {
		height: 65px;
		background: #0E4CA3;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.home-box .box-tabs #mynav {
		width: 972px;
		height: 81px;
		/* margin: 0 auto; */
		display: flex;
		/* justify-content: space-around; */
		align-items: center;
		padding-left: 0;
	}

	.home-box .box-tabs #mynav li {
		width: 152px;
		text-align: center;
	}

	/* .home-box .box-tabs #mynav li .second_column {
		display: none;
		position: absolute;
		width: 100px;
		padding: 10px 5px;
		background: #0E4CA3;
		z-index: 999;
	}

	.home-box .box-tabs #mynav li .second_column .col_item {
		text-align: center;
		margin: 15px 0;
	}

	.home-box .box-tabs #mynav li .second_column .col_item a {
		text-decoration: none;
		color: #fff;
	}

	.home-box .box-tabs #mynav li .second_column .col_item a:hover {
		color: #EA6A0C;
	} */

	.home-box .box-tabs a {
		color: white;
		font-weight: 500;
		font-size: 24px;
		text-decoration: none;
		line-height: 81px;
	}

	.home-box .box-tabs .actionNav {
		padding: 15px 0;
		border-bottom: 4px solid #EA6A0C;
	}

	.box-content {
		display: flex;
		flex-direction: column;
		align-items: center;
		background: #6490d2;
		height: -93vh;
	}

	.box-content .box-content-tabs {
		width: 1300px;
		height: 49px;
		font-weight: 400;
		font-size: 16px;
		color: #0A569B;
		display: flex;
		align-items: center;
	}

	.box-content .box-content-tabs a {
		color: #0A569B;
	}

	.box-content .box-content-tabs .icon {
		width: 18px;
		height: 20px;
		margin-right: 5px;
	}


	.home-box .box-footer {
		height: 193px;
		width: 100%;
		background: #054293;
	}

	.home-box .box-footer .footer {
		width: 1300px;
		margin: 0 auto;
		padding-top: 40px;
		position: relative;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.home-box .box-footer span,
	.home-box .box-footer a {
		text-decoration: none;
		line-height: 40px;
		font-size: 18px;
		color: #FFFFFF;
		font-weight: 470;
	}

	.home-box .box-footer .box-footer-text {
		position: absolute;
		padding: 10px;
		top: 50px;
		right: 0px;
		line-height: 40px;
		font-size: 20px;
		color: #FFFFFF;
		font-weight: 470;
		background: #1F78CC;
	}
}

@media (max-width: 1000px) {

	.jstsgxh-home {
		display: block;
	}

	.home-box {
		display: none;
	}

	.jstsgxh-home {
		width: 100%;
		overflow: hidden;
	}

	.jstsgxh-home .mainBox {
		width: 95%;
		margin: 0 auto;
	}

	.jstsgxh-home .header img {
		width: 100%;
		display: block;
	}

	.jstsgxh-home .header .curnavlist {
		position: absolute;
		top: 10px;
		right: 10px;
		filter: invert(1);
	}

	.jstsgxh-home .right_mask {
		position: absolute;
		top: 0;
		width: 100%;
		height: 100%;
		background: rgba(14, 76, 163, 0.1);
	}

	.jstsgxh-home .right_nav {
		position: absolute;
		right: 0;
		top: 0;
		width: 200px;
		height: 100vh;
		background: rgba(14 76 163);
		opacity: 0.9;
		z-index: 999;
	}

	.jstsgxh-home .right_nav .right-item {
		display: flex;
	}

	.jstsgxh-home .right_nav .right_first {
		width: 85px;
		height: 100%;
		padding-left: 15px;
	}

	.jstsgxh-home .right_nav .right_first a {
		display: inline-block;
		margin: 15px 0;
	}

	.jstsgxh-home .right_nav .right_second {
		width: 100px;
		height: 100%;
		position: absolute;
		top: 0px;
		right: 0;
		background: #79a8ee;
	}

	.jstsgxh-home .right_nav .right_second a {
		display: inline-block;
		margin: 15px 0;
	}

	.jstsgxh-home .right_nav a {
		text-decoration: none;
		font-size: 14px;
		color: #FFFFFF;
		font-weight: 400;
		opacity: 0.7;
	}

	.jstsgxh-home .navBar {
		display: flex;
		height: 40px;
		background-color: #0E4CA3;
		align-items: center;
		padding: 0 18px;
		color: #fff;
		overflow-x: scroll;
	}

	.jstsgxh-home .navBar a {
		text-decoration: none;
		color: #fff;
	}

	.jstsgxh-home .navBar .nav-item {
		flex-shrink: 0;
		margin-right: 20px;
		font-size: 18px;
	}

	.jstsgxh-home .navBar::-webkit-scrollbar {
		display: none;
	}

	.jstsgxh-home .footer {
		background-color: #185AAE;
		color: #fff;
		padding: 30px;
		text-align: center;
	}

	.jstsgxh-home .footer>div {
		font-size: 12px;
		margin-bottom: 10px;
	}

	.jstsgxh-home .footer a {
		text-decoration: none;
		color: #FFFFFF;
	}
}

@media (min-width: 1000px){
	.box-content .content {
		width: 1300px;
		height: 1100px;
		background-color: white;
		padding: 31px 28px 0 30px;
	}
	
	.box-content .content-top {
		display: flex;
		justify-content: space-between;
	}
	
	.box-content .content-top .content-top-left {
		width: 605px;
	}
	
	.box-content .content-top .content-top-left .card {
		display: flex;
		justify-content: space-between;
	}
	
	.box-content .content-top .content-top-left .card .card-title {
		width: 140px;
		height: 88px;
		background: #e8eef7;
		border-radius: 8px 8px 8px 8px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	
	.box-content .content-top .content-top-left .card .card-title .characters {
		font-weight: 400;
		font-size: 18px;
		color: #4478DC;
		margin-top: 9px;
	}
	
	.box-content .content-top .content-top-left .card-framework {
		width: 605px;
		height: 620px;
		background: #f6f8fd;
		border-radius: 8px 8px 8px 8px;
		margin-top: 21px;
	}
	
	.box-content .content-top .content-top-left .card-framework .card-framework-title {
		width: 605px;
		height: 50px;
		background: linear-gradient(135deg, #0E4CA3 0%, #4478DC 100%, #0057FF 100%);
		border-radius: 8px 8px 8px 8px;
		display: flex;
		align-items: center;
		padding-left: 19px;
	}
	
	.box-content .content-top .content-top-left .card-framework .card-framework-title span {
		font-weight: 400;
		font-size: 18px;
		color: #FFFFFF;
		margin-left: 12px;
	}
	
	.box-content .content-top .content-top-left .card-framework .card-framework-img {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 570px;
	}
	
	
	.box-content .content-top .content-top-right .card-superintendent {
		width: 605px;
		height: 280px;
		background: #f6f8fd;
		border-radius: 8px 8px 8px 8px;
	}
	
	.box-content .content-top .content-top-right .card-superintendent .card-superintendent-title {
		width: 605px;
		height: 50px;
		background: linear-gradient(135deg, #0E4CA3 0%, #4478DC 100%, #0057FF 100%);
		border-radius: 8px 8px 8px 8px;
		display: flex;
		justify-content: center;
		align-items: center;
		font-weight: 600;
		font-size: 20px;
		color: #FFFFFF;
	}
	
	.box-content .content-top .content-top-right .card-superintendent {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	
	.box-content .content-top .content-top-right .card-superintendent .card-superintendent-content {
		width: 100%;
		height: 75%;
	}
	
	.box-content .content-top .content-top-right .card-superintendent .card-superintendent-content .title {
		font-weight: 400;
		font-size: 14px;
		color: #9E9E9E;
		padding-top: 9px;
		text-align: center;
	}
	
	.box-content .content-top .content-top-right .card-superintendent .card-superintendent-content .list {
		margin: 2px 14px;
	}
	
	.box-content .content-top .content-top-right .card-superintendent .card-superintendent-content .list .list-title {
		font-weight: 700;
		font-size: 16px;
		color: #555555;
		line-height: 39px;
		border-bottom: 1px solid #BDCBEE;
		display: flex;
	}
	
	.box-content .content-top .content-top-right .card-superintendent .card-superintendent-content .list .list-title span {
		width: calc(100% / 3);
		text-align: center;
	}
	
	.box-content .content-top .content-top-right .card-superintendent .card-superintendent-content .list .list-content {
		font-weight: 400;
		font-size: 16px;
		color: #555555;
		line-height: 36px;
		border-bottom: 1px solid #BDCBEE;
		display: flex;
	}
	
	.box-content .content-top .content-top-right .card-superintendent .card-superintendent-content .list .list-content span {
		width: calc(100% / 3);
		display: flex;
		justify-content: center;
	}
	.box-content .content-top .content-top-right .card-superintendent .card-superintendent-content .list .list-content .s{
		width: calc(100% / 3);
		letter-spacing: 14px;
		display: inline-block;
		padding-left: 72px;
	}
	
	.box-content .content-top .content-top-right .card-member {
		width: 605px;
		height: 433px;
		background: #f6f8fd;
		border-radius: 8px 8px 8px 8px;
		margin-top: 16px;
	}
	
	.box-content .content-top .content-top-right .card-member .card-member-title {
		width: 605px;
		height: 50px;
		background: linear-gradient(135deg, #0E4CA3 0%, #4478DC 100%, #0057FF 100%);
		border-radius: 8px 8px 8px 8px;
		display: flex;
		align-items: center;
		padding-left: 19px;
	}
	
	.box-content .content-top .content-top-right .card-member .card-member-title span {
		font-weight: 400;
		font-size: 18px;
		color: #FFFFFF;
		margin-left: 13px;
	}
	
	.box-content .content-top .content-top-right .card-member-content {
		padding: 27px 0 0 40px;
	}
	
	.box-content .content-top .content-top-right .card-member-content ul {
		margin: 0;
		padding: 0;
	}
	
	.box-content .content-top .content-top-right .card-member-content ul li a {
		color: #555555;
		font-weight: 400;
		font-size: 18px;
		line-height: 40px;
		width: 90%;
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
	}
	
	.box-content .comtent-middle {
		display: flex;
		justify-content: space-between;
		margin-top: 32px;
	}
	
	.box-content .comtent-middle .comtent-middle-card {
		width: 400px;
		height: 280px;
		border-radius: 18px 18px 18px 18px;
		border: 1px solid #D6D5D5;
		padding: 26px 27px;
	}
	
	.box-content .comtent-middle .comtent-middle-card .card-top {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	
	.box-content .comtent-middle .comtent-middle-card .card-top .card-top-title {
		width: 180px;
		height: 50px;
		background: linear-gradient(225deg, #4478DC 0%, #0E4CA3 100%);
		border-radius: 8px 8px 8px 8px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.box-content .comtent-middle .comtent-middle-card .card-content ul {
		margin: 24px 0;
		padding: 0;
	}
	
	.box-content .comtent-middle .comtent-middle-card .card-content ul li a {
		display: block;
		width: 100%;
		font-weight: 400;
		font-size: 18px;
		color: #555555;
		line-height: 40px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	
	.box-content .comtent-tail {
		display: flex;
		justify-content: space-between;
		margin-top: 31px;
	}
	
	.box-content .comtent-tail .comtent-tail-card {
		width: 605px;
		height: 280px;
		border-radius: 18px 18px 18px 18px;
		border: 1px solid #D6D5D5;
		padding: 26px 27px;
	}
	
	.box-content .comtent-tail .comtent-tail-card .card-top {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	
	.box-content .comtent-tail .comtent-tail-card .card-top .card-top-title {
		width: 180px;
		height: 50px;
		background: linear-gradient(225deg, #4478DC 0%, #0E4CA3 100%);
		border-radius: 8px 8px 8px 8px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.box-content .comtent-tail .comtent-tail-card .card-content ul {
		margin: 24px 0;
		padding: 0;
	}
	
	.box-content .comtent-tail .comtent-tail-card .card-content ul a {
		display: block;
		width: 100%;
		font-weight: 400;
		font-size: 18px;
		color: #555555;
		line-height: 40px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}

@media (max-width: 1000px){
	.box-content .content {
		padding: 10px;
		margin-bottom: 22px;
	}
	
	.box-content .box-content-tabs {
		font-weight: 400;
		font-size: 12px;
		color: #0A569B;
		display: flex;
		align-items: flex-end;
		padding: 10px;
	}

	.box-content .box-content-tabs a {
		color: #0A569B;
	}

	.box-content .box-content-tabs .icon {
		width: 18px;
		height: 20px;
		margin-right: 5px;
	}
	
	.box-content .content-top .content-top-left {
		width: 100%;
	}
	
	.box-content .content-top .content-top-left .card {
		display: flex;
		justify-content: space-between;
	}
	
	.box-content .content-top .content-top-left .card .card-title {
		flex: 1;
		height: 88px;
		background: #e8eef7;
		border-radius: 8px 8px 8px 8px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		margin: 0 2px;
	}
	
	.box-content .content-top .content-top-left .card .card-title .characters {
		font-weight: 400;
		font-size: 15px;
		color: #4478DC;
		margin-top: 9px;
	}
	
	.box-content .content-top .content-top-left .card-framework {
		background: #f6f8fd;
		border-radius: 8px 8px 8px 8px;
		margin-top: 21px;
	}
	
	.box-content .content-top .content-top-left .card-framework .card-framework-title {
		height: 50px;
		background: linear-gradient(135deg, #0E4CA3 0%, #4478DC 100%, #0057FF 100%);
		border-radius: 8px 8px 8px 8px;
		display: flex;
		align-items: center;
		padding-left: 19px;
	}
	
	.box-content .content-top .content-top-left .card-framework .card-framework-title span {
		font-weight: 400;
		font-size: 15px;
		color: #FFFFFF;
		margin-left: 12px;
	}
	
	.box-content .content-top .content-top-left .card-framework .card-framework-img {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.box-content .content-top .content-top-left .card-framework .card-framework-img img {
		width: 100%;
		margin: 20px 0;
	}
	
	
	.box-content .content-top .content-top-right .card-superintendent {
		/* width: 605px;
		height: 420px; */
		background: #f6f8fd;
		border-radius: 8px 8px 8px 8px;
	}
	
	.box-content .content-top .content-top-right .card-superintendent .card-superintendent-title {
		width: 100%;
		height: 50px;
		background: linear-gradient(135deg, #0E4CA3 0%, #4478DC 100%, #0057FF 100%);
		border-radius: 8px 8px 8px 8px;
		display: flex;
		justify-content: center;
		align-items: center;
		font-weight: 600;
		font-size: 16px;
		color: #FFFFFF;
	}
	
	.box-content .content-top .content-top-right .card-superintendent {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	
	.box-content .content-top .content-top-right .card-superintendent .card-superintendent-content {
		width: 100%;
		height: 100%;
	}
	
	.box-content .content-top .content-top-right .card-superintendent .card-superintendent-content .title {
		font-weight: 400;
		font-size: 14px;
		color: #9E9E9E;
		padding-top: 12px;
		text-align: center;
	}
	
	.box-content .content-top .content-top-right .card-superintendent .card-superintendent-content .list {
		margin: 13px 14px;
	}
	
	.box-content .content-top .content-top-right .card-superintendent .card-superintendent-content .list .list-title {
		font-weight: 700;
		font-size: 15px;
		color: #555555;
		line-height: 28px;
		border-bottom: 1px solid #BDCBEE;
		display: flex;
	}
	
	.box-content .content-top .content-top-right .card-superintendent .card-superintendent-content .list .list-title span {
		width: calc(100% / 3);
		text-align: center;
	}
	
	.box-content .content-top .content-top-right .card-superintendent .card-superintendent-content .list .list-content {
		font-weight: 400;
		font-size: 15px;
		color: #555555;
		line-height: 28px;
		border-bottom: 1px solid #BDCBEE;
		display: flex;
	}
	
	.box-content .content-top .content-top-right .card-superintendent .card-superintendent-content .list .list-content span {
		width: calc(100% / 3);
		text-align: center;
	}

	.box-content .content-top .content-top-right .card-superintendent .card-superintendent-content .list .list-content .s{
		width: calc(100% / 3);
		letter-spacing: 14px;
		display: inline-block;
		padding-left: 14px;
	}
	
	.box-content .content-top .content-top-right .card-member {
		/* width: 605px; */
		height: 390px;
		background: #f6f8fd;
		border-radius: 8px 8px 8px 8px;
		margin-top: 16px;
	}
	
	.box-content .content-top .content-top-right .card-member .card-member-title {
		/* width: 605px; */
		height: 50px;
		background: linear-gradient(135deg, #0E4CA3 0%, #4478DC 100%, #0057FF 100%);
		border-radius: 8px 8px 8px 8px;
		display: flex;
		align-items: center;
		padding-left: 19px;
	}
	
	.box-content .content-top .content-top-right .card-member .card-member-title span {
		font-weight: 400;
		font-size: 15px;
		color: #FFFFFF;
		margin-left: 13px;
	}
	
	.box-content .content-top .content-top-right .card-member-content {
		padding: 13px 16px;
	}
	
	.box-content .content-top .content-top-right .card-member-content ul {
		margin: 0;
		padding: 0;
	}
	
	.box-content .content-top .content-top-right .card-member-content ul li a {
		color: #555555;
		font-weight: 400;
		font-size: 15px;
		line-height: 40px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		display: block;
		width: 100%;
	}
	
	.box-content .comtent-middle {
		/* display: flex;
		justify-content: space-between; */
		/* margin-top: 18px; */
	}
	
	.box-content .comtent-middle .comtent-middle-card {
		/* width: 400px; */
		height: 276px;
		border-radius: 18px 18px 18px 18px;
		border: 1px solid #D6D5D5;
		padding: 26px 27px;
		margin-top: 18px;
	}
	
	.box-content .comtent-middle .comtent-middle-card .card-top {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	
	.box-content .comtent-middle .comtent-middle-card .card-top .card-top-title {
		width: 121px;
        height: 34px;
		background: linear-gradient(225deg, #4478DC 0%, #0E4CA3 100%);
		border-radius: 8px 8px 8px 8px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.box-content .comtent-middle .comtent-middle-card .card-top .card-top-title img{
		width: 100px;
	}
	
	.box-content .comtent-middle .comtent-middle-card .card-content ul {
		margin: 24px 0;
		padding: 0;
	}
	
	.box-content .comtent-middle .comtent-middle-card .card-content ul li a {
		display: block;
		width: 100%;
		font-weight: 400;
		font-size: 15px;
		color: #555555;
		line-height: 40px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	
	.box-content .comtent-tail {
		/* display: flex;
		justify-content: space-between; */
		margin-top: 31px;
	}
	
	.box-content .comtent-tail .comtent-tail-card {
		/* width: 605px; */
		height: 280px;
		border-radius: 18px 18px 18px 18px;
		border: 1px solid #D6D5D5;
		padding: 26px 27px;
		margin-top: 31px;
	}
	
	.box-content .comtent-tail .comtent-tail-card .card-top {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	
	.box-content .comtent-tail .comtent-tail-card .card-top .card-top-title {
		width: 121px;
        height: 34px;
		background: linear-gradient(225deg, #4478DC 0%, #0E4CA3 100%);
		border-radius: 8px 8px 8px 8px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.box-content .comtent-tail .comtent-tail-card .card-top .card-top-title img{
		width: 50px;
	}

	.box-content .comtent-tail .comtent-tail-card .card-content ul {
		margin: 24px 0;
		padding: 0;
	}
	
	.box-content .comtent-tail .comtent-tail-card .card-content ul a {
		display: block;
		width: 100%;
		font-weight: 400;
		font-size: 15px;
		color: #555555;
		line-height: 40px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}
a {
	text-decoration: none;
	color: #555555;
}

