﻿/*全局样式*/
*{margin:0;padding:0;}
body{background:#dbdbdb; font-family:Arial,'Microsoft YaHei',SimHei,SimSun; font-size:14px; overflow-x:hidden; line-height:24px;}
body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div,tr,dl,dd,select,option{ margin:0; padding:0;}
li,img,input,em,select{ list-style:none; border:none; font-style:normal; outline:none;}
a{ text-decoration:none !important; cursor:pointer !important;}
select::-ms-expand { display: none;}
.img-none{display:none !important;}
.img-position-absolute{position: absolute;	top: 0;	bottom: 0; left: 0;	right: 0; max-width:100%; max-height: 100%;display: block;	margin:auto;padding:auto;}

.wrap{ max-width:1276px !important; padding:0 38px; background:#fff; overflow:hidden; margin:0 auto;}
header{width:100%; float:left;}
main{width:100%; float:left;}
footer{width:100%; float:left;}
/*End*/

/*头部*/
.header{width:100%; float:left; padding:10px 0;}
.logo{float:left; padding:13px 0;}
.logo img{float:left; width:100%; max-width:300px; max-height:60px;}
.header_R{float:right;}
.header_dianhua{float:left; height:62px; line-height:28px; padding-left:50px; background:url(../images/header_dianhua.png) no-repeat left center; color:#666666; font-size:13px; margin-top:12px;}
.header_dianhua span{display:block; font-family:Impact; line-height:34px; font-size:24px; color:#333333;}
.header_weixin{width:86px; float:right; border:1px solid #ccc; margin-left:70px;}
.header_weixin img{width:84px; height:84px; display:block; margin:0 auto;}

/*导航*/
nav{width:100%; float:left; position:relative; left:0; top:0; z-index:999999;}
nav ul{width:100%; max-width:1200px; margin:0 auto; background:url(../images/nav_bj.jpg) repeat-x left center; border-radius:5px; overflow:hidden;}
nav ul li{width:12.5%; float:left; position:relative; background:url(../images/shutiao.jpg) no-repeat right center; padding-right:2px;}
nav ul li>a{display:block; overflow:hidden; height:40px; line-height:40px; font-size:14px; color:#fff; text-align:center; transition:all 0.4s; position:relative;}
nav ul li>a::before{content:""; width:0; float:left; height:0; border-bottom:7px solid #fff; border-left:7px solid transparent; border-right:7px solid transparent; position:absolute;left:50%; bottom:-7px; transition:all 0.4s;}
nav ul li:last-child{background:none;}
nav ul li:hover>a{color:#fff;}
nav ul li:hover>a::before{bottom:0;}
/*END*/

/*banner图*/
.banner{width:100%; float:left; position:relative;}
.banner .banner-imgbox{width:100%; float:left;}
.banner .banner-imgbox .swiper-slide{background-repeat:no-repeat; background-position:center center; background-size:cover;}
.banner .banner-imgbox .swiper-slide .banner_img_top{padding-top:350px;}
.banner .banner-imgbox .swiper-slide img{width:100%; height:auto; display:block;}
.banner .swiper-pagination {position: absolute; right:0; bottom:15px;}
.banner .swiper-pagination-bullet {width:14px; height:14px; background:#9a0000; opacity:0.5; border-radius:50%; margin:0 6px;}
.banner .swiper-pagination-bullet-active{opacity:1; background:#9a0000;}
.banner .next{right:2%; position:absolute;top:50%; margin-top:-26px; width:32px; height:52px; background:url(../images/next.jpg) no-repeat center center; overflow:hidden; opacity:0;  cursor:pointer; z-index:999999; transition:all 0.4s;}
.banner .prev{left:2%; position:absolute;top:50%; margin-top:-26px; width:32px; height:52px; background:url(../images/prev.jpg) no-repeat center center; overflow:hidden; opacity:0; cursor:pointer; z-index:999999; transition:all 0.4s;}
.banner:hover .next{opacity:1;}
.banner:hover .prev{opacity:1;}
/*END*/

.yw{width:100%; float:left; padding:20px 0; overflow:hidden;}
.yw_title{display:block; overflow:hidden; height:40px; background:url(../images/title_bj.jpg) repeat-x left center; background-size:15px 40px; border-radius:5px;}
.yw_p{float:left; line-height:40px; margin-left:20px; padding-left:28px; background:url(../images/title_logo.png) no-repeat left center; font-size:18px; font-weight:bold; color:#9a0000;}
.yw_more{float:right; width:126px;}
.yw_more a{display:block; overflow:hidden; height:40px; line-height:40px; background:url(../images/more_bj.png) no-repeat center center; background-size:100% 100%; text-align:right; font-size:13px; color:#fff; padding-right:22px; position:relative;}
.yw_more a::before{content:""; width:0; height:0; border-left:6px solid #fff; border-top:6px solid transparent; border-bottom:6px solid transparent; position:absolute; right:8px;top:50%; transform: translateY(-50%);}
.yw_more a:hover{color:#fff; text-decoration:underline !important;}
.yw_contect{display:block; overflow:hidden; padding:20px 0 0 20px; font-size:14px; color:#333; line-height:30px;}
.yw_ul{width:372px; float:right; margin-left:40px;}
.yw_ul li{width:185px; float:left; margin:0 0 1px 1px;}
.yw_ul li a{display:block; overflow:hidden; padding:12px 0; background: -webkit-linear-gradient(#e5e5e5, #c0bfbf); background: -o-linear-gradient(#e5e5e5, #c0bfbf); background: -moz-linear-gradient(#e5e5e5, #c0bfbf); background: linear-gradient(#e5e5e5, #c0bfbf); transition:all 0.4s;}
.yw_ul li a .yw_logo{display:block; overflow:hidden; height:59px; background-repeat:no-repeat,no-repeat; background-position:center top,center 59px; transition:all 0.4s;}
.yw_ul li a .yw_txt{display:block; overflow:hidden; height:30px; line-height:30px; text-align:center; margin-top:10px; font-size:14px; color:#333333; transition:all 0.4s;}
.yw_ul li a:hover{ background: -webkit-linear-gradient(#b81513, #8e0202); background: -o-linear-gradient(#b81513, #8e0202); background: -moz-linear-gradient(#b81513, #8e0202); background: linear-gradient(#b81513, #8e0202);}
.yw_ul li a:hover .yw_logo{ background-position:center -59px,center top;}
.yw_ul li a:hover .yw_txt{color:#fff;}
.yw_contect .yw_spp{color:#9a0000;}
.yw_contect a.yw_more{width:126px; float:left; margin-top:10px; display:block; height:40px; background:#f2f2f2; line-height:40px; text-align:center; font-size:13px; color:#9a0000; transition:all 0.4s;}
.yw_contect a.yw_more span{display:flex; align-content:center; align-items:center; justify-content:center; overflow:hidden; position:relative;}
.yw_contect a.yw_more span::after{content:""; width:0; float:right; height:0; border-left:6px solid #9a0000; border-top:6px solid transparent; border-bottom:6px solid transparent; margin-left:10px; transition:all 0.4s;}
.yw_contect a.yw_more:hover{background:#9a0000; color:#fff;}
.yw_contect a.yw_more:hover span::after{ border-left:6px solid #fff;}

.zxtj{width:312px; float:left; border:1px solid #ccc; border-radius:5px 5px 0 0;}
.zxtj_title{display:block; overflow:hidden; height:40px; background:url(../images/title_bj.jpg) repeat-x left center; background-size:15px 40px; border-radius:5px;}
.zxtj_p{float:left; line-height:40px; margin-left:20px; padding-left:28px; background:url(../images/zxtj_logo.png) no-repeat left center; font-size:18px; font-weight:bold; color:#9a0000;}
.zxtj_ul{display:block; overflow:hidden; padding:10px 20px;}
.zxtj_ul li{display:block; width:100%; float:left; overflow:hidden; margin:5px 0;}
.zxtj_ul li a{display:block; overflow:hidden; height:24px; line-height:24px; font-size:14px; color:#333333; transition:all 0.4s;}
.zxtj_ul li a::before{content:""; width:0; float:left; height:0; border-left:6px solid #979899; border-top:6px solid transparent; border-bottom:6px solid transparent; margin-top:6px; margin-right:10px; transition:all 0.4s;}
.zxtj_ul li:hover a{color:#9a0000;}
.zxtj_ul li:hover a::before{ border-left:6px solid #9a0000;}

.gsjj{width:596px; float:left; border:1px solid #ccc; border-radius:5px 5px 0 0; margin-left:10px;}
.gsjj_title{display:block; overflow:hidden; height:40px; background:url(../images/title_bj.jpg) repeat-x left center; background-size:15px 40px; border-radius:5px;}
.gsjj_p{float:left; line-height:40px; margin-left:20px; padding-left:28px; background:url(../images/gsjj_logo.png) no-repeat left center; font-size:18px; font-weight:bold; color:#9a0000;}
.gsjj_contect{display:block; overflow:hidden; font-size:14px; height:258px; color:#333333; line-height:26px; padding:14px 20px;}

.qy{width:272px; float:right; background:url(../images/qy_bj.jpg) repeat; padding:8px;}
.qy_B{display:block; overflow:hidden; background:#fff; padding:10px 20px;}
.qy_title{display:block; overflow:hidden; height:34px; line-height:34px; font-size:18px; color:#333333; font-weight:bold; color:#9f0808;}
.qy-imgbox{display:block; width:155px; margin:0 auto; overflow:hidden; padding-bottom:15px;}
.qy-imgbox .swiper-slide a{width:100%; display:block; position:relative;}
.qy-imgbox .swiper-slide a::before{content:""; display:block; padding-top:138.7097%;}
.qy-imgbox .swiper-pagination {position: absolute; right:0; bottom:0;}
.qy-imgbox .swiper-pagination-bullet {width:7px; height:7px; background:#fff; border:1px solid #9f0808; opacity:1; border-radius:50%; margin:0 6px;}
.qy-imgbox .swiper-pagination-bullet-active{opacity:1; background:#9f0808;}

.picbox{width:100%; float:left; padding:20px 0; display:flex; overflow:hidden; align-content:center; align-items:center; justify-content:space-between;}
.picbox li{float:left;}
.picbox li a{display:flex; align-content:center; align-items:center; overflow:hidden; padding:20px 15px; background:url(../images/pic_bj.jpg) no-repeat center center; background-size:100% 100%; transition:all 0.4s;}
.picbox li a .pic_logo{float:left; width:54px; height:52px; background-repeat:no-repeat,no-repeat; background-position:left center,54px center; margin-right:15px; transition:all 0.4s;}
.picbox li a .pic_txt{ font-size:12px; height:48px; line-height:24px; overflow:hidden; color:#333333; transition:all 0.4s;}
/*.picbox li a .pic_txt span{font-weight:bold;}*/
.picbox li:nth-child(1){width:318px;}
.picbox li:nth-child(2){width:263px;}
.picbox li:nth-child(3){width:263px;}
.picbox li:nth-child(4){width:330px;}
.picbox li a:hover{background:url(../images/pic_hover.jpg) no-repeat center center; background-size:100% 100%;}
.picbox li a:hover .pic_logo{background-position:-54px center,left center;}
.picbox li a:hover .pic_txt{color:#fff;}
.picbox li a:hover .pic_txt span{font-weight:bold;}

.footer{width:100%; overflow:hidden; border-top:3px solid #9f0000;}
.link{display:block; overflow:hidden; line-height:24px; padding:15px 0;}
.link_p{float:left; font-size:16px; color:#333333;}
.link a{ font-size:14px; color:#666666; float:left; margin:0 10px;}
.link a:hover{color:#9f0000; text-decoration:underline !important;}
.foot{display:block; overflow:hidden; background:#ccc; font-size:12px; color:#333333; line-height:50px; padding-left:10px;}
.foot a{float:right;}
.foot a img{ display:block; height:50px; max-width:100%;}

/*公司简介*/
.main{width:100%; overflow:hidden; padding-top:15px; display:flex; flex-wrap:wrap; justify-content:space-between;}
.main_left{width:222px; float:left;}
.about{width:100%; float:left; margin-bottom:20px;}
.about_title{display:block; overflow:hidden; line-height:38px; border-bottom:3px solid #9a0000; color:#333333; font-size:18px; font-weight:bold;}
.about_ul{display:block; overflow:hidden; padding-top:15px;}
.about_ul li{display:block; overflow:hidden;}
.about_ul li a{display:block; overflow:hidden; height:30px; line-height:30px; font-size:14px; color:#333333; transition:all 0.4s; position:relative; padding-right:20px;}
.about_ul li a::after{content:""; width:16px; float:right; height:16px; border:1px solid #d8d8d8; position:absolute; right:0; top:50%; transform: translateY(-50%);}
.about_ul li a::before{content:""; width:10px; float:right; height:10px; background:#fff; position:absolute; right:3px; top:50%; transform: translateY(-50%); transition:all 0.4s;}
.about_ul li:hover a{color:#9a0000;}
.about_ul li:hover a::before{background:#9a0000;}
.about_ul li.about_on a{color:#9a0000;}
.about_ul li.about_on a::before{background:#9a0000;}

.about_form{display:block; overflow:hidden; border:1px solid #e5e5e5; margin-top:20px;}
.about_form .about_inp1{width:calc(100% - 48px); float:left; height:36px; line-height:36px; padding-left:10px; font-size:13px; color:#333;}
.about_form .about_inp1::-webkit-input-placeholder, textarea::-webkit-input-placeholder {color: #666666;} 
.about_form .about_inp1:-moz-placeholder, textarea:-moz-placeholder {color: #666666;} 
.about_form .about_btn{width:48px; float:left; height:36px; background:url(../images/about_ss.png) no-repeat center center;}

.about_xw{display:block; overflow:hidden; padding-top:15px;}
.about_xw li{display:block; overflow:hidden; margin-bottom:10px;}
.about_xw li a{display:flex; align-content:center; align-items:center; overflow:hidden;}
.about_xw li a .about_xw_B{width:84px; float:left; overflow:hidden; margin-right:15px;}
.about_xw li a .about_xw_B .about_xw_img{width:100%; overflow:hidden; transition:all 1s;}
.about_xw li a .about_xw_B .about_xw_img::before{content:""; display:block; padding-top:71.4286%;}
.about_xw li a .about_xw_txt{display:block; font-size:14px; color:#333333; line-height:20px;}
.about_xw li a:hover .about_xw_B .about_xw_img{transform: scale(1.1,1.1);-ms-transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1);}
.about_xw li a:hover .about_xw_txt{color:#9a0000;}

.main_right{width:940px; float:right; background:url(../images/company_bj.jpg) no-repeat right bottom;}
.dqwz_title{width:100%; float:left; border-bottom:3px solid #ccc; line-height:38px;}
.dqwz_nav{float:right; padding-left:16px; background:url(../images/dqwz_logo.png) no-repeat left center; font-size:14px; color:#666666;}
.dqwz_nav a{color:#9a0000;}
.dqwz_contect{width:100%; float:left; padding:25px 0;}
.company{display:block; overflow:hidden; font-size:14px; color:#666666; line-height:24px;}
.company_p{color:#a00200; font-size:14px; font-weight:bold;}
.company_em{color:#a00200; margin-right:5px;}
/*End*/

/*业务介绍*/
.bus_ul{display:block; overflow:hidden;}
.bus_ul li{display:block; overflow:hidden; border-bottom:1px dashed #c1c1c1;}
.bus_ul li a{display:block; height:44px; line-height:44px; overflow:hidden; font-size:14px; color:#333333; transition:all 0.4s; padding-left:15px; position:relative; text-overflow:ellipsis; white-space: nowrap;}
.bus_ul li a span{float:right; font-size:13px; color:#9a0000;}
.bus_ul li a::before{content:""; width:0; float:left; height:0; border-left:6px solid #9a0000; border-top:6px solid transparent; border-bottom:6px solid transparent; position:absolute; left:0; top:50%; transform: translateY(-50%);}
.bus_ul li a:hover{color:#9a0000;}

.busxq{display:block; overflow:hidden;}
.busxq_p{display:block; overflow:hidden; text-align:center; font-size:18px; color:#333333; font-weight:bold; line-height:30px;}
.busxq_sp{display:block; overflow:hidden; text-align:center; font-size:12px; color:#a00200; line-height:30px;}
.busxq_txt{display:block; overflow:hidden; font-size:14px; color:#666666; line-height:30px; padding-top:10px;}
.busxq_txt img{display:block; max-width: 100%; height: auto !important; margin: 5px auto;}
/*End*/

/*下载专区*/
.down_ul{display:block; overflow:hidden;}
.down_ul li{width:100%; float:left; margin:5px 0; overflow:hidden;}
.down_ul li .down_R{float:right;}
.down_ul li .down_R a{width:72px; float:left; height:26px; line-height:26px; margin-left:6px; text-align:center; background:url(../images/down_li1.jpg) repeat-x left center; font-size:13px; color:#666666; transition:all 0.4s;}
.down_ul li .down_R a:hover{background:url(../images/down_li2.jpg) repeat-x left center; color:#fff;}
.down_ul li .down_L{display:block; overflow:hidden; height:26px; line-height:26px; font-size:14px; color:#333333; transition:all 0.4s; position:relative; padding-left:10px;text-overflow:ellipsis; white-space: nowrap;
}
.down_ul li .down_L::before{content:""; width:4px; float:left; height:4px; background:#a00200; border-radius:50%; position:absolute; left:0; top:50%; transform: translateY(-50%);}
.down_ul li .down_L:hover{color:#a00200;}
/*End*/

/*精英团队*/
.team{display:block; overflow:hidden;}
.team li{display:block; overflow:hidden; margin-bottom:20px;}
.team li a{display:flex; overflow:hidden;}
.team li a .team_L{width:130px; float:left; margin-right:20px; background:#a00200;}
.team li a .team_R{width:calc(100% - 130px); float:left;}
.team li a .team_R .team_p{display:block; overflow:hidden; height:32px; line-height:32px; font-size:18px; color:#333; font-weight:bold;}
.team li a .team_R .team_p span{color:#a00200;}
.team li a .team_R .team_txt{display:block; overflow:hidden; height:120px; line-height:30px; font-size:14px; color:#666; margin-top:10px;}
/*End*/

/*诚聘英才*/
.works{display:block; overflow:hidden; font-size:14px; color:#666; line-height:30px;}
.works_sp{display:block; overflow:hidden; font-size:16px; color:#333; font-weight:bold; margin-bottom:10px;}
.works_spp{display:block; overflow:hidden; font-size:18px; color:#333; font-weight:bold;}
.works_spp span{color:#a00200;}
.works strong{color:#333;}
.works_txt{display:block; overflow:hidden; font-size:16px; color:#666; line-height:30px;}
.works_txt .works_pp{color:#333333; font-weight:bold;}
.works_txt .works_ps{color:#a00200;}
/*End*/

/*联系我们*/
.contact{display:block; overflow:hidden;}
.contact_txt{display:block; overflow:hidden; font-size:14px; line-height:30px; color:#000; margin-top:20px;}
.contact_map{display:block; overflow:hidden;}
#dituContentmap{width:100%; overflow:hidden; height:310px;}
.iw_poi_title {color: #CC5522; font-size: 14px; font-weight: bold; overflow: hidden; padding-right: 13px; white-space: nowrap;}
.iw_poi_content {font: 12px arial,sans-serif; overflow: visible; padding-top: 4px; white-space: -moz-pre-wrap; word-wrap: break-word;}
/*End*/

@media (max-width:1300px) {
.wrap {max-width: 1230px !important; padding:0 15px;}

.zxtj {width:26%;}
.gsjj {width:49%; margin:0 1%;}
.gsjj_contect {line-height: 24px;}
.qy {width:23%;}

/*公司简介*/
.main_left{width:19%;}
.main_right{width:79%;}
/*End*/

}

@media (max-width:991px){
.wrap {padding:0 1%; max-width:100% !important; width:100%; float:left; overflow:initial;}
.header{background:#fff; padding:10px 1%; position:absolute; left:0; top:0; z-index:999999;}
/*手机头部+导航*/
.icon-menu{float:right; cursor:pointer; width:60px; height:40px; background:url(../images/menu_logo.png) no-repeat center center; position:absolute;right:2%;top:50%; transform: translateY(-50%); z-index:9999999; background-size:100% 100%;}
.logo {width:100%; position:relative; padding:0;}
/*End*/

/*导航*/
nav{width:100%; position:relative; padding:0; z-index:99999999999;}
nav ul {display:none; width:150px; padding:2px; background:rgba(160, 2, 0, 0.8) none repeat scroll 0 0 !important; background-color:#a00200; position:absolute; right:0; top:0;}
nav ul li {width:100%; background:none; padding-right:0; border-bottom:1px solid #fff;}
nav ul li a {color: #fff; height:40px; line-height:40px;}
nav ul li a:hover{background-color:#fff; color:#a00200;}
/*END*/

/*banner*/
.banner .banner-imgbox .swiper-slide a{background:none !important;}
/*End*/

.yw_ul {margin-left: 20px;}
.gsjj {width: 42%;}
.gsjj_contect {padding:15px;}
.qy {width: 30%;}
.picbox{display:block;}
.picbox li{margin:0 1% 15px 1%;}
.picbox li:nth-child(1) {width:48%;}
.picbox li:nth-child(2) {width:48%;}
.picbox li:nth-child(3) {width:48%;}
.picbox li:nth-child(4) {width:48%;}
.foot {line-height: 25px;}

/*公司简介*/
.main_left{width:24%;}
.main_right{width:74%;}
/*End*/

}

@media (max-width:767px){
/*手机头部+导航*/
.logo img{width:60%;}
.icon-menu {width:22px; height:20px;}
/*End*/

.gsjj_contect {padding:10px; height:auto;}
.yw_txts{display:block; overflow:hidden; padding:10px;}

.yw_contect {padding: 20px 0 0 0;}
.yw_ul {width: 100%; float:none; margin:0;}
.yw_ul li {width:calc(50% - 2px); margin:1px;}

.zxtj {width:100%;}
.zxtj_ul {padding:10px;}
.gsjj {width:100%; margin:20px 0 0 0;}
.qy {width:100%; margin-top:20px;}
.qy_B {padding:10px;}

.picbox li {margin:0 0 10px 0;}
.picbox li a {padding:10px;}
.picbox li:nth-child(1){width:100%;}
.picbox li:nth-child(2){width:100%;}
.picbox li:nth-child(3){width:100%;}
.picbox li:nth-child(4){width:100%;}

.link {line-height:20px; padding:10px 0;}
.link a {margin:0 5px;}
.foot {line-height:20px; padding:5px; text-align:center;}

/*公司简介*/
.main{display:block;}
.main_left{width:100%;}
.about{margin:0;}
.about_title {line-height:50px; background:url(../images/sj_jiantou.png) no-repeat right center #9a0000; border-bottom:none; color:#fff; font-size:20px; text-indent:20px;}
.about_ul {display:none; padding-top:0;}
.about_ul li{margin-top:3px;}
.about_ul li a {height:40px; line-height:40px; background:#f3f3f3; color: #333333; text-align:center; padding:0;}
.about_ul li a::before {display:none;}
.about_ul li a::after {display:none;}
.about_ul li a:hover{background:#9a0000; color:#fff;}
.about_ul1{display:block;}
.main_right{width:100%;}
.dqwz_contect {padding:15px 0;}
/*End*/


}
/*手机底部*/
.hot{width:100%; height:58px; position:fixed; bottom:0; left:0; z-index:9999999999999; border-top:solid 2px #fff; background:#9a0402;}
.hot span{ color:#fff; font-size:16px; line-height:20px; text-align:center !important;}
.hot h6{ font-size:12px; line-height:20px; text-align:center !important;}
.hot .row{margin:0 !important;}
.hot .row div{padding:0 !important;}
.hot .row div a{ display:block; color:#fff; padding:7px 0;}
.hot .row div:hover a{background:#fff;color:#9a0402;}
.hot .row div:hover span{color:#9a0402;}
.dbbox{ position: fixed; left: 0; bottom:70px; z-index:99; width: 100%;}
.dbbox .dbs{ position: relative; padding: 0 15px; display:none;}
.dbbox .dbs .neirong{padding: 10px; background: #fff; border-radius: 5px; border:2px solid #9a0402;}
.dbbox .dbs.ewm-box{ text-align:center; }
.dbbox .dbs.ewm-box:after{ content: ""; position: absolute; left:50%; bottom:-6px; z-index: 1; width:25%; height:6px; background: url(../images/icon/dbtc_jt.png) no-repeat center;}
.dbbox .dbs.fenxiang-box:after{ content: ""; position: absolute; left:75%; bottom:-6px; z-index: 1; width:25%; height:6px; background: url(../images/icon/dbtc_jt.png) no-repeat center;}
.dbbox .dbs.ewm-box img{ max-width: 140px; }
.dbbox .dbs.fenxiang-box .bdshare-button-style1-32 .li{ position: relative; padding: 6px 0; width: 20%; height: 44px; }
.dbbox .dbs.fenxiang-box .bdshare-button-style1-32 a{ position: absolute; left: 50%; top:6px; margin:0 0 0 -16px; float: inherit !important; display: block; }
/*End*/