<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* common start */
.onHide {
	display: none !important;
}

.onShow {
	display: show !important;
}

.page-width {
	min-width: 780px;
	max-width: 1288px;
	width: 100%;
	margin: 0 auto;
}

.mt-hedaer {
	margin-top: 77px;
}

.w-1288 {
	max-width: 1288px;
	margin: 0 auto;
}

.isShow {
	display: flex !important;

}

.common-title {
	font-size: 30px;
	color: #031C49;
	font-weight: 400;
	text-align: center;
}

.common-btn {
	padding: 0 4rem;
	text-align: center;
	line-height: 48px;
	color: #FFFFFF;
	font-size: 16px;
	margin-top: 30px;
	background-image: linear-gradient(-30deg, #003ce4, #0069ff);
	cursor: pointer;
}

.common-btn:hover {
	background-image: linear-gradient(-30deg, #0069ff, #0069ff);
}

.icon-msg,
.icon-tel,
.icon-vx,
.icon-headset,
.icon-backtop {
    position: fixed;
    width: 62px;
    height: 70px;
    background-color: #2a70ad;

    color: #fff;

    box-shadow: 0px 0px 1px 1px #e5e5e5;
    cursor: pointer;
    transition: all linear .2s;
    transform: translateY(-50%);
    right: 0;
    font-size: 12px;
    z-index: 999;
}



/* ç”µè¯å’¨è¯¢ */
.icon-tel {
    bottom: 220px;
    display: flex;
    justify-content: center;
    align-items: center;

    border-bottom: dashed 1px #fff;
}


.icon-tel .left {
    display: none;
    height: 50px;
    border-right: 1px solid #fff;
}

.icon-tel .right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.icon-tel img {
    width: 19px;
    height: 26px;
    margin-bottom: 10px;
}

.icon-tel:hover {
    width: 247px;
    color: #fff;
    background: rgba(0, 79, 153, 1);
    color: #fff !important;
}

.icon-tel:hover .left {
    display: flex;
    align-items: center;
    margin-right: 15px;
    padding-right: 10px;
}



/* å¾®ä¿¡å’¨è¯¢ */
.icon-vx {
    bottom: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 0 0 4px 4px;
}

.icon-vx img {
    width: 27px;
    height: 24px;
    margin-bottom: 10px;
}

.icon-vx:hover {
    background: rgba(0, 79, 153, 1);
    color: #fff;
}



.icon-vx .card-box {
    position: absolute;
    left: -120px;
    top: 0;
    width: 110px;
    height: 110px;
    background-color: #fff;
    box-shadow: 0px 5px 10px 0px #e5e5e5;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
    transition: all linear .3s;
}

.icon-vx .card-box::after {
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 7px 0 7px 6px;
    content: "";
    height: 0;
    position: absolute;
    right: -6px;
    top: 20px;
    width: 0;
}


.icon-vx:hover .card-box {
    display: flex;
}



.icon-vx .card-box img {
    width: 100px;
    height: 100px;
}



/* åœ¨çº¿ç•™è¨€ */

.icon-msg {
    bottom: 78px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.icon-msg img {
    height: 25px;
    margin-bottom: 10px;
}

.icon-msg:hover {
    background: rgba(0, 79, 153, 1);
    color: #fff;
}

/* è”ç³»æˆ‘ä»¬ */
.icon-headset {
    bottom: 290px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-bottom: dashed 1px #fff;
    border-radius: 4px 4px 0 0;
}

.icon-headset img {
    width: 27px;
    height: 27px;
    margin-bottom: 10px;
}

.icon-headset .img2 {
    display: none;
}

/* è¿”å›žé¡¶éƒ¨ */
.icon-backtop {
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    bottom: 0;
}

.icon-backtop img {
	width: 27px;
	height: 27px;
	box-shadow: 0;
}

.icon-headset:hover {
	background: rgba(0, 79, 153, 1);
	color: #fff;
}




.icon-backtop:hover {
	background: rgba(0, 79, 153, 1);
	color: #fff;
}



/* common end */


/* å¤´éƒ¨æ&nbsp;·å¼ start */
.header-container {
	position: fixed;
	z-index: 20;
	top: 0;
	width: 100%;
	height: 140px;
	transition: all linear .4s;
}

.header-prompt {
	background: #f7f8fa;
}

.header-prompt .prompt {
	min-width: 780px;
	max-width: 1288px;
	width: 100%;
	display: flex;
	align-items: center;
	height: 28px;
	margin: 0 auto;
	background: #f7f8fa;
	color: #999999;
}

header.header-wrap .ll-header-placeholder {
	height: 72px;
}

.free-phone {
	width: 120px;
	height: 46px;
	border: 1px solid #F75835;
	color: #F75835;
	font-size: 14px;
	padding: 6px 0px 6px 12px;
	margin-left: 8px;
}

.free-phone .phone {
	margin-top: 2px;
}

/* .header-container a.active {color: ;} */
.header-container::before {
	content: '';
	display: block;
	clear: both;
}

.header-container {
	background: #fff;
}

.header-container .header-wrap {
	position: relative;
	max-width: 1288px;
	height: 77px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;

}

.header-wrap .logo {
	width: 192px;
	height: 53px;
}

.header-menu {
	display: flex;
	background-color: #004F99;
	height: 35px;
	transition: all ease 0.5s;
}

.header-menu .menu-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	max-width: 1288px;
	min-width: 780px;
	margin: 0 auto;
}

.header-menu .header-nav {
	display: flex;
	font-size: 16px;
	color: #fff;
	height: 100%;

}

.header-menu .header-search {
    display: flex;
    width: 288px;
    height: 26px;
    padding: 0 0 0 4px;
    border-radius: 4px;
    background: #fff;
    align-items: center;
    overflow: hidden;
    flex-shrink: 0;
}

.header-menu .header-search .label {
    border-right: 1px solid #F5F5F5;
    padding-right: 5px;
    height: 20px;
    line-height: 20px;
    margin-right: 5px;
}

.header-menu .header-search .button {
    width: 30px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f75937;
    cursor: pointer;
}

.header-menu .header-search .button img {
    width: 13px;
    height: 13px;
}

.header-menu .header-search input {
    flex: 1;
    border: none;
    height: 20px;
    outline: none
}

.header-menu .header-nav&gt;a {
	height: 100%;
	display: flex;
	align-items: center;
}

.header-menu .header-nav .nav-item {
	width: 130px;
	position: relative;
	cursor: pointer;
	color: #fff;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.header-menu .active {
	background-color: #F75835;
}

.header-menu .header-nav a:hover {
	background-color: #F75835;
}

.header-menu .header-nav .nav-item:hover {
	background-color: #F75835;
}

.nav-item:hover .more-nav {
	display: flex;
	justify-content: flex-start;
}

.nav-item&gt;.more-nav {
	position: absolute;
	display: none;
	top: 35px;
	left: -20px;
	padding: 35px 45px;
	justify-content: space-between;
	/* transform: translateX(-50%); */
	z-index: 9999;
	min-width: 897px;
	background-color: #fff;
	box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.2);
	color: #687792;
	font-size: 14px;
	border-radius: 4px;
}

.nav-resource&gt;.more-nav {
	min-width: 226px;
	left: -45px;
	padding: 35px 0px;
	text-align: center;
}

.nav-item&gt;.more-nav a {
	color: #687792;
	font-size: 14px;
}

.nav-item&gt;.more-nav a:hover {
	color: #002FA7;
}

.more-nav-item {
	min-width: 180px;
	margin-left: 20px;
}

.more-nav-item .flex {
	border-bottom: 1px solid rgba(221, 221, 221, 1);
	padding-bottom: 10px;
}

.more-nav-item .icon-diamond {
	width: 22px;
	height: 20px;
}

.header-container.notTop {
	backdrop-filter: blur(10px);
	background: hsla(0, 0%, 100%, .8);
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .3);
}

