/*外部公共样式*/
@import url("bootstrap.min.css");
@import "../swiper/css/swiper.min.css";
@import url("animate.css");
@import "iconfont.css";
/*END-外部公共样式*/

/*头部+导航+大图*/
.header{width:100%;position: relative;z-index: 99999999999;background-color: #FFFFFF;}
.h_m{display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;position: relative;z-index: 9999999;}
.logo{padding-top: 15px;}
.logo img{max-width:420pc; max-height:70px;}

.nav{width:100%;position:relative; z-index:999999;display: flex;display: -ms-flexbox;display: -webkit-flex;width:calc(100% - 480px);}
.nav>li{position:relative;width: 16%;}
.nav>li>a{width:100%; height: 85px;line-height: 24px;font-size:18px; color:#000; text-align:center;position: relative;padding-top: 25px;}
.nav>li>a span{font-size: 12px;font-family: arial;text-transform: uppercase;}
.nav>li:hover>a{color:#f61600;}
.nav>li>a.on{color:#f61600;}


.nav_sub{display:none; width:100%; float:left; padding-top:2px; position:absolute; left:0; top:100%; z-index:999999;}
.nav_sub>dd{display:block; overflow:hidden;background-color: #FFFFFF;}
.nav_sub>dd>a{display:block; overflow:hidden; height:40px; line-height:40px; text-align:center; font-size:14px; color:#000000;}
.nav_sub>dd>a:hover{color:#F61600;}


/*banner*/
.banner{width:100%; position:relative;}
.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:6%; position:absolute;top:50%; margin-top:-35px; width:70px; height:70px; background:url(../img/bibeiimg/next.jpg) no-repeat center center; overflow:hidden; opacity:0;  cursor:pointer; z-index:999999; transition:all 0.4s;}
.banner .prev{left:6%; position:absolute;top:50%; margin-top:-35px; width:70px; height:70px; background:url(../img/bibeiimg/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-头部+导航+大图*/

/*首页内容*/
.about{display: block;width: 100%;background-image: url(../img/images/about_bg_03.png);background-size: cover;padding: 75px 0;overflow: hidden;}
.title{text-align: center;}
.title_t{font-size: 60px;font-family: arial;color: #d4d5d5;text-transform: uppercase;line-height: 42px;}
.title_p{font-size: 30px;color: #131313;line-height: 30px;}
.title_img{margin-top: 10px;height: 18px;}
.about_ming{padding-left: 25px;position: relative;}
.about_ming::after{width: 6px;height: 88px;background-color: #D0121B;border-radius: 3px;display: block;content: "";position: absolute;left: 0;top: -18px;}
.about_m{display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;flex-wrap: wrap;margin-top: 20px;}
.about_l{width: calc(100% - 550px);}
.about_lt{font-size: 30px;color: #f61600;line-height: 60px;}
.about_ltp{font-size: 14px;font-family: arial;color: #282828;text-transform: uppercase;}
.about_lp{font-size: 16px;color: #333333;display: -webkit-box;-webkit-line-clamp: 6;-webkit-box-orient: vertical;text-overflow: ellipsis;overflow: hidden;line-height: 30px;margin-top: 40px;height: 180px;}
.about_lbtn{width: 165px;height: 35px;line-height: 36px;text-align: center;border-radius: 18px;border: 1px solid #f61600;margin-top: 40px;}
.about_lbtn a{color: #131313;}
.about_lbtn:hover a{color: #D0121B;}
.about_r{width: 500px;position: relative;background-color: #f7cac5;margin-top: 50px;height: 340px;}
.about_r::after{content: "";width:100%;position: absolute;right: 15px;top: -52px;display: block;background-image: url(../img/images/about_13.png);background-repeat: no-repeat;padding-top: 76%;}

.cpzs{display: block;overflow: hidden;width: 100%;background-image: url(../img/images/cpzs_bg_20.png);background-size: cover;padding: 70px 10px 0;}
.cpzs_tab{display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;flex-wrap: wrap;margin-top: 40px;}
.cpzs_tab li{width: 19%;padding: 0 25px;line-height: 47px;text-align: center;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;background-image: url(../img/images/cpzs_tab_03.png);background-position: center;background-size: cover;}
.cpzs_tab li a{font-size: 14px;color: #131313;}
.cpzs_tab li:hover{background-image: url(../img/images/cpzs_tabh_03.png);}

.cpzs_m{margin-top: 60px;}
.cpzs_m .swiper-container{padding-bottom: 150px;}
.cpzs_m .swiper-slide{border: 1px solid #ccc;}
.cpzs_m .swiper-pagination{bottom: 60px;}
.cpzs_B{overflow: hidden;}
.cpzs_imgbg{background-position: center;background-size: cover;padding-top: 81%;transition: all 2s;}
.cpzs_p{padding: 0 15px;line-height: 50px;background-color: #999999;color: #FFFFFF;}
.cpzs_pp{position: relative;padding-right: 15px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.cpzs_pp::after{display: block;content: "→";font-size: 14px;position: absolute;top: 50%;transform: translateY(-50%);right: 0;}
.cpzs_m .swiper-slide:hover .cpzs_imgbg{transform: scale(1.2,1.2);}
.cpzs_m .swiper-slide:hover .cpzs_p{background-color: #F46903;}
.swiper-pagination-bullet-active{background: #f20404;}

.henfu{display: block;overflow: hidden;width: 100%;padding: 50px 10px;background-image: url(../img/images/henfu_bg_22.png);background-repeat: no-repeat;background-size: cover;background-position: center;}
.henfu_gang{width: 35px;height: 3px;background-color: #FFFFFF;}
.henfu_tit{font-size: 30px;color: #ffffff;margin-top: 25px;}
.henfu_tp{font-size: 14px;font-family: arial;color: #ffffff;margin-top: 20px;}


.news{padding: 60px 10px;display: block;overflow: hidden;background-image: url(../img/images/news_bg_24.png);background-size: cover;}
.news_m{margin-top: 50px;display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;flex-wrap: wrap;}
.news_l{width: 470px;}
.news_limg{background-position: center;background-repeat: no-repeat;background-size: cover;padding-top: 113%;}
.news_r{width: calc(100% - 495px);}
.news_ul{width: 100%;}
.news_ul li{padding: 20px;border: 1px solid #CCCCCC;background-image: url(../img/images/news_rbg_28.png);background-repeat: no-repeat;background-size: cover;margin-bottom: 35px;}
.news_ul li a{display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;flex-wrap: wrap;}
.news_rl{width: 130px;text-align: center;border-right: 1px solid #CCCCCC;}
.news_rb{font-size: 48px;color: #666666;line-height: 38px;margin-top: 20px;}
.news_rs{font-size: 18px;color: #666666;margin-top: 15px;line-height: 18px;margin-bottom: 20px;}
.news_rr{width: calc(100% - 130px);padding-left: 30px;}
.news_rt{font-size: 16px;color: #666666;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;text-overflow: ellipsis;overflow: hidden;line-height: 26px;height: 52px;margin-top: 10px;}
.news_rtp{font-size: 14px;color: #999999;margin-top: 10px;}
.news_ul li:hover{box-shadow: 0 2px 10px 0 #CCCCCC;}
.news_ul li:hover .news_rb{color: #F61600;}
.news_ul li:hover .news_rt{color: #F61600;}
.news_btn{width: 170px;line-height: 36px;height: 36px;border-radius: 18px;border: 1px solid #F61600;text-align: center;margin: 30px auto 0;}
.news_btn a{font-size: 16px;color: #131313;}
.news_btn:hover a{color: #F61600;}

.anli{display: block;overflow: hidden;width: 100%;padding: 70px 10px 0;}
.anli_m{margin-top: 70px;}
.anli_B{overflow: hidden;border: 1px solid #CCCCCC;}
.anli_img{background-position: center;background-repeat: no-repeat;background-size: cover;padding-top: 75%;transition: all 2s;}
.anli_m .swiper-container{padding-bottom: 120px;}
.anli_m .swiper-pagination{bottom: 40px;font-size: 16px;color: #131313;}
.anli_m .swiper-pagination-current{color: #F20404;}
.anli-next,.anli-prev{font-size: 16px;color: #131313;z-index: 999;font-family: arial;}
.anli-next{left: 52%;position: absolute;bottom: 40px;}
.anli-prev{right: 52%;position: absolute;bottom: 40px;}
.anli_m .swiper-slide:hover .anli_img{transform: scale(1.2,1.2);}

.footer{display: block;overflow: hidden;width: 100%;padding: 60px 10px 20px;background-image: url(../img/images/footer_bg_36.png);background-size: cover;background-repeat: no-repeat;}
.f_m{display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;flex-wrap: wrap;}
.f1{width: 100px;}
.f_tit{text-decoration: underline;font-size: 16px;color: #FFFFFF;}
.f1_ul{display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;flex-wrap: wrap;margin-top: 10px;}
.f1_ul li{width: 100%;line-height: 35px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.f1_ul li a{font-size: 14px;color: #FFFFFF;}
.f1_ul li:hover a{color: #F61600;}

.f2{width: 180px;}

.f3{width: 340px;}
.f3_p{margin-top: 10px;line-height: 35px;font-size: 14px;color: #FFFFFF;}

.f4{width: 260px;}
.f4_xq{display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;flex-wrap: wrap;margin-top: 22px;}
.f4_img img{max-width: 100%;}
.f4_p{text-align: center;color: #FFFFFF;}

.bootom{background-color: #555555;display: block;padding: 0 10px;}
.bto{display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;flex-wrap: wrap;}
.bto_l{font-size: 14px;color: #ffffff;line-height: 80px;}
.bto_r{position: relative;}
.footer3_ul{display: flex;display: -ms-flexbox;display: -webkit-flex;padding-top: 20px;}
.footer3_ul li{margin-left: 20px;}

.f3box{ position: absolute; right: 0px; bottom:65px; z-index:99999; width: 240px;}
.f3box .f3dbs{ position: relative; padding: 0 15px; display:none; text-align:center;}
.f3box .f3dbs .f3neirong{padding: 10px; background: #fff; border-radius: 5px; border:2px solid #389e2e;}
.f3box .f3dbs img{ max-width: 140px;}

/* 产品展示 */
.proner_bant{display: block;overflow: hidden;width: 100%;position: relative;}
.proner_ban{background-position: center;background-repeat: no-repeat;background-size: cover;padding-top: 20%;}
.proner_banp{position: absolute;top: 50%;transform: translateY(-50%);left: 20%;width: 290px;}
.proner_banp1{font-size: 36px;color: #FFFFFF;line-height: 36px;line-height: 36px;position: relative;width: 100%;}
.proner_banp1::after{width: 130px;height: 1px;background-color: #FFFFFF;display: block;content: "";position: absolute;bottom: 0;right: 0;}
.proner_banp2{text-transform: uppercase;font-size: 50px;font-family: arial;color: #a5a6ba;line-height: 50px;margin-top: 25px;}
.proner{padding: 30px 10px 50px;display: block;overflow: hidden;}
.proner_m{display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;flex-wrap: wrap;}
.proner_l{width: 270px;}
.proner_tit{padding: 15px 25px;background-image: url(../img/images/title_bg_03.png);background-repeat: no-repeat;background-size: cover;}
.proner_ts{display: flex;display: -ms-flexbox;display: -webkit-flex;}
.proner_tl{width: 49%;font-size: 24px;color: #ffffff;}
.proner_tr{width: 49%;border-bottom: 1px solid #CCCCCC;}
.proner_tp{text-align: right;font-size: 18px;font-family: arial;color: #ffffff;text-transform: uppercase;margin-top: 10px;line-height: 18px;}
.proner_lul{padding: 10px 10px 5px;background-image: url(../img/images/proner_ulbg_03.png);background-size: cover;}
.proner_lul li{line-height: 60px;background-color: #e5e7e8;margin-bottom: 5px;padding: 0 15px;}
.proner_lul li a{font-size: 16px;color: #131313;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;background-image: url(../img/images/proner_ul_06.png);background-repeat: no-repeat;background-position: right center;width: 100%;display: block;padding-right: 20px;}
.proner_lul li:hover{background-color: #f46903;}
.proner_lul li:hover a{color: #FFFFFF;background-image: url(../img/images/proner_ulh_06.png);}
.proner_lian{background-image: url(../img/images/proner_ulbg_03.png);background-size: cover;background-repeat: no-repeat;background-position: center;padding: 10px;}
.proner_lianp{background-color: #e5e7e8;padding: 10px 15px;line-height: 30px;font-size: 14px;color: #131313;}
.proner_r{width: calc(100% - 290px);}
.proner_rtit{display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;flex-wrap: wrap;line-height: 40px;background-color: #e5e7e8;padding: 0 10px;font-size: 16px;margin-top: 40px;}
.proner_rtl{padding-left: 10px;position: relative;}
.proner_rtl::after{width: 4px;height: 4px;border-radius: 2px;background-color: #fb4d00;position: absolute;top: 50%;transform: translateY(-50%);left: 0;z-index: 9999;display: block;content: "";}
.proner_rtr a{color: #131313;}
.proner_xq{margin-top: 20px;}

.proner_ul{display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;flex-wrap: wrap;}
.proner_ul li{width: 32%;margin-bottom: 20px;border: 1px solid #CCCCCC;}
.proner_ul::after{width: 32%;content: "";}
.proner_B{overflow: hidden;}
.proner_imgbg{background-position: center;background-size: cover;padding-top: 81%;transition: all 2s;}
.proner_p{padding: 0 15px;line-height: 50px;background-color: #999999;color: #FFFFFF;}
.proner_pp{position: relative;padding-right: 15px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.proner_pp::after{display: block;content: "→";font-size: 14px;position: absolute;top: 50%;transform: translateY(-50%);right: 0;}
.proner_ul li:hover .proner_imgbg{transform: scale(1.2,1.2);}
.proner_ul li:hover .proner_p{background-color: #F46903;}


.cpxq_tit{text-align: center;font-size: 20px;font-weight: bold;line-height: 30px;}
.cpxq_img{text-align: center;margin-top: 10px;}
.cpxq_img img{max-width: 100%;}
.cpxq_p{font-size: 14px;color: #000000;margin-top: 10px;}
/* 关于我们 */
.abner_p{font-size: 16px;color: #131313;line-height: 30px;}
/* 新闻资讯 */
.xw_ul{display:block; overflow:hidden;}
.xw_ul li{display:block; overflow:hidden; margin-bottom:20px;padding: 20px;border: 1px solid #CCCCCC;box-shadow: 0 4px 10px 0 #CCCCCC;}
.xw_ul li a{display:-webkit-box; display:-ms-flexbox; display:flex; overflow:hidden;}
.xw_ul li a .xw_img{width:245px; float:left; background-position:center; background-repeat:no-repeat; background-size:cover;}
.xw_ul li a .xw_R{width:calc(100% - 245px); float:left;color:#363636;padding: 0 0 0 20px;}
.xw_ul li a .xw_R .xw_p{display:block; overflow:hidden; line-height:30px; font-size:17px;text-overflow:ellipsis; white-space: nowrap;font-weight: bold;color: #000000;}
.xw_ul li a .xw_R .xw_txt{display:block; overflow:hidden; height:72px; line-height:24px; font-size:14px; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:3; -webkit-box-orient: vertical; margin-top:10px;color: #333333;}
.xw_ul li a .xw_R .xw_sp{display:block; overflow:hidden; line-height:12px; font-size:12px;color: #b1b1b1;margin-top: 12px;}
.xw_ul li a .xw_R .xw_btn{display: block;overflow: hidden;height: 30px;margin-top: 20px;}
.xw_ul li a .xw_R .xw_btn1{width: 95px;height: 30px;line-height: 30px;border: 1px solid #CCCCCC;display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;align-items: center;padding: 0 20px;border-radius: 15px;}
.xw_ul li a:hover .xw_p{color:#F46903;}
.xw_ul li a:hover .xw_btn1{background-color: #F46903;color: #FFFFFF;}

.xwxq_tit{text-align: center;font-size: 20px;font-weight: bold;line-height: 30px;}
.xwxq_img{text-align: center;margin-top: 10px;}
.xwxq_img img{max-width: 100%;}
.xwxq_p{font-size: 14px;color: #000000;margin-top: 10px;}
/* 联系我们 */
.conner_p{font-size: 16px;color: #131313;line-height: 30px;}
.map{width: 100%;height: 400px;margin-top: 10px;}
.map iframe{width: 100%;height: 100%;border: transparent;}
@media (max-width:1220px) {
/*头部+导航*/
.topbox{padding:0 1%;}
.header{padding:0px 1%;}
.nav>li>a{padding: 20px 0 0;}
/*END-头部+导航*/


/*首页内容*/
.cpzs_tab li{background-repeat: no-repeat;background-size: contain;}

.about_l{width: 49%;}
.about_r{width: 49%;height: 250px;}

.news_l{width: 49%;}
.news_r{width: 49%;}
.news_ul li{margin-bottom: 10px;padding: 10px;}
.news_rl{width: 100px;}
.news_rr{width: calc(100% - 100px);padding-left: 15px;}

.anli_m{margin-top: 20px;}
}

@media (max-width:991px){
/*头部+导航*/
.logo{padding: 10px;position: relative;width: 100%;}
.logo img{border-right: transparent;width: 80%;}
.topbox{padding:0 10px;}
.header{padding:0; background:#fff; z-index:999999;position: relative;}
.nav {display:none; width:150px; position:absolute; right:10px; top:80px; background:#FFFFFF;}
.nav>li{width:100%; border-bottom:1px solid #fff; margin:0; background:none;}
.nav>li>a{width:100%;height:40px; line-height:40px; color:#000;padding: 0;}
.icon-menu{float:right; cursor:pointer; width:35px; height:25px; display:flex; flex-wrap:wrap; align-content:space-between; position:absolute;right:10px; top:50%; transform: translateY(-50%); z-index:9999999; background-size:100% 100%;}
.icon-menu span{width:100%; height:6px; float:left;  background:#F46903;}
/*END-头部+导航*/

/*首页内容*/
.title{background-image: none;}
/* 新闻资讯 */
.xw_ul li a .xw_img{width:200px;}
.xw_ul li a .xw_R{width:calc(100% - 200px); padding:15px;}
.xw_ul li a .xw_R .xw_txt{margin-top:10px;}
.xw_ul li a .xw_R .xw_sp{margin-top:10px;}

.proner_ban{padding-top: 40%;}
}

@media (max-width:767px){
/*头部+导航*/
.nav{top: 70px;}
.icon-menu span{width:100%; height:3px; float:left;  background:#d0121b;}
/*END-头部+导航*/

/*首页内容*/
.about{padding: 10px;top: -10px;position: relative;}
.title_t{font-size: 22px;line-height: 22px;}
.title_p{font-size: 18px;}
.title_img{display: none;}
.about_m{margin-top: 10px;}
.about_rr{width: 100%;}
.about_l{width: 100%;}
.about_rr{text-align: center;position: relative;}
.about_rr .about_rrimg{background-position: center;background-repeat: no-repeat;background-size: cover;padding-top: 50%;}
.about_lt{font-size: 18px;line-height: 30px;}
.about_lp{margin-top: 0;font-size: 14px;line-height: 28px;height: 168px;}
.about_lbtn{margin-top: 10px;width: 120px;}

.cpzs{padding: 10px 10px 0;}
.cpzs_tab{margin-top: 0;}
.cpzs_tab li{width: 49%;}
.cpzs_m{margin-top: 5px;}
.cpzs_m .swiper-pagination{bottom: 10px;}
.cpzs_m .swiper-container{padding-bottom: 40px;}

.news{padding: 10px;}
.news_m{margin-top: 10px;}
.news_l{width: 100%;}
.news_r{width: 100%;margin-top: 10px;}
.news_rb{margin-top: 10px;font-size: 30px;line-height: 30px;}
.news_rt{margin-top: 0;}
.news_rtp{margin-top: 0;}
.news_rs{margin-top: 10px;margin-bottom: 10px;}
.news_btn{margin: 0 auto;width: 140px;}

.anli{padding: 10px 10px 0;}
.anli_m{margin-top: 10px;}
.anli_m .swiper-container{padding-bottom: 40px;}
.anli_m .swiper-pagination{bottom: 10px;}
.anli-prev{bottom: 10px;right: 58%;}
.anli-next{bottom: 10px;left: 58%;}


.bto_l{line-height: 30px;}

/* 产品展示 */
.proner{padding: 10px 10px 50px;}
.proner_l{width: 100%;}
.proner_lul li{line-height: 50px;}
.proner_tit{padding: 0;}
.proner_tl{height:50px; line-height:50px; text-align:left; background:url(../img/bibeiimg/sj_jiantou.png) no-repeat right center,url(../img/images/title_bg_03.png) no-repeat center center; background-size:auto,cover; font-size:20px; padding-left:20px;width: 100%;}
.proner_r{width: 100%;min-height: 500px;}
.proner_rtit{margin-top: 10px;}
.proner_xq{margin-top: 10px;}
.proner_ul li{width: 48%;margin-bottom: 10px;}
.proner_ban{padding-top: 60%;}
.proner_banp{width: auto;}
.proner_banp1{font-size: 18px;line-height: 18px;}
.proner_banp1::after{display: none;}
.proner_banp2{font-size: 18px;line-height: 18px;margin-top: 10px;}

.cpxq_tit{font-size: 18px;}
.cpxq_img{margin-top: 6px;}
.cpxq_p{margin-top: 0;}
.cpxq_p img{width:100%; height:auto;}
/* 新闻资讯 */
.xw_ul li{margin-bottom:10px;padding: 10px;}
.xw_ul li a .xw_img{width:100px;}
.xw_ul li a .xw_R{width:calc(100% - 100px); padding:5px;}
.xw_ul li a .xw_R .xw_txt{margin-top:2px; height:60px; line-height:20px;-webkit-line-clamp:3;}
.xw_ul li a .xw_R .xw_p{line-height: 18px;font-size: 16px;}

.xwxq_tit{font-size: 18px;}
.xwxq_img{margin-top: 6px;}
.xwxq_p{margin-top: 0;}
}
/*手机底部*/
.root_kong{width:100%; height:62px; float:left; background:#fff;}
.root{width:100%; height:60px; position:fixed; bottom:0; left:0; z-index:9999999999999; background:#555;}
.root 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:1px solid #fff; font-size:12px; font-weight:normal;}
.root a>div{width:100%; float:left;}
.root a>div:first-child span{ font-size:20px;}
.root a:last-child{border:none;}
.root a:hover{background:#F46903; color:#fff;}

.dbbox{ position: fixed; left: 0; bottom:65px; z-index:99999; width: 100%;}
.dbbox .dbs{ position: relative; padding: 0 15px; display:none; text-align:center;}
.dbbox .dbs .neirong{padding: 10px; background: #fff; border-radius: 5px; border:2px solid #389e2e;}
.dbbox .dbs img{ max-width: 140px; }
/*End*/

.pagin{position:relative; margin:20px; font-size:14px;}
.pagin .blue{color:#056dae;font-style:normal;}
.pagin .paginList{position:absolute;right:12px;top:0;}
.pagin .paginList .paginItem{float:left;}
.pagin .paginList .paginItem a{float:left;width:31px;height:28px;border:1px solid #DDD; text-align:center;line-height:30px;border-left:none;color:#3399d5;}
.pagin .paginList .paginItem:first-child a{border-left:1px solid #DDD;}
.pagin .paginList .paginItem:first-child a{border-bottom-left-radius:5px;border-top-left-radius:5px;}
.pagin .paginList .paginItem:last-child a{border-bottom-right-radius:5px;border-top-right-radius:5px;}
.pagin .paginList .paginItem.current,.pagin .paginList .paginItem.current a{background:#f5f5f5; cursor:default;color:#737373;}
.pagin .paginList .paginItem:hover{background:#f5f5f5;}
.pagin .paginList .paginItem.more,.pagin .paginList .paginItem.more a:hover{ cursor:default;}
.pagin .paginList .paginItem.more:hover{background:#FFF;}
.pagin .paginList .paginItem.more a{color:#737373;}
.message{ float:left; width:30%;margin-top:15px;}
.jlfanye{ /*float:right;*/ width:100%;}
.jlfanye a{ padding:5px;  border: solid 1px #dedede; /*float:left;*/ min-width:8px; margin:8px 2px; color:#999;}
.jlfanye a:hover{ color:#f00;}