ul li,ol li
{
    list-style:none;
}
/*============================= */
.side{position:fixed;width:54px;height:216px;right:0;top:214px;z-index:100;}
.side ul li{width:54px;height:54px;float:left;position:relative;border-bottom:1px solid #444;}
.side ul li .sidebox{position:absolute;width:54px;height:54px;top:0;right:0;transition:all 0.3s;background:#000;opacity:0.8;filter:Alpha(opacity=80);color:#fff;font:14px/54px "微软雅黑";overflow:hidden;}
.side ul li .sidetop{width:54px;height:54px;line-height:54px;display:inline-block;background:#000;opacity:0.8;filter:Alpha(opacity=80);transition:all 0.3s;}
.side ul li .sidetop:hover{background:#2ca6e2;opacity:1;filter:Alpha(opacity=100);}
.side ul li img{float:left;}

/*==========右侧边栏客服============ */

.box_tit {
	text-align: center;
	line-height: 1;
	padding: 0 0 30px 0;
	overflow: hidden;
}
.box_tit .english {
	color: #0e9ce4;
	font-size: 40px;
	text-transform: uppercase;
	font-family: 'UUSUNInchike';
}
.box_tit .tit {
	font-size: 22px;
	background: url(../images/tit_line.png) center bottom no-repeat;
	padding: 0 0 15px 0;
}
.box_tit .text {
	color: #999;
	margin-top: 10px;
	line-height: 1.5;
}
.box_tit .text span {
	color: #0e9ce4;
}

.box_advantages {
	padding: 50px 0;
}
.box_advantages ul {
	overflow: hidden;
}
.box_advantages ul li {
	width: 25%;
	float: left;
	border-top: 1px solid #dedede;
	border-left: 1px solid #dedede;
	position: relative;
	overflow: hidden;
	text-align: center;
	padding: 50px 0;
}
.box_advantages ul li img {
	width: 100px;
	height: 100px;
}
.box_advantages ul li em {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	color: #666;
	font-size: 24px;
	padding: 10px 0 0 0;
}
.box_advantages ul li .hide {
	transition: all 0.3s;
	opacity: 0;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	background: #2ca6e2;
	color: #fff;
	padding: 15px;
}
.box_advantages ul li .hide span {
	font-size: 20px;
	display: block;
	overflow: hidden;
	padding: 0 0 20px 0;
}
.box_advantages ul li .hide p {
	display: block;
	overflow: hidden;
	line-height: 25px;
	max-height: 75px;
}
.box_advantages ul li:hover .hide {
    opacity: 1;
    display: -webkit-box !important;
	display: -moz-box !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
}
.box_advantages ul li:nth-child(1), .box_advantages ul li:nth-child(2), .box_advantages ul li:nth-child(3), .box_advantages ul li:nth-child(4) {
	border-top: 0;
}
.box_advantages ul li:nth-child(4n+1) {
	border-left: 0;
}


.sidebox-weixin{width: 54px;height:54px; opacity: 0.8; background: rgb(0, 0, 0);}
.sidebox-weixin:hover{background:rgb(44, 166, 226) !important;}
.weixin-box
{
	
	width: 150px;
    height: auto;
    font-size:13px;
    position: absolute;
    left: -152px;
    top: 25px;
    border: 2px solid #ccc;
    background: #fff;
    text-align: center;
	display:none;
}

@media (max-width:818px)
{
	
	.navbar-nav>li
	{
		height:auto !important;
		line-height:1;
	}
	.dropdown-menu
	{
		position:relative !important;
	}
}

/* ===== */
