:root {
	--hei0: #1c3645;
	--hei: #414141;
	--gray: #6a6b6d;
	--bai: #f2f3f6;
	--hui: #535353;
	--h01: #f02e3e;
	--h02: #ff6c00;
	--h03: #eeb416;
	--l01: #1ab373;
	--c11: #1a78e4;
	--c12: #0aafe6;
	--c13: #08ccd9;
}
::-webkit-scrollbar {
    width: 5px;
}
::-webkit-scrollbar-thumb {
    background: #ccc; // 滑块颜色
    border-radius: 5px; // 滑块圆角
}
::-webkit-scrollbar-thumb:hover {
    background: #f40; // 鼠标移入滑块变红
}
::-webkit-scrollbar-track {
    border-radius: 5px; // 轨道圆角
    background-color: #1890ff // 轨道颜色 
}
*{padding: 0; margin: 0; box-sizing: border-box;}
@font-face{
    font-family: 'AppFont';
    src : url('ZiHunBianTaoTi-2.ttf');
}
html, body{
	font-family: 'AppFont', Microsoft YaHei, Arial, Hiragino Sans GB, "sans-serif", Source HanSans SC, "Source HanSerif SC";
	font-size: 16px;color: var(--hei);
}
html{
	background-color: #fbfbfb;
	/*background-image: url(../img/bg.jpg);*/
	background-repeat: repeat-y;
	background-size: contain;
	background-position-x: center;
}
a{text-decoration: none;}
.nav {
	width: 100%;
	background: transparent;
}
.nav .logo{
	height: 42px;
}
.nav .logo img{ height: 42px;}
.nav .pt-name {line-height: 42px;padding: 0px 8px;font-size: 24px;color: var(--hei0);}
.nav .xl{flex-grow: 1; display: flex;justify-content: center;}
.nav .xl-item {
	clear: both;
	width: 80px;
	line-height: 42px;
	padding: 0 5px;
	font-size: 16px;
	cursor: pointer;
	text-align: center;
	color: var(--gray);
	transition: all .5s;
	text-decoration: none;
}
.nav .xl-item .xl-name{
	display: inline-block;
	width: 100%;
	position: relative;
	z-index: 2;
}
.nav .xl-item:hover .xl-bg{
	width: 70px;
	height: 5px;
	border-top: 3px solid transparent;
	border-right: 3px solid transparent;
	border-bottom: 8px solid var(--c12);
	border-left: 3px solid transparent;
	margin-top: -20px;
	position: absolute;
	z-index: 1;
	margin-left: 0px;
}
.nav .xl-item:hover .xl-bg {
	display: block;
}
.nav .xl-item:hover{
	color: var(--hei0);
}
.container {
	padding: 0px 20px;
	max-width: 1080px;
	width: 100%;
	margin: 0 auto;
}
.flex-row{
	-ms-flex-direction: row;
	flex-direction: row;
}
.flex-col{
	-ms-flex-direction: column;
	flex-direction: column;
}
.flex-base-4 .column{
	-ms-flex-preferred-size: 25%;
	flex-basis: 25%;
}
.flex-base-5 .column{
	-ms-flex-preferred-size: 20%;
	flex-basis: 20%;
}
.flex-base-6 .column{
	-ms-flex-preferred-size: 16.66%;
	flex-basis: 16.66%;
}
.flex-base-8 .column{
	-ms-flex-preferred-size: 12.5%;
	flex-basis: 12.5%;
}
.flex-left{justify-items: flex-start; justify-content: flex-start;}
.flex-right{justify-items: flex-end; justify-content: flex-end;}
.flex-center{justify-items: center; justify-content: center;}
.row{
	display: flex;
	flex-wrap: wrap;
}
.column{
	
}
.box{
	width: 100%;
	min-height: 80px;
	background: transparent;
	border: #ffffff solid 10px;
	box-shadow: 0px 2px 5px #ccc;
	cursor: pointer;
	overflow: hidden;
	transition: all 1.2s;
	text-decoration: none;
}
.box .avatar {box-sizing: content-box;max-width: 100%;height: 28px;overflow: hidden;position: absolute; z-index: 1;padding: 6px;}
.box .avatar img {display: inline-block !important;
width: 28px !important;height: 28px !important;float: left;border: #e8e8e8 solid 1px;
border-radius: 50% !important; position: relative; box-shadow: 0 0 3px #ccc;}
.box .avatar .atr-1 {margin-left: 0;}
.box .avatar .atr-2 {margin-left: -10px;}
.box .avatar .atr-3 {margin-left: -10px;}
.box .avatar .atr-4 {margin-left: -10px;}
.box .avatar .atr-5 {margin-left: -10px;}
.box .avatar .atr-txt {margin-left: -10px;background: #ffffff;height: 28px;width: 28px;display: inline-block !important; 
position: relative;float: left; border-radius: 50%;font-size: 10px;text-align: center;line-height: 28px;}
.box img{width: 100%;display: block;border-radius: 4px;background-color: #e9e9e9;}
.box .pob-line{
	position: relative;
	z-index: 2;
	height: 40px;
	margin-top: -40px;
}
.box .pob-line span.c-n{
	position: absolute;
	left: 0;
	z-index: 1;
	display: inline-block;
	width: calc(100% - 60px);
	height: 40px;
	line-height: 44px;
	overflow: hidden;
	background: url(../img/r-l.png) no-repeat;
	background-position: right top;
	background-size: contain;
	color: var(--hei);
	padding-right: 14px;
	font-size: 24px;
}
.box .pob-line span.c-a{
	position: absolute;
	right: 4px;
	z-index: 1;
	display: inline-block;
	width: 70px;
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	background: url(../img/c-a.png) no-repeat;
	background-size: 100% 100%;
	color: #ffffff;
	text-align: center;
	padding-left: 8px;
	font-size: 14px;
}
.box .pob-line span.c-a .arrow{
	display: inline-block;
	height: 10px;
	width: 14px;
	background: url(../img/arr.png) no-repeat center;
	background-size: contain;
}
.box .pob-line::before{
	content: '';
	display: inline-block;
	height: 40px;
	width: calc(60% - 20px);
	background: #ffffff;
	border-radius: 0 0 0 4px;
}
.box:hover{box-shadow: 0px 2px 5px var(--h01);}
.box .pob-line small {font-weight: normal;color: var(--gray);padding-left: 4px;font-size: 12px;}
.flex-base-4 .column .box img{height: 180px;}
.flex-base-8 .column .box img{min-height: 80px;}
.flex-base-8 .column .box{border-width: 6px;}
.flex-base-8 .column .box .pob-line {height: 26px; margin-top: -26px;}
.flex-base-8 .column .box .pob-line span.c-n {width: calc(100% - 28px);height: 26px;line-height: 30px;font-size: 14px;text-align: center;}
.flex-base-8 .column .box .pob-line span.c-a {width: 34px;height: 24px;line-height: 22px;font-size: 12px;right: 2px;padding-left: 4px;}
.flex-base-8 .column .box .pob-line span.c-a .arrow{margin-top: 7px;}
.flex-base-8 .column .box .pob-line::before{height: 26px;}

.fl-header {
	display: flex;
	height: 60px;
	box-sizing: content-box;;
}
.fl-header img{
	display: inline-block;
	height: 50px;
}
.fl-header .fl-title {
	display: flex;
	min-width: 120px;
}
.fl-header .fl-title .a{
	color: var(--hei0);
	font-size: 28px;
}
.fl-header .fl-title .b{
	font-size: 14px;
	font-style: italic;
	color: var(--c13);
}


.kjlx_box {
	width: 340px;
	height: 40px;
	border-radius: 25px;
	border: solid 1px var(--c12);
	background: var(--c12);
	margin: 0;
	justify-content: space-between;
	box-sizing: border-box;
	overflow: hidden;
}

.kjlx_box,
.kjlx_box li {
	display: flex;
	align-items: center;
}

.kjlx_box li,
.kjlx_box li span {
	justify-content: center
}

.kjlx_box li span {
	width: 100%;
	height: 40px;
	display: block;
	background: var(--c12);
	margin-right: 5px;
	padding: 5px;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	color: #ffffff;
}

.kjlx_box li span i {
	width: 30px;
	height: 30px;
	background-color: #ffffff;
	border-radius: 50%;
	margin-right: 8px;
	padding: 2px;
}

.kjlx_box li span p {
	font-size: 14px;
	margin:0;
}
.kjlx_box li span p.jx{
	display: none;
}

.kjlx_box li h2 {
	flex-grow: 1;
	font-size: 18px;
	border-radius: 6px;
	background: var(--bai);
	padding: 2px 12px;
	margin: 0;
	-webkit-font-smoothing: antialiased;
	font-family: Microsoft YaHei, Heiti SC, Tahoma, Arial, Hiragino Sans GB,"sans-serif", Source HanSans SC, "Source HanSerif SC";
}

.kjlx_box a {
	width: 80px;
	height: 40px;
	color: #ffffff;
	box-sizing: border-box;
	border: 0;
	border-left: solid 1px var(--c06);
	font-size: 14px;
	letter-spacing: 2px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all .5s;
	text-decoration: none;
}

.kjlx_box a:hover {
	background: var(--bai);
	color: var(--c12);
}

.ss-box {
	flex-grow: 1;
	height: 50px;
	text-align: center;
	overflow: hidden;
}
.ss-box .ss-border {
	background: #dae6f7;
	height: 40px;
	padding: 2px;
	border-radius: 20px;
	width: 80%;
	max-width: 320px;
	display: flex;
}
.ss-box .ss-border .ss-input{
	flex-grow: 1;
	height: 36px;
	border-radius: 18px 0px 0px 18px;
	background: var(--bai);
	outline:none;
	border:none;
	padding: 3px;
	text-align: center;
	font-size: 16px;
	min-width: 80px;
	font-family: 'AppFont'
}
.ss-box .ss-border .ss-btn{
	height: 36px;
	width: 48px;
	border-radius: 0px 18px 18px 0px;
	background-color: var(--bai);
	border:none;
	background-image: url("../img/search.png");
	background-size: 22px;
	background-repeat:no-repeat;
	background-position: center;
	cursor: pointer;
}
.ss-box .ss-border .ss-btn:hover{
	background-image: url("../img/search-a.png");
}

.hide {display: none;}
.footer{height: 46px; line-height: 50px; text-align: center;color: #ffffff;font-size: 14px;overflow: hidden;
background-image: url(../img/btm.png);background-repeat: no-repeat;background-position: bottom center;background-size: contain;}

.dialog_mask {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .2);
	z-index: 20001;
	box-sizing: border-box;
	padding: 24px;
	flex-direction: row;
	align-items: center;
	display: none;
	opacity: 0
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

.dialog_mask.show {
	display: flex;
	animation: fadeIn .3s ease-in forwards
}

.dialog {
	max-width: 480px;
	height: 520px;
	background: #eef6fc;
	box-shadow: 0 8px 10px 0 rgba(31, 26, 107, .14);
	background: var(--bai);
	border-radius: 14px;
	margin: 0 auto
}

.dialog, .dialog .title {
	width: 100%;
	overflow: hidden
}

.dialog .body {
	width: 100%;
	background: #ffffff;
	height: 464px;
	border-radius: 0 0 18px 18px;
	overflow-y: auto;
	box-sizing: border-box;
	padding: 24px;
	padding-bottom: 0;
	overflow-wrap: anywhere;
}

.dialog .title {
	height: 46px;
	line-height: 46px;
	font-size: 22px;
	text-align: center;
	color: var(--hei0);
}

.dialog .close {
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 32px;
	background: var(--c12);
	display: inline-block;
	color: #fff;
	overflow: hidden;
	border-radius: 50%;
	margin-top: 3px;
	cursor: pointer;
	font-family: Arial;
	text-align: center;
	position: absolute;
	z-index: 2006;
	margin-top: -14px;
}

.dialog .close:active {
	background: #a20
}

.notice-msg{padding: 10px; font-size: 20px; text-align: center;font-family: "微软雅黑"; font-weight: bold;}
