@charset "utf-8";
/*
Theme Name: 昆仑智联
Author: 纳姆网络
Author URI: http://www.namu66.com  
Description: 纳姆网络网站建设专用，官方网站：www.namu66.com，升级服务QQ448696976，手机号码18907337671。
Version: 2023
Text Domain: xs
*/
html, body, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, abbr, acronym, address, cite, code, del, dfn, ins, kbd, q, s, samp, small, strike , sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead,figure {
	border: 0;
	font-size: 14px;
	font-style: inherit;
	font-weight: inherit;
	outline: 0;
	padding: 0;
	margin: 0;
	vertical-align: baseline;
}
html,body{
    font-family: Microsoft YaHei, Arial, Helvetica, sans-serif;
	color:#333;
	background-color: #fff;
}
p{
	padding: 0;
	margin: 0;	
}
ul,li,ol {
	list-style: none;
	background: transparent;
	margin-bottom:0;
}
a{
	text-decoration: none;
	color: #333;
}
a:hover{
	color:#1d2a5d;
	text-decoration: none;
}
a,button,input{ 
outline: none;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
    -ms-interpolation-mode: bicubic;
    border: 0;
}
.alignleft {
display:inline;
float:left;
margin-right:1.625em;
}
.alignright {
display:inline;
float:right;
margin-left:1.625em;
}
.aligncenter {
clear:both;
display:block;
margin-left:auto;
margin-right:auto;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #fff; opacity:1; 
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #fff;opacity:1;
}

input:-ms-input-placeholder{
  color: #fff;opacity:1;
}

input::-webkit-input-placeholder{
   color: #fff;opacity:1;
}
embed,
iframe,
object {
  max-width: 100%;
  margin:auto;
  display:block;
}
table{
  margin:15px auto;
  border-collapse:collapse;
  border:1px solid #aaa;
  width:100%;
}
table th {
  vertical-align:baseline;
  padding:5px 15px 5px 6px;
  background-color:#3F3F3F;
  border:1px solid #3F3F3F;
  text-align:left;
  color:#fff;
}
table td {
	vertical-align: middle;
	padding: 10px;
	border:1px solid #aaa;
	font-size: 16px;
}
table tr:nth-child(odd) {
  background-color:#F5F5F5;
}
table tr:nth-child(even) {
  background-color:#fff;
}
.f5f5f5{
    background-color: #f6f6f6;
}
.animate3s ,.wp-post-image {
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}
#header{
	position:relative;
}
#header .top-header  {
    height: 48px;
    line-height: 48px;
    background-color: #1d2a5d;
    color: #d6d3d3;
}
.top-header a{
	color: #d6d3d3;
}
#header .top-header .pull-right span a{
	    color: #888888;
}
.top-header .pull-right span{ 
    padding: 0 10px;
    margin-left: 10px;
	display: inline-block;
}
.top-header .pull-right span i{
	margin-right:5px;
}
.header-logo{
    height: 90px;
	line-height:90px;
    float: left;
    max-width:40%;
}
.header-logo a {
    vertical-align: middle;
    display: inline-block;
}
.header-logo img {
    vertical-align: middle;
    width: auto;
    display: inline-block;
    max-height: 60px;
}
.header-right{	
	float:right;
}
.header-right img{
    vertical-align: middle;
    width: auto;
    display: inline-block;
    max-height: 90px;	
}
div.sticky {
    position: fixed;
    width: 100%;
    background-color: #fff;
    z-index: 99;
    box-shadow: 0 1px 3px rgb(0 0 0 / 11%);
    top: 0;
	border-top: none;
}
.header-menu{
	border-top:1px solid #ddd;
}
.header-menu>ul>li{
	float:left;
	position:relative;
	height: 100%;
    margin-left: 50px;
}
.header-menu>ul>li:first-child {
    margin-left: 0;
}
.header-menu>ul>li:after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 2px;
    overflow: hidden;
    background: #1d2a5d;
    left: 50%;
    right: 50%;
    transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
}
.header-menu>ul>li.current-menu-item:after{
	left: 0px;
    right: 0px;
}
.header-menu>ul>li>a{
    display: block;
    width: 100%;
    height: 100%;
    line-height: 60px;
    font-size: 16px;
}
.header-menu>ul>li:hover:after {
    left: 0px;
    right: 0px;
}
.sf-menu ul {
    position: absolute;
    width: 150px;
    display: none;
    z-index: 9999;
    background-color: #FFF;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    top: 100%;
}
.sf-menu ul li {
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
    position: relative;
    z-index: 9999;
    line-height: 1.4;
}
.sf-menu ul li:last-child{border-bottom: none;}
.sf-menu ul li a {
    display: block;
    border: none;
	padding: 10px 10px 10px 20px;
}
.sf-menu ul li:hover {
	background-color:#1d2a5d;
}
.sf-menu ul >li:hover>a{color:#fff !important;}
.sf-menu ul ul {
    top: 1px;
    left: 100%;
}
.sf-menu li li ul {
    margin-top: -1px;
}
#slider,.contact-ad{
	position:relative;
	max-width:1920px;
	margin:auto;
	}
