body {
    color: #000;
    font-size: 14px;
    font-family: "PingFangSC", "PingFang SC", "Î¢ÈíÑÅºÚ", "Arial", Helvetica, "ºÚÌå", Arial, Tahoma;
    margin: 0 auto;
    position: relative;
    overflow-x: hidden;
    background: #fffefe;

}

.img-hide {
    overflow: hidden;
    display: block;
}

.img-hide img,
.div-img {
    transition: 0.5s all;
    transform: scale(1, 1);
}

.img-hide:hover img,
.img-hide:hover .div-img {
    transform: scale(1.05, 1.05);
}

.txt-elise {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

li {
    list-style: none;
}

a {
    color: #333;
word-break: break-all;
}

ul {
    padding: 0;
    margin: 0;
}

a:hover,
a {
    text-decoration: none !important;
}

a:focus {
    text-decoration: none !important;
    outline: none !important;
}

button:focus,
button:hover,
input:focus {
    outline: none !important;
}

p {
    margin: 0;
word-break: break-all;
}

img {
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
}


.container {
    width: 1440px;
    margin: auto;
padding-right: 0px;
    padding-left: 0px;
}

.main {
    width: 100%;
    background:#e1f4ff url(../images/body-bj.png)center top no-repeat;
    background-size:100%;
}

.logo {
    float: left;
    margin: 20px 0;
    max-width: 500px;
}

.logo img {
    max-width: 100%;
}

.wza {
    float: right;
    margin-top: 55px;
}

.wza a {
    display: block;
    float: left;
    font-size: 16px;
    color: #fff;
    margin-left: 20px;
}

.xzfy {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 150px;
    font-weight: bold;
    color: #fff;
    line-height: 150px;
    margin-top: 0px;
    margin-bottom: 250px;
    padding: 0px 0 80px;
    letter-spacing: 30px;
}

.link {
    width: 100%;
    background: #fff;
    padding: 40px 20px;
    display: inline-block;
    margin: 50px 0 100px;
}

.link a {
    width: calc(25% - 30px);
    display: block;
    float: left;
    box-shadow: 0px 0px 15px #999;
    margin: 0 15px;
}

.link a img {
    width: 100%;
}

.link a img:hover {
    transform: scale(1.05, 1.05);
    transition: 0.3s all;
}

footer {
    width: 100%;
    display: inline-block;
    background: #015293;
    padding: 40px 0;
}

.foot-left {
    float: left;
    width: 25%;
}

.foot-left p {
    font-size: 14px;
    color: #fff;
    line-height: 32px;
}

.foot-center {
    float: left;
    width: 30%;
}

.foot-center p {
    font-size: 14px;
    color: #fff;
    line-height: 32px;
}

.foot-right {
    float: right;
    width: 518px;
}

.foot-right p {
    font-size: 14px;
    color: #fff;
    line-height: 32px;
}

.foot-right p a {
    margin: 0 5px;
    font-size: 14px;
    color: #fff;
    line-height: 32px;
    float: right;
}

.sydw {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
}

.sydw li {
    float: left;
    margin-right: 25px;
}

.sydw li:nth-child(5) {
    margin-right: 0px;
}

.sydw li img {
    height: 46px;
    display: block;
    margin: 0 auto !important;
}

.nav{ margin-top: 100px !important;}

.nymain {
	position: relative;
	padding: 30px 0;
    background: #fff;
   

}

.nymain .leftNav {
	float: left;
	width: 260px;
	position: relative;
}

.nymain .leftNav>h2 {
	line-height: 80px;
	color: #fff;
	background: #015293;
	font-size: 28px;
	font-weight: bold;
	overflow: hidden;
	text-align: center;
    margin-bottom: 0px;
    margin-top: 0px;
}

.nymain .leftNav>ul {
	background: #fff;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.22);
}

.nymain .leftNav>ul>li {
	position: relative;
}

.nymain .leftNav>ul>li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	border-left: 3px solid #015293;
	transform: scaleY(0);
	z-index: 1;
	transition: all 0.3s;
}

