﻿
img{
	-moz-user-select:none;
}
body{
	background: #fff;
	-webkit-tap-highlight-color:transparent
}
input:-webkit-autofill,  
input:-webkit-autofill:hover,   
input:-webkit-autofill:focus,  
input:-webkit-autofill:active  {  
    -webkit-box-shadow: 0 0 0 30px white inset !important;  
    -webkit-text-fill-color: #333 !important;  
}
.sww-header{
	height: 203px;
	font-size: 0;
	background: url(../image/2024topbg.png) top center no-repeat;
}
.sww-top{
	padding: 8px 10px 0;
	line-height: 26px;
}
.sww-top a,.sww-top span{
	display: inline-block;
	color: #000000;
	font-size: 14px;
}
.sww-top .gap{
	width: 24px;
}
.sww-top .ipv6{
	padding: 0 10px;
	background: rgba(255,255,255,.2);
	border-radius: 6px;
}
.sww-top .line{
	margin: 0 10px;
}
.sww-header-con{
	margin-top: 30px;
}
.sww-header-con .logo{
	display: inline-block;
	margin-left: 5px;
}
.sww-search{
	background: #fff;
	border-radius: 4px;
	overflow: hidden;
	margin: 22px auto 0;
	height: 50px;
	width: 580px;
	text-align: left;
	margin-right: 3px;
	box-shadow: 0 0 10px 0 rgba(8,60,135,.49);
}
.sww-search input{
	padding: 0 22px;
	line-height: 50px;
	height: 50px;
	font-size: 15px;
	width: 400px;
}
.sww-search input::-webkit-input-placeholder{
	color: #5e8ab2;
}
.sww-search input:-moz-placeholder{
	color: #5e8ab2;
}
.sww-search input::-moz-placeholder{
	color: #5e8ab2;
}
.sww-search input:-ms-input-placeholder{
	color: #5e8ab2;
}
.sww-search button{
	text-align: center;
	line-height: 50px;
	height: 50px;
	width: 94px;
	float: right;
	background: #21529B;
}
.sww-hotwords{
	display: inline-block;
	padding: 0 10px 0 26px;
	margin-top: 30px;
	line-height: 28px;
	border-radius: 8px;
	background: rgba(13,31,45,.42);
}
.sww-hotwords img{
	margin-right: 20px;
}
.sww-hotwords a{
	display: inline-block;
	color: #fff;
	font-size: 16px;
	margin: 0 16px;
}
.sww-hotwords span{
	display: inline-block;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}

.sww-nav{
	line-height: 54px;
	height: 54px;
	font-size: 0;
	background: #21529B;
}
.sww-nav .centerWidth{
	display: flex;
	justify-content: space-between;
}
.sww-nav .tit{
	display: inline-block;
	width: 148px;
	color: #fff;
	font-size: 24px;
	text-align: center;
	box-sizing: border-box;
	vertical-align: top;
	position: relative;
}
.sww-nav .tit.cur{
	font-weight: bold;
	color: #fff;
	background: #0255CF;
}
.sww-nav .tit.cur:after{
	display: inline-block;
	content: ' ';
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 5px;
	background: #F4A009;
	left: 0;
}
.sww-tit1{
	text-align: center;
	background: url(../image/2024zwgkbg1.png) left center repeat-x;
}
.sww-tit1 .tit{
	display: inline-block;
	color: #1658a0;
	font-size: 30px;
	font-weight: bold;
	padding: 0 22px;
	background: #fff;
	vertical-align: middle;
	min-width: 280px;
}
.sww-tit1 img{
	height: 12px;
}

.sww-tit2{
	margin-bottom: 18px;
	line-height: 44px;
	background: url(../image/2024zwgkbg1.png) left center repeat-x;
}
.sww-tit2 .tit{
	display: inline-block;
	color: #1658a0;
	font-size: 30px;
	font-weight: bold;
	padding: 0 22px 0 0;
	background: #fff;
	vertical-align: middle;
}
.sww-tit2 img{
	height: 12px;
}
.sww-tit2 .more{
	float: right;
	background: #fff;
	display: inline-block;
	color: #333333;
	font-size: 16px;
	padding-left: 22px;
}