/* å¤´éƒ¨æ&nbsp;·å¼ end */


/* é¢åŒ…å±‘ å¼€å§‹ */
.crumb {
	height: 30px;
	background: #f7f8fa;

}

.crumb .crumb-box {
	line-height: 30px;
	cursor: pointer;
	margin: 0 10px;
	color: #666;
	border-bottom: 1px solid transparent;
}

.crumb .crumb-box:first-child {
	margin-left: 0;
}

.crumb .crumb-box:nth-child(1) {
	margin-left: 10px;
}

.crumb .crumb-link:hover {
	border-color: #002FA7;
	color: #002FA7;
}

/* é¢åŒ…å±‘ end */



/* åº•éƒ¨æ&nbsp;ç›®å¼€å§‹ */
footer.footer {
	color: #fff;
	background-color: #004F99;
}




.footer-container {
	padding: 25px 0 5px 0;
	width: 100%;
	display: flex;
}

.footer-container .footer-address {
	margin-top: 30px;
}

.footer-container .container-left,
.footer-container .container-right {
	display: inline-block;
	width: 50%;
}

.footer-container .container-item {
	margin-bottom: 20px;
}

.container-item .footer-title {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.container-item .footer-title img {
	width: 24px;
	height: 24px;
	margin-right: 10px;
}

.container-item .footer-link {
	padding-left: 34px;
	display: flex;
	flex-wrap: wrap;
	font-size: 12px;
	margin-bottom: 10px;
}

.container-item .footer-link div {
	width: 33%;
	cursor: pointer;
}

.container-item .footer-link div:nth-child(n +4) {
	margin-top: 10px;
}

.container-item .footer-link div span {
	color: #fff;
	border-bottom: 1px solid transparent;
}

.container-item .footer-link div:hover span {
	border-color: #fff;
}

.footer-code img {
	height: 88px;
	margin-top: 17px;
	margin-left: 34px;
}

/* footer end */


/* model å¼¹å‡ºå±‚ */
.fixed-model {
    display: none;
}

.fixed-model .mask {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .5);

}

