@charset"UTF-8";


/*--- 通用样式-----*/
html,
body,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
ol,
ul,
li,
table,
tbody,
tfoot,
thead,
tr,
th,
td, 
span,
a,
img,
em,
ins,
strong,
b,
i,
form,
input,
button,
label{
    margin: 0;
    padding: 0;
}
html,body{
    width:100%;
    height: 100%;
}
body {
    font-family: "微软雅黑";
    font-size: 14px;
    color:#333;
    background-color: #fff;
}
ul,
li,
ol,
dt,
dd,
dl {
    list-style: none;
}
input,
button,
select,
textarea {
    outline: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
img {
    border: 0;
    vertical-align: middle;
}
em,
i {
    font-style: normal;
}
ins {
    text-decoration: none;
}
a{
    text-decoration: none;
    cursor: pointer;
}
a:link,
a:visited {
    color: #333;
}
/*a:hover,
a:active {
    color: #008ed7;
}*/

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    *zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}
.wordbk{
	word-break: break-word;
	word-wrap: break-word;
}
.elips{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.flx{
	display: -webkit-flex;
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
}
.grey{
    color:#999;
}
.dark_grey{
	color: #666;
}

/*--- 布局---*/
.web_page{
	width: 100%;
	min-height: 100%;
	padding-bottom: 340px;
	box-sizing: border-box;
	position: relative;
}
.home_layer{
	background-color: #f9f9fa;
}
.the_footer{
	width: 100%;
	height: 340px;
	background-color: #27282f;
	position: absolute;
	bottom: 0;
	left: 0;
}
.the_wrapper{
	width: 1200px;
	margin: 0 auto;
}

/*----通用头部------*/
.the_header{
	width: 100%;
	height: 120px;
	 height: 68px; 
	background-color: #b00e00; 
}
.the_header .logo{
	height: 68px; 
	line-height: 68px;
	box-sizing: border-box;
 
}

/*----通用底部------*/
.the_footer .the_wrapper{
	padding-top: 35px;
	box-sizing: border-box;
}
.the_footer .line_top{
	padding-bottom: 20px;
	border-bottom: 1px solid #4a4b4d;
	margin-bottom: 30px;
}
.the_footer .title{
	font-size: 20px;
	color: #adaeb2;
	margin-bottom: 8px;
}
.the_footer .title img{
	display: inline-block;
	margin-right: 20px;
}
.the_footer p{
	line-height: 22px;
}
.the_footer .line_top p{
	margin-left: 52px;
}
.the_footer a{
	display: inline-block;
	vertical-align: middle;
	color: #7c7c80;
	margin-left: 20px;
}
.the_footer a:first-child{
	margin-left: 0;
}
.the_footer a:hover{
	color: #adaeb2;
}
.the_footer .line_down p{
	color: #7c7c80;
}
.the_footer .left{
	margin-right: 100px;
}
.the_footer .left p{
	margin-left: 52px; 
}
.the_footer .mid{
	padding: 15px 0px 0px 95px;
	box-sizing: border-box;
	position: relative;
	margin-right: 150px;
}
.the_footer .mid:before{
	display: block;
	content: "";
	width: 1px;
	height: 125px;
	background-color: #4a4b4d;
	position: absolute;
	top: 0;
	left: 0;
}
.the_footer .right{
	padding-top: 5px;
}
.the_footer .right .fl{
	margin-right: 40px;
}
.the_footer .pic{
	padding-top: 18px;
}
