/*Generated by wjdhcms 3.0 */

@charset "utf-8";

/*-----------å…¬ç”¨-----------*/

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #E2E2E2;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}

* {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
}

body {
    font: 14px/1.231 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
    color: #333;
    margin: 0;
    line-height: 1.5;
}

:focus {
    outline: 1;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block;
}

a {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

li,
ul {
    list-style-type: none;
}

img {
    border: none;
}

a {
    color: #333;
    text-decoration: none;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

a:link,
a:hover,
a:active,
a:visited {
    text-decoration: none;
}

input,
textarea {
    outline: 0;
    border: 0;
}

textarea {
    resize: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
i,
em {
    font-weight: normal;
    font-style: normal;
}

.bd_l{
	position: relative;
	height: 100%;
		margin-left: 40px;
}
.bd_l h1{
	margin-top: 48px;

}
.bd_l>a{
	position: absolute;
	bottom: 50px;
	width: 158px;
	height: 48px;
	display: block;
	border:1px solid #fff;
	color: #fff;
	line-height: 48px;
	text-align: center;
	font-size: 24px;
}
.bd_l>a:hover{
	background-color: #c51b1b;
	border:1px solid #c51b1b;
}
.bd_r{
	height: 100%;
	position: relative;
}
.bd_r ul{
	position: absolute;
	top:30%;
	right: 0;
	width: 350px;
	height: 290px;
}
.bd_r ul li{
	width: 350px;
	height: 48px;
	margin:30px 0;
	display: block;
}
.bd_r ul li a{
	width: 158px;
	height: 48px;
	display: block;
	border:1px solid #fff;
	color: #fff;
	line-height: 48px;
	text-align: center;
	font-size: 24px;
}
.bd_r ul li a:hover{
	background-color: #c51b1b;
	border:1px solid #c51b1b;
}
.bd_r ul li{
	font-size: 24px;
	color: #fff;
	width: 350px;
}