﻿.right-nav {
	position: fixed;
	left: 50%;
	top: 290px;
	margin-left: 550px;
	z-index: 9999;
}
.right-nav li {
	background-color: #fafafa;
	width: 80px;
	position: relative;
}
.right-nav li a {
	display: block;
	text-align: center;
	cursor: pointer;
}
.show-ewm {
	position: absolute;
	opacity: 0;
	z-index: -1;
	filter: alpha(opacity=0);
	width: 140px;
	height: 130px;
	left: -50px;
	top: -30px;
	display: none;
}
.right-nav li .ewm1 {
	background: url(images/phpj211.png) no-repeat;
}
.right-nav li .ewm2 {
	background: url(images/phpj211.png) no-repeat;
}
.right-nav li .ewm3 {
	background: url(images/phpj211.png) no-repeat;
	padding-top: 15px;
}
.right-nav li .ewm1 img {
	margin-left: 5px;
	margin-top: 5px;
	width: 120px;
}
.right-nav li .ewm2 img {
	width: 120px;
	padding: 5px;
}
.right-nav li .ewm2 {
	height: 155px;
}
.right-nav li .ewm2 p {
	font-size: 12px;
	line-height: 28px;
	background: #fff;
	width: 122px;
	margin: -4px 0 0 4px;
	color: #1b4c84;
	text-align: center;
}
.right-nav li .ewm3 img {
	margin-left: 5px;
	margin-top: 5px;
	width: 120px;
}
.right-nav li .ewm3 p {
	font-size: 14px;
	line-height: 24px;
	color: #333;
	text-align: center;
	width: 130px;
}
.right-nav li .bdsharebuttonbox a {
	margin-left: 8px;
	margin-top: 8px;
}
.right-nav li.share {
	position: relative;
}
.right-nav li {
	border: 1px solid #dcdcdc;
	border-bottom: none;
}
.right-nav li:last-child {
	border-bottom: 1px solid #dcdcdc !important;
}
.right-nav li>a {
	padding: 7px 0;
}
.right-nav li i {
	line-height: 24px;
}
.right-nav li p {
	line-height: 18px;
	margin-top: 0px;
}
.left-nav {
	position: fixed;
	left: 50%;
	margin-left: -700px;
	z-index: 999;
	top: 290px;
	width: 80px;
}
.right-nav-close {
	width: 80px;
	height: 20px;
	background: url(images/close.png) right center no-repeat;
	cursor: pointer;
}

/*20220805*/
 .ewb-search {
    position: absolute;
    bottom: 30px;
    right: 0;
}

.ewb-search-area {
    width: 280px;
    height: 38px;
    background: url(../images/search_bg.png) no-repeat;
}

.ewb-search-txt {
    margin-top: 1px;
    margin-left: 42px;
    width: 168px;
    height: 36px;
    line-height: 36px;
    font-size: 15px;
    border: 0;
    outline: 0;
    color: #b5b5b5;
}

.ewb-search-btn {
    width: 70px;
    height: 38px;
    font-size: 16px;
    border: 0;
    outline: 0;
    cursor: pointer;
    color: #fff;
    background: url(../images/search_btn.png) no-repeat;
}

.ewb-search-btn:hover {
    background: url(../images/search_btnh.png);
}

.ewb-search-link {
    margin-left: 10px;
    line-height: 38px;
    text-decoration: underline;
    color: #0371c6;
}

.ewb-search-link:hover {
    color: #ff0000;
}

.l{
	float:left;
}
.r{
	float:right;
}