
@charset "utf-8";
/* 清除默认样式 */
html,body,div,ul,li,ol,dl,dd,dt,p,h1,h2,h3,h4,h5,h6,form,fieldset,legend,img,em{
	margin: 0;
	padding: 0;
}
fieldset,img,img,input,button { border: none;padding: 0;margin: 0;outline-style: none; }
ul,ol { list-style: none; }
input {padding-top:0; padding-bottom:0; font-family: "SimSun","宋体";}
select,input {vertical-align: middle;}
select, input, textarea { font-size:12px; margin:0; }
textarea { resize:none; } /*防止拖动*/
img {border:0; vertical-align:middle; }  /*  去掉图片低测默认的3像素空白缝隙*/

body, button, input, select, textarea {
    font: 12px Arial,Helvetica,sans-serif;
}
/*清除浮动 -- 减少浏览器渲染负担 -- 推荐*/
.clearfix:before,.clearfix:after{
    content:"";
    display:table;
}
.clearfix:after{clear:both;}
.clearfix{
    *zoom:1;/*IE/7/6*/
}

i,em {
	border: none;
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-style: normal;
}
a {
	text-decoration: none;
}
body{
	font-family: 'Microsoft Yahei';
	position: relative;
}
html,body{
	width: 100%;
	height: 100%;
}
.main{
	width: 100%;
	height: 100%;
}
.main_left{
	width: 41%;
	height: 100%;
	background-color: #fff;
	float: left;
	box-sizing: border-box;
	padding: 100px 100px 0 100px;
}
.main_left p:nth-of-type(1){
	font-size: 40px;
	color: #7b8177;
	font-weight: bold;
	margin-bottom: 20px;
}
.main_left p:nth-of-type(2){
	font-size: 20px;
	color: #7b8177;
	font-weight: bold;
	margin-bottom: 12px;
}
.main_left p:nth-of-type(3){
	font-size: 14px;
	color: #7b8177;
	line-height: 30px;
}
.main_right{
	width: 59%;
	height: 100%;
	background-image: url(../img/jianjie_bj.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	float: right;
}