<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: "microsoft yahei";
    color: #333;
    font-size: 16px;
    background: #f9fafb;
}

ul,li,dl,dt,dd {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    border: none;
    max-width: 100%;
}

p,h1,h2,h3,h4,h5,h6 {
    margin: 0;
    padding: 0;
}

h1,h2,h3,h4,h5,h6,i,em,b {
    font-weight: normal;
    font-style: normal;
    font-size: 100%;
}

a {
    text-decoration: none;
    color: #333;
}
table{
    border-collapse:collapse;
}
input,select,textarea,button {
    outline: none;
    padding-top: 0;
    padding-bottom: 0;
    font-family: "microsoft yahei";
    font-size: 16px;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: " ";
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1; }

.ss_main {
    width: 1200px;
    margin: 0 auto;
}
.mtop30{
	margin-top: 30px;
}
.mtop20{
	margin-top: 20px;
}
/*header*/
.login-top {
    height: 98px;
    background: #f5f6f8;
    box-shadow: 0 0px 8px rgba(0,0,0,.2);
    position: fixed;
    z-index: 99;
    width: 100%;
}

.login-top .login-logo {
    float: left;
    margin-top: 19px;
    /* width: 180px; */
}

.login-t1 {
    float: left;
    height: 42px;
    margin-left: 18px;
    padding-left: 12px;
    border-left: 1px solid #dcdcdc;
    margin-top: 27px;
}

.login-t1 span {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    padding: 3px 8px;
    border-radius: 0 10px 0 10px;
    background: #2e5aa6;
    margin-top: 6px;
}
.login-t2{
	float: right;
	margin-top: 31px;
}
.login-t2 span{
	font-size: 14px;
	color: #2e5aa6;
	float: left;
	line-height: 36px;
}
.login-t2 em{
	display: inline-block;
	padding: 7px 14px;
	border: 1px solid #d7ddea;
	border-radius: 3px;
	font-size: 14px;
	color: #312e46;
	margin-left: 20px;
	float: left;
	cursor: pointer;
}
/* .login-t2 .ipnav{
    display: inline-block;
	padding: 7px 14px;
	border: 1px solid #d7ddea;
	border-radius: 3px;
	font-size: 14px;
	color: #312e46;
	margin-left: 10px;
	float: left;
	cursor: pointer;
} */
.ipnav{
    position: fixed;
    width: 36px;
    border: 1px solid #456FB9;
    font-size: 14px;
    color: #312e46;
    cursor: pointer;
    right: 14px;
    bottom: 20px;
    z-index: 9999;
    height: 36px;
    border-radius: 50%;
    background: #fff;
    display: none;
}
.ipnav span{
    position: absolute;
    width: 19px;
    height: 2px;
    background: #456FB9;
    left: 8px;
    top: 10px;
    transition: all .2s;
}
.ipnav .s2{
    top: 16px;
}
.ipnav .s3{
    top: 22px;
}
.ipnav.on .s2{
    display: none;
}
.ipnav.on .s1{
    transform: rotate(45deg);
    top: 16px;
}
.ipnav.on .s3{
    transform: rotate(-45deg);
    top: 16px;
}
.ipnav-box{
    position: fixed;
    width: 100%;
    bottom: 61px;
    left: 0;
    z-index: 9999;
    display: none;
}
.ipnav-box ul{
    margin: 0 15px;
    background: #456FB9;
    border-radius: 6px;
    overflow: hidden;
    width: 58%;
    position: absolute;
    /* right: 0; */
    right: -600px;
    bottom: 3px;
    padding: 6px 0;
}
.ipnav-box ul li{
    float: left;
    width: 33.333%;
    text-align: center;
}
.ipnav-box ul li a{
     font-size: 14px;
     display: inline-block;
     line-height: 30px;
     color: #fff;
}
/*footer*/
.ss_footer {
    width: 100%;
    background: #2e5aa6;
    padding-bottom: 30px;
}

.footer_top {
    float: left;
    margin-top: 32px;
    margin-left: 215px;
}

.footer_top_nav a {
    color: #fff;
}

.footer_top_nav em {
    color: #fff;
    margin: 0 18px;
}

.footer_top_text {
    margin-top: 26px;
}

.footer_top_text p {
    color: #90c9f4;
    margin-bottom: 11px;
    font-size: 14px;
}

.footer_top_text p a {
    float: left;
}

.footer_top_text p span {
    float: left;
    margin-left: 5px;
}

.footer_mid {
    float: left;
    margin-top: 56px;
    font-size: 14px;
    color: #90c9f4;
    margin-left: 76px;
}

.footer_mid .d1 {
    margin-bottom: 11px;
}

.footer_mid .d2 em {
    float: left;
}

.footer_mid .d2 em p {
    margin-bottom: 12px;
}

.footer_mid .d2 b {
    float: left;
    margin-left: 35px;
}

.footer_mid .d2 b a {
    float: left;
    margin-right: 19px;
}

.footer_mid .d2 b .a1 {
    margin-top: 8px;
}

.footer_mid .d2 b .a3 {
    margin-top: 10px;
}

/*page*/
.page{
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: center;
}
.page-btns{
    display: inline-block;
}
.page-btns a{
    border: 1px solid #e7e7e7;
    float: left;
    padding: 9px 15px;
    border-radius: 4px;
    font-size: 14px;
    color: #999;
    margin: 0 4px;
}
.page-btns a:hover{
    background: #2e5aa6;
    color: #fff;
    border-color: #2e5aa6;
}</pre></body></html>