@charset "utf-8";
/*********************************************
* Start Time 2019-03-01
* Author : huicairong
* Contect : huicairong@163.com
**********************************************

/*公共 css*/
*{
	outline: none;
	margin: 0px;
	padding: 0px;
	clear: both;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html,body{
	height:100%;
	-ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
a {
	text-decoration:none;
	color:#333;
	font-family: "Hiragino Sans GB","微软雅黑","宋体";
}
body{
	margin:0;
	padding:0; 
	font:14px "Hiragino Sans GB","微软雅黑","宋体"; 
	color:#333;
	word-wrap:break-word;
	-webkit-font-smoothing:antialiased;
	background: #eef3f5;
}
input,button{
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
	outline-style:none;
	outline-width:0pt;
	resize:none;
}

/* 顶部菜单*/
.top_menu_root{
	windth:100%;
	min-width: 1100px;
	background: #fff;
	-webkit-box-shadow: 0 2px 5px 0 #e0e0e0;
    -moz-box-shadow: 0 2px 5px 0 #e0e0e0;
    box-shadow: 0 2px 5px 0 #e0e0e0;
}
.top_menu{
	width: 1100px;
	margin: auto;
	height: 55px;
	line-height: 55px;
	vertical-align: middle;
}
.top_menu .logo{
	width: 50px;
    vertical-align: middle;
    margin-left: 10px;
}
.top_menu .menu{
	font-size: 16px;
	color:#404040;
	margin-left: 40px;
}
.top_menu .sel_menu{
	color: #bf0000;
}
.top_menu .menu:hover{
	color: #bf0000;
}
.top_menu .menu1{
	margin-left: 15px;
}
.top_menu .new_nemu:after{
	position: absolute;
	content: " ";
	background: url("../images/new1.gif");
	width: 36px;
	height: 20px;
	margin-left: -18px;
}

.top_menu .wechat{
	float: right;
    /* background: url(../images/icon/icon-wechat.png) no-repeat; */
    background-position: left;
    text-indent: 22px;
    color: #707070;
    font-size: 12px;
}

/*当前位置*/
.position{
    margin-bottom: 15px;
    padding: 15px 25px 15px 45px;
    border-top: 2px solid #748594;
    -webkit-box-shadow: 0 2px 5px 0 #e0e0e0;
    -moz-box-shadow: 0 2px 5px 0 #e0e0e0;
    box-shadow: 0 2px 5px 0 #e0e0e0;
    background: url(../images/icon/icon-position.png) no-repeat;
    background-position: 25px;
    background-color: #fff;
    font-size: 12px;
}
.position .cur_position{
	color:#707070;
}

/*页面内容*/
.content{
	width: 1100px;
	margin: auto;
}

/*底部导航*/
.bottom_root{
	width: 100%;
	min-width: 1100px;
    background: #fff;
    margin-top: 30px;
}
.bottom_left{
	width: 800px;
	padding: 13px 20px 20px 0px;
}
.bottom_left .link{
	margin-left: 20px;
}
.bottom_left .link1{
	margin-left: 0px;
}
.line{
	width: 100%;
	padding-top: 20px;
	text-align: left;
}
.bottom_right{
	float: right;
    width: 300px;
    margin-top: -190px;
    text-align: right;
    padding-top: 13px;
}
.bottom_right .qrcode_img{
	width: 100px;
}
