@charset "utf-8";
html {
	font-family: "Lantinghei SC", "Open Sans", Arial, "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing:antialiased;
}
body, 
button, 
input, 
select, 
textarea {
    font-family: "Lantinghei SC", "Open Sans", Arial, "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;
}
h1, 
h2, 
h3, 
h4, 
h5, 
h6,
* {
    font-family: "Lantinghei SC", "Open Sans", Arial, "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;
	-webkit-font-smoothing:antialiased
}
address, 
cite, 
dfn, 
em, 
var {
    font-style: normal;
}
html, 
body, 
div, 
span, 
iframe, 
h1, 
h2, 
h3, 
h4, 
h5, 
h6, 
p, 
blockquote, 
pre, 
a, 
address, 
big, 
cite, 
code, 
del, 
em, 
font, 
img, 
ins, 
small, 
strong, 
var, 
b, 
u, 
i, 
center, 
dl, 
dt, 
dd, 
ol, 
ul, 
li, 
fieldset, 
form, 
label, 
legend{
	margin: 0px;
	padding: 0px;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

 a{
	text-decoration: none;
}

textarea:focus,input[type=text]:focus,input[type=password]:focus{border:1px solid #00a8fa !important;}
input.ria,input.ria:hover{border: none !important;}
input:hover{border: 1px solid #cac9c9 !important;}
input[type=button]:hover,input[type="submit"]:hover{ cursor: pointer;border: none !important;}
input.ria:hover{background: #91a144;cursor: pointer;}
img{
	
	border: none;
}
.floatImg{
	float: left;
}
body a{
	outline:none;

}
*:focus{
	outline: none;
}
textarea {
	resize: none;
	border: none;
}
button,input{
	outline: none;
	border: none;
}
ul,li{
	list-style: none;
}

table{
	border-collapse: collapse;
	margin: 0 auto;
}
table td,table th{
	border: 1px solid #999999;
}

.mRn{
	margin-right: 0px !important;
}
.mLn{
	margin-left: 0px !important;
}
.pb0{
	padding-bottom: 0px !important;
}
.mTn{
	margin-top: 0px !important;
}
.mBn{
	margin-bottom: 0px !important;
}
.ml40{
	margin-left: 40px !important;
}
.mt20{
	margin-top: 20px !important;
}
.mb20{
	margin-bottom: 20px !important;
}
.mt25{
	margin-top: 25px !important;
}
.mb15{
	margin-bottom: 15px !important;
}
.mt15{
	margin-top: 15px !important;
}
.mb10{
	margin-bottom: 10px !important;
}
.mt10{
	margin-top: 10px !important;
}
.mb5{
	margin-left: 5px !important;
}
.mr5{
	margin-right: 5px !important;
}
.mt5{
	margin-top: 5px !important;
}
.mb5{
	margin-bottom: 5px !important;
}
.dNone{
	display: none !important;
} 
.dBlock{
	display: block!important;
}
.dInherit{
	display: inherit;
}
.dInline{
	display: inline;
}
.dInBlock{
	display: inline-block;
}

.oH{
	overflow: hidden;
}
.oYa{
	overflow-y: auto;
}
.oXa{
	overflow-x: auto; 
}
.clear{
	clear: both;
}
.tLeft{
	text-align: left !important;
}
.tRight{
	text-align: right !important;
}
.tCenter{
	text-align: center !important;
}
/*常用字体颜色*/
.c222{
	color: #25323e!important;
}
.c666{
	color: #60676e!important;
}
.c999{
	color: #90979e!important;
}
.eb4{
	color:#eb4444!important;
}
.color_blue{
	color: #239ada!important;
}
.color_green{
	color: #4cb885!important;
}
.color_red{
	color: #ee7c89!important;
}
/*常用背景色*/
.bgc_gray{
	background: #90979e!important;
}
.bgc_red{
	background: #ea3737!important;
}
.bgc_blue{
	background: #239ada!important;
}
.bgcz_green{
	background: #4cb885!important;
}
.bgc_darkgreen{
	background: #16adb6!important;
}
.bor_r{  
	border-right: 1px solid #dfe1e7;
}
.bor_l{  
	border-left: 1px solid #dfe1e7;
}
.bor_t{  
	border-top: 1px solid #dfe1e7;
}
.bor_b{  
	border-bottom: 1px solid #dfe1e7;
}
.bor{
	border: 1px solid #dfe1e7;
}
.bor_none{
	border:none !important;
	_border:0px !important;
	*border:0px !important;
}
/*定位*/
.pRelative{
	position: relative;
}
.pAbsolute{
	position: absolute;
}
.pFixed{
	position: fixed;
}
.pStatic{
	position: static;
}
.positInherit{
	position: inherit;
}
.opcitym{
	opacity: 0.8;
	filter:alpha(opacity=80);
}
.opcity80{
	opacity: 0.8;
	filter:alpha(opacity=80);
}
.opcity80:hover{
	opacity: 1.0;
	filter:alpha(opacity=100);
}
.borRadius4{
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
}
.borRadius2{
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
}
.borRadius3{
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
}
.wtShadow{
	box-shadow: 0 1px 5px #ddd;
	-webkit-box-shadow: 0 1px 5px #ddd;
	-moz-box-shadow: 0 1px 5px #ddd; 
	-o-box-shadow: 0 1px 5px #ddd;
	-ms-box-shadow: 0 1px 5px #ddd;
	
}
.wrbShadow{
	box-shadow:2px 2px 3px rgba(9,9,9,.1);
	-webkit-box-shadow:2px 2px 3px rgba(9,9,9,.1);
	-moz-box-shadow:2px 2px 3px rgba(9,9,9,.1);
	-o-box-shadow:2px 2px 3px rgba(9,9,9,.1);
	-ms-box-shadow:2px 2px 3px rgba(9,9,9,.1);

}

/*图片上下居中*/
.centerImg{
	display: table-cell;
	*display: block;
	*font-size: ;/*兼容底版本ie,font-size，为height的0.873*/
	vertical-align: middle;
	text-align: center;
}
.centerImg img{
	vertical-align: middle;
}
/*浮动*/
.fl {
	float: left !important;
}
.fr {
	float: right !important;
}
.fn {
	float: none!important;
}
/*文本*/
.tc{
	text-align: center!important;
}
.tl{
	text-align: left!important;
}
.tr{
	text-align: right!important;
}
/*清浮动2 clearfix 通用*/
.clearfix:after {
	content:"";
    display:block;
    height:0;
    line-height:0;
    clear:both;
    visibility:hidden;
}
.clearfix {
	*zoom:1;
}
/*清浮动2 对子元素浮层有影响*/
.clear{ 
	height:0; 
	overflow:hidden; 
	clear:both
}
/*获取焦点属性显示*/
.curDefault {
	cursor: default
}
.curPointer {
	cursor: pointer;
}
.box{
	width:1200px; 
	margin:0px auto;
}

body{
	padding-top:120px;
	background-color: #ffffff;
}
/*提示*/
.alert{
	width: 100%;
	height: 54px ;
	line-height:54px;
	font-size: 14px;
	font-weight: bold;
	color: #eafcf9;
	background-color:#00c7a0 ;
	text-align: center;
	position: relative;
	z-index: 2;
}
.alert.alert-danger
{
	background-color: #f46f72;
	color: #fbe5e6;
}
.alert .common-close{
	position: absolute;
	top: 12px;
	right: 15px;
	width: 13px;
	height: 13px;
	cursor: pointer;
	text-indent: 100px;
	background:url("https://www.51shebao.com/statics/output/images/close.png") no-repeat 0 -106px;
	overflow: hidden;
	zoom: 1;
}
.alert .common-close:hover{
	background-position: 0 -17px;
	cursor: pointer;
}
/*顶导*/
.menu{
	height:30px;
	position: fixed;
	width: 100%;
	top:0px;
	left: 0px;
	background-color: #fafafa;
	z-index: 99999;
	border-bottom: 1px solid #ddd; 
}
.menu_box{
	width: 960px;
	margin: 0 auto;
	height: 30px;
}
.menu_box .menu_left{
	height:30px;
	line-height: 30px;
	width: 270px;
	float: left;
	display: block;
	cursor: pointer;
}
.menu_box .menu_left a{
	height: 30px;
	line-height: 30px;
	font-size: 12px; 
	color: #666;
	margin-right: 20px;
	display: inline-block;
}
.menu_box .menu_left a.user_name,.menu_box .menu_left a.register{
	color: #ff150e;
}
.menu_box .menu_left a:hover{
	color: #ff150e;
}
.menu_box .menu_right{
	height:30px;
	float:right;
	line-height: 30px;

}
.menu_box .menu_right li{
	display: inline-block;
	height:30px;
	line-height: 30px;
	float: right;
	margin-left: 20px;
}
.menu_box .menu_right li a{
	color: #333;
	font-size: 12px;
	display: block;
	height: 30px;
	line-height: 30px;
}

.menu_box .menu_right li a:hover{
	color: #ff150e;
}
.menu_box .menu_right li a.manage_101{
	background: url(https://www.51shebao.com/statics/output/images/logo_101.png) no-repeat;
	background-position: left 9px;
	padding-left: 13px;
}
.menu_box .menu_right li a.manage_101:hover{
	color: #00a8fa;
}
/*header制作*/
header {
	position: fixed;
	z-index: 8888;
	height: 72px;
	width: 100%;
	top:0px;
	left: 0PX;
	background-color: #fff;
	box-shadow:rgba(0,0,0,.1) 0 1px 5px;
	-webkit-box-shadow:rgba(0,0,0,.1) 0 1px 5px;
	-moz-box-shadow:rgba(0,0,0,.1) 0 1px 5px;
	-o-box-shadow:rgba(0,0,0,.1) 0 1px 5px;
	-ms-box-shadow:rgba(0,0,0,.1) 0 1px 5px;
	/**border-bottom:1px solid #ddd;
	border-bottom:1px solid #ddd\0;*/
}
.header {
	width: 1200px;
	margin: 0 auto;
	height: 73px;
}
.logo{
	height: 70px;
	width: 150px;
	overflow: hidden;
}
.logo a img {
	height: 70px;	
	width: 150px;
}
.logo a {
	display: block;
	height: 70px;
	width: auto;
	overflow: hidden;
}
nav{
	display: inline-block;
	height: 72px;
	width: auto
}
nav a {
	display: inline-block;
	height: 72px;
	line-height: 72px;
	width: auto;
	padding:0 38px;
	float: left;
	color: #333;
	font-size: 16px;
	text-align: center;
	position: relative;
	z-index: 4;
}
nav a .posAbs{
	display:block;
	width:6px;
	height: 6px;
	position: absolute;
	bottom:16px;
	left:50%;
	margin-left: -3px;
	z-index: 2;
	display: none;
	background:url(https://www.51shebao.com/statics/output/images/icon.png) no-repeat -0px -80px;
}

nav a.opt .posAbs{
	display: block;
}
nav a:hover,
nav a.opt {
	color: #ff150e;
}
/*全部产品*/
.all_thing{
	height: 72px;
	width: auto;
	padding: 0 38px;
}
.all_thing a{
    display: inline-block;
    line-height: 36px;
    width: auto;
	margin:18px 0;
    color: #333;
    font-size: 16px;
    text-align: center;
    /*background:url(https://www.51shebao.com/statics/output/images/three_bar.png) no-repeat left 28px;*/
}
.all_thing a.cur_one{
	border-bottom: 2px solid red;
}
.all_thing a:hover{
	color: #ff150e;
}
.all_out .cur a{
	color: #ff150e;
	background-position: left -58px;
}
.all_out{
	position: relative;
}
.all_out .thing_list{
	display: none;
	width: 232px;
	position: absolute;
	top: 72px;
	left: 0;
	background: white;
	border-top: 1px solid #eeeeee;
	padding: 15px 0;
	box-shadow:0 2px 6px rgba(9,9,9,.1);
	-webkit-box-shadow:0 2px 6px rgba(9,9,9,.1);
	-moz-box-shadow:0 2px 6px rgba(9,9,9,.1);
	-o-box-shadow:0 2px 6px rgba(9,9,9,.1);
	-ms-box-shadow:0 2px 6px rgba(9,9,9,.1);
}
.all_out .thing_list li{
	
}
.all_out .thing_list li dt{
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #999999;
	padding-left: 18px;
	cursor: default;
	font-family: "黑体";
	margin-top: -2px;
}
.all_out .thing_list li dd{
	height: 40px;
	line-height: 40px;
}
.all_out .thing_list li dd a{
	font-size: 14px;
	color: #333333;
	display: block;
	padding-left: 36px;
	font-family: "黑体";
}
.all_out .thing_list li dd a:hover{
	background: #ff150e;
	color: white;
}
.all_out .thing_list li .line_wz{
	margin: 10px 20px;
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 10px;
}
.all_out .thing_list li dd a.seven_imp{
	background: url(https://www.51shebao.com/statics/output/images/seven_red.png) no-repeat 70% center;
}
.all_out .thing_list li dd a.seven_imp:hover{
	background: url(https://www.51shebao.com/statics/output/images/seven_white.png) no-repeat 70% center;
	background-color: #ff150e;
}




















.tel {
	display: inline-block;
	width: auto;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #666;
	padding-left: 20px;
	float: right;
	margin-top: 20px;
	position: relative;
	z-index: 4;
}
.tel .icon{
	width: 18px;
	height: 18px;
	display: block;
	position: absolute;
	top:8px;
	left: 0px;
	z-index: 6;
	background: url(https://www.51shebao.com/statics/output/images/icon.png) no-repeat -20px -70px;
} 
.hf_box{
	width: 100%;
	min-width: 1200px;
	/*border-top:2px solid #ff150e;*/
	padding:36px 0 30px;
	border-top: 1px solid #ededee;
}
.helper{
	width: 960px;
	margin:0 auto 23px;
}
.helper .helper_left{
	float: left;
	width: 300px;
	overflow: hidden;
}
.helper_left .fore{
	float: left;
	width: 140px;
}
.helper_left .fore dt{
	line-height: 40px;
	height:40px;
	font-size: 14px;
	color: #333;
}
.helper_left .fore dd li{
	line-height: 24px;
	height:24px;
}
.helper_left .fore dd li a{
	font-size: 12px;
	color: #666;
}
.helper_left .fore dd li a:hover{
	color: #ff150e
}
.helper .helper_right{
	width: 360px;
	float: right;
}
.helper_right .erma{
	width: 110px;
	float: left;
	padding-top: 25px;
}
.helper_right .erma img{
	width: 90px;
	height: 90px;
	display: block;
	margin: 0 auto;
}
.helper_right .erma div{
	height:46px;
	line-height: 46px;
	font-size: 12px;
	color: #666;
	text-align: center;
}
.helper_right .hotline{
 	width: 200px;
 	margin-top:20px;
 	float: right;
}
.hotline .phone{
	line-height: 32px;
	font-size: 24px;
	color: #ff150e;
	text-align: center;
}
.hotline .time{
	line-height: 24px;
	font-size: 14px;
	color: #666;
	text-align: center;
	margin-bottom:10px;
}
.hotline  .online{
	display: block;
	width: 118px;
	height: 28px;
	line-height: 28px;
	margin:0 auto;
	text-align: center;
	font-size: 14px;
	color: #ff150e;
	border:1px solid #ff150e;
}
.hotline  .online:hover{
	background-color: #ff150e;
	color: #fff;
}
.hotline .mail{
	line-height: 46px;
	font-size: 12px;
	color: #333;
	text-align: center;
	margin-bottom:10px;
}
.hotline .mail a{
	font-size: 12px;
	color: #666;
}
footer{
	border-top:1px solid #ddd;
	overflow: hidden;
	padding-top:10px;
	width: 960px;
	margin:0 auto;
}
footer .link{
	width: 889px;
	line-height: 26px;
	word-break: keep-all;
	/*height: 26px;*/
	font-size: 12px;
	color: #666;
	margin-bottom:18px;
	float: left;
}
footer .link_title{
	display: inline-block;
	margin-right: 10px;
	font-size: 12px;
	color: #666;
	float: left;
	line-height: 26px;
}
footer .link a{
	color: #666;
	font-size: 12px;
	margin-right: 10px;
}
footer .link a.more{
	color: #999;
	margin-right: 0px;
}
footer .link a:hover{
	color: #ff150e;
}
footer .link a.more:hover{
	text-decoration: underline;
}


footer .address,footer .copy{
	line-height: 22px;
	color: #666;
	font-size: 12px;
	text-align: center;
}
footer .copy a{
	color: #666;
	font-size: 12px;
	cursor: pointer;
}
footer .copy a:hover{
	color: #ff150e;
}
footer .safety{
	width: 596px;
	height: 40px;
	margin:41px auto 0;
}
.safety .safety_360{
	display: block;
    width: 111px;
    height: 40px;
    float: left;
    margin-right: 10px;
    background: url(https://www.51shebao.com/statics/output/images/renzheng1.png) no-repeat -0px -0px;
}
.safety .safety_cx{
	display: block;
    width: 111px;
    height: 40px;
    float: left;
    margin-right: 10px;
    background: url(https://www.51shebao.com/statics/output/images/renzheng1.png) no-repeat -242px  -0px;
}
.safety_qxrz{
	display: block;
    width: 111px;
    height: 40px;
    float: left;
    background: url(https://www.51shebao.com/statics/output/images/renzheng1.png) no-repeat -121px -0px;
}
.safety #kx_verify{
	position: inherit;
	width: 111px!important;
    height: 40px!important;
	float: left;
	margin-right: 10px;
}
.safety #kx_verify img{
	width: 111px!important;
    height: 40px!important;
}
.safety #kx_verify:hover img{
	top:0px!important;
	left:0px!important;
}
.safety .safety_aqlm{
	display: block;
   	width: 111px;
    height: 40px;
    float: left;
    margin-right: 10px;
    2background: url(https://www.51shebao.com/statics/output/images/renzheng1.png) no-repeat -255px -0px;
}
.safety .safety_aqlm img{
	width: 111px!important;
    height: 40px!important;
}
.safety .safety_wsjy{
	display: block;
    width: 120px;
    height: 27px;
    float: left;
    background: url(https://www.51shebao.com/statics/output/images/renzheng1.png) no-repeat -336px -0px;
}
.body_404{
	background-color: #eeeeee;
	padding-top:40px;
}
.main_404{
	width: 810px;
	margin:0 auto;
	

}
.main_404 .img_404{
	display: block;
	margin:0 auto 32px;
}
.returntip{
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	text-align: center;
	color: #666;
	margin-bottom: 50px;
}
.returntip a{
	font-size: 12px;
	color: #239ada;
	padding-left: 4px;
	cursor: pointer;
}
.returntip a:hover{
	text-decoration: underline;
}
.title_404{
	height:54px;
	line-height: 54px;
	margin-bottom:32px;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	color: #666;
	border-bottom:2px solid #e8e6e6;
}
.list_404{
	width: 100%;
	overflow: hidden;
	zoom:1;
	margin-bottom: 190px;
}
.list_404 dd{
	width: 33.3%;
	float: left;
	text-align: center;
}
.list_404 dd a{
	display: block;
	width: 124px;
	height: 42px;
	line-height: 42px;
	font-size: 14px;
	color: #fcfcfc;
	opacity: 0.9;
	margin:0 auto 10px;
	background-color: #16adb6;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	filter:alpha(opacity=90);
	cursor: pointer;
}
.list_404 dd a:hover{
	opacity: 1.0;
	filter:alpha(opacity=100);
}
.list_404 dd a.btn{
	background-color: #239ada;
}
.list_404 dd a.btn2{
	background-color: #16adb6;
}
.list_404 dd a.btn3{
	background-color: #4cb88e;
}
.list_404 dd p{
	height: 28px;
	line-height: 28px;
	font-size: 12px;
	color: #999;
}
.list_404 dd.curs{
	border-left: 1px dashed #cccccc;
	border-right: 1px dashed #cccccc;
}
.maike{
	background-color: #f7f7f7;
	padding-top:0px;
}
