@import url('./font/iconfont.css');

input::-webkit-input-placeholder {
	color: #9B9B9B !important;
}

header {
	width: 100%;
	min-width: 1200px;
	background: url(../images/nav_bg.jpg) repeat-x;
}

header .top {
	width: 100%;
	min-width: 1200px;
	background-color: #eeeeee;
	height: 37px;
	line-height: 37px;
}

header .logo_bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

header .logo_bar img{
	width: 80%;
	position: relative;
	left: -25px;
}

header .nav {
	width: 100%;
	min-width: 1200px;
	border-bottom: 1px solid #5d85f2;
}

header .nav ul {
	display: flex;
	height: 55px;
	align-items: center;
}

header .nav ul li{
	position: relative;
	margin-right: 60px;
}

header .nav ul li:hover::before{
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #fff;
	bottom: -9px;
	padding: 0 5px;
	left: -5px;
}

header .nav ul li:hover a{
	font-weight: bold;
}

header .nav ul li a {
	color: #fff;
	font-size: 17px;
}


footer {
	width: 100%;
	min-width: 1200px;
	background-color: #0563e3;
	padding: 18px 0 23px;
}

footer p {
	color: #fff;
	padding-top: 9px;
}

footer a {
	color: #fff !important;
}

html,
body {
	scroll-behavior: smooth;
}

.goTop {
	width: 100px;
	border: 1px solid #0075ed;
	position: fixed;
	right: 0px;
	background-color: rgba(57, 127, 255, 0.149);
	z-index: 999;
	/* top: 766px; */
	bottom: 80px;
	border-radius: 10px;
	opacity: 0;
	transition: opacity .2s linear .2s;
	visibility: hidden;
}

.goTop .bar {
	border-radius: 4px;
	background-color: rgba(255, 255, 255, 0.302);
	width: 80px;
	height: 80px;
	border: 1px solid #fff;
	margin: 10px auto;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	cursor: pointer;
}

.goTop .bar p {
	color: #064a95;
	font-size: 13px;
	line-height: 15px;
	width: 100%;
	margin-top: -7px;
	text-align: center
}

.goTop .bar p.sm {
	margin-top: -20px;
}

.goTop .bar i {
	font-size: 32px;
	color: #064a95;
}

.crumbs {
	display: flex;
	font-size: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #0e6eb8;
}

.crumbs span {
	padding: 0 5px;
}

/* .crumbs span:last-child {
    display: none;
} */

.crumbs div:nth-last-child(2) {
	color: #0e6eb8;
}

.crumbs a {
	color: #2c3e50;
}

.pagebar {
	text-align: center;
	padding-top: 10px;
}

/* 栏目标题 */
.col_tt{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 0;
}
.col_tt h2{
	font-weight: bold;
	position: relative;
	padding-left: 12px;
}

.col_tt h2::before{
	content: "";
	width: 4px;
	height: 23px;
	background-color: #007ad8;
	position: absolute;
	left: 0;
	top: 3px;
}

.col_tt a.more{
	display: flex;
	width: 62px;
	height: 27px;
	border: 1px solid #207dfc;
	align-items: center;
	justify-content: center;
	color: #207dfc;
	position: relative;
	font-size: 12px;
}
.col_tt i{
	position: relative;
	top: 1px;
}

/* 文章面包屑 */
#m_site{
    margin-top: 20px;
    height: 40px;
    position: relative;
}
#m_site > i{
    color: #666;
    font-size: 21px;
    position: absolute;
    top: 8px;
    left: 2px;
}
#m_site .site{
    padding-left: 30px;
}
#m_site .site a{
    color: #666;
    line-height: 40px;
}

/* 列表面包屑 */
#l_site {
    margin-top: 20px;
    height: 39px;
    border-bottom: 1px solid #7d7d7d;
}
#l_site>h2 {
    color: #1b7ad3;
    font-size: 22px;
    float: left;
    padding-top: 6px;
    line-height: 25px;
	font-weight: bold;
}
#l_site>div.ps {
    float: right;
    padding-top: 16px;
}
#l_site>div.ps a {
    font-size: 14px;
    color: #666666;
}
#l_site>div.ps span {
    padding: 0 10px;
    color: #666666;
    font-size: 14px;
}

/* —————e.2 分类筛选——————*/

#m_sorts {
    margin-top: 10px;
}
#m_sorts h1 {
    background-color: #1b7ad3;
    font-size: 18px;
    color: #ffffff;
    height: 40px;
    line-height: 38px;
    text-indent: 23px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
	font-weight: bold;
}
#m_sorts .sorts_bar {
    border: 1px solid #1b7ad3;
    padding: 0 10px 10px 10px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
#m_sorts .sorts_bar .row {
    margin-top: 10px;
    overflow: hidden;
    padding-bottom: 10px;
    padding-left: 117px;
    position: relative;
}
#m_sorts .sorts_bar .row .tt {
    position: absolute;
    border: 1px dashed #1b7ad3;
    text-align: center;
    line-height: 36px;
    font-size: 16px;
    color: #1b7ad3;
    width: 117px;
    height: 36px;
    left: 0;
    border-radius: 7px;
}
#m_sorts .sorts_bar .row .sl {
    padding-left: 10px;
}
#m_sorts .sorts_bar .row .sl span {
    display: block;
    float: left;
    color: #666666;
    font-size: 14px;
    margin: 10px 0 0 10px;
    cursor: pointer;
}
#m_sorts .sorts_bar .row .sl span.on {
    color: #1b7ad3;
}
#m_sorts .sorts_bar .row .sl a{
    display: block;
    float: left;
    color: #666666;
    font-size: 14px;
    margin: 10px 0 0 10px;
    cursor: pointer;
}
#m_sorts .sorts_bar .row .sl a.on {
    color: #1b7ad3;
}

#m_sorts .sorts_bar .row .sl em {
    display: block;
    float: left;
    color: #666666;
    font-size: 14px;
    margin: 10px 0 0 10px;
    cursor: pointer;
    padding-right: 20px;
    background: url(../images/arrow_u.png) no-repeat 50px 3px;
}
#m_sorts .sorts_bar .row .sl em.on.op {
    background: url(../images/arrow_d.png) no-repeat 50px 3px;
}
#m_sorts .sorts_bar .row .sl em.on {
    color: #1b7ad3;
}
#m_sorts .sorts_bar .row.lg {
    position: relative;
    min-height: 52px;
}
#m_sorts .sorts_bar .row.lg .sl {}
#m_sorts .sorts_bar .row.lg .tt {
    position: absolute;
    border: 1px dashed #1b7ad3;
    text-align: center;
    line-height: 60px;
    font-size: 16px;
    color: #1b7ad3;
    width: 117px;
    height: 60px;
    left: 0;
    border-radius: 7px;
}