/*Í³Ò»ÑùÊ½*/

html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
img {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

li {
    list-style: none;
}

body {
    font-family: 'Î¢ÈíÑÅºÚ';
}

a {
    text-decoration: none;
    color: #333;
}

.banner{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 20px
}
.banner_img{
	width: 90%;
}
.lcyle{
	margin-top: 20px;
	margin-left: 5%;
	width: 90%;
}
.lcyle_top {
    width: 100%;
    height: auto;
    line-height: 26px;
    font-size: 24px;
    position: relative;
    border-bottom: 1px solid #e6e6e6;
    box-sizing: border-box;
}
.lcyle_tt {
    height: 100%;
    display: inline-block;
    overflow: hidden;
    box-sizing: border-box;
    padding-right: 5px;
    height: auto;
    border-bottom: 2px solid #0085ce;
}
.lcyle_tt a{
	font-size: 24px;
	color: #1973c3;
	font-weight: bold;
}
.lcyle_info {
    width: 100%;
    height: auto;
    background-color: #f3f3f3;
    margin: 20px 0px 40px 0px;
    overflow: hidden;
    padding: 20px 0px;
    font-size: 16px;
}
.header_area{
	position:absolute;top:10%;left:90%;
}