.nymain .leftNav>ul>li:first-child {
	border-top: none;
}

.nymain .leftNav>ul>li>a {
	position: relative;
}

.nymain .leftNav>ul>li>a::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
	background: url(/xzfy/images/left-sj.png) no-repeat;
	background-size: cover;
	width: 16px;
	height: 16px;
	display: none;
}

.nymain .leftNav ul li a {
	display: block;
	font-size: 18px;
	line-height: 66px;
	text-align: center;
	border-bottom: 1px solid #e5e5e5;
}

.nymain .leftNav ul li:last-child a {
	border-bottom: none;
}

.nymain .leftNav>ul>li.on>a {
	color: #015293;
	font-weight: 600;
}

.nymain .leftNav>ul>li.on>a::after,
.nymain .leftNav>ul>li.active>a::after,
.nymain .leftNav>ul>li:hover>a::after {
	display: block;
}

.nymain .leftNav>ul>li:hover>a {
	color: #015293;
	font-weight: 600;
}

.nymain .leftNav>ul>li.on::before,
.nymain .leftNav>ul>li:hover::before {
	transform: none;
}

.nymain .leftNav>ul>li.active>a {
	color: #015293;
	font-weight: 600;
}

.nymain .leftNav ul li.active ul {
	display: block;
}

.nymain .leftNav ul li a:hover {
	background-position: 31px center;
	color: #015293;
}

.nymain .leftNav>ul>li>ul {
	display: none;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 0;
	border-bottom: 1px solid #e5e5e5;
}

.nymain .leftNav>ul>li>ul>li>a {
	font-size: 15px;
	line-height: 46px;
	color: #666666;
	border-bottom: none;
}

.ny-right {
	float: right;
	width: calc(100% - 300px);
	min-height: 400px;
	margin-bottom: 10px;
    padding-right: 30px;
}

.position>div {
	position: relative;
	text-align: right;
	font-size: 0;
	line-height: 66px;
	border-bottom: 1px solid #d2d2d2;
}

.position h3 {
	position: absolute;
	font-size: 28px;
	font-weight: bold;
	text-align: left;
	bottom: 10px;
	left: 0;
}


.position span {
	color: #888;
	font-size: 14px;
	vertical-align: middle;
}

.position img {
	height: 16px;
	vertical-align: middle;
	margin-right: 10px;
}

.position a {
	font-size: 14px;
	color: #888;
	margin: 0 5px;
	vertical-align: middle;
}

.position a:hover {
	color: #015293;
}

/* ÁÐ±íÒ³ */
.text-list {
	margin-top: 20px;
}

.text-list ul li {
	padding-left: 25px;
	position: relative;
	line-height: 60px;
	border-top: 1px solid rgba(186, 147, 184, 0.2);
	font-size: 16px;
	position: relative;
	left: 0;
	transition: all 0.3s;
}

.text-list ul li:first-child {
	border-top: none;
}

.text-list ul li::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #015293;
}

