.wrap{
    /* width: 1400px; */
}
.nytop{
    position: relative;
    box-sizing: border-box;
    background-repeat: repeat;
    background-size: cover;
    background-position: top;
    height: 370px;
    padding-top: 150px;
}
.nytop .title{
    text-align: center;
}
.nytop .title span{
    color: #fff;
    display: block;
}
.nytop .title .cn{
    font-weight: bold;
    letter-spacing: 18px;
    font-size: 50px;
    margin-bottom: 4px;
}
.nytop .title .en{
    font-size: 18px;
}
.nytop .about{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.nytop .about ul{
    display: flex;
    justify-content: center;
    overflow: hidden;
}
.nytop .about li{
    float: left;
    /* background-color: #ababab; */
    /* width: 186px; */
    padding: 0 40px;
    height: 66px;
}
.nytop .about li a{
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    line-height: 66px;
    font-size: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.nytop .about li.on{
    /* background-color: #db261d; */
}
.nytop .about li.on a{
    color: #db261d;
    font-weight: bold;
}
.nytop .about li:hover a{
    color: #db261d;
    font-weight: bold;
}
.page{
    display: flex;
    justify-content: center;
    margin: 44px;
}
.page ul{
    overflow: hidden;
}
.page li{
    float: left;
    margin: 0 6px;
    width: 54px;
    height: 54px;
    background-color: #dfdfdf;
}
.page li a,.page li span{
    display: block;
    width: 100%;
    height: 100%;
    color: #757575;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page li.on{
    background-color: #db261d;
}
.page li.on span{
    color: #fff;
}

/* list1 */
.list1con .zdylist{
    margin-top: 24px;
}
.list1con .zdylist li{
    height: 78px;
    line-height: 78px;
    border-bottom: 1px solid #f1f1f1;
}
.list1con .zdylist li{
    padding-left: 34px;
    padding-right: 28px;
}
.list1con .zdylist li::before{
    left: 21px;
}

/* list2 */
.list2{

}
.list2 li{
    padding: 26px 3px 26px 35px;
    overflow: hidden;
    border-bottom: 1px solid #f1f1f1;
}
.list2 li div{
    float: left;
    max-width: calc(100% - 400px);
}
.list2 li div a{
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 23px 0;
    padding-left: 15px;
    color: #353535;
    font-size: 20px;
}
.list2 li div a::before{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #db261d;
}
.list2 li div a:hover{
    color: #db261d;
}
.list2 li div span{
    display: block;
    font-size: 14px;
    margin-left: 15px;
    color: #757575;
}
.list2 li img{
    height: 131px;
    float: right;
}

/* content */
.show{

    min-height: 300px;
	width: 100%;

	padding: 0px 50px 30px 50px;

	/* border: 1px solid #ccc; */

	box-sizing: border-box;

	margin-bottom: 30px;

}
.org1 select,.org1 option{ font-size:16px; height: 28px; line-height: 28px;}

.show_typename{
	font-size: 16px;
	color: #353535;
	height: 60px;
	line-height: 60px;
}
.show_typename i{
    color: #828282;
    margin-left: 40px;
    margin-right: 12px;
}

#showNotice{font-size: 16px; list-style: 1.5;}

.show .show-title{

	text-align: center;

	font-size: 30px;

	margin-bottom: 50px;

	margin-top: 42px;

}

.show .show-info{

	text-align: center;

	color: #787878;

	padding-bottom: 15px;

	border-bottom: 1px solid #ccc;

}

.show .show-content{

	padding: 40px 0;

	font-size: 16px;

	line-height: 30px;

}



.show .show-function{

	margin-top: 20px;

	height: 40px;

    line-height: 40px;

    text-align: center;

    font-size: 14px;

    color: #666;

    border-top: 1px solid #ebebeb;

	padding-top: 16px;

}

.show .show-function a {

    display: inline;

    margin-right: 10px;

}

.show .show-function a i {

    display: inline-block;

    width: 18px;

    height: 18px;

    margin-right: 5px;

    vertical-align: middle;

}

.show .show-function a.print i {

    background: url(../img/ico-print.gif);

}

.show .show-function a.close i {

    background: url(../img/ico-close.gif);

}


.show_next_pro{
	overflow: hidden;
	margin-bottom: 16px;
}

.show_next_pro .show_pro{
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	max-width: calc(50% - 40px);
	float: left;
}

.show_next_pro .show_next{
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	max-width: calc(50% - 40px);
	float: right;
}


.arc{ padding:20px 0px}


/* 合作银行页 */
.linksul{
    overflow: hidden;
}
.linksul li{
    float: left;
    margin: 4px;
    border: 1px solid #828282;
}