﻿/*外部公共样式*/
@import "iconfont.css";
@import "bootstrap.min.css";
@import "../swiper/css/swiper.min.css";
/*END-外部公共样式*/

/*头部+导航*/
.header{width:100%;}
.logo{padding:13px 0;}
.logo img{width:100%; max-width:336px; max-height:92px;}

.header_R{width:60%;}
.search{width:130px; border:1px solid #c7c7c7; padding:1px 0; margin-top:25px;}
.search_inp1{width:calc(100% - 24px); float:left; height:21px; line-height:21px; font-size:14px; color:#000; padding:0 6px;}
.search_inp1::-webkit-input-placeholder, textarea::-webkit-input-placeholder {color: #a3a3a3;} 
.search_inp1:-moz-placeholder, textarea:-moz-placeholder {color: #a3a3a3;} 
.search_btn{width:24px; float:left; height:21px; background:url(../images/search_btn.jpg) no-repeat center center;}

nav{width:100%; padding-top:10px;}
.nav{width:100%;}
.nav>li{width:14.285%; position:relative;}
.nav>li>a{width:100%; height:48px; line-height:48px; font-size:16px; color:#9f9f9f; text-align:center; overflow:hidden;}
.nav>li>a::before{content:""; width:1px; height:18px; float:left; position:absolute; right:0; top:50%; transform: translateY(-50%); background:#9f9f9f;}
.nav>li:hover>a{color:#376ab0;}

.nav_dl{display:none; width:100%; float:left; position:absolute; left:0; top:100%; z-index:9999; background:#3368af; padding:4px 0;}
.nav_dl dd{display:block; overflow:hidden;}
.nav_dl dd a{display:block; overflow:hidden; height:40px; line-height:40px; padding:0 10px; font-size:16px; color:#fff;}
.nav_dl dd a:hover{color:#3368af; background:#fff;}
.nav>li:hover .nav_dl{display:block;}

/*END-头部+导航*/

/*banner*/
.banner{width:100%; position:relative;}
/*.banner .banner-imgbox .swiper-slide{background-repeat:no-repeat; background-position:center center; background-size:cover; position:relative;}
.banner .banner-imgbox .swiper-slide .banner_img_top{padding-top:26.04167%;}*/
.banner .banner-imgbox .swiper-slide img{width:100%;}
/*圆点*/
.banner .swiper-pagination {opacity:0; position: absolute; right:0; bottom:15px;}
.banner .swiper-pagination-bullet {width:14px; height:14px;  background:#706f6d; opacity:0.5; border-radius:50%; margin:0 6px;}
.banner .swiper-pagination-bullet-active{opacity:1; background:#706f6d;}
.banner:hover .swiper-pagination{opacity:1;} 
/*箭头*/
.banner .next{right:2%; position:absolute;top:50%; margin-top:-35px; width:38px; height:70px; background:url(../images/imgs/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:-35px; width:38px; height:70px; background:url(../images/imgs/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-banner*/

/*首页内容*/
.cpzx{width:100%; overflow:hidden; padding:45px 0;}
.cpzx_title{width:100%; float:left; height:32px; border-bottom:1px solid #d7d7d7;}
.cpzx_p{float:left; height:32px; line-height:32px; border-bottom:2px solid #215aa7; font-size:18px; color:#232323;}
.cpzx_more{float:right;}
.cpzx_more a{color:#8e8e8e; text-transform:uppercase;}
.cpzx_more a:hover{color:#215aa7; text-decoration:underline !important;}
.cpzx-imgbox{width:100%; float:left; padding:20px 0;}
.cpzx-imgbox .swiper-slide .cpzx_B{width:100%; overflow:hidden; border:1px solid #737373; padding:1px; transition:all 0.4s;}
.cpzx-imgbox .swiper-slide .cpzx_B .cpzx_img{width:100%; overflow:hidden; position:relative; padding-top:84.5324%; background-position:center; background-repeat:no-repeat; background-size:cover;}
.cpzx-imgbox .swiper-slide .cpzx_B .cpzx_img .cpzx_hover{width:0; float:left; height:0; overflow:hidden; position:absolute; left:50%; top:50%;transform: translate(-50%, -50%); display:flex; align-content:center; align-items:center; justify-content:center; background:rgba(33,90,167,0.85); transition:all 1s;}
.cpzx-imgbox .swiper-slide .cpzx_txt{display:block; overflow:hidden; height:46px; line-height:45px; border-bottom:1px solid #737474; text-align:center; font-size:16px; color:#6c6c6c; transition:all 0.4s;}
.cpzx-imgbox .swiper-slide:hover .cpzx_B{border-color:#215aa7;}
.cpzx-imgbox .swiper-slide:hover .cpzx_B .cpzx_img .cpzx_hover{width:100%; height:100%;}
.cpzx-imgbox .swiper-slide:hover .cpzx_txt{border-bottom-color:#215aa7;color:#215aa7;}

/*.cpzx_ul{display:block; overflow:hidden; width:1224px; padding-top:20px;}
.cpzx_ul li{width:282px; float:left; margin:0 24px 20px 0;}
.cpzx_ul li .cpzx_B{width:100%; overflow:hidden; border:1px solid #737373; padding:1px; transition:all 0.4s;}
.cpzx_ul li .cpzx_B .cpzx_img{width:100%; overflow:hidden; position:relative; padding-top:84.5324%; background-position:center; background-repeat:no-repeat; background-size:cover;}
.cpzx_ul li .cpzx_B .cpzx_img .cpzx_hover{width:0; float:left; height:0; overflow:hidden; position:absolute; left:50%; top:50%;transform: translate(-50%, -50%); display:flex; align-content:center; align-items:center; justify-content:center; background:rgba(33,90,167,0.85); transition:all 1s;}
.cpzx_ul li .cpzx_txt{display:block; overflow:hidden; height:46px; line-height:45px; border-bottom:1px solid #737474; text-align:center; font-size:16px; color:#6c6c6c; transition:all 0.4s;}
.cpzx_ul li:hover .cpzx_B{border-color:#215aa7;}
.cpzx_ul li:hover .cpzx_B .cpzx_img .cpzx_hover{width:100%; height:100%;}
.cpzx_ul li:hover .cpzx_txt{border-bottom-color:#215aa7;color:#215aa7;}*/


.news{width:100%; overflow:hidden; padding:45px 0; background:#f2f5f7;}
.news_contect{width:100%; float:left; padding-top:20px;}
.news_ul{width:67.5%; float:left;}
.news_ul li{display:block; overflow:hidden; margin-bottom:15px;}
.news_ul li .news_B{width:170px; float:left; overflow:hidden; margin-right:25px;}
.news_ul li .news_B .news_img{width:100%; overflow:hidden; background-position:center; background-repeat:no-repeat; background-size:cover; transition:all 1s; padding-top:68.2353%;}
.news_ul li .news_p{display:block; line-height:28px; overflow:hidden; margin-top:20px; font-size:16px; color:#6d6f70; font-weight:bold;text-overflow:ellipsis; white-space: nowrap;}
.news_ul li .news_p span{ font-weight:normal; font-size:14px;}
.news_ul li .news_txt{display:block; line-height:24px; overflow:hidden; margin-top:10px; font-size:14px; color:#a4a6a8;text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:2; -webkit-box-orient: vertical;}
.news_ul li:hover .news_B .news_img{transform: scale(1.1,1.1);-ms-transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1);}
.news_ul li:hover .news_p{color:#003894;}
.news_right{width:27.5%; float:right;}
.news_right a{width:100%; float:left; background-position:center; background-repeat:no-repeat; background-size:cover; overflow:hidden; position:relative; padding-top:75.7676%;}
.news_right a .news_hover{width:100%; float:left; height:36px; display:flex; align-content:center; align-items:center; justify-content:center; background:rgba(33,90,167,0.85); position:absolute; left:0; bottom:0; font-size:16px; color:#fff; font-weight:bold; transition:all 1s;}
.news_right a:hover .news_hover{height:100%;}


.gsjjbox{width:100%; overflow:hidden; padding:55px 0;}
.gsjj{width:77.5%; float:left;}
.gsjj_img{width:427px; float:right; background-position:center; background-repeat:no-repeat; background-size:cover; margin-left:40px;}
.gsjj_img::before{content:""; display:block; padding-top:60.1874%;}
.gsjj_p{display:block; overflow:hidden; height:32px; line-height:22px; font-size:18px; color:#215aa7; font-weight:bold;}
.gsjj_txt{display:block; overflow:hidden; height:180px; line-height:30px; font-size:14px; color:#7d7d7d;}
.gsjj_more{display:block; overflow:hidden; padding-top:15px;}
.gsjj_more a{width:76px; display:block; height:30px; line-height:30px; background:#215aa7; font-size:14px; color:#fff; text-align:center; transition:all 0.4s;}
.gsjj_more a:hover{width:120px;}

.lxwm{width:18.75%; float:right; background:url(../images/lxwm_bj.jpg) no-repeat center center #215aa7; padding:15px;}
.lxwm_logo{display:block; overflow:hidden; padding:11px 0; border-bottom:1px solid rgba(255,255,255,0.5);}
.lxwm_txt{display:block; overflow:hidden; font-size:12px; line-height:24px; color:#fff; padding-top:20px;}
.lxwm_more{display:block; overflow:hidden; padding-top:25px;}
.lxwm_more a{display:block; max-width:114px; overflow:hidden; margin:0 auto; height:32px; border:1px solid #fff; background:#fff; text-align:center; line-height:30px; font-size:14px; color:#215aa7; transition:all 0.4s;}
.lxwm_more a:hover{background:#215aa7; color:#fff;}
/*END-首页内容*/

/*底部*/
.link{width:100%; overflow:hidden; border-top:1px solid #f2f5f7; font-size:14px; line-height:24px; padding:20px 0;}
.link span{float:left;color:#242424;}
.link a{float:left;color:#9db1c0; margin:0 10px;}
.link a:hover{color:#215aa7; text-decoration:underline !important;}

.footer{width:100%; overflow:hidden; background:#f2f5f7; padding:40px 0;}
.footer_left{width:54%; float:left;}
.footer_nav{display:block; overflow:hidden; font-size:16px; color:#000; line-height:24px;}
.footer_nav a{color:#000; margin:0 10px;}
.footer_nav a:first-child{margin-left:0;}
.footer_nav a:last-child{margin-right:0;}
.footer_nav a:hover{color:#215aa7; text-decoration:underline !important;}
.footer_txt{display:block; overflow:hidden; padding-top:20px; line-height:24px; font-size:14px; color:#000;}
.footer_right{width:270px; float:right;}
.footer_img{width:88px; float:left; margin-right:15px;}
.footer_img img{width:88px; display:block; height:88px;}
.footer_p{display:block; overflow:hidden; line-height:22px; font-size:16px; color:#000;}
.footer_dianhua{display:block; overflow:hidden; line-height:44px; font-size:24px; font-weight:bold; color:#000;}
.footer_sp{display:block; overflow:hidden; line-height:22px; font-size:12px; color:#000;}
.foot{width:100%; overflow:hidden; text-align:center; background:#215aa7; font-size:12px; color:#fff; line-height:38px;}
/*END-底部*/

/*公司简介*/
.main{width:100%; overflow:hidden; padding:60px 0;}
.main_left{width:272px; float:left;}
.about{width:100%; float:left; margin-bottom:30px;}
.about_title{display:block; overflow:hidden; height:50px; line-height:50px; text-align:center; background:url(../images/about_title.jpg) no-repeat center center; background-size:100% 100%; font-size:18px; color:#fff;}
.about_ul{display:block; overflow:hidden; padding-top:10px;}
.about_ul li{display:block; overflow:hidden; margin-bottom:6px;}
.about_ul li a{display:block; overflow:hidden; height:36px; line-height:36px; text-align:center; background:#d7d7d7; font-size:14px; color:#232323;}
.about_ul li a:hover{background:#215aa7; color:#fff;}
.about_dl{display:none; margin-bottom:6px;}
.about_dl dd{display:block; overflow:hidden; border-bottom:1px dashed #c0c0c0;}
.about_dl dd a{display:block; overflow:hidden; height:34px; line-height:34px; text-align:center; font-size:14px; color:#a4a4a4; transition:all 0.4s;}
.about_dl dd a:hover{color:#215aa7;}
.about_img{display:block; overflow:hidden; padding-top:10px;}
.about_img img{width:100%; display:block; height:auto;}
.about_txt{display:block; overflow:hidden; background:#f0f0f0; padding:10px; font-size:14px; color:#000; line-height:30px;}

.main_right{width:890px; float:right;}
.dwqz_title{width:100%; float:left; line-height:14px; padding-bottom:15px; border-bottom:1px solid #e8e8e8; font-size:12px; color:#9d9d9d;}
.dwqz_title span{color:#003894;}
.dwqz_contect{width:100%; float:left; padding-top:20px;}
.company{display:block; overflow:hidden; font-size:14px; color:#262626; line-height:30px; text-indent:2em;}
/*END-公司简介*/

/*产品中心*/
.cpzx_ul1{display:block; overflow:hidden; width:912px;}
.cpzx_ul1 li{width:282px; float:left; margin:0 22px 20px 0;}
.cpzx_ul1 li .cpzx_B{width:100%; overflow:hidden; border:1px solid #737373; padding:1px; transition:all 0.4s;}
.cpzx_ul1 li .cpzx_B .cpzx_img{width:100%; overflow:hidden; position:relative; padding-top:84.5324%; background-position:center; background-repeat:no-repeat; background-size:cover;}
.cpzx_ul1 li .cpzx_B .cpzx_img .cpzx_hover{width:0; float:left; height:0; overflow:hidden; position:absolute; left:50%; top:50%;transform: translate(-50%, -50%); display:flex; align-content:center; align-items:center; justify-content:center; background:rgba(33,90,167,0.85); transition:all 1s;}
.cpzx_ul1 li .cpzx_txt{display:block; overflow:hidden; height:46px; line-height:45px; border-bottom:1px solid #737474; text-align:center; font-size:16px; color:#6c6c6c; transition:all 0.4s;}
.cpzx_ul1 li:hover .cpzx_B{border-color:#215aa7;}
.cpzx_ul1 li:hover .cpzx_B .cpzx_img .cpzx_hover{width:100%; height:100%;}
.cpzx_ul1 li:hover .cpzx_txt{border-bottom-color:#215aa7;color:#215aa7;}

.cpxq{display:block; overflow:hidden;}
.cpxq_p{display:block; overflow:hidden; text-align:center; font-size:16px; color:#141414; text-align:center; font-weight:bold;}
.cpxq_sp{display:block; overflow:hidden; text-align:center; font-size:12px; color:#949494; text-align:center; padding-top:15px;}
.cpxq_img{display:block; overflow:hidden; padding:15px 0;}
.cpxq_txt{display:block; overflow:hidden; font-size:14px; color:#262626; line-height:30px;}
/*END-产品中心*/

/*新闻动态*/
.xw_ul{display:block; overflow:hidden;}
.xw_ul li{display:block; overflow:hidden; margin-bottom:35px;}
.xw_ul li a{display:block; overflow:hidden; padding:1px; background:#e8e8e8;}
.xw_ul li a .xw_B{width:280px; float:left; overflow:hidden; border:1px solid #fff;}
.xw_ul li a .xw_B .xw_img{width:100%; overflow:hidden; background-position:center; background-repeat:no-repeat; background-size:cover; padding-top:84.1727%;}
.xw_ul li a .xw_R{display:block; overflow:hidden; padding:35px 35px 0 35px;}
.xw_ul li a .xw_R .xw_p{display:block; overflow:hidden; height:28px; line-height:28px; font-size:16px; color:#6b6b6b;text-overflow:ellipsis; white-space: nowrap; transition:all 0.4s;}
.xw_ul li a .xw_R .xw_txt{display:block; overflow:hidden; height:90px; line-height:30px; font-size:14px; color:#6b6b6b; margin-top:20px;transition:all 0.4s;}
.xw_ul li a .xw_R .xw_sp{display:block; overflow:hidden; line-height:24px; font-size:12px; color:#6b6b6b; margin-top:15px;transition:all 0.4s;}
.xw_ul li a:hover{background:#215aa7;}
.xw_ul li a:hover .xw_R .xw_p{color:#fff;}
.xw_ul li a:hover .xw_R .xw_txt{color:#fff;}
.xw_ul li a:hover .xw_R .xw_sp{color:#fff;}
/*END-新闻动态*/

/*联系我们*/
.contact_txt{width:100%; float:left;display:block; overflow:hidden; font-size:14px; color:#262626; line-height:30px; margin-top:15px;}
.contact_map{width:100%; float:left;}
#dituContentmap{width:100%; overflow:hidden; height:360px;}
.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:1220px) {
/*头部+导航*/
.header{padding:0 1%;}
/*END-头部+导航*/

/*首页内容*/
.cpzx {padding:45px 1%;}
.cpzx_ul {width:100%;}
.cpzx_ul li {width:23%; margin:0 1% 20px 1%;}

.news {padding:45px 1%;}
.gsjjbox {padding:45px 1%;}
.gsjj {width:74%;}
.gsjj_img {width:40%; margin-left:30px;}
.gsjj_img::before {padding-top: 86.8599%;}
.lxwm {width:24%;}

.link {padding: 20px 1%;}
.footer {padding: 40px 1%;}
.footer_left {width: 60%;}
/*END-首页内容*/

/*公司简介*/
.main{padding:50px 1%;}
.main_left{width:24%;}
.main_right{width:74%;}
/*END-公司简介*/

/*产品中心*/
.cpzx_ul1{width:100%;}
.cpzx_ul1 li{width:31.33%; margin:0 1% 20px 1%;}
/*END-产品中心*/

/*新闻动态*/
.xw_ul li{margin-bottom:30px;}
.xw_ul li a .xw_R {padding:25px 25px 0 25px;}
/*END-新闻动态*/

}

@media (max-width:991px){
/*头部+导航*/
.icon-menu{float:right; cursor:pointer; width:40px; position:absolute;right:10px; top:50%; transform: translateY(-50%); z-index:9999999; background-size:100% 100%; display:flex; align-content:center; align-items:center; justify-content:space-between; flex-wrap:wrap;}
.icon-menu span{width:100%; height:6px; float:left; margin:3px 0; display:flex; justify-content:center;}
.icon-menu span::before{content:""; width:100%; float:left; height:100%; background:#3369af;}

.header{padding:0;}
.logo {width:100%; position:relative; padding:10px;}
.header_R {width:100%;}
nav{position:relative; z-index:9999; padding:0;}

.nav {display:none; width:150px; padding:2px; position:absolute; right:10px; top:0; background:rgba(51, 105, 175, 0.8);}
.nav>li{width:100%; border-bottom:1px solid #fff; margin:0; background:none;}
.nav>li>a{width:100%; color:#000; text-align:center; height:40px; line-height:40px; color:#fff;}
.nav>li>a::before {display:none;}
.nav>li>a:hover{background:#fff; color:#3369af;}
/*END-头部+导航*/

/*首页内容*/
.cpzx {padding:30px 10px;}
.cpzx_ul li {margin:0 1% 10px 1%;}

.news {padding:30px 10px;}
.gsjjbox {padding:30px 10px;}
.gsjj {width:68%;}
.gsjj_img {width:35%; margin-left:20px;}
.gsjj_img::before {padding-top: 144.8599%;}
.lxwm {width:30%;}

.link {padding: 20px 10px;}
.footer {padding:20px 10px;}
/*END-首页内容*/

/*公司简介*/
.main{padding:30px 10px;}
.main_left{width:34%;}
.main_right{width:64%;}
/*END-公司简介*/

/*新闻动态*/
.xw_ul li{margin-bottom:20px;}
.xw_ul li a .xw_B {width:200px;}
.xw_ul li a .xw_R {padding:15px 15px 0 15px;}
.xw_ul li a .xw_R .xw_txt {height:84px; line-height:28px; margin-top:5px;}
.xw_ul li a .xw_R .xw_sp {margin-top:5px;}
/*END-新闻动态*/

}

@media (max-width:767px){
/*头部+导航*/
.logo {padding:5px 10px;}
.logo img{width:55%;}
.icon-menu {right:10px; width:25px;}
.icon-menu span{margin:2px 0; height:3px;}
/*END-头部+导航*/

/*banner*/
/*.banner .banner-imgbox .swiper-slide {background-image:none !important;}*/
/*END-banner*/

/*首页内容*/
.cpzx {padding:10px;}
.cpzx_ul{display:flex; flex-wrap:wrap; justify-content:space-between; padding-top:10px;}
.cpzx_ul li {width:49%; margin:0 0 10px 0;}
.cpzx_ul li .cpzx_txt {height:36px; line-height:35px; font-size:14px}

.news {padding:10px;}
.news_contect {padding-top:10px;}
.news_ul {width:100%;}
.news_ul li {margin-bottom:10px;}
.news_ul li .news_B {width:72px; margin-right:10px;}
.news_ul li .news_B .news_img {padding-top:100%;}
.news_ul li .news_p {margin-top:0;}
.news_ul li .news_txt {line-height:22px; margin-top:0; font-size:12px;}
.news_right {width:100%;}
.news_right a {padding-top:45.7676%;}

.gsjjbox {padding:10px;}
.gsjj {width:100%;}
.gsjj_img {width:100%; float:none; overflow:hidden; margin-left:0;}
.gsjj_img::before {padding-top: 60.1874%;}
.gsjj_p {line-height:32px; margin-top:5px;}
.gsjj_txt {height:192px; line-height:24px;}
.gsjj_more {padding-top:10px;}
.lxwm {width:100%; margin-top:10px; padding:10px;}
.lxwm_logo {padding:0 0 10px 0;}
.lxwm_txt {padding-top:10px;}
.lxwm_more {padding-top:10px;}

.link {padding:10px;}
.foot{padding:10px; line-height:20px;}
/*END-首页内容*/

/*公司简介*/
.main{padding:10px;}
.main_left{width:100%;}
.main_right{width:100%;}
.about{margin:0;}
.about_ul{display:none; padding:0;}
.about_ul li{margin:3px 0 0 0;}
.dwqz_contect{padding-top:10px;}
/*END-公司简介*/

/*产品中心*/
.cpzx_ul1{display:flex; flex-wrap:wrap; justify-content:space-between;}
.cpzx_ul1 li{width:49%; margin:0 0 10px 0;}
.cpzx_ul1 li .cpzx_txt {height:36px; line-height:35px; font-size:14px}
.cpxq_img{padding:10px 0;}
.cpxq_txt{line-height:24px;}
/*END-产品中心*/

/*新闻动态*/
.xw_ul li{margin-bottom:10px;}
.xw_ul li a .xw_B {width:100px;}
.xw_ul li a .xw_B .xw_img{padding-top:100%;}
.xw_ul li a .xw_R {padding:5px 5px 5px 10px;}
.xw_ul li a .xw_R .xw_txt {height:60px; line-height:20px; margin-top:0;}
/*END-新闻动态*/

/*联系我们*/
#dituContentmap{height:200px;}
/*END-联系我们*/

}
/*手机底部*/
.bottom_kong{width:100%; height:62px; float:left; background:#fff;}
.bottom{width:100%; height:60px; position:fixed; bottom:0; left:0; z-index:9999999999999; background:#3369af;}
.bottom a{width:25%; float:left; height:60px; display:flex; align-content:center; align-items:center; flex-wrap:wrap; justify-content:center; line-height:20px; color:#fff; border-right:2px solid #fff; font-size:12px; font-weight:normal;}
.bottom a>div{width:100%; float:left;}
.bottom a>div:first-child span{ font-size:20px;}
.bottom a:last-child{border:none;}
.bottom a:hover{background:#215aa7; color:#fff;}

.dbbox{ position: fixed; left: 0; bottom:65px; z-index:99999; width: 100%;}
.dbbox .dbs{ position: relative; padding: 0 15px; display:none;}
.dbbox .dbs .neirong{padding: 10px; background: #fff; border-radius: 5px; border:2px solid #215aa7;}
.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;}
.dbbox .dbs.fenxiang-box:after{ content: ""; position: absolute; left:75%; bottom:-6px; z-index: 1; width:25%; height:6px;}
.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*/

.pagination {text-align: center;}
.pagination li{display: inline-block;width: 40px;height: 40px;text-align: center;line-height: 40px;margin: 0 5px;border: 1px solid #d7d7d7;}