.model-wrap {
    display: none;
    padding: 20px;
    position: absolute;
    border-radius: 4px;
    left: 150px;
    top: 0;
    z-index: 1;
    width: 300px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, .3);
}

.model-wrap .input-wrap,
.textarea-wrap {
    padding: 0 15px;
    width: 100%;
    height: 45px;
    background-color: rgba(246, 246, 246, 1);
}

.model-wrap .input-wrap input {
    border: none;
    outline: none;
    background-color: transparent;
    width: 100%;
    min-height: 100%;
    font-size: 16px;
    color: #031C49;
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "å¾®è½¯é›…é»‘", Arial, sans-serif;
}

.model-wrap .textarea-wrap {
    padding-top: 18px;
    padding-bottom: 18px;
    display: block;
    max-width: 100%;
    min-height: 59px;
    border: none;
    outline: none;
    color: #031C49;
    font-size: 16px;
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "å¾®è½¯é›…é»‘", Arial, sans-serif;
}

.close-btn {
    cursor: pointer;
    color: #666;
    font-size: 14px;
}

.close-btn:hover {
    color: #2a70ad;
}
.fixed-alert {
    position: fixed;
    top: 15%;
    right: 20px;
    min-width: 400px;
    z-index: 9999;
    border-radius: 20px;
    /* ç›’å­é˜´å½± */
    box-shadow: 0 15px 30px rgb(0 0 0 / 10%);
    /* visibility: hidden; */
}

/*.fixed-alert.show {*/
/*	display: block;*/
/*	!* visibility: visible; *!*/
/*}*/
.fixed-alert .toast-wrapper .toast-wrapper-title {
    display: flex;
    justify-content: space-between;
    color: #fff;
    font-weight: bold;
    background-image: linear-gradient(to right, #0039CC, #002FA7);
    padding: 15px;
    font-size: 16px;
}

.pagination-select {
    height: 30px;
    border-color: #737C8B;
    position: absolute;
    left: 0;
    top: 0;
}
</pre></body></html>