.footer {
	background: #1C69C5;
	padding-bottom: 62px;
}
.f-link{
	background: #6AB4FF;
}
.f-link .drop-groups {
	position: relative;
	display: flex;
	justify-content: space-between;
}
.f-link .drop-down {
	width: 20%;
	height: 65px;
	text-align: center;
}
.f-link .drop-down .tag {
	display: inline-block;
	height: 65px;
	line-height: 65px;
	box-sizing: border-box;
	padding-right: 26px;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	background: url(../image/drop-icon.png) no-repeat right center;
}
.f-link .drop-lists {
	position: absolute;
	width: 100%;
	bottom: 65px;
	left: 0;
	border: 1px solid #0662b1;
	/*max-height: 120px;*/
	overflow: auto;
	display: none;
	text-align: left;
	background: #fff;
	padding: 10px 0;
	z-index: 999;
}
.f-link .drop-lists li {
	float: left;
	height: 36px;
	line-height: 36px;
	width: 175px;
	color: #313131;
	text-align: center;
}
.f-link .drop-lists a {
	display: inline-block;
	line-height: 36px;
	max-width: 100%;
	box-sizing: border-box;
	font-size: 12px;
	cursor: pointer;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.f-info {
	color: #fff;
}
.f-info-center{
	margin-top: 34px;
	line-height: 28px;
}
.f-info-center p:first-child{
	margin-bottom: 14px;
}
.f-info-center p,.f-info-center a{
	font-size: 14px;
	color: #fff;
}
.f-info-center span,.f-info-center a{
	margin-right: 14px;
	display: inline-block;
}
.f-info-center a{
	cursor: pointer;
}
.f-info-center p:first-child a{
	font-size: 15px;
	margin-right: 0;
}

.f-info-right {
	overflow: hidden;
	margin-top: 42px;
	background: #3E7FCE;
	padding: 18px 22px;
}
.f-info-right > a,.f-info-right > span {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	margin: 0 18px;
}
.f-info-p a {
	display: inline-block;
	font-size: 14px;
	color: #fff;
	margin-right: 16px;
}
.f-info-p span {
	display: inline-block;
	font-size: 14px;
	color: #fff;
	margin-right: 16px;
}

.local{
	line-height: 22px;
	padding: 12px 12px 18px;
	border-bottom: 1px solid #dcdcdc;
}
.local a,.local span{
	color: #333333;
	font-size: 16px;
}
.local .cur{
	color: #1f58ae;
}
.local img{
	margin-right: 7px;
	vertical-align: middle;
}
.local .arrow{
	display: inline-block;
	margin: 0 2px;
}
.pagination {
	text-align: center;
	margin-top: 42px;
}
.pagination a {
	box-sizing: border-box;
	display: inline-block;
	min-width: 34px;
	line-height: 28px;
	text-align: center;
	margin: 0 3px;
	font-size: 14px;
	color: #666666;
	border: 1px solid #F2F2F2;
	border-radius: 2px;
	padding: 0 8px;
}
.pagination .first-page,.pagination .last-page{
	color: #adadad;
}
.pagination .active {
	background: #144CAD;
	color: #fff;
	border: 1px solid #144CAD;
}
.pagination span{
	display: inline-block;
	color: #666666;
	line-height: 34px;
	font-size: 16px;
	margin: 0 10px;
}
.pagination input{
	width: 33px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-size: 16px;
	border: 1px solid #cccccc;
}

#guidang{
	display: none;
	position: absolute;
	width: 148px;
	height: 148px;
	background: url(../image/guidang.png) no-repeat;
	background-size:100% 100%;
	right: 10px;
	top: -14px;
	z-index:999;
}
#guidang p{
	display: block;
	font-size: 16px;
	color: #DA5857;
	margin-top: 100px;
	font-weight: bold;
	text-align:center;
}

.list-more-btn{
	text-align: center;
	margin-top: .2rem;
	width: 100%;
}
.list-more-btn a{
	display: inline-block;
	color: #adadad;
	font-size: .3rem;
	height: .62rem;
	line-height: .62rem;
	width: 2.2rem;
	border-radius: .06rem;
	border: 1px solid #f2f2f2;
	background: #f9f9f9;
}

/*通用列表*/
.sww-list1 li{
	height: 48px;
	line-height: 48px;
}
.sww-list1 li a{
	display: inline-block;
	max-width: 80%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #333333;
	font-size: 16px;
	vertical-align: middle;
}
.sww-list1 li a br{
	display: none;
}
.sww-list1 li:before{
	display: inline-block;
	content: ' ';
	width: 6px;
	height: 6px;
	border-radius: 50%;
	margin: 0 20px 0 2px;
	background: #cbd2da;
	vertical-align: middle;
}
.sww-list1 li span{
	float: right;
	color: #333333;
	font-size: 16px;
}

