@charset "utf-8";
/* CSS Document */
/* CSS 长春首家科技有限公司  美工孙洋洋 2017年10月16日开始制作*/


* {
    margin:0px;
    padding:0px;
    /*-moz-user-select:none;不可复制拖动文本，只支持火狐*/
}

html {
    padding:0px;
	font-family:"Microsoft YaHei";
	overflow-x:hidden;
	font-size:62.5%;
	font-size:12px;
}

body {
    margin:0px;
    padding:0px;
    background: #fff;
}

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 {
    margin:0;
    padding:0;
}
/* 表单元素不继承父级 */
body,button,input,select,textarea {
	font-family:"Microsoft YaHei";
}
table {
    border-collapse:collapse;
    border-spacing:0;
}

fieldset,img {
    border:none;
}


ol,ul,li {
    list-style:none;
}

/* 标题自定义 */
h1,h2,h3,h4,h5,h6 {
    font-weight:900;
	font-size:20px;
}


a{
	font-family:"Microsoft YaHei";
	text-decoration: none;
	font-size:62.5%;
	font-size:14px;
	color:#333;
    cursor: pointer;
}
a:hover {
    text-decoration:none;
	color:#000;
}
span{
	font-family:"Microsoft YaHei";
	font-size:62.5%;
	font-size:12px;
	color:#333;
}
span a {
	font-family:"Microsoft YaHei";
	font-size:14px;
	color:#333;
}
span a {
	color:#333333;
}
font{
	font-family:"Microsoft YaHei";
	font-size:62.5%;
	font-size:12px;
	color:#999999;
}



/* 清除浮动 */
.clearfix {
	width: 100%;
	display: table;
    zoom:1; /* for ie6 & ie7 */
}
.clear {
    height:0px;
    line-height:0px;
    font-size:0px;
    overflow:hidden;
    display:none;
    clear:both;
}
/* 显示和隐藏 */
.tl_hide {
    display:none;
}
.tl_block {
    display:block;
}
.fl {
    float:left;
}
.fr {
    float:right;
}
.red{
    color: #f00;
}


/*头部  开始*/
header{
	position:relative;
	height: 100px;
}
header .bs_bg{
	width: 100%;
	z-index: -1;
}
header .bs_bg img{
	width:100%;
	height: 100px;
}
.bs_logoh1{
	position: absolute;
	top:50%;
	margin-top: -34px;
	left: 30px;
}
/*头部  结束*/

/*导航   开始*/
nav{
	background:#d40907;
	height: 80px;
}
nav .bs_index{
	width:10%;
	background: url(bs_sjrix.png) no-repeat right center;
}
nav .bs_index a{
	display:block;
	width: 100%;
	height: 80px;
	line-height: 100px;
	text-align: center;
	font-size: 1.8rem;
	color: #fff;
	font-weight: normal;
	background: url(bs_sjhome.png) no-repeat center 15px;
}
nav .bsbs_navul{
	width:90%;
	margin-top: 5px;
}
nav .bsbs_navul li{
	float: left;
	width: 20%;
	padding-left: 5%;
}
nav .bsbs_navul li a{
	width: 100%;
	display: block;
	text-align: center;
	height: 35px;
	color: #fff;
	font-size: 1.8rem;
	line-height: 35px;
	text-align: left;
}
/*导航   结束*/

/*搜索  开始*/
.bs_ss{
	width:98%;
	margin: 4px auto;
}
.bs_ss .bs_ssinp{
	border: 2px solid #d40907;
	border-radius:5px 0px 0px 5px;
	width: 83%;
	height: 34px;
	float: left;
	padding-left: 2%;
}
.bs_ssspan{
	float:left;
	display: block;
	background:  #d40907 url(bs_sjss.png) no-repeat center;
	width: 14%;
	border-radius: 0px 5px 5px 0px;
	height: 38px;
	border: 2px solid #d40907;
}
/*搜索  结束*/

/*底部  开始*/
.footer{
	background: #e6e9ed;
	border-top:2px solid #d40907;
	padding: 10px 0px;
}
.footer p{
	text-align: center;
	height: 35px;
	line-height: 35px;
	font-size: 1.4rem;
}
/*底部  结束*/