@charset "utf-8";
/* CSS Document */


.top{
    height: 43px;
    overflow: hidden;
    line-height: 43px;
    background: #f0f0f1;
    border-bottom: 1px solid #e1e1e1;
    box-shadow: 0 0 2px 2px #f0f0f0;
    font-size: 14px;
}
.l_nbox{height:85px;background-color:#fff;}
.logo{padding:20px 0 0 0;}
.navbar{
    background: #333;
    height:60px;
}
.nav li{float:left; width:150px; position:relative;}

#nav_box {
    display: flex;
    justify-content: space-between;
}
.nav li a{display:block;font-size:18px;line-height:60px;text-align:center;color:#fff;position: relative;}

.nav ul li a::after {content: "";display: block;position: absolute;right: 0;top: 50%;transform: translate(0, -50%);width: 1px;height: 25px;/* background-color: #c3c3c3; */background: radial-gradient(#f9f8f8 24%, #010101 100%);}

.nav ul li ul li a::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 1px;
    height: 25px;
    /* background-color: #c3c3c3; */
    background: none;
}
.nav li a:hover{
   color：#fcff00;
}
.nav li.on a,
.nav li:hover a{
    color:#fff;
    background: #ab493e;
}


/*=====下拉菜单====*/
.nav li ul{position:absolute; left:0px; top:30px; width:150px;background:#ab493e;display:none; overflow:hidden;}
.nav li ul li{ width:100%; height:36px; background:none;}
.nav li ul li a{ font-size:14px;color:#fff; line-height:36px;display:block; white-space: nowrap;text-align:center;}
.nav li ul li a:hover{ background:rgba(0,0,0,.2); color:#fff; border:none;}
.nav li.on ul li a{ background:#ab493e; color:#fff; border:none;}
.nav li.on ul li a:hover{ background:rgba(0,0,0,.2); color:#fff; border:none;}



.i-search .i-search-hd {
    width: 55%;
    float: left;
    line-height: 72px;
    color: #999;
    font-size: 13px;
}

.tit-box h4{
    height:50px;
    line-height:50px;
    border-bottom: 1px solid #000;
    font-size: 25px;
    color: #000;
    text-align: center;
    width:120px;
    margin:0 auto;
}

.img-slide{
    background: #d5d3d3;
    height:159px;
}
.img-slide .bd{
    padding:20px 0 0 0;
}
.img-slide .bd li{
    float: left;
    margin:0 39px;
}
.img-slide .bd li img{
    width:115px;
    height:115px;
    border-radius: 20px;
    border: 3px solid #fff;
}
.about-con{
    line-height:26px;
    font-size: 14px;
    color: #000;
    width:920px;
    margin:30px auto;
}
.ban1{
    background: url("../image/ban1.png") no-repeat center;
    height:144px;
}

.contact a{
    display: block;
    background: url("../image/contact-img.png") no-repeat center;
    height:700px;
}
.inner{
    padding:50px 0;
}
.inner-menu{
    position: relative;
}
.im-left{
    position: absolute;
    top: 31px;
    left:0;
}
.im-right{
    position: absolute;
    top: 31px;
    right:0;
}
.im-con{
    width:650px;
    height:90px;
    overflow: hidden;
    margin:0 auto;
}
.im-con ul{
    text-align: center;
}
.im-con li{
    display: inline-block;
}
.im-con li a{
    display: block;
    float: left;
    font-size: 18px;
    color: #656565;
    width: 90px;
    height: 90px;
    line-height: 90px;
    background: url(../image/bg31.png) no-repeat;
    text-align: center;
    margin: 0 20px;
}
.im-con li a:hover{
    background: url(../image/bg3.png) no-repeat;
    color: #fff;
}
.inner-tit{
    text-align: center;
    position: relative;
    width:266px;
    height:56px;
    margin:60px auto 0;
}
.it-left{
    width: 38px;
    height: 15px;
    position: absolute;
    top: 0;
    border-bottom: 1px solid #cacaca;
    left:0;
}
.it-right{
    width: 38px;
    height: 15px;
    position: absolute;
    top: 0;
    border-bottom: 1px solid #cacaca;
    right:0;
}
.it-tit h4{
    font-size: 24px;
    color: #262626;
    line-height: 28px;
    padding: 0 55px;
}
.it-tit p{
    display: block;
    font-size: 16px;
    color: #404040;
}

.inner-con{
    padding:20px 0 0 0;
}

.inner-pic{
    padding:0 0 20px 0;
}
.inner-pic li{
    width: 364px;
    border-bottom: 3px solid #fff;
    padding-bottom: 15px;
    margin-right: 54px;
    margin-top: 30px;
    float: left;
}
.inner-pic li:nth-child(3n){
    margin-right:0;
}
.inner-pic li .img{
    width: 100%;
    height: 210px;
    position: relative;
    overflow: hidden;
}
.inner-pic li .img img{
    width:364px;
    height:210px;
}
.inner-pic li .img p{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../image/ico-3.png);
    display: none;
}
.inner-pic li .img p span{
    display: block;
    width: 100%;
    height: 100%;
    background: url(../image/ico-4.png) no-repeat center center;
}
.inner-pic li .con{
    margin-top: 10px;
}
.inner-pic li .con h4{
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    padding: 10px 0;
}
.inner-pic li .con p{
    color: #777777;
    line-height: 26px;
    height:26px;
    overflow: hidden;
}
.inner-pic li:hover{
    border-bottom: 3px solid #194189;
}
.inner-pic li:hover p{
    display: block;
}

.inner-img li{
    width: 382px;
    float: left;
    font-size: 0;
    overflow: hidden;
    margin-top: 25px;
    margin-right: 25px;
}
.inner-img li:nth-child(3n){
    margin-right:0;
}
.inner-img li .img img{
    width:382px;
    height:221px;
}
.inner-img li p{
    width: 302px;
    height: 55px;
    font-size: 20px;
    color: #000000;
    padding: 0 40px;
    line-height: 55px;
    background: url("../image/ico-5.png") no-repeat 330px #f5f5f5;
}


/************
	可以复制
**************************/

.img-con-deta{overflow:hidden;}
.go_top{ position:fixed; bottom:20px; right:20px;}

.inner-page{
    line-height: 30px;
    font-size: 16px;
    padding:20px 0 0 0;
    color: #777;
}
.inner-page a{
    color: #777;
}


.inner_news{}
.inner_news li{width:100%; overflow:hidden;padding:10px 0;}

.inner_news li img{
    width:220px;
    height:135px;
}
.inner_news li .con{width:940px;}
.inner_news li .con h4{border-bottom:1px dotted #ddd; line-height:40px;}
.inner_news li .con h4 a{font-size:18px;display:block; color:#000;}
.inner_news li .con h4 span{ font-size:12px; color:#333;}
.inner_news li .con p{line-height:24px; padding:10px 0 0 0;font-size: 12px;
    color: #666;}



.inner-image-date{padding-top:20px;}


.ind-tit{font-size:18px; 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:18px;}

/*============== 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:520px;}
.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 1px;}
.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;}