/*最顶部导航*/
.big_top{
	width: 100%;
	background-color:#f9f9f9;
	border-bottom: 1px solid #d3d3d3;
}
.top_box{
	width: 1100px;
	margin: 0 auto;
}
.top_box .top_center{
    float: left;
    line-height: 32px;
}
.top_left{
	float: left;
	line-height: 32px;
}
.top_right{
	float: right;
}
.top_right li{
	float: left;
	margin-left: 15px;
	line-height: 32px;
}

/*顶部导航*/
.big_header{
	width: 100%;
}
.header_box{
	width: 1100px;
	margin: 0 auto;
}
.header_left{
	float: left;
}
.header_right{
	float:right;
}
.header_left img{
	margin-top: 24px;
	margin-left: 7px;
}
.header_bottom li a{
	font-size: 16px;
}
.header_bottom li{
	margin-left: 40px;
	float: left;
}
.special a,.special a:hover{
	color: #e23122;
}
.header_bottom .special{
	margin-left: 0px;
}
.header_top li{
	float: right;
	margin-left:63px;
}
.header_top .pic1{
	margin-top: 20px;
	margin-bottom: 30px;
}
.header_top .pic2{
	margin-top: 17px;
}
/*右侧固定导航*/
.right_nav1{
	position: fixed;
	right: 0px;
	top:440px;
	cursor: pointer;
	width: 67px;
	height: 67px;
	background-color: #888888;
}
.right_nav1 :hover{
	background-color: red;
}
.right_nav2{
	position: fixed;
	right: 0px;
	top:507px;
	cursor: pointer;
	background-color: #7d7d7d;
}
.right_nav3{
	position: fixed;
	right: 0px;
	top:574px;
	cursor: pointer;
	width: 67px;
	height: 67px;
	background-color: #888888;
}
.right_nav4{
	position: fixed;
	right: 0px;
	top:635px;
	cursor: pointer;
}
/*右侧菜单栏*/
.floating_ck {
	position: fixed;
	right: 0px;
	top: 440px;
	z-index: 1;
}

.floating_ck dl dd {
	position: relative;
	width: 67px;
	height: 67px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}

.floating_ck dl dd:hover {
	background-color: #fb5959;
}

.floating_ck dl dd:hover .floating_left {
	display: block;
}

.consult,
.words {
	background-image:url(../images/right1.png);
}

.quote {
	background-image: url(../images/right2.png);
}

.qrcord {
	background-image: url(../images/right3.png);
}

.return {
	background-image: url(../images/right4.png);
}

.floating_ck dd span {
	color: #fff;
	display: block;
	padding-top: 54px;
}

.floating_left {
	position: absolute;
	left: -160px;
	top: 0px;
	width: 160px;
	height: 67px;
	background-color: #fb5959;
	display: none;
}

.floating_left a:hover,.floating_left a{
	color: #fff;
	line-height: 67px;
}

.floating_ewm {
	height: 247px;
	top: -180px;
}

.floating_ewm i {
	background-image:url(../images/erweima.jpg);
	display: block;
	width: 145px;
	height: 145px;
	margin: auto;
	margin-top: 7px;
        background-size: 100% 100%;
}

.floating_ewm p {
	color: #fff;
	margin-top: 5px;
}

.floating_ewm .qrcord_p01 {
	font-size: 12px;
	line-height: 20px;
        margin-top: 30px;
}

.floating_ewm .qrcord_p02 {
	font-size: 12px;
}
.floating_ck dl .quote{
	background-color:#7d7d7d;
}
.floating_ck dl .words{
	background-color:#888888;
}
.floating_ck dl .return{
	background-color:#7d7d7d;
}
.floating_ck dl .qrcord{
	background-color:#888888;
}
/*专利服务展开项*/
.popup{
    position: absolute;
    z-index: 8;
}
.bubbleInfo{
	position: relative;
}
.lankuang .fuwu1{
	width: 131px;
	height: 35px;
	background-color: #ffffff;
	text-align: center;
	line-height: 35px;
}
.lankuang .fuwu1:hover{
	width: 131px;
	height: 35px;
	background-color:#fb5959;
	text-align: center;
	line-height: 35px;
        color: #fff;
}
.lankuang .shenqing1{
	width: 131px;
	height: 35px;
	background-color: #ffffff;
	color: #939393;
	text-align: center;
	line-height: 35px;
}
.lankuang .shenqing1:hover{
	width: 131px;
	height: 35px;
	background-color:#fb5959;
	color: #fff;
	text-align: center;
	line-height: 35px;
}
.bubbleInfo .jian{
	margin-left: 5px;
}
.tel:hover{
    color: #fff;
    text-decoration: underline;
}