.float-box{
	position: fixed;
	right: 10px;
	top: 40%;
	width: 94px;
	text-align: center;
	z-index: 9;
	background: #E6EFF7;
	border-radius: 46px;
	border: 1px solid #7DB8FE;
	padding: 22px 0;
}
.float-box .item{
	margin-bottom: 17px;
	cursor: pointer;
}
.float-box .item .ewm{
	display: none;
	width: 120px;
	position: absolute;
	right: 100px;
	top: 0;
	border: 1px solid #ebebeb;
    background: #fff;
    text-align: center;
}
.float-box .item .ewm div{
	width: 100%;
    box-sizing: border-box;
    padding: 6px 10px;
    border-top: 1px solid #ebebeb;
}
.float-box .item .ewm div img{
	max-width: 100%;
	margin-bottom: 2px;
}
.float-box .item .ewm div p{
	font-size: 14px;
	line-height: 18px;
}
.float-box .item .ewm .share-green{
	color: #1658a0;
	font-size: 14px;
	display: block;
}
.float-box .item>p{
	color: #000000;
	font-size: 16px;
	margin-top: 4px;
}
.float-box .btn{
	cursor: pointer;
}
.float-box.cur .item,.float-box.cur .item>p{
	display: none;
}
.float-box.cur .item:first-child{
	display: block;
}
.float-box.cur .btn img{
	transform: rotate(180deg);
}