#slider .owl-dots{
	position: absolute;
    width: 100%;
    bottom: 0px;
}

.section-head{
	position:relative;
	overflow:hidden;
	z-index:9;
}
.section-head h2{
    font-size:30px;
    font-weight: bold;
    position: relative;
    display: inline-block;
}
.section-head h2:after{
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 50%;
	margin-left:-25px;
    height: 3px;
    width: 50px;
    background-color:#65b850;
}
.section-head p{
	max-width:600px;
	text-align:center;
	margin-right:auto;
	margin-left:auto;
	line-height: 1.8;
    color: #888;
}
.pro-cat .filters{
    display: flex;
    flex-direction: row;
    justify-content: center;
    overflow: auto;
}
.filters li {
    display: inline-block;
    margin-right: 15px;
}
.filters li span{
    display: inline-block;
    white-space: nowrap;
    padding: 10px 20px;
    position: relative;
    cursor: pointer;
    background-color: #eee;
    border-radius: 10px;
}
.filters li.on span {
    background-color:#1d2a5d;
    color: #fff;
    font-weight: bold;
}
.pro-list .pro-item {
    display: none;
}
.pro-list .on {
    display: block;
}
.pro-list ul li a {
    display: block;
    background-color: #fff;
    border-radius: 10px;
	box-shadow: 0 15px 40px 0px rgba(22,35,49,.15);
	-webkit-box-shadow:0 15px 40px 0px rgba(22,35,49,.15);
	-moz-box-shadow:0 15px 40px 0px rgba(22,35,49,.15);
	height: 100%;
}
.pro-list ul li .box{overflow:hidden;}
.pro-list ul li a img,.case-img img,.news-box a img,.widget-list ul li a img,.new-img a img{transform: scale(1);}
.pro-list ul li:hover a img ,.case-img img:hover ,.news-box a:hover img,.widget-list ul li a:hover img,.new-img a:hover img{
    transform: scale(1.08);
}
.pro-list ul li a h3{
	font-size:16px;
	line-height: 1.42;
}
.pro-list ul li a p{
	line-height: 1.5;
}
.case-big{
	width:33.33%;
	float: left;
	position: relative;
}
.case-small{
	width:66.66%;
	float: left;
}
.case-small li{
	width:50%;
	float:left;
	position: relative;
}
.case-small li .bg{
	height: 180px;
	overflow: hidden;
}
.case-big .bg{
	height: 360px;
	overflow: hidden;
}
.case-con .box {
    position: absolute;
    left: 0px;
	background-color: rgb(0 0 0 / 30%);
    top: 0px;
    right: 0px;
    height: 100%;
    width: 100%;
    bottom: 0px;
}
.zindex1 {
    z-index: 1;
    position: relative;
}
.case-con .text h3 {
    font-size: 20px;
    color: #FFF;
    font-weight: 800;
}
.b-btn {
    display: block;
    width: 150px;
    height: 38px;
    text-align: center;
    line-height: 36px;
    background-color: transparent;
    border: 1px solid #ffffff;
    color: #FFFFFF !important;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    z-index: -1;
    transition: all .3s;
}
.b-btn::after {
    content: '';
    width: 0;
    height: 100%;
    background-color: #1d2a5d;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s;
    z-index: -1;
}
.case-con .box:hover .b-btn {
    color: #ffffff;
    border: 1px solid #1d2a5d;
}
.case-con .box:hover .b-btn::after {
    width: 100%;
}

