/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
*{
	margin: 0;
	padding: 0;
}

a:hover,
a:focus {
	text-decoration: none;
}

body{
	padding-top: 10px;
	padding-bottom: 0px;
}

.separator{
	margin: 10px;
}

#header_top{

}

#header_bottom{

}
/* 重写container样式开始 */
.container {
	/*padding-right: 10px;*/
	/*padding-left: 10px;*/
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 768px) {
	.container {
		width: 750px;
	}
}
@media (min-width: 992px) {
	.container {
		width: 970px;
	}
}
@media (min-width: 1200px) {
	.container {
		width: 1370px;
	}
}
/* 重写container样式结束 */

/*重写导航栏样式开始*/
.navbar {
	min-height: 85px;
    padding-right: 5px;
}
.nav-pills,.navbar-form{
	padding-top: 35px;
}
.navbar-form{
    padding-right: 0px;
    margin-right: 0px;
}
.navbar-default {
	border:None;
	background-color: rgb(255,255,255);
}
.navbar-brand {
	float: left;
	height: 85px;
	padding: 0px 5px;
	font-size: 18px;
	line-height: 85px;
}
#eg-navbar  .nav li{
	margin-left: 10px;
}
.navbar .nav > li > a{
	color: #3c76b6;
}

.navbar .nav >li >a:active{
	color: #23527C;
}

header .dropdown-toggle{
	font-size: 22px;
}
/*设置导航栏二级菜单字体*/
.dropdown-menu li a{
	font-size: 18px;
}
/*重写导航栏样式结束*/


/*重写多级菜单样式开始*/
.dropdown-menu {
	padding-left: 5px;
	min-width: 120px;
}
.dropdown-submenu{
	position: relative;
}

.dropdown-submenu{
	min-width: 120px;
}
.dropdown-submenu > .dropdown-menu{
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px 6px;
	border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu{
	display: block;
}

.dropup .dropdown-submenu > .dropdown-menu{
    top:auto;
    bottom:0;
    margin-top:0;
    margin_bottom:-2px;
    -webkit-border-radius: 5px 5px 5px 0;
    -moz-border-radius: 5px 5px 5px 0;
    border-radius: 5px 5px 5px 0;
}

.dropdown-submenu > a:after{
	display: block;
    float:right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #cccccc;
	margin-top: 5px;
	margin-right: -10px;
    content: " ";
}

.dropdown-submenu:hover > a:after{
	border-left-color: #cccccc;
}

.dropdown-submenu.pull-left{
	float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu{
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}

.dropdown-menu>li>a{
	padding-left: 0px;
	/*margin-left: 5px;*/
}

/*重写多级菜单样式结束*/
.jumbotron p{
	/*font-size: 15px;*/
}
.eg_footer{
	padding-top: 55px;
	padding-bottom: 55px;
}
.row{
	margin-left: 0px;
	margin-right: 0px;
}
/*返回顶部模块样式开始*/
.suspension {
    width: 46px;
    height: 210px;
    position: fixed;
    /*right: 30px;*/
    right: 6%;
    bottom: 60px;
    z-index: 999;
}

.suspension .consult {
    background-image: url(../images/top-icon.png);
    background-repeat: no-repeat;
    background-position: center -1px;
    background-color: #0af;
    border-radius:5px;
    display: block;
    position: relative;
    width: 46px;
    height: 46px;
}

.suspension .consult .suspension-list {
    position: absolute;
    width: 240px;
    right: -29px;
    top: -230px;
    z-index: 30;
    display: none;
}

.suspension-list-content {
    position: absolute;
    width: 240px;
    right: 85px;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 6px 12px 0 rgba(0,0,0,.15);
}

.suspension-list ul {
    margin: 32px 24px;
}

.suspension-list ul li {
    position: relative;
    display: list-item;
    width: 100%;
    height: auto;
    padding: 16px 0;
    margin-top: 10px;
    overflow: hidden;
    border-top: 1px solid #f4f4f4;
}

.suspension-list ul li:first-child {
    padding-top: 0;
    border-top: none;
}

.suspension-list ul .suspension-list-bottom {
    margin-bottom: 0;
    padding-bottom: 0;
}

.suspension-list-bottom .info-value {
    font-size: 12px;
    font-weight: inherit;
    color: #999;
}

.suspension-list ul li:first-child {
    margin-top: 0;
}

.service-phone, .service-qq, .service-proposal {
    display: inline-block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 0 0;
}

.service-phone {
    background-image: url(../images/suspend_icon_01.png);
}

.service-phone:hover {
    background-image: url(../images/suspend_icon_01_blue.png)
}

.service-qq {
    background-image: url(../images/suspend_icon_03.png);
}

.service-qq:hover {
    background-image: url(../images/suspend_icon_03_blue.png);
}

.service-proposal {
    background-image: url(../images/suspend_icon_02.png);
}

.service-proposal:hover {
    background-image: url(../images/suspend_icon_02_blue.png)
}

.info-name {
    display: block;
    padding-left: 52px;
    height: 14px;
    font-size: 14px;
    color: #333;
}

.info-value {
    display: block;
    padding-left: 52px;
    margin-top: 8px;
    height: 18px;
    font-size: 18px;
    font-weight: 700;
    color: #f90;
}

.suspension a.consult:hover .suspension-list {
    display: inline !important;
}

.suspension .cart {
    background-image: url(../images/top-icon.png);
    display: block;
    position: relative;
    width: 46px;
    height: 46px;
    margin-top: 10px;
    /*border: 1px solid #bcbcbc;*/
    background-color: #e3e5e7;
    border-radius:5px;
    background-repeat: no-repeat;
    background-position: center;
}

.suspension a.cart:hover .pic {
    display: block;
}

.suspension .back-top {
    background-image: url(../images/top-icon.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    display: block;
    width: 46px;
    height: 46px;
    /*border: 1px solid #bcbcbc;*/
    background-color: #e3e5e7;
    border-radius:5px;
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
    margin-top: 10px;
}

.suspension .cart .pic {
    display: none;
    position: absolute;
    left: -139px;
    top: -120px;
    width: 139px;
    height: 163px;
}

.pic-content {
    position: absolute;
    width: 139px;
    height: 163px;
    border: 1px solid #ddd;
    box-shadow: 0 6px 12px 0 rgba(0,0,0,.15);
    background: url(../images/egmicro_wx.png) center no-repeat;
    right: 10px;
}
/*返回顶部模块样式结束*/