.text-list ul li a {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.text-list ul li span {
	float: right;
	padding-left: 15px;
	color: #999;
	font-size: 16px;
}

.text-list ul li:hover+li {
	border-top-color: #015293;
}

.text-list ul li:hover a {
	color: #015293;
}

.text-list ul li:hover span {
	color: #015293;
}

.text-list ul li:hover {
	left: 5px;
}

.art-main .art-tit h3 {
	text-align: center;
	color: #333;
	font-weight: normal;
	font-size: 24px;
	margin-top: 30px;
	font-weight: 600;
}

.art-main .art-body {
	padding-top: 30px;
}

.art-main .art-body p {
	color: #333333;
	text-indent: 2em;
	font-size: 16px !important;
	line-height: 30px !important;
	margin-bottom: 20px;
}

.art-main .art-body img {
	max-width: 80% !important;
	height: auto !important;
	display: block;
	margin: 0 auto;
}

.art-main .cont-tit p {
	font-size: 0;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 20px;
	background: bottom;
	border-bottom: 1px solid #dcdcdc;
}

.art-main .cont-tit p img {
	display: inline-block;
	vertical-align: middle;
	height: 16px;
	margin-right: 5px;
}

.art-main .cont-tit p .liulan {
	margin-left: 50px;
}

.art-main .cont-tit p span {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #999;
	margin: 0 30px;
}

.art-info {
	border-top: 1px dashed #e0e0e0;
	margin-top: 25px;
}

.pnext {
	margin-top: 25px;
}

.pnext p {
	text-indent: initial;
	line-height: 32px;
	color: #555555;
}

.pnext p a {
	color: #555555;
}

.pnext p:hover {
	/* color: #96632C; */
}

.pnext p:hover a {
	color: #015293;
}


.wiki__body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.process {
    width: 100%;
}



.process__header {
    padding: 25px 0;
    width: 100%;
    user-select: none;
}


.process__header .nav-list {
    display: flex;
    width: 100%;
}
.process__header .nav-list .nav-item {
    flex: 1;
    position: relative;
    background: #F5F5F5;
    color: #666666;
    font-size: 16px;
    text-align: center;
}
.process__header .nav-list .nav-item.active {
    background: #E3F0FF;
    color: #0A86E5;
    font-size: 18px;
}

.process__header .nav-list .nav-item {
    display: block;
    padding: 10px 0;
    cursor: pointer;
}
.process__header .nav-list .nav-item:nth-child(n + 1)::after {
    content: '';
    position: absolute;
    top: 10px;
    right: 0;
    width: 1px;
    height: calc(100% - 20px);
    background: #D9D9D9;
}
.process__header .nav-list .nav-item:last-child::after, .process__header .nav-list .nav-item.active::after {
    content: '';
    background: transparent;
}









@media (max-width: 1560px){
.xzfy {font-size: 120px;}
}










@media(max-width:1460px) {
    .container {
        width: 96%;
        margin: auto;
    }

    .xzfy {
        font-size: 120px;
        padding: 70px 0;
    }

    .foot-right {
        width: 470px;
    }

    .sydw li img {
        height: 45px;
    }

    .sydw li {
        margin-right: 15px;
    }

    .foot-center p {
        line-height: 30px;
    }

    .foot-left p {
        line-height: 30px;
    }

    .xzfy {
        padding-left: 30px !important;
    }
}


@media(max-width:100%) {
    .xzfy {
        font-size: 100px;
        padding: 50px 0;
    }

    .foot-center {
        width: auto;
        float: right;
    }

    .foot-left {
        width: auto;
    }

    .foot-right {
        width: 100%;
        margin-top: 20px;
    }

    .sydw {
        width: 470px;
        margin: auto;
        margin-left: calc(50% - 235px);
    }

    .logo {
        max-width: 400px;
    }

    .wza {
        margin-top: 44px;
    }
    .process__header .nav-list .nav-item.active{font-size: 16px;}
}

@media(max-width:991px) {
    .xzfy {
        font-size: 80px;
        padding: 30px 0;
        line-height: 100px;
    }

    .logo {
        max-width: 350px;
    }

    .wza {
        margin-top: 40px;
    }

}

@media(max-width:800px) {
    .link {
        margin: 25px 0;
        padding: 20px 10px;
    }

    .link a {
        width: calc(33.333% - 20px);
        margin: 0 10px;
    }

    .wza a {
        font-size: 14px;
    }

    .nymain {margin-top: 100px !important;}

    .nymain .leftNav>h2 {
		height: inherit;
		line-height: 46px;
		font-size: 16px;
		text-align: left;
		padding-left: 15px;
		font-weight: 600;
		background: #015293;
	}

	.nymain .leftNav>h2::before,
	.nymain .leftNav>h2::after {
		display: none;
	}

	.nymain .leftNav>h2 span {
		float: right;
		width: 24px;
		height: 30px;
		margin-top: 8px;
		background: url(/xzfy/images/sub_left_down2.png) no-repeat center center;
		background-position: left center;
		margin-right: 10px;
	}

	.nymain {
		padding: 20px 0;
	}

	.nymain>div {
		padding: 0 20px 20px;
	}

	.nymain .leftNav {
		float: none;
		width: auto;
		top: 0;
		margin-right: 0;
	}

	.nymain .leftNav>p {
		font-size: 18px;
		padding: 10px 0;
	}

	.ny-right {
		float: none;
		width: auto;
	}

	.position {
		padding: 16px 0;
		margin-top: 0;
		margin-bottom: 0;
	}

	.position>div {
		text-align: left;
		line-height: 22px;
		padding-bottom: 10px;
	}

	.position h3 {
		left: 0;
		width: auto;
		height: 45px;
		font-size: 20px;
		line-height: 45px;
		position: relative;
		left: 0;
		margin-bottom: 10px;
		font-weight: 600;
		display: none;
	}

	.position h3::after {
		width: 37px;
		height: 37px;
		right: -10px;
		bottom: -15px;
	}

	.pagination {
		padding-top: 25px;
	}

	.pagination a {
		padding: 0 5px;
		height: 20px;
		line-height: 20px;
		font-size: 12px;
		margin: 0 3px;
	}

	.nymain .leftNav ul {
		display: none;
		padding-bottom: 0;
	}

	.nymain .leftNav ul li a {
		line-height: 55px;
		padding-left: 20px;
		font-size: 16px;
	}

	.nymain .leftNav>ul>li>span {
		top: 13px;
	}

	.text-list {
		margin-top: 0;
	}

	.text-list ul li {
		line-height: 50px;
	}

	.art-main .art-tit h3 {
		font-size: 18px;
		line-height: 30px;
		margin-top: 0;
	}

	.art-main .art-body p {
		margin-bottom: 15px;
	}

	.art-main .cont-tit p span {
		font-size: 14px;
	}

	.art-main .cont-tit p img {
		height: 12px;
	}





}

@media(max-width:650px) {
    .logo {
        width: 100%;
        max-width: 100%;
        margin: 20px 0 0;
    }

    .logo a {
        width: 100%;
        display: block;
        text-align: center;
    }

    .logo img {
        width: 300px;
        margin: auto;
    }

    .wza {
        width: 100%;
        margin-top: 20px;
        display: flex;
        justify-content: center;
    }

    .wza a {
        margin-left: 0px;
        margin: 0 20px;
    }

    .xzfy {
        letter-spacing: 20px;
        font-size: 60px;
color:#015293;
    }

    .link {
        margin: 40px 0;
        padding: 20px 20px;
    }

    .link a {
        width: calc(100% - 40px);
        margin: 10px 20px;
    }

    .nymain {margin-top: 60px !important;}
}


@media(max-width:600px) {
    .foot-left {
        width: 100%;
    }

    .foot-left p {
        text-align: center;
    }

    .foot-center {
        width: 100%;
    }

    .foot-center p {
        text-align: center;
    }

    .link {
        margin: 10px 0 40px;
    }
    .nymain {margin-top: 20px !important;}
}


@media(max-width:500px) {
    .xzfy {
        font-size: 50px;
        line-height: 60px;
    }

    .sydw li img {
        height: 35px;
    }

    .sydw {
        width: 378px;
        margin: auto;
        margin-left: calc(50% - 189px);
    }

    .foot-right p {
        text-align: center;
    }

    .foot-right p a {
        width: 50%;
        float: left;
        margin: 0 0px;
    }
}

@media(max-width:390px) {
    .sydw {
        width: 350px;
        margin: auto;
        margin-left: calc(50% - 175px);
    }

    .sydw li {
        margin-right: 8px;

    }

}


.sqqd{    position: relative;}
.sqqd:before{
    position: absolute;
    right:0px;
    bottom:56%;
    display: block;
    content: "";
    width:50%;
    height:40px;
}

.pagination span{height:20px !important;line-height:16px !important;}
.pagination a{height:20px !important;line-height:16px !important;}
.position>div{font-size:14px;}

.sqqd{width:100%;display:inline-block}
.sqqd a{display:block;width:100%;text-align: center;}
.sqqd a img{width:auto;max-width:90%;margin:auto;}
.sqqd a:nth-child(1){margin-bottom:30px;}
.sqqd a:nth-child(2){margin-bottom:15px;}
.sqqd a:nth-child(4){margin-top:25px;}
.sqqd a:nth-child(5){margin-top:25px;}

.nav {
    width: 100%;
    height: 56px;
    position: relative;
        background: #015293;
}
.fd-sub-nav a:hover{color: #caaf30;font-weight: bold;}
.nav>ul {
    width: 100%;
}
.nav>ul>li {
    height: 56px;
    width: 25%;
    float: left;
    position: relative;
}
.nav>ul>li>a {
    display: block;
    height: 100%;
    width: 100%;
    line-height: 56px;
    color: #f4f4f4;
    font-size: 24px;
    text-align: center;
}

.nav>ul>li>a:hover {
    color: #f4da29;
    background: #015293;
}

.fd-xl:hover .fd-sub-nav {
    display: block;
}

.nav>ul.fd-sub-nav li:hover a {
    color: #f4da29;
    background:#015293;
}
.fd-sub-nav {
    position: absolute;
    background: #024b86;
    width: 180px;
    display: none;
    z-index: 99;
    margin-left: calc(50% - 90px);
}
.fd-sub-nav li {
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-bottom: 1px dashed #5186dd;
}
.fd-sub-nav a {
    color: #fff;
    font-size: 16px;
    padding: 0;
    letter-spacing: 0;
    display: block;
    text-decoration: none;
    cursor: pointer;
    width: 100%;
}


@media(max-width:700px){
.fd-sub-nav {
    width: 100%;
    margin-left: 0;
}
.nav>ul>li>a{font-size:20px;}
}
@media(max-width:1000px){
.link{    padding: 20px 10px;margin: 30px 0 50px;}

.link a {
    width: calc(25% - 20px);
    margin: 0 10px;
}
}


@media (max-width: 650px){
.link {margin: 20px 0;}
.link a {
    width: calc(50% - 20px);
    margin: 10px 10px;
}
}

@media (max-width: 600px){
.link {margin: 10px 0 20px;}
}

@media (max-width: 420px){
.link a {
    width: 100%;
     margin: 10px 0px;
}
}



@media(max-width:1660px){
.xzfy{    margin-bottom: 165px;}
}

@media(max-width:1460px){
.xzfy{    margin-bottom: 100px;padding: 0px 0 80px;}
}

@media(max-width:1279px){
.xzfy{    margin-bottom: 40px;padding: 0px 0 80px;}
}

@media(max-width:100%){
.xzfy{    margin-bottom: 40px;padding: 0px 0 40px;}
}

@media(max-width:800px){
.xzfy{    margin-bottom: 0px;padding: 0px 0 40px;}
.sqqd a img{max-width:500px !important;}
.sqqd:before{bottom:60%;height:30px;}
}

@media(max-width:560px){
.xzfy{    margin-bottom: 0px;padding: 0px 0 40px;}
.sqqd a img{max-width:90% !important;}
}

@media(max-width:500px){
.sqqd:before{bottom:62%;height:25px;}
}

@media(max-width:450px){
.sqqd:before{bottom:63%;height:25px;}
}

@media(max-width:400px){
.sqqd:before{bottom:64%;height:20px;}
}