.news-con .box{
	    border: 1px solid #eeeeee;
}
.news-con ul li{
    border-bottom: 1px dashed #1d2a5d;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.news-con ul li:hover h3{color:#1d2a5d;}
.news-con ul li:last-child{
	border-bottom: none;
	margin-bottom:0;
	padding-bottom:0;
}
.news-con ul li h3{
	font-size:16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 80%;
}
.news-con .top{
    background-color: #f6f6f6;
    color: #fff;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    align-items: center;
    padding-right: 20px;
}
.news-con .top a:hover{
	color:red;
}
.news-con .top h3 {
    padding: 10px 20px;
    background-color: #1d2a5d;
    font-size: 18px;
}
.about{
    background-color: #333;
}
.about-con ul li h3{
	font-size:16px;
	line-height: 1.5;
}
.about-con ul li p{
    line-height: 1.7;
    max-width: 70%;
    margin: auto;
}
.contact .box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.contact{
	color:#fff;
	background-color:#1d2a5d;
}
.contact .box .text{max-width:50%;}
.contact .text h3 {
    font-size: 22px;
}
.contact .text p{
    font-size: 16px;
}
.contact .btn-action a {
    color: #fff;
    font-size: 18px;
    display: block;
    cursor: pointer;
    border: 2px solid #fff;
    padding: 10px 30px;
}
.contact .btn-action a:hover{
	background-color:#fff;
	color:#1d2a5d;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}
.contact .btn-action a i{
    font-size: 24px;
}
/* 底部样式 */

#footer {
  color: #fff;
  background-color:#1d2a5d;
}
.footer-top h3 {
	font-weight:bold;
  font-size: 18px;
  color: #ffffff;
  margin: 0px 0px 15px;
}
.foot-menu ul li a {
	color: #d6d3d3;
  display:block;
  line-height:2;
}
.foot-menu ul li a:hover {
  color: #ffffff;
}

.foot-contact {
	    border-right:1px solid rgb(255 255 255 / 20%);
}
.foot-2wm{
	border-left:1px solid rgb(255 255 255 / 20%);
}
.foot-contact p {
    color: #d6d3d3;
	line-height:2;
}
.footer-btm{
    border-top: 1px solid rgb(255 255 255 / 20%);
	color: #d6d3d3;
}
.footer-btm a{
  color: #d6d3d3;	
}
.foot-link span{
	color: #d6d3d3;
    font-size: 12px;
}
.foot-link a {
    display: inline-block;
    color: #d6d3d3;
    font-size: 12px;
    line-height: 22px;
    margin-right: 20px;
}
.foot-link a:hover{color:#fff !important;}
/* 侧边栏样式 */
.sidebar .case-con li:last-child{
	margin-bottom:0 !important;
}
.sidebar aside{
    margin-bottom: 20px;
    padding: 20px;
    background-color: #fff;
}
.sidebar aside:last-child{
	margin-bottom:0;
}
.sidebar .widget-title{
    border-bottom:#eee 2px solid;
	margin-bottom:10px;
}
.sidebar .widget-title h3{
	font-weight:bold;
	padding-bottom:10px;
    font-size: 20px;
    display: inline-block;
    border-bottom: #1d2a5d 2px solid;
	z-index:99;
	margin-bottom: -2px;
}
.sidebar ul.menu>li{
   margin-bottom:10px;
}
.sidebar ul.menu li:last-child{margin-bottom:0;}
.sidebar  ul.menu>li>a {
    display: block;
    padding: 10px 15px;
	background-color: #f5f5f5;
}
.sidebar  ul.menu>li>a:hover{
	background-color:#1d2a5d;	
	color:#fff;
}
.sidebar  ul.menu>li.menu-item-has-children>a{
	background: url(images/more_unfold.png) 180px center no-repeat #1d2a5d;
	color:#fff;
}
.sidebar  ul.menu>li.current-menu-parent .sub-menu,.sidebar  ul.menu>li.current-product-ancestor .sub-menu,.sidebar  ul.menu>li.current-menu-item .sub-menu,.sidebar  ul.menu>li.current-menu-ancestor .sub-menu{
	display:block;
}
.sidebar  ul.menu>li.current-menu-item>a{
	background-color:#1d2a5d;
	color:#fff;
}
.sidebar  ul.menu>li .sub-menu{
	padding-top:10px;
    padding-left: 10px;
    background-color: #eee;
    overflow: hidden;
	display: none;
}
.pro-menu .sub-menu{
	display:block !important;
}
.sidebar ul.menu>li .sub-menu li{
	margin-bottom:10px;
}
.sidebar ul.menu>li .sub-menu li a{
    background: url(images/arrow.png) left center no-repeat;
	padding-left: 10px;
	display: inline-block;
}
.widget_recent_entries ul{
	margin-top:15px;
}
.widget_recent_entries ul li {
    margin-bottom: 10px;
    position: relative;
}
.widget_recent_entries ul li a {
    line-height: 20px;
    display: block;
}
.widget_recent_entries ul li a:hover{
	color:#65b850;
}
.widget_recent_entries ul li a:before {
    display: inline-block;
    vertical-align: 2px;
    width: 5px;
    height: 5px;
    background: #65b850;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-right: 10px;
    content: "";
}
.entry-meta{
    overflow: hidden;
    border-bottom: #eee 1px solid;
    margin-bottom: 20px;
}
.entry-meta h1 {
    font-weight: 800;
    font-size: 20px;
    color: #1d2a5d;
    padding-bottom: 10px;
    display: inline-block;
    border-bottom: #1d2a5d 2px solid;
}
.entry-meta p {
	clear:both;
	color: #888;
	margin-top:15px;
}
.entry-des p{
	margin-bottom:20px;
}
.crumbs{
    padding: 20px 0;
}
.crumbs a,.crumbs {
    color: #888;
}
.case-flex .row,.no4 .row{align-items: center;}
.content-list li,.case-flex li{
	padding: 20px;
    margin-bottom:20px;
    border: 1px dotted #ddd;
    background: #fff;
}
.content-list li:last-child ,.case-flex li:last-child{
	margin-bottom:0;
}
.content-list li h2 a ,.case-flex li h2 a{
	font-weight: bold;
	display:inline-block;
	font-size:18px;
}
.content-list li:hover  h2 a,.case-flex li:hover h2 a{
	color:#65b850;
}
.content-list li h2,.case-flex li h2{
	position: relative;
    margin-bottom: 10px;
    overflow: hidden;
	line-height:1.42;
}
.case-flex li h2{
	margin-top:10px;
}
.content-list li span{
    color: #888;
    position: absolute;
    right: 0;
    bottom: 0;
}
.case-flex li span{
    color: #888;
}
.content-list li p,.case-flex li p{
	color: #888;
	line-height:1.5;
}

.widget-list ul li a {
    position: relative;
    display: block;
}
.widget-list ul li a p {
    padding: 10px;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    color: #fff;
    background-color: rgba(0,0,0,.6);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.sidebar .widget-list ul li:last-child,.widget_recent_entries ul li:last-child{
	margin-bottom:0 !important;
}
.zhuanzai{
    padding: 15px;
    background-color: #f5f5f5;
}
.entry-content{
	overflow:hidden;
	font-size: 16px;
	}
.entry-content p{
	margin-bottom:20px;
	line-height: 1.75;
}
.entry-content p:last-child{margin-bottom:0;}
.entry-content a{
    color: #ff0000;	
}
.entry-content div{
	margin-bottom:20px;
	max-width: 100%;
	font-size: 16px;
}
.entry-content h2 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom:20px;
}
.entry-content h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom:20px;
}
.entry-content ul {
  list-style: disc;
  margin: 0 15px 30px;
}
 .entry-content ul li {
  list-style: disc;
  font-size: 16px;
  line-height: 1.6;
}

.entry-content ol {
  list-style: decimal;
  margin: 0 0 15px 30px;
}
 .entry-content ol li {
  list-style: decimal;
  font-size: 16px;
  line-height: 1.6;
}
.entry-content blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 16px;
	border-left: 5px solid #8952E9;
	background-color: #f5f5f5;
}
.gallery .gallery-item{
	padding:10px;
}
.gallery .gallery-item img{
	border: none !important;
}
div.wp-caption{
	max-width:100%;
}
p.wp-caption-text,dd.wp-caption-text{
	text-align: center;
    margin-top: 10px;
    font-weight: bold;
}
.single-header{
	margin-bottom:20px;
	border-bottom: 1px dotted #cccccc;
}
.single-header h1 {
    font-size: 30px;
    line-height: 1.4;
    font-weight: bold;
}
 .single-header .single-meta {
  overflow: hidden; 
  color: #888;
  display: inline-block;
}
 .single-header span {
  display: inline-block;
  margin-right: 10px;
}
.single-meta .crumbs{
    line-height: 36px;
}
#nav-single{
    border-top: 1px solid #f5f5f5;
    margin-top: 20px;
    padding-top: 20px;
}
#nav-single div{
	height: 30px;
    line-height: 30px;
    overflow: hidden;
}
#nav-single a:hover{
	color: #65b850;
}
/* 产品中心样式开始 */
.cp-con{
    border-bottom: solid 1px #dedede;
    padding-bottom: 20px;
}
.cp-con h1{
	font-size: 20px;
    font-weight: bold;
    line-height: 1.42;
}
.cp-des h3{
    font-size: 16px;
    font-weight: bold;
}
.cp-des p{
	line-height:1.7;
    color: #888;
}
.navigation {
	margin:20px auto;
  text-align: center;
  display:block;
}
.navigation a,
.navigation span {
  display: inline-block;
  border: 1px solid #eee;
  padding: 10px 20px;
  margin: 0 1px;
      background: #fff;
}
.navigation .current {
  background: #1d2a5d;
  color: #fff;
  text-decoration: none;
  border: 1px solid #1d2a5d;
}
.screen-reader-text{
	    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

/* 产品中心样式结束 */
.textwidget p{
	line-height:2;
}
.con1{overflow:hidden;}
.wpcf7 label,.wpcf7 input,.wpcf7 textarea{
	width:100%;
}
.wpcf7-submit{
    background: #1d2a5d;
    border: none;
    padding: 10px 30px;
    color: #fff;
    font-size: 16px;
}

.single-pro-nav{
	border-bottom: 3px solid #1d2a5d;
}
.single-pro-list li{
	margin-right:1px;
	float:left;
	background-color:#eee;
	-moz-border-radius: 15px 15px 0 0; /* Firefox */
  -webkit-border-radius:15px 15px 0 0;/* Safari 和 Chrome */
  border-radius: 15px 15px 0 0;/* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */

}
.single-pro-list li.on{
	background-color:#1d2a5d;
}
.single-pro-list li.on a{
	color:#ffffff;
}
.single-pro-list li a{
	display:inline-block;
	padding:10px 20px;
	color:#2c3033;
}
.pro-wrap .pro-item {
    display: none;
    margin-top: 20px;
}
.pro-cat-img {
    display: block;
    text-align: center;
}
.pro-wrap>div:first-child{display:block;}
.side-top{
    position: fixed;
    width: 50px;
    bottom: 50px;
    right: 10px;
    z-index: 1000;
}
.no4 p{
    font-size: 20px;
    font-weight: bold;
}
select {
  /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
  border: solid 1px #2c3033;
 
  /*很关键：将默认的select选择框样式清除*/
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
}
select:focus{
	outline: none;
}
option {
    border:none;
    outline: none;
}
.search-form .fa-angle-down{
    position: absolute;
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
}
.search-form{
	display:inline-block;
    position: relative;
    width: 100%; 
	height: 40px;
    line-height: 40px;
}
.search-select{
    border-radius: 10px 0 0 10px;
    padding-left: 15px;
    border-left: 1px solid #222;
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
    border-right: none;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    width: 70px;
    text-align: center;
	background:url(images/down.png) no-repeat center right;
}
.search-select option{
    height: 30px;
}
.search-input{
    line-height: 1;
    height: 40px;
	border: 1px solid #222;
    background: none;
    width: 200px;
    padding-left: 10px;
	border-radius: 0px 10px 10px 0;
	float:right;
}
.search-form button {
    position: absolute;
    right: 1%;
    top: 50%;
	transform: translateY(-50%);
    background: none;
    border: none;
    font-size: 18px;
    line-height: 1;
}
.cp-xg h3, .post-xg h3, .case-xg h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}
.post-con li{
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.post-con li a:before {
    display: inline-block;
    vertical-align: 2px;
    width: 5px;
    height: 5px;
    background: #65b850;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-right: 10px;
    content: "";
}
.post-con li a:hover{
	color:#65b850;
}
.down-list li{
    border-bottom: 1px solid #f5f5f5;
	cursor: pointer;
}
.down-list li img{
	width:auto;
	height:20px;
	margin-top:10px;
}
.down-list li .down-info{
	line-height:40px;
	font-size:16px;
	max-width: 70%;
}
.down-list li .down-btn a{
    display: inline-block;
    background-color: #1d2a5d;
    color: #fff;
    padding: 10px 20px;
	border-radius:6px;
}
.down-list li:hover .down-btn a{
	background-color: #65b850;
}
.down-btn span{font-size:16px;}
.rtbar{ position:fixed; top:200px; right:0; width:50px; height:203px; z-index:10;}
.rtbar li{ width:62px; height:50px; z-index:20; }
.rtbar li.rtbar1,.rtbar li.rtbar4{ position:absolute; left:0;}
.rtbar li.rtbar1{ top:0; width:172px; }
.rtbar li.rtbar2{ position:absolute; top:51px; left:0;width:126px;}
.rtbar li.rtbar3{ position:absolute; top:51px; left:0; width:62px; }
.rtbar li.rtbar4{ top:102px;}
.rtbar4{ position:absolute; top:102px; left:0;}
.rtbar li a{ display:block; color:#FFF !important; font-size:14px; height:50px; line-height:50px; overflow:hidden; background-color:#65b850;  border-radius:6px;}
.rtbar li a .fa{ display:block; float:left; vertical-align:middle; width:24px; height:24px; margin:12px 12px 14px 14px;font-size: 24px;}
.rtbar li a:hover{ background-color:#1d2a5d; opacity:1;}
.wbox {
    position: absolute;
    right: 62px;
    width: 150px;
    height: 150px;
    top: -100px;
    z-index: 99;
	display:none;
}
.apply {
    display: none;
}
.apply a {
	    font-size: 20px;
    width: 50%;
    text-align: center;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    float: left;
    color: #fff;
}
.apply a.bm-phone {
    background-color: #f5643f;
}
.apply a.bm-form {
    background-color: #ed740b;
}
.apply a i {
    margin-right: 10px;
}
.bdsharebuttonbox {
  display: inline-block;
  overflow: hidden;
}
.share-hmj {
  float: left;

  line-height: 40px;
  height: 40px;
  font-size: 16px;
    font-weight: bold;
}
.bds_more {
  background: none repeat scroll 0% 0% #999 !important;
}
.bdshare-button-style0-16 a,
.bdshare-button-style0-16 .bds_more {
    width: 24px !important;
    height: 24px !important;
    display: inline-block !important;
    cursor: pointer !important;
    opacity: 0.8 !important;
    position: relative !important;
    line-height: 24px !important;
    text-align: center;
    padding-left: 0px !important;
    color: #fff;
    border-radius: 3px;
    font-size: 14px !important;
    margin-right: 5px;
}
.bdshare-button-style0-16 .bds_tsina {
  background: none repeat scroll 0% 0% #999 !important;
}
.bdshare-button-style0-16 .bds_qzone {
  background: none repeat scroll 0% 0% #999 !important;
}
.bdshare-button-style0-16 .qq {
  background: none repeat scroll 0% 0% #999 !important;
}
.bdshare-button-style0-16 .bds_weixin {
  background: none repeat scroll 0% 0% #999 !important;
}
.bdshare-button-style0-16 a:hover {
  opacity: 1 !important;
  color: #fff !important;
  background-color:#1d2a5d !important;
}
.bdshare-button-style0-16 .bds_more {
  color: #FFF !important;
}