﻿@charset "utf-8";
/* CSS Document */


.navbar{
     height:60px;
     background: #015e8b;
}

.nav{}

.nav li{
     float:left;
     width: 150px;
     position:relative;
     background: url("../image/navli.png") no-repeat right;
}
.nav li a{
     display:block;
     font-size:18px;
     line-height: 60px;
     text-align:center;
     color:#f0f0f0;
     font-family: 微软雅黑;
}
.nav li a:hover,
.nav li.on a{
     background:url("../image/navli.png") no-repeat right #ff9000;
     color: #fff;
     height: 65px;
     margin-top: -5px;
     padding-top: 5px;
     box-sizing: border-box;
}
.nav li:last-child{
     background-image: none;
}
.nav li:last-child a{
     background-image: none;
}



/*=====下拉菜单====*/
.nav li ul{position:absolute; left:0px; top:30px; width:150px;background:#015e8b;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;height: 36px;margin: 0;}
.nav li ul li a:hover{ background:#ff9000; color:#fff; border:none; 
     height: 36px;
     margin-top: 0;
     padding-top: 0px;}
.nav li.on ul li a{ background:#015e8b; color:#fff; border:none;}
.nav li.on ul li a:hover{ background:#ff9000; color:#fff; border:none;     height: 36px;
     margin-top: 0;
     padding-top: 0px;}



.tit-box h4{
     font-size: 36px;
     color: #015e8b;
     font-family: 微软雅黑;
     line-height:1.1;
}
.tit-box span{
     display: block;
     background: url("../image/tit-bg.png") no-repeat center;
     font-family: Arial;
     font-size: 14px;
     color: #017001;
     text-transform: uppercase;
}
.tit-box p{
     line-height:1;
}



.inner-con{
     padding: 30px 0;
     overflow: hidden;
}
.i-menu{
     width:270px;
}

.i-menutit{
     width:270px;
     height:74px;
     line-height:1.4;
     color: #fff;
     background: #015e8b;
     text-align: center;
}
.i-menutit h1{
     height: 35px;
     line-height: 30px;
     font-weight: normal;
     padding:10px 0 0 0;
}

.i-menutit span{
     font-size: 14px;
     text-transform: uppercase;
     font-family: Arial;
}
.i-menucon{
     border: 1px solid #015e8b;
     padding:10px 25px;
}
.i-menucon h6{
     border-bottom: 1px solid #eee;
     height:40px;
}

.i-menucon h6 a{
     font-size: 16px;
     display: block;
     height:40px;
     line-height: 40px;
     white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
     background: url("../image/ico-2.png") no-repeat left center;
     padding:0 0 0 30px;
     font-weight: bold;
}
.i-menucon li{
     position: relative;
}
.i-menucon li i{
     display: none;
}
.i-menucon li a{
     display: block;
     height: 30px;
     line-height: 30px;
     border-top: 2px solid #fff;
     background-color: #f8f8f8;
     padding: 0 30px;
     white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
     -webkit-transition: all .8s ease-out;
     transition: all .8s ease-out;
     font-size: 14px;
}
.i-menucon li:hover i{
     display: block;
     transform: scale(1, 0.2);
}
.i-menucon li:hover a{
     background-color: #014fa2;
     color: #fff;
     padding-left: 50px;
}

.i-contacttit{
     background: url("../image/ico-4.png") no-repeat 170px #015e8b;
}
.i-contactcon{
     padding:10px;
}
.i-right-con{
     width:900px;
     padding: 15px;
     margin-bottom: 20px;
}

.left-menu{
     width:240px;
}
.left-menu .tit{
     height:82px;
     background: url("../image/ico-3.png") no-repeat 170px #015e8b;
     font-size: 24px;
     color: #fff;
     line-height:82px;
     font-family: 微软雅黑;
     padding:0 0 0 40px;
}
.left-menu .con{
     background: #eee;
     border-top: 2px solid #ff5400;
}
.left-menu .con h6 a{
     display: block;
     height: 57px;
     line-height:57px;
     border-bottom: 1px solid #fff;
     padding:0 0 0 50px;
     background: url("../image/ico-5.png") no-repeat 30px;
     font-size: 16px;
     font-weight: bold;
}
.left-menu .con h6 a:hover{
     background: url("../image/ico-5h.png") no-repeat 30px;
     color: #015e8b;
}

.inner-tit{
     border-bottom: 1px solid #ececec;
     background-color: #fff;
     height:44px;
     line-height:44px;
}
.inner-tit .tit{
     font-size: 24px;
     color: #2a2a2a;
     font-family: 微软雅黑;
     float: left;
     border-bottom: 1px solid #015e8b;
}
.siteadd{
}

.inner-page{
     background:#fff;
     padding:10px 20px;
     font-size: 14px;
}
.inner-img{
     padding:20px 0 0 0;
}
.inner-img li{
     float: left;
     width:271px;
     margin:0 14px 10px;
}

.inner-img li img{
     width:265px;
     height:190px;
     padding:2px;
     border: 1px solid #eee;
}
.inner-img li p{
     height:30px;
     line-height:30px;
     font-size: 15px;
     text-align: center;
     font-weight: bold;
}

.inner-img li:hover img{
     border: 1px solid #014fa2;
}


/************
	可以复制
**************************/

.img-con-deta{overflow:hidden;}
.go_top{ position:fixed; bottom:20px; right:20px;}



.inner_news{}
.inner_news li{width:100%; overflow:hidden;padding:20px 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:670px;}
.inner_news li .con h4{border-bottom:1px dotted #ddd; line-height:40px;}
.inner_news li .con h4 a{font-size:14px;display:block; color:#333;font-weight: bold;}
.inner_news li .con h4 span{ font-size:12px; color:#999;}
.inner_news li .con p{line-height:24px; padding:10px 0 0 0; font-size: 12px;}



.inner-image-date{padding-top:20px;}


.ind-tit{font-size:22px; 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: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;}