﻿@charset "utf-8";
/* CSS Document */
/*
    @author：zhaocong
    @Contain：全局公共~css
    @time：2016-09-09-17:21
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {margin:0;padding:0;border:0;word-wrap:break-word;word-break:break-all;}
input, textarea, select {
    font-family:inherit;
    font-weight:inherit;
    font-size:1em;
    padding:0;
    outline:none;
}
ul, ol{
    list-style:none;
}
li{
    list-style: none;
}
em{
    font-style:normal;
}
strong{
    font-weight: normal;
}
input[placeholder], [placeholder], *[placeholder] { color: #999999; }
input:-webkit-autofill{ -webkit-box-shadow: 0 0 0px 1000px white inset;}
a:focus{outline:none;}
button{ outline: none; cursor: pointer}
img{border:0 none}
input{border: none; border: 0; margin: 0; padding: 0; outline:none;}
textarea{ resize: none; border: 0; border: none}
body{
    margin: 0;
    padding: 0;
    font-size:12px;
    color:#606060;
    background: #ffffff;
    font-family:"微软雅黑", Verdana, Tahoma, Arial, Helvetica, "宋体", sans-serif;
    word-wrap:break-word;
    word-break:break-all;
    min-width: 1190px;
}
a{
    color:#666;
    text-decoration:none;
}
i{
    font-style: normal;
}
table{ border-collapse: collapse;}
.Mask,.MaskTwo{
    width: auto;
    height: auto;
    opacity: 0.5;
    filter:alpha(opacity=50);
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 19;
    background-color:#000;
    +background: url("../images/Mask_7.png");
}
.Public-brief{
    width: 400px !important;
}
.Public-Mask-lr, .Public-Mask-pop{
    width: auto;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    /*overflow: hidden;*/
    z-index: 20;
    display: none;
    border: 5px solid rgba(255,255,255,0.2);
}
.Public-Mask-Re{
    position: relative;
}
.public-Pop-Close{
    width: 28px;
    height: 28px;
    overflow: hidden;
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
    z-index: 3;
    background: url("../images/PopMask.png") 0px 0px no-repeat;
}
.public-Pop-Close-color{
    background: url("../images/PopMask.png") 0px -28px no-repeat !important;
}
/*公共错误提示*/
.public-Error-fonStyle{
    height: 26px;
    color: #e92c28;
    overflow: hidden;
    font: 12px/26px "宋体";
}
/*公共错误提示*/
/*面包屑导航*/
.pulic_singOver_color a{
    color: #606060;
}
.pulic_singOver_color a:hover{
    color: #f64747;
}
/*面包屑导航*/
/*返回顶部*/
.ReturnTop{
 	+position :relative;
    position: fixed;
    right: 50%;
    margin-right: -655px;
    top: 50%;
    margin-top: -85px;
    width: 48px;
    height: auto;
    +height: 166px;
    overflow: hidden;
    cursor: pointer;
    /*display: none;*/
    z-index: 500;
}
.online-Service{
    width: 36px;
    height: 127px;
    display: inline-block;
    overflow: hidden;
    background: url("../images/RetuenTop.jpg") no-repeat;
}
.ReturnTopBtn{
    width: 36px;
    height: 36px;
    overflow: hidden;
    display: none;
    background: url("../images/RetuenTop.jpg") 0px -128px no-repeat;
}
/*返回顶部*/
/*左侧悬浮导航*/
.floor_Nav{
	width:90px;
	height: auto;
	position: fixed;
	top:11%;
	left: 50%;
	margin-left: -700px;
	background: #fff;
	overflow: hidden;
	font: 12px/14px "微软雅黑";
    z-index:9998;
}
.floor_Nav ul li{
	width: 74px;
	height: 15px;
	padding: 8px;
	margin-bottom: 1px;
	background: #999;
	text-align: center;
	
}
.floor_Nav ul li:hover{
	background: #3cb46d;
}
.floorActBgColor{
	background: #3cb46d!important;
}
.floor_Nav ul li a{
	color: #fefefe;
}
.floor_Nav p{
	background: #666;
	padding: 10px 20px 10px 20px;
	width: 74px;
	height: 15px;
	color: #fefefe;
	cursor: pointer;
}

/*左侧悬浮导航*/
/*全局CSS设置结束*/
.mini_button {
    background-color: #3cb46d;
    border-radius: 2px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font: 14px/28px "宋体";
    height: 28px;
    margin: 14px auto;
    overflow: hidden;
    text-align: center;
    width: 88px;
}























