:root {
	--color: #f29245;
	--sub-color: #f29245;
	--body-bg: #ffffff;
	--footer-bg: #787878;
	--text-color: #333;
	--ccc: #ccc;
	--eee: #eee;
	--white: #fff;
}
body {
    font-size: 14px;
    line-height: 1.8;
    color: var(--text-color);
    background-color: var(--body-bg);
    font-family: arial, helvetica, sans-serif;
	overflow-x: hidden;
}

body,
html {
    height: 100%;
    position: relative;
}

a {
    color: var(--text-color);
}
button,span,input,div,div:focus,button:focus,span:focus,input:focus{
    outline: 0 !important;
}
a:hover,
a:focus {
    color: var(--color);
    text-decoration: none;
}

body,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
input,
p,
blockquote,
th,
td {
    font-weight: 400;
    margin: 0;
    padding: 0;
}

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

table {
    border-collapse: collapse;
}

ol,
ul,
li {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.ttu {
    text-transform: uppercase;
}
.my-6{
    margin-top: 4rem;
    margin-bottom: 4rem;
}

/* logo */
.logo{
	margin-right: 20px;
}
.logo a{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo .logo_txt{
    margin-left: 20px;
}
.logo_txt h2{
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 4px;
    margin-top: 25px;
}
.logo_txt p{
    font-size: 16px;
    text-transform: uppercase;
}
.empty{
	height: 100px;
}
.title.on{
	transform: translateY(-30px);
}
.title{
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	font-size: 18px;
	font-weight: bold;
	padding-top: 30px;
	line-height: 70px;
	transition: all .5s;
}
.title i{
	position: absolute;
	left: 15px;
	top: 30px;
	line-height: 30px;
}
.index.title{
	background-color: #162b58;
	color: #fff;
}
.pro.title{
	background-color: #fff3e0;
}
.con.title{
	background-color: #7ab6e3;
}
.content{
	padding: 20px;
}
.index_list{
	box-shadow: 0px 5px 8px 3px rgba(0,0,0,.1);
	padding: 10px;
	padding-bottom: 0;
}
.index_list li{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
.index_list i{
	align-items: flex-end;
	font-size: 12px;
	color: #888;
}
.index_list{
	font-size: 14px;
}
.index_list li:last-child{
	border-bottom: none;
}
.index_list li a{
	align-items: center;
}
.index_list li h5{
	font-size: 14px;
}
.index_list li .left{
	align-items: center;
}
.index_list_img{
	width: 50px;
	height: 50px;
	margin-right: 20px;
}
.index_list_img img{
	max-width: 100%;
	max-height: 100%;
}