@charset "utf-8";
/* CSS Document */

.wrap{
    width: 1120px;
    margin: 0 auto;
}
.header{
    background-color: #054494;
    height: 36px;
    color: #fff;
    line-height: 36px;
}

.h-right .tel{
    background: url(../image/icontel.png) no-repeat left center;
    padding-left: 40px;
    float: left;
    margin-right: 36px;
}


/* nav */
.navbar{
    height: 110px;
}
.navbar img{
    margin-top: 6px;
}
.nav-r ul li{
    float: left;
    line-height: 109px;
    position: relative;
}

#nav_box {
    display: flex;
    justify-content: space-between;
}

.nav-r {
    width: 80%;
}
.nav-r li a{
    color: #666666;
    font-weight: 600;
    font-size: 14px;
    padding: 0 20px;
    border-right: 1px dotted #ccc;
}
.nav-r li a:hover{
    color: #d92f21;
}
.nav-r ul li:last-child a{
    border-right: 0;
}



/*=====下拉菜单====*/
.nav li ul{position:absolute; left:0px; top:30px; width:140px;background:#fff;display:none; overflow:hidden;}
.nav li ul li{ width:100%; height:36px; background:none;}
.nav li ul li a{ font-size:14px;color:#666; line-height:36px;display:block; white-space: nowrap;text-align:center;
    padding:0 10px;
    font-weight: normal;
}
.nav li ul li a:hover{ background:#054494; color:#fff; border:none;}
.nav li.on ul li a{ background:#fff; color:#666; border:none;}
.nav li.on ul li a:hover{ background:#054494; color:#fff; border:none;}



.search{ float: right;
    position: relative;
    margin:5px 0 0 0 ;
}
.search .key{
    border-radius: 10px;
    padding-left: 10px;
    width: 143px;
}
.search .btn{
    position: absolute;
    display: block;
    cursor: pointer;
    width: 20px;
    height: 20px;
    background:url(../image/btn-blue1-07.gif) no-repeat;
    right: 10px;
    top: 3px;
    text-indent: -9999px;
    border: none;
    outline: none;
}

/* product */
.product{
    height: 487px;
    padding: 36px 0 30px;
}
.p-titel h1{
    background: url(../image/titleline.jpg) no-repeat center center;
    text-align: center;
    font-weight: normal;
    color: #171717;
}
.p-titel p{
    text-align: center;
    font-size: 16px;
    color: #636466;
}
.product .hd ul{
    height: 33px;
    margin: 24px 54px 25px 46px;
    overflow: hidden;
}
.product .hd li{
    display: inline-block;
    height: 33px;
    margin-right: 8px;
    background-color: #eee;
    border: 1px solid #cecece;
    font-size: 14px;
    color: #232323;
    border-radius: 10px;
    padding:0 10px;
    line-height: 33px;
    text-align: center;
    cursor: pointer;
}
.product .hd li:hover,
.product .hd .on{
    background-color: #d92f21;
    color: #fff;
    border: 1px solid #d92f21;
}
.product .hd li:last-child{
    margin-right: 0;
}
/* 1111 286 */
.product .bd ul{
    width: 1120px;
    height: 286px;
}
.product .bd ul li{
    float: left;
    width: 213px;
    height: 286px;
    margin-right: 13px;
    border: 1px solid #ddd;
    text-align: center;
    padding: 13px 14px 0 15px;
}
.product .bd ul li img{
    width: 181px;
    height: 220px;
    margin-bottom: 16px;
}
.product .bd ul li span{
    font-size: 14px;
    color: #232323;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.product .bd ul li:last-child{
    margin-right: 0;
}



/* about */
.about{
    height: 592px;
}
.about-t{
    background: url(../image/info_bg.jpg) no-repeat top center;
    height: 306px;
    padding-top: 30px;
}
.about-t ul{
    width: 970px;
    height: 76px;
    margin: 0 auto;
}
.about-t ul li{
    width: 231px;
    height: 76px;
    float: left;
    padding-left: 83px;
    margin-right: 14px;
    color: #fff;
}
.about-t ul li h4{
    padding: 5px 0;
}
.about-t ul li:nth-child(1){
    background: url(../image/index3_12.png) no-repeat left top;
}
.about-t ul li:nth-child(2){
    background: url(../image/index_21.png) no-repeat left top;
}
.about-t ul li:nth-child(3){
    background: url(../image/index_12.png) no-repeat left top;
}
.about-t ul li:nth-child(4){
    margin-right: 0;
    background: url(../image/index_18.png) no-repeat left top;
}
.about .wrap-two{
    width: 1150px;
    margin: 0 auto;
}
.about-content{
    margin-top: -163px;
    height: 420px;
    background-color: #fff;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
}
.wrap-two .left{
    height: 100%;
    width: 813px;
    margin-right: 20px;
    background-color: #eee;
    padding: 18px 20px 30px 10px;
}
.wrap-two .left-content img{
    width: 267px;
    height: 319px;
    float: left;
    margin-right: 16px;
}
.wrap-two .left-content::after{
    content: '';
    display: table;
    clear: both;
}
.left-content a{
    font-weight: 600;
    font-size: 14px;
}
.left-content .content-main{
    height: 320px;
    overflow: hidden;
    font-size: 14px;
    line-height: 32px;
     float: right;
    width: 490px;
}
.wrap-two .right{
    width: 312px;
    height: 100%;
    background-color: #eee;
    padding: 8px 15px 18px 20px;
    text-align: center;
}
.wrap-two .right img{
    width: 277px;
    height: 368px;
}
.left-link ul{
    margin-top: 19px;
    margin-left: 86px;
}
.wrap-two .left-link li{
    float: left;
    width: 122px;
    height: 34px;
    background-color: #0b87db;
    text-align: center;
    margin-right: 41px;
    border-radius: 10px;
}
.left-link li a{
    color: #fff;
    line-height: 34px;
}



.brand{
    background: url(../image/advantage-bg.jpg) no-repeat bottom center;
    height: 590px;
}
.brand .hd{
    height: 48px;
    width: 925px;
    margin: 43px auto 40px;
    border: 1px solid #cdcdcd;
    border-radius: 25px;
}
.brand .hd li{
    float: left;
    border-radius: 25px;
    width: 153px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
}
.brand .hd  .on,
.brand .hd li:hover{
    background-color: #d92f21;
    color: #fff;
}
.brand .bd{
    margin-bottom: 66px;
}
.brand .bd .box-left{
    width: 448px;
    height:339px;
    border-radius: 10px;
    margin-right: 22px;
}
.brand .bd .box-left img{
    width: 448px;
    height: 339px;
    border-radius: 10px;
}
.box-t{
    width: 63px;
    height: 63px;
    background: url(../image/adv-t-bg.png) no-repeat center;
    line-height: 50px;
    text-align: center;
    float: left;
    margin-right: 10px;
    font-size: 28px;
    color: #fff;
}
.box-top{
    width: 624px;
    overflow: hidden;
}
.box-top strong{
    font-size: 24px;
    display: block;
    color: #666;
}
.box-top span{
    font-size: 16px;
    color: #666;
}
.box-right .box-bottom{
    width: 624px;
    height: 266px;
    background-color: #0b87db;
    border-radius: 10px;
    margin-top: 10px;
    padding: 35px 18px 30px 30px;
    overflow: hidden;
    font-size: 16px;
    color: #fff;
  	line-height:1.6;
  	text-indent:2rem;
}


.news .wrap{
    margin-bottom: 20px;
}
.news .news-l{
    width: 530px;
    height: 432px;
}
.news .news-r{
    width: 570px;
    height: 342px;
}
.news-titel{
    height: 31px;
    border-bottom: 2px solid #dbdbdb;
    margin-bottom: 18px;
}
.news-titel h3{
    color: #0b87db;
    line-height: 29px;
    border-bottom: 2px solid #0b87db;
}
.news-titel a{
    line-height: 29px;
    color: #0b87db;
}
.news-hot{
    height: 123px;
    background-color: #f5f5f5;
    margin-bottom: 21px;
}
.news-hot img{
    width: 173px;
    height: 113px;
    margin: 5px 17px 5px 5px;
}
.news-hot .hot-about{
    width: 310px;
    height: 106px;
    margin: 13px 25px 5px 0;
    overflow: hidden;
}
.news-hot .hot-about b{
    font-size: 16px;
    color: #d92f21;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
}
.news-hot .hot-about .con{
    font-size: 14px;
    line-height: 24px;
}
.news ul li{
    height: 36px;
    line-height: 36px;
    background: url(../image/dian.jpg) no-repeat left center;
    padding-left: 17px;
    border-bottom: 1px dashed #ccc;
    font-size: 14px;
}
.news::after{
    content: '';
    display: table;
    clear: both;
}


.customer .bd{
    padding-top: 17px;
    margin-top: 33px;
    border-top: 1px solid #cdcdcd;
    margin-bottom: 70px;
}
.customer .bd li{
    height: 210px;
    width:258px;
    float:left;
    margin-right: 22px;
    text-align: center;
    font-size: 14px;
}
/* .customer .bd li:last-child{
    margin-right: 0;
} */
.customer .bd li img{
    width: 100%;
    height: 183px;
    margin-bottom: 5px;
}
.customer::after{
    content: '';
    display: table;
    clear: both;
}




.partner .wrap{
    width: 1134px;
}
.partner::after{
    content: '';
    display: table;
    clear: both;
}

.partner .bd{
    padding-top: 27px;
    margin-top: 35px;
    border-top: 1px solid #cdcdcd;
}
.partner .bd li{
    height: 173px;
    width: 171px;
    margin-right: 18px;
    float: left;
    text-align: center;
    font-size: 14px;
}
.partner .bd li img{
    width: 171px;
    height: 132px;
    border-radius: 10px;
    margin-bottom: 12px;
}
.par-link{
    height: 50px;
    margin-top: 34px;
    margin-bottom: 14px;
    border: 3px solid #054494;
}
.par-link b{
    display: inline-block;
    width: 110px;
    height: 44px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 44px;
    background-color: #054494;
}
.par-link a,
.other a{
    font-size: 14px;
    padding: 0 20px;
    font-weight: 600;
}
.other{
    height: 40px;
    border: 2px solid #054494;
    line-height: 38px;
    margin-bottom: 19px;
}
.other b{
    display: inline-block;
    font-size: 14px;
    color: #2d2d2d;
    width: 110px;
    text-align: center;
}
.dn{display: none;}
.go-top{position: fixed;bottom: 40px;right: 20px;width: 46px;z-index: 999;}
.go-top a{display: block;width: 46px;height: 46px;margin-bottom: 10px;background-image: url(../image/go-top.png);}
.go-top a:last-child{margin-bottom: 0;}
.go-top .go{background-position: 0 -150px;}
.go-top .go:hover{background-position: 0 -250px;}
.go-top .feedback{background-position: 0 -100px;}
/* .go-top .feedback:hover{background-position: 0 -300px;} */
.go-top .uc-2vm{background-position: 0 0;}
.go-top .uc-2vm:hover{background-position: 0 -350px;}
.go-top .uc-2vm-pop{position: absolute;right: 60px;top: -100px;	width: 220px;box-shadow: 0px 1px 4px rgba(0,0,0,.1);background: #fff;}
.go-top .uc-2vm-pop .title-2wm{font-size: 14px; margin: 10px 20px;}
.go-top .uc-2vm-pop .logo-2wm-box{position: relative;}
.footer{
    height: 292px;
    background-color: #054494;
}
.f-top{
    height: 239px;
    padding: 24px 0 21px;
    border-bottom: 1px solid #255ba3;
    overflow: hidden;
}
.f-top ul{
    float: left;
    height: 188px;
    padding:0 26px;
    border-right: 1px solid #17509c;
}
.f-top ul li{
    line-height: 24px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
}
.f-top ul li:first-child{
    font-weight: 600;
}
.f-top a{
    color: #b4c7df;
}
.f-top ul:nth-child(2){
    width: 200px;
}
.f-top ul:nth-child(6){
    width: 320px;
  	color:#fff;
}
.wechat{
    float: right;
    width: 182px;
    padding-left: 26px;
    color: #fff;
}
.we-icon a{
    display: inline-block;
    width: 20px;
    height: 20px;
}
.we-icon a:nth-child(1){
    background: url(../image/icons_0_16.png) no-repeat;
}
.we-icon a:nth-child(2){
    background: url(../image/icons_0_16.png) no-repeat 0 -52px;
}
.we-icon a:nth-child(3){
    background: url(../image/icons_0_16.png) no-repeat 0 -104px;
}
.we-icon a:nth-child(4){
    background: url(../image/icons_0_16.png) no-repeat 0 -260px;
}
.we-icon a:nth-child(5){
    background: url(../image/icons_0_16.png) no-repeat 0 -208px;
}
.we-icon a:nth-child(6){
    background: url(../image/icons_0_16.png) no-repeat 0 -1612px;
}
.wechat .code img{
    width: 114px;
    height: 115px;
}
.wechat .f-code{
    width: 120px;
    height: 122px;
    background-color: #fff;
    border: 1px solid #999;
    padding: 3px 2px 2px 2px;
    margin-bottom: 11px;
    margin-left: 10px;
}
.f-bottom{
    text-align: center;
    line-height: 53px;
    font-size: 14px;
    color: #fff;
}
.f-bottom a{
	color:#fff;
}



/* 内页 */
.list-main{
    margin: 20px 0 40px 0;
    overflow: hidden;
}
.list-main .list-left{
    width: 230px;
}
.list-left h2{
    font-size: 20px;
    height: 50px;
    color: #fff;
    background-color: #0b87db;
    text-align: center;
    font-weight: 100;
    border-radius: 5px;
    line-height: 50px;
}
.list-t ul{
    margin-bottom: 24px;
}
.list-left li{
    margin: 5px 0;
    border-radius: 5px;
    position: relative;
}

.list-left .list-t li>a{
    display: block;
    width: 100%;
    line-height: 40px;
    font-size: 15px;
    height: 40px;
    padding-left: 25px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: url(../image/cpmuli_ico.png) no-repeat 176px center;
    overflow: hidden;
}
.list-t li>a:hover{
    color: #fff;
    background-color: #0b87db;
}
.list-t li .subcate{
    position: absolute;
    top: 0;
    left:230px;
    width: 260px;
    background: #eee;
    padding-left: 25px;
    border: 1px solid #ddd;
    border-radius: 5px;
    display: none;
}

.list-t li:hover .subcate{
    display: block;
}

.list-t li .subcate>a{
    display: block;
    line-height: 38px;
}
.item-call {
    font-size: 14px;
    border: 1px solid #ccc;
    border-top: 0;
}
.list-call .kefu111{
    width: 230px;
    height: 84px;
    overflow: hidden;
}
.item-call .item-all{
    background: url(../image/hdphoen_ico.png) no-repeat left center;
    padding-left: 38px;
    margin-left: 30px;
    color: #546a85;
    margin-bottom: 10px;
}
.list-call .item-call h4{
    font-weight: normal;

}
.list-call ul{
    margin-bottom: 10px;
}
.list-call .item-all p{
    font-size: 24px;
    font-family: Arial, Helvetica, sans-serif;
}
.list-call .item-call li{
    background: url(../image/button_old_41.gif) no-repeat 14px 2px;
    padding-left:50px;
}
.list-call .item-call li p:nth-child(2){
    padding-left: 32px;
}
.list-right{
    width: 850px;
}
.list-right .list-header{
    background: url(../image/right_title_bottom_1.png) no-repeat bottom;
    padding: 0 18px;
    height: 61px;
    color: #333;
    line-height: 60px;
    margin-bottom: 30px;
}
.list-header p{
    font-size: 14px;
}
.list-img{
    text-align: center;
    margin-bottom: 10px;
}
.list-img img{
    width: 367px;
    height: 245px;
    border-radius: 10px;
}
.list-article{
    font-size: 16px;
    line-height: 30px;
    font-family: '宋体';
    color: #666;
    text-indent: 2rem;
    padding: 0 15px;
}
.list-article a{
    font-weight:600;
}
.list-news{
    margin-top: 10px;
    padding: 0 20px;
}
.list-news li{
    height: 38px;
    border-bottom: 1px dashed #ccc;
    background: url(../image/rdzx_012.jpg) no-repeat left center ;
    font-size: 16px;
    padding: 8px 0 0px 25px;
}
.list-news span{
    float: right;
    font-size: 14px;
    color: #999;
}
.list-news li a{
    color: #666;
    font-size: 16px;
}
.list-news li a:hover{
    color: #de3535;
}
.list-bottom {
    margin-left: 15px;
}
.list-bottom li{
    width: 185px;
    height: 267px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin:0 10px 20px 10px;
    float: left;
    text-align: center;
    padding-top: 15px;
}
.list-bottom li .img{
    height:200px;
}
.list-bottom li img{
   	/*width: 170px;
    height: 200px*/;
  	max-width: 100%;
    border-radius: 10px;
}
.list-bottom li span{
    display: block;
    width: 100%;
    height: 30px;
    margin-top: 17px;
    line-height: 30px;
    font-size: 14px;
    background-color: #eee;
    font-family: '宋体';
    overflow: hidden;
}
.list-bottom li:hover span{
    background-color: #0b87db;
    color: #fff;
}
.list-bottom li:hover{
    border-color: #0b87db;
}




.site_add{color:#000;}
.site_add a{color:#000;}
.inner_con{overflow:hidden; padding:0 0 30px 0;}
.i_con{width:940px; background-color:#fff; padding:40px 15px 0 15px;}
.inner_tit{ border-bottom:1px solid #2a2a2a; line-height:44px; height:44px;}
.inner_tit .tit{font-size:18px; font-weight:normal; color:#555; border-bottom:1px solid #e22c07; float:left; padding:0 20px;}
.inner_tit .siteadd{background:url(../image/home.gif) no-repeat left center; padding:0 0 0 22px; background-size:18px auto;}



.inner_left{width:225px; background-color:#fff; padding:40px 0 0 0;}
.i_menutit{height:46px;line-height: 46px; background-color:#f72d55;padding-left: 34px;font-size:22px; border-bottom:none; color:#fff;}
.i_menucon{border-bottom:1px solid #e5e5e5;border-top:1px solid #e5e5e5;}
.i_menucon h6{height:40px;}
.i_menucon h6 a{display:block; font-size:14px; line-height:40px; padding:0 0 0 20px;color:#6D6D6D;border-bottom:1px solid #e5e5e5; height:40px; overflow:hidden;}
.i_menucon h6 a:hover{border-left: 2px #f72d55 solid;background: #f5f5f5;color:#f72d55;}
.i_menucon h6.on a{  border-left: 2px #f72d55 solid;background: #f7f7f7; color:#f72d55; border-top:1px solid #e5e5e5;}
.i_menucon ul li{border-left: 1px #ececec solid;}
.i_menucon ul li a{color:#999; font-size:12px; background:url(../image/left_title_sj1.jpg) no-repeat 30px center; padding:0 0 0 40px; display:block; line-height:34px; height:34px;}

.i_contact{margin:10px 0 0 0;}
.i_contact .tit{height:50px; background:#e22c07;line-height:50px; font-size:16px; text-align:center; color:#fff;}
.i_contact .con{ padding:10px;font-size:14px; border:1px solid #e4e4e4;}


.i_left_icon li{padding:15px 10px 15px 50px;border: 1px solid #e4e4e4;color: #e22c07;font-size: 14px;margin-top: 10px;text-align: center;}
.i_left_icon li p{color: #706f6e;font-size: 12px;}



.innerbox{background-color:#fff; padding:30px 0;}
.inner_imgtit{font-size:20px;text-align:center; padding:0 0 5px 0;}

.inner_imgmenu{ text-align:center; padding:20px 0;}
.inner_imgmenu a{display:inline-block; border:1px solid #bbb; padding:10px 30px; margin:5px; font-size:14px;}
.inner_imgmenu a:hover{ background-color:#f72d55; color:#fff; border:1px solid #f72d55;}


.inner_img{padding:0; width:100%;}
.inner_img li{padding:0 5px 10px; width:225px;}
.inner_img li .img_box .img img{width:218px; height:218px;}
.inner_img li .img_box p{ line-height:58px;}


/************
	可以复制
**************************/

.img-con-deta{overflow:hidden;}
.go_top{ position:fixed; bottom:20px; right:20px;}

.inner_page{background:url(../image/inner_pageimg.png) no-repeat 250px bottom; line-height:26px;margin:15px 0 0 0;}


.inner_news{}
.inner_news li{width:100%; overflow:hidden;padding:10px 0;}
.inner_news li .imgb {border:1px solid #ddd; padding:4px;text-align:center;width:160px; height:100px; background-color:#f7f7f7;}
.inner_news li .imgb .img{overflow:hidden; height:100%;}
.inner_news li img{ height:100%; width:auto;}
.inner_news li .con{width:750px;}
.inner_news li .con h4{border-bottom:1px dotted #ddd; line-height:40px;}
.inner_news li .con h4 a{font-size:16px;display:block; color:#333;}
.inner_news li .con h4 span{ font-size:12px; color:#999;}
.inner_news li .con p{line-height:24px; padding:10px 0 0 0;}



.inner-image-date{padding-top:20px;}


.ind-tit{font-size:16px; text-align:center; font-weight:bold; color:#900;}
.ind-time{text-align:center; border-bottom:1px dashed #ccc; padding:5px 0;}
.ind-con{ padding-top:10px; font-size:14px; color:#515D6B;}

.img-deta{ text-align:center;}
.img-deta img{ max-width:850px;}
.img-tit-deta{ text-align:center; padding:10px 0; font-weight:bold; color:#333; font-size:14px;}

/*============== inner-grestbook ==========*/

.grestbook_list{  margin: 12px 0;line-height: 26px;background: #fff;}
#pages{text-align: center;font: 12px '宋体';}
.post_box{border: 1px solid #eee;background: #fff; padding-bottom:20px;}
.post_box h5{line-height: 35px;text-align: center;font-size: 14px;border-bottom: 1px solid #eee;height: 35px;background: #f5f5f5;}
.table_form{  margin: 10px;width: 95%;}
.table_form tbody td{border-bottom: 1px solid #eee;}
.table_form td{  padding: 8px 0 5px 8px;line-height: 22px}
.button{background: #ddd;height: 22px;border-top: 0;border-left: 0;border-bottom: 1px solid #666;border-right: 1px solid #666;padding: 3px 6px;margin-right: 5px;}
#content {margin:0;line-height:22px;}

/*====== inner-product-date ======*/
.inner-meta-img-big img{width:302px; height:302px;border: 1px solid #ccc;}
.w12{float:left;}
#zoom_list{width: 302px;height: 60px;background: #efefef;}
#zoom_list .next {float: right;width: 14px;height: 54px;margin-top: 2px;text-align: center;overflow: hidden;background: #EFEFEF url(../images/next.gif) no-repeat -3px 18px;}
#zoom_list .pre{float: left;width: 14px;height: 54px;margin-top: 2px;text-align: center;overflow: hidden;background: #EFEFEF url(../images/pre.gif) no-repeat -3px 18px;}
#zoom_list #zoom_list_box{  float: left;width: 232px;overflow: hidden;height: 56px;position: relative;}
#thumblist li{float: left;width: 58px;overflow: hidden;text-align: center;margin: 2px 0;padding:10px 0 0px 12px;}
#thumblist li span{height: 52px;width: 220px;line-height: 30px;}
#thumblist li span a{width: 50px;height: 50px;font-size: 42px;border: 1px solid #FFF;}
#thumblist li span img{  max-height: 50px;max-width: 50px;}
.w14{padding:20px 0 0 20px; float:left; width:550px;}
.p_tabs li{padding:10px 0 0 0;}
.bdsharebuttonbox-1{padding:15px 0 0 0;}
.linkproduct-con{padding:10px 0 0 0;}
.linkproduct-con ul{padding-top:20px;}

.p_tit{ border-bottom:1px dotted #ccc; padding:0 0 10px 0; font-size:16px; color:#e22c07;}
.p_tabs{font-size:14px;}


.pagenav{overflow:hidden;width:100%; padding:0 10px;}
.big_small{width:302px; height:302px;}
.mate-title{ height: 32px;line-height:32px;border-bottom:1px dotted #ccc;font-size: 14px;}
.mate-title b{}
.linkproduct{padding:10px 0 0 0; float:left; width:100%;}
.mate-product{ padding:10px 0 0 0;}
.mate-product li{float: left;padding:0 6px;}
.mate-product li img{width:170px; height:130px; border:solid 1px #CCC;}
.mate-product li span a{ display:block;text-align:center; line-height:30px; height:30px; overflow:hidden; width:150px; margin:0 auto;}

.inner_product_show{padding:0 0 0 20px;}



/*===== kefu ====*/
.kefu {width:99px;height:60px;position:absolute;top:0px; z-index:999}
.kefu .kftop{background:url(../images/kefu_top.gif) no-repeat;height:20px;}
.kefu .kfbottom{background:url(../images/kefu_bottom.gif) no-repeat;height:14px;}
.kefu .kfbox {border-left:1px solid #DDE6EC;border-right:1px solid  #DDE6EC;overflow:hidden;zoom:1;padding:1px;background:#FFF;color:#f00;line-height:26px;}
.kefu .kfbox ul {padding-left:6px;}
.kefu .kfbox ul li.tit {color:#800000;}
.kefu .kfbox ul li img {vertical-align:middle;}
.kefu .kfbox .tit{padding-left:0; font-size:12px;}

/*======= flip =====*/
.flip{overflow:hidden; font-family:"微软雅黑"; padding:10px 0; font-size:14px;}


/*====== 上一页-下一页 =====*/
.page{text-align:center; padding:20px 0; clear:both;}
.page a{font-size:14px; margin:3px; padding: 5px 10px;border:1px solid #ccc;}
.page a:hover{background-color:#666; border:1px solid #666; color:#fff;}
.page span{background-color:#666; border:1px solid #666; color:#fff; padding:5px 10px; margin:3px; font-size:14px;}

/*=========
	图片详细
=========*/
.picture-date-txt{font-size:14px; text-align: center; display:block; padding-top:10px;}
.inner-picture-date-con{ font-family:"微软雅黑"; font-size:14px; padding:0 10px;}
.picture-date{text-align:center; padding:10px 0 0 0;}
.picture-date img{ max-width:650px;}


/*文章分享*/
.bshare-custom{padding-top:10px;}