.linkTip{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.3);
	z-index: 9999;
	display: none;
}
.linkTip-box{
	position: absolute;
	margin-left: -185px;
    margin-top: -100px;
    top: 50%;
    left: 50%;
    width: 370px;
    box-shadow: 1px 1px 50px rgba(0,0,0,.3);
    background: #fff;
    padding: 20px 40px 40px;
    box-sizing: border-box;
    border-radius: 5px;
    text-align: center;
}
.linkTip-box .con{
	padding: 16px 0;
	font-size: 14px;
    line-height: 26px;
}
.linkTip-box .con .tit{
	color: #c12c20;
}
.linkTip-box .btn{
	display: inline-block;
	padding: 0 12px;
    font-size: 14px;
    line-height: 30px;
    background-color: #f7f7f7;
    border: 1px solid #e5e5e5;
    margin: 0 5px;
    cursor: pointer;
}
@media screen and (min-width: 769px){
	.sww-nav .tit:hover{
		font-weight: bold;
		color: #fff;
		background: #0255CF;
	}
	.sww-nav .tit:hover:after{
		display: inline-block;
		content: ' ';
		position: absolute;
		bottom: 0;
		width: 100%;
		height: 5px;
		background: #F4A009;
		left: 0;
	}
	.f-info-p a:hover {
		text-decoration: underline;
		cursor: pointer;
	}
	.f-link .drop-lists a:hover {
		font-weight: bold;
	}
	.sww-list1 li a:hover{
		color: #1f58ae;
	}
	.float-box .item:hover .ewm{
		display: block;
	}
	.pagination a:hover {
		background: #144CAD;
		color: #fff;
		cursor: pointer;
		border: 1px solid #144CAD;
	}
}
@media screen and (max-width: 768px){
	html {
		font-size: calc(100vw / 7.5);
		font-size: -webkit-calc(13.33333333vw);
	}
	.sww-header{
		background-image: url(../image/2024topbgh5.png);
		background-size: 100% 100%;
	}
	.centerWidth{
		padding: 0 .2rem;
	}
	.sww-header *{
		box-sizing: border-box;
	}
	.sww-top{
		padding-top: .2rem;
	}
	.sww-top .gap,.sww-top .ipv6{
		display: none;
	}
	.sww-top a, .sww-top span{
		font-size: .26rem!important;
		margin-left: .1rem;
	}
	#loginusername a{
		margin: 0;
	}
	.sww-top .line{
		margin: 0 0 0 .1rem;
	}
	.sww-top .pcshow{
		display: none;
	}
	.sww-top .qxj{
		margin-left: 0.1rem;
		padding-left: 0.3rem;
	}
	.sww-header-con{
		margin-top: .4rem;
	}
	.sww-header-con .logo{
		display: block;
		width: 6rem;
		margin: 0 auto;
		position: relative;
	}
	.sww-header-con .logo img{
		width: 100%;
	}
	.sww-header-con .slogan{
		text-align: center;
		margin-top: -.1rem;
	}
	.sww-header-con .slogan img{
		width: 90%;
	}
	.sww-search-box{
		width: 100%;
	}
	.sww-search{
		width: 80%;
		float: none;
		margin: .4rem auto 0;
		height: .8rem;
		line-height: .8rem;
	}
	.sww-search input{
		width: 80%;
		height: .8rem;
		line-height: .8rem;
		font-size: .26rem;
		padding: 0 .2rem;
	}
	.sww-search button{
		width: 20%;
		height: .8rem;
		line-height: .8rem;
		font-size: .26rem;
	}
	.sww-search button img{
		height: .4rem;
	}
	.sww-hotwords{
		padding: 0 .2rem;
		margin-top: .3rem;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		text-align: center;
	}
	.sww-hotwords span,.sww-hotwords a{
		font-size: .26rem;
	}
	.sww-hotwords img{
		margin-right: .2rem;
	}
	.sww-hotwords a{
		margin: 0 .08rem;
	}
	.sww-nav{
		height: auto;
	}
	.sww-nav>div{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}
	.sww-nav span{
		display: none;
	}
	.sww-nav .tit{
		font-size: .36rem;
		line-height: .9rem;
		width: 30%;
		color: #fff;
	}
	.sww-nav .tit.cur{
		font-size: .4rem;
		height: auto;
		line-height: .9rem;
	}
	.sww-nav .tit.cur:after{
		height: .05rem;
		width: 50%;
		margin-left: 0;
		left: 25%;
		bottom: .06rem;
	}
	.f-link{
		display: none;
	}
	.footer{
		height: auto;
		padding: 0 0 .3rem;
	}
	.f-info{
		padding: 0;
		border: none;
		margin-top: 0;
	}
	.f-info-leftbox{
		width: 100%;
		text-align: center;
	}
	.f-info-left{
		margin: .3rem .2rem 0;
		width: 1.8rem;
	}
	.f-info-left p{
		font-size: .28rem;
	}
	.f-info-center{
		margin-top: .3rem;
		margin-left: 0;
		width: 100%;
		text-align: center;
		line-height: .5rem;
	}
	.f-info-center p, .f-info-center a{
		font-size: .28rem;
	}
	.f-info-center p span{
		display: inline-block;
		margin: 0 .04rem;
	}
	.f-info-right{
		width: 100%;
		margin: .3rem 0 0;
		text-align: center;
		background: none;
		padding: 0;
	}
	.f-info-right > a, .f-info-right > span{
		margin: 0;
	}
	.f-info-right img {
		transform: scale(.8);
	}

	.list-more{
		text-align: center;
		margin-top: .1rem;
	}
	.list-more a{
		display: inline-block;
		width: 40%;
		height: .6rem;
		line-height: .6rem;
		font-size: .3rem;
		background: #fff;
		border: 1px solid #3292ee;
		border-radius: 4px;
		color: #3292ee;
	}

	.local{
		padding: .2rem;
	}
	.local a,.local span{
		font-size: .26rem;
	}
	.local .arrow{
		margin: 0 .05rem;
	}
	.local img{
		height: .32rem;
		margin-right: .14rem;
	}

	.pagination{
		margin-top: .4rem;
	}
	.pagination a{
		display: none;
	}
	.pagination .first-page, .pagination .last-page{
		display: inline-block;
	}
	.pagination span{
		font-size: .32rem;
		margin: 0 .1rem;
	}
	.pagination .dot{
		display: none;
	}

	.sww-list1 li{
		height: .7rem;
		line-height: .7rem;
	}
	.sww-list1 li a{
		max-width: 74%;
		font-size: .32rem;
	}
	.sww-list1 li:before{
		width: .1rem;
		height: .1rem;
		margin: 0 .14rem 0 0;
		border-radius: .2rem;
	}
	.sww-list1 li span{
		font-size: .28rem;
	}
	.float-box{
		display: none;
	}


	.sww-tit1 .tit{
		font-size: .4rem;
		padding: 0 .3rem;
		min-width: auto;
	}
	.sww-tit1 img{
		height: .18rem;
	}
	.sww-tit2{
		line-height: .7rem;
		margin-bottom: 0;
	}
	.sww-tit2 .tit{
		font-size: .4rem;
		padding: 0 .3rem 0 0;
	}
	.sww-tit2 img{
		height: .18rem;
	}
	.sww-tit2 .more{
		font-size: .28rem;
	}
}
