
.fl{ float:left;}
.fr{ float:right;}
.f-kaiti{
    font-family: "楷体";
}
.por{
    position: relative;
}
.poa{
    position:absolute;
}

.hide{
    display: none;
}
.show{
    display: block;
}
.ellipse{
    display: block;
    overflow: hidden;
    text-overflow: hidden;
    white-space: nowrap;
}
.img-scale{
    transform: scale(1);
    transition: all 0.7s ease-in-out;
}
.img-scale:hover{
    transform: scale(1.1);
}
.container{
	width:1100px;
	margin:0 auto;
	position: relative;
}


.topline{
    height:40px;
    line-height: 40px;
    background-color: #fafafa;
    border-bottom:1px solid #ccc;
    font-size:12px;
    color:#444;
}
.topline a{
    color:inherit;
}
.topline .space{
    border-left:1px solid #ccc;
    margin:0 10px;
    width: 1px;
}
.topline .fa{
    margin-right:5px;
}


.slogan{
    margin-left:15px;
    margin-top:10px;
    padding-left:15px;
    border-left:1px solid #ccc;
    line-height: 25px;
    color:#c4261d;
    font-size:18px;
}



.mod-head1{
    margin-bottom:15px;
    text-align: center;
}
.mod-head1 h3{
    position: relative;
    font-weight: normal;
    font-size: 22px;
    margin: 0 auto;
    display: inline-block;
    height: 42px;
    line-height: 42px;
    transition: all 0.5s ease-out;
    color:#c4261d;
}
.mod-head1 h3::after,
.mod-head1 h3::before{
    content:"";
    position: absolute;
    display: block;
    top:50%;
    right:-150px;
    background: #d9d9d9;
    height:1px;
    width:200px;;
}
.mod-head1 h3::after{
    right:-200px;
}
.mod-head1 h3::before{
    left:-200px;
}
.mod-head1 h3 span {
    position: relative;
    z-index: 1;
    color:#333;
    padding: 0 58px;
    display: block;
}
.mod-head1 p{
    MARGIN-TOP:15px;
    line-height: 15px;
    color:#eee;
}

.mod-ann{
    margin-top:20px;
}
.mod-ann .container{
    line-height: 50px;
    background: #f7f7f7;
}
.mod-ann h3{
    color:#036aa6;
    font-weight: normal;
    font-size:16px;
    float:left;
    padding:0 20px;
}
.mod-ann h3 .fa{
    margin:0 5px;
}
.mod-ann .li-ann{

}
.mod-ann .li-ann li{
    line-height: 50px;
    overflow: hidden;
}

.li-ann .li-title{
    display: block;
    font-size:16px;
    color:#333;
}




.mod-1 { margin-top:35px; height:340px; overflow: hidden;}
.mod-1-2 .box-t{
    margin-bottom:20px;
}
.mod-1-2 .box-t h3{
    background: url('../image/title.png') no-repeat;
    width:146px;
    height:43px;
}
.mod-1-2 .box-t h3 a{
    color:#fff;
    padding-left:30px;
    font-size:20px;
    font-weight: 500;
}
.mod-1-1{ float:right; width:550px;}
.mod-1-2{ float:left; width:600px; }

.focusBox { position: relative; width: 550px; height: 340px; overflow: hidden; text-align: left;  }
.focusBox-pic img { width: 550px; height: 340px; display: block; }
.focusBox-txt-bg { position: absolute; bottom: 0; z-index: 1; height: 36px; width:100%;  background: #333; filter: alpha(opacity=40); opacity: 0.4; overflow: hidden; }
.focusBox-txt { position: absolute; bottom: 0; z-index: 2; height: 36px; width:100%; overflow: hidden; }
.focusBox-txt li{ height:36px; line-height:36px; position:absolute; bottom:-36px;}
.focusBox-txt li a{ display: block; color: white; padding-left:10px; font-size: 14px;}
.focusBox-num { position: absolute; z-index: 3; bottom: 11px; right: 8px; }
.focusBox-num li{ float: left; position: relative; width: 12px; height: 12px; border-radius:100%; overflow: hidden; text-align: center; margin-right: 5px; cursor: pointer; }
.focusBox-num li a, .focusBox-num li span { position: absolute; z-index: 2; display: block;  width: 100%; height: 100%; top: 0; left: 0; text-decoration: none; font-size:0px; background:white;}
.focusBox-num li.on a, .focusBox-num a:hover{ background:#036aa6;  }

.box-new{}
.box-new .box-t ul{ border:1px solid #dadada; border-right:0 none; border-bottom:0 none; float:left; position:relative; z-index:2; }
.box-new .box-t li{ border-right:1px solid #dadada; float:left; border-bottom:1px solid #dadada; background-color:#f9f9f9;}
.box-new .box-t li.on { background-color:#fff; border-bottom-color:#fff;}
.box-new .box-t a{ line-height:40px; padding-left:20px; padding-right:20px; font-size:16px;}
.box-new .box-c { position:relative; z-index:1; margin-top:-1px; }
.box-new .box-c .item{ margin:15px; height:268px; overflow:hidden; display:none;}
.box-new .box-c .item.n0{ display:block;}

.li-news{}
.li-news li{ line-height:30px; height:30px; overflow:hidden;}
.li-news li .date{ float:right; font-size:12px; color:#999;}
.li-news li a{ color:#333;}
.li-news li a i{ color:#2e9b36; font-size:14px; margin-right:5px;}
.li-news li.new_top{ line-height:normal; height:auto;}
.li-news li.new_top dt{ margin-bottom:15px;}
.li-news li.new_top dt a{ font-size:22px; color:#036aa6; line-height:22px; overflow:hidden;}
.li-news li.new_top dd{ margin-bottom:10px; color:#999; line-height:22px; height:44px;}
.li-news li.new_top dd a{ color:#2e9b36;}

..li-1 li img{transition-duration:500ms; -webkit-transition-duration:500ms; -moz-transition-duration:500ms; }
..li-1 a:hover img{transform:scale(1.1); -webkit-transform:scale(1.1); -moz-transform:scale(1.1);}

.mod-2{ margin-top:40px;}
.mod-2 .mod-2-1{ width:790px; float:left;}
.mod-2 .mod-2-2{ width:370px; float:right;}
.box-ad1{ float:left;}
.box-ad2{float:right;}
.mod-2-ad{
    margin-bottom:30px;
}



.box-new1{  }
.box-new1.n0{ float:left; width:370px;}
.box-new1.n1{ float:right; width:370px;}
.box-new1.n3{ margin-top:14px;}


.box-new1 .box-t{ line-height:30px; height:30px; background:url(../image/line.jpg) repeat-x left center; margin-bottom:20px;}
.box-new1 .box-t h3{ background-color:#fff; float:left; padding-right:15px; font-size:20px;}
.box-new1 .box-t h3 em{
    color:#333;
}

.box-new1 .box-t .box-more{ float:right; font-size:12px; color:#999; padding-right:15px;}
.mod-2-1 .box-new1 .box-c{ height:256px; overflow:hidden;}
.mod-2-1 .box-new1 .box-c{ height:256px; overflow:hidden;}
.mod-2-2 .box-new1 .box-c{ height:96px; overflow:hidden;}
.li-news1{}
.li-news1 li{ line-height:32px; height:32px; overflow:hidden;}
.li-news1 li .date{ float:right; font-size:12px; color:#999;}
.li-news1 li a{ color:#333;}
.li-news1 li a i{ color:#2e9b36; font-size:14px; margin-right:5px;}
.li-news1 li.new_top{ line-height:normal; height:95px;  margin-bottom:8px;}
.li-news1 li.new_top .img{ width:140px; float:left;}
.li-news1 li.new_top dl{ margin-left:150px;}
.li-news1 li.new_top dt{ margin-bottom:11px;}
.li-news1 li.new_top dt a{ font-size:16px; color:#036aa6; line-height:22px;}
.li-news1 li.new_top dd{ margin-bottom:10px; color:#999; line-height:22px;}


.mod-3{ background:#f0eff4 url(../image/bg5.jpg) no-repeat center center; background-size:100% auto; padding:50px 0; margin-top:40px;}

.mod-3-1{
    width:370px;
    float:left;
    background: #f8f8f8;
}


.li-cy{
    margin-right:-10px;
}
.li-cy li{ margin-top:10px; position:relative; width:180px; height:54px; overflow:hidden; float:left; margin-right:10px; line-height: 54px; text-align: center; color:#fff; background-color: #036aa6; position: relative; overflow: hidden;}
.li-cy li::before{
    content:" ";
    display: block;
    position: absolute;
    right:-15px;
    top:-15px;
    width:30px;
    height:30px;
    background-color: #f0eff5;
    transform:rotate(45deg);
}
.li-cy li.n1{
    width:370px;
}
.li-cy li img{
    margin-right:10px;
}
.li-cy li a{
    color:#fff;
    font-size:20px;
}
.li-cy li a i{
    margin-right:5px;
}


.mod-3-2{
    width:780px;
    float: right;
    background: #fff;
}
.mod-3-2 dt {
    background-color: #036aa6;
    height:80px;
    line-height: 80px;
    padding:0 30px;
}
.mod-3-2 dt a{
    color:#fff;
    font-size:28px;
    letter-spacing: 2px;
}
.mod-3-2 dt a img{
    height:60px;
    vertical-align: middle;
    margin-right:10px;
}
.mod-3-2 dd{
    position: relative;
    height:217px;
    overflow: hidden;
    padding:20px;
}
.mod-3-2 dd div{
    line-height:30px;
    text-indent:2em;
    height:180px;
    overflow: hidden;
}
.mod-3-2 dd img{
    float:right;
    margin-left:20px;
    height:217px;
}
.mod-3-2 dd .dd-link{
    position: absolute;
    bottom:20px;
    left:20px;
    display: block;
    height:30px;
    line-height: 30px;
    padding:0 10px;
    background-color: #036aa6;
    color:#fff;
}



.mod-4{ margin-top:40px;}
.mod-4 .mod-t{ line-height:30px; height:30px; background:url(../image/line.jpg) repeat-x left center; margin-bottom:20px;}
.mod-4 .mod-t h3{ background-color:#fff; float:left; padding-right:15px; font-size:20px;}

.li-product{}
.li-product li{ width:20%; float:left;}
.li-product li a{ border:1px solid #dadada; display:block; position:relative; text-align:center; width:215px; margin-left:auto; margin-right:auto; padding:5px; height:145px;  overflow:hidden;}
.li-product li img{ width:100%; height:100%; }
.li-product li p{ position:absolute; width:215px; bottom:5px; left:5px; color:#fff; text-align:left; line-height:26px; height:26px; text-indent:10px; background-color:#666; background-color:rgba(51,51,51,0.8); }





.formDetail .formDetail-head h1 {
  font-size: 24px;
  border-bottom: 1px solid #dddddd;
  line-height: 46px;
  font-weight: normal;
}
.formDetail .formDetail-head h1,
.formDetail .formDetail-head p {
  padding-left: 12px;
}
.formDetail-body {
  padding: 30px 12px 85px;
}
.formDetail-body .form-group {
  margin-bottom: 10px;
}
.formDetail-body .form-group .col-md-2 {
  float: left;
  width: 80px;
  text-align: right;
  padding-right: 15px;
  line-height: 50px;
  display: block;
}
.formDetail-body .form-group .col-md-9 {
    vertical-align: middle;
  line-height: 50px;
  display: block;
}
.formDetail-body .form-group select,
.formDetail-body .form-group input,
.formDetail-body .form-group textarea {
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  padding: 10px 8px;
  line-height: 30px;
  vertical-align: top;
  box-sizing: border-box;
  outline: none;
  vertical-align: middle;
}

.formDetail-body .form-group select {
  height: 50px;
  width: 260px;
}
.formDetail-body .form-group textarea {
  width: 770px;
  height: 200px;
}
.formDetail-body .form-group span {
  margin-left: 6px;
  font-style: normal;
  font-size: 12px;
  color: #ffa31f;
  line-height: 50px;
}

.formDetail-body .form-group button {
  border: 0;
  width: 258px;
  height: 55px;
  border-radius: 3px;
  background-color: #036aa6 !important;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}
.formDetail-body .form-group button:hover{
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.li-jianli{}

.li-jianli li{
    border:1px solid #ccc;
    border-top:2px solid #036aa6;
    margin-bottom:20px;
}
.li-jianli .li-info{
    line-height: 40px;
    height:40px;
    border-bottom:1px solid #ccc;
}
.li-jianli .li-info a,
.li-jianli .li-info span{
    display: block;
    width:33.33%;
    float:left;
    text-indent: 1em;
}
.li-jianli .li-info a{
    font-size:18px;
    color:#036aa6;
    font-weight: 700;
}
.li-jianli .li-des{
    padding:25px;
    color:#666;
    font-size:14px;
    line-height: 1.6;
    border-bottom:1px solid #ccc;
}
.li-jianli .li-more{
    text-align: center;
    padding:10px 0;
}
.li-jianli .li-more a{
    display: inline-block;
    padding:0 15px;
    line-height: 24px;
    background-color: #036aa6;
    color:#fff;
    margin:0 10px;
}
.li-jianli .li-more a:hover{
    opacity: .8;
    filter: alpha( opacity = 80);
}


.news-list-item{
    height:314px;
}
.mbanner{
    background: url('../images/mbanner.jpg') no-repeat center center;
    height:300px;
}

.bg{

}
.sidebar{
  width:240px;
  float:left;
  padding-bottom:30px;
}
.sidebar .mt{
    margin-top:20px;
}
.middle{
  width:820px;
  float:right;
}
.no-sidebar .middle{
    width:100%;
    float:none;
}

.sidebar-tag a {
    display: inline-block;
    font-size: 13px;
    height: 18px;
    color: #333;
    white-space: nowrap;
    margin-right:5px;
    -webkit-border-radius: 12px!important;
    -moz-border-radius: 12px!important;
    border-radius: 12px!important;
    margin-bottom:5px;
}


.s-box.mt{
  margin-top:10px;
}
.s-box .hd{
  padding-bottom:10px;
  background:url('../image/i-line.png') repeat-x left bottom;
  margin-bottom:5px;
}
.s-box .hd a{
  color:#333;
  font-size:20px;
}
.s-nav{

}
.s-nav dt{
  background-color: #036aa6;
  height:92px;
  color:#fff;
  text-align: center;
}
.s-nav dt h3{
   padding-top:33px;
   font-size:24px;
}
.s-nav .s-nav-line{
  width:30px;
  height: 3px;
  background-color: #fff;
  margin-top:10px;
  margin-left:auto;
  margin-right:auto;
}
.s-nav dd{
  padding:15px;
  background-color:#fff;
  border:1px solid #036aa6;
}
.snav li{
  line-height: 40px;
  height:40px;
  border-bottom:1px solid #eee;
  font-size:14px;
}
.snav li:last-child{
  border-bottom:0 none;
}
.snav li a{
  display: block;
  text-align: center;
  color:#666;
}
.snav li a:hover{
  color:#036aa6;
}
.snav li a.active{
  background-color:#036aa6;
  color:#fff;
}
.breadcrumb{
   line-height: 50px;
   color:#333;
   background:url('../images/i-line.png') repeat-x left bottom;
   margin-bottom:30px;
   font-size:14px;
}

.breadcrumb a, .breadcrumb span{

}
.breadcrumb span{
    margin:0 5px;
}
.breadcrumb span.fa{
    margin-left:5px;
    color:#036aa6;
    font-size:16px;
}

.article{

}
.article-title{
    border-bottom:1px solid #eee;
    margin-bottom:10px;
    font-size:22px;
    padding-bottom:20px;
    font-weight:normal;
}
.article-info{
    color:#999;
	overflow:hidden;
}
.article-info a{
    color:#999;
}
.article-info .info-meta{
    float:left;
    margin-bottom: 20px;
    margin-right:10px;
}
.article-info .info-meta .fa{
    color:#036aa6;
}
.article-info .meta-tags a{
    color:#036aa6;
}
.article-content{
    margin-top:20px;
    line-height: 28px;
    word-break: break-word;
    white-space: normal;
	font-size:16px;
	padding-bottom:30px;

}

.null{
    font-size:30px;
    color:#666;
    text-align: center;
    margin:200px 0;
}
.article-content img{
    max-width: 100%;
}

.article-content img{
    max-width: 100%;

}
.article-content h3{

    line-height: 32px;
    color:#005aab;
    font-size:20px;
    margin: 0 auto;
}
.article-content h4{
    line-height: 28px;
    background: #005aab;
    border-radius: 4px 4px 0 0;
    color:#fff;
    padding-left:10px;
    margin-top:15px;
    margin-bottom:5px;
}
.apply-meta{
    margin-top:20px;
    text-align: center;
    border-top:1px solid #e5e5e5;
    padding-top:20px;
}
.apply-meta a{
    letter-spacing: 2px;
    font-size:16px;
    display: inline-block;
    padding:0 30px;
    background-color: #005aab;
    color:#fff;
    line-height: 50px;
    border-radius: 4px;
}
.apply-meta a:hover{
    opacity: 0.7;

}
.article-jianli .article-content{
    padding:20px;
    background-color: #f1f1f1;
}
.article-jianli .jianli-btn{
    padding:15px 20px;
    line-height: 20px;
    height:20px;
    background-color: #036aa6;
    color:#fff;
    float:right;
}
/* .article-content h3{
    padding-left:30px;
    display: block;
    line-height: 30px;
    height:30px;
    position: relative;
        border-bottom:1px solid #dbdbdb;
        margin-bottom:5px;
}
.article-content h3::before{
    display: block;;
    content:"";
    position: absolute;
    left:0px;
    background-color: #c4261d;
    top:6px;
    height:16px;
    width:16px;


} */

.article-content .selectTdClass{background-color:#edf5fa !important}
.article-content table.noBorderTable td,
.article-content table.noBorderTable th,
.article-content table.noBorderTable caption{border:1px dashed #ddd !important}
.article-content table{margin-bottom:10px;border-collapse:collapse;display:table;}
.article-content td,
.article-content th{padding: 5px 10px;border: 1px solid #DDD;}
.article-content caption{border:1px dashed #DDD;border-bottom:0;padding:3px;text-align:center;}
.article-content th{border-top:1px solid #BBB;background-color:#F7F7F7;}
.article-content table tr.firstRow th{border-top-width:2px;}
.article-content .ue-table-interlace-color-single{ background-color: #fcfcfc; }
.article-content .ue-table-interlace-color-double{ background-color: #f7faff; }
.article-content td p{margin:0;padding:0;}

.article-meta {
    margin-top: 30px;
    border-top: 1px solid #eee;
    padding-top: 15px;
	padding-bottom:30px;
}

.meta-tags {
    margin-bottom:15px;
}
.meta-tags li {
    float:left;
    margin-right: 5px;
}
.meta-tags li a {
    background-color: #efefef;
    color: #ca0822;
    font-size: 12px;
    padding: 7px 10px;
}
.meta-tags li a:hover {
    background-color: #ca0822;
    color: #fff;
}


.meta-page, .meta-page a, .meta-page strong{
    color:#999;
}
.article-related {
    margin-top: 15px;
    border-top: 1px solid #eee;
    padding-top: 15px;
    position: relative;
}
.article-related h4{
    color:#005aab;
    font-size:16px;
}
.article-related ul{
    margin-top:15px;
}
.list-related{}
.list-related li{
    width:50%;
    float:left;
}
.list-related li a{
    line-height: 30px;
    height:30px;
    display: block;
    padding-right:10px;
    color:#333;
}
.list-related li .fa{
    margin-right:5px;
}
.search-container{
    margin-top:30px;
}
.page-container{
	padding-top:40px;
    padding-bottom:50px;
    position: relative;
}

#allmap{
    height: 400px;
    width: 100%;

}
.address{
    left: 50%;
    top: 90px;
    margin-left: -110px;
    padding: 50px 60px 0 50px;
    width: 580px;
    height: 450px;
    background-color:#fff;
    border-bottom: 2px solid #005aab;
    z-index: 0;
}
.page-hd{
    font-size: 30px;
    color: #005aab;
    line-height: 1em;
    padding-bottom: 10px;
    text-align: right;
    padding-right: 10px;
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 40px;
}
.page-bd {
    color: #999;
    font-size: 15px;
    line-height: 1.8;
}
.page-bd h3 {
    font-size: 20px;
    line-height: 40px;
    color: #005aab;
    font-weight: bold;
}

.li-pic{

}
.li-pic li{
    width:250px;
	margin-left:10px;
    margin-right:10px;
    margin-bottom:20px;
    float:left;
	border:1px solid #ccc; 
	text-align: center;
}
.li-pic .list-thumb{
    width:250px;
    height:230px;
    overflow: hidden;
	position:relative;
}
.li-pic li img{
	max-width:250px; max-height:230px; position:absolute; top:0; left:0; bottom:0; right:0; margin: auto;
}
.li-pic li h5{
    display: block;
    margin-top:5px;
    font-size:15px;
    color:#333;
    font-weight:normal;
    line-height: 24px;
    height:24px;
	padding-bottom:10px;
	width:230px; margin:0 auto;
}



.li-pic2{
    margin-right:-40px;
}
.li-pic2 li{
    width:230px;
    background:url('../images/li-pic2.png') no-repeat;
    padding:25px;
    height:283px;
    margin-right:40px;
    margin-bottom:40px;
    float:left;
    text-align: center;
}
.li-pic2 li img{
    width:230px;
    height:248px;
}
.li-pic2 li h5{
    display: none;
    margin-top:5px;
    font-size:16px;
    color:#333;
    line-height: 24px;
    height:24px;
}


.li-team{
    margin-right:-20px;
}
.li-team li{
    width:280px;
    margin-right:20px;
    margin-bottom:20px;
    float:left;

    text-align: center;
}
.li-team .list-thumb{
    width:200px;
    height:200px;
    border: 1px solid #ccc;
    padding:4px;
    box-sizing: border-box;
    border-radius: 100%;
    margin-left:auto;
    margin-right:auto;
    overflow: hidden;
}
.li-team li img{
    width:190px;
    height:190px;
    border-radius: 100%;
}
.li-team li h5{
    display: block;
    margin-top:5px;
    font-size:15px;
    color:#333;
    font-weight:normal;
    line-height: 24px;
    height:24px;
}


.li-list li{
  border-bottom:1px solid #eee;
  margin-top:15px;
  padding-bottom:15px;
  padding-left:25px;
  padding-right:25px;
  overflow:hidden;
}
.li-list li:last-child{
  border-bottom:none;
}
.li-list h4{
  display:block;
  padding:5px 0;
}
.li-list a{
  font-size:18px;
  color:#333;
  display:block;
  font-weight:bold;
  padding-bottom:5px;
  padding-top:5px;
}
.li-list .li-des{
  font-size:12px;
  line-height: 23px;
  color:#999;
}
.li-list .li-date{
  background-color:#f5f5f5;
  width:80px;
  height:80px;
  float:left;
}
.li-list .li-info{
  margin-left:100px;
}
.li-list .li-date span{
  display: block;
  text-align: center;
  color:#bfbfbf;
}
.li-list .li-date .day{
  padding-top:15px;
  font-size:24px;
  height:30px;
  font-weight:bold;
  line-height: 30px;
}
.li-list .li-tag{
    margin-top:10px;
}
.li-list .li-tag a{
    float:left;
    padding:0 10px;
    border-radius: 20px;
    line-height: 20px;
    color:#fff;
    margin-right:5px;
    background: #036aa6;
}

.li-list2 li{
    border-bottom:1px dashed #ccc;
    padding-bottom:10px;
    margin-bottom:10px;
}
.li-list2 li:last-child{
    padding-bottom:0px;
    margin-bottom:0px;
    border-bottom:0 none;
}
.li-list2 li a{
    color:#333;
    font-size:16px;
    padding:2px 0;
    line-height: 18px;
    display: block;
}
.li-list2 .li-date{
    font-style: normal;
    color:#999;
    font-size:12px;
}
.li-list2 .li-des{
    margin-top:10px;
    font-size:12px;
    color:#999;
    line-height: 20px;
    height:40px;
    overflow: hidden;
}


.li-khpj li{
  box-sizing: border-box;
  margin-bottom:15px;
  padding-left:25px;
  padding-right:25px;
  width:50%;
  float:left;
  height:200px;
}
.li-khpj li:last-child{

}
.li-khpj .li-thumb{
    width:160px;
    height:200px;
    border-radius: 10px;
    float:left;
    overflow: hidden;
}
.li-khpj .li-thumb img{
    width:100%;
    height:100%;
}
.li-khpj .li-info{
    margin-left:180px;
}
.li-khpj h4{
     line-height: 36px;
     height:36px;
     overflow: hidden;
     border-bottom:1px solid #ccc;
     margin-bottom: 4px;
     font-size:18px;
     color:#333;
}
.li-khpj .li-des{
  font-size:12px;
  height:150px;
  overflow: hidden;
  line-height: 25px;
  color:#999;
}




.li-khpj .li-tag a{
    float:left;
    padding:0 10px;
    border-radius: 20px;
    line-height: 20px;
    color:#fff;
    margin-right:5px;
    background: #005aab;
}



.copyright{
    padding:20px;
    color:#666;
    line-height: 1.8;
    text-align: center;
    font-size:12px;
}

.fixeSidebar{
    position:fixed;
    left:50%;
    margin-left:600px;
    top: 25%;
    background-color: #fff;
    z-index: 10;
    border:1px solid #eee;
    background-color:#fff;
    border-bottom:0 none;
}
.fixeSidebar li{
    width: 60px;
    height:60px;
    border-bottom:1px solid #eee;
    text-align: center;
}
.fixeSidebar li a{
    display: block;
    position:relative;
}
.fixeSidebar li .fa{
    padding-top:10px;
    color:#036aa6;
    display: block;
    line-height: 26px;
    font-size:25px;
}
.fixeSidebar li p{
    line-height: 20px;
    font-size:12px;
    color:#777;
}
.fixeSidebar li a:hover{
    color:#036aa6;

}
.fixeSidebar .fixeSidebar-qrcode-box{
    position: absolute;
    left:-140px;
    top:-45px;
    width:150px;
    height:150px;
    display: none;
    text-align: center;
    line-height: 150px;
    border-radius: 4px;
    background-color: #fff;
    background-color: rgba(255,255,255,.8);
    box-shadow:  0 0 20px rgba(153,153,153,.2);
}
.fixeSidebar .fixeSidebar-qrcode-box img{
    width:120px;
    height:120px;
    vertical-align: middle;
    border-radius: 4px;
}
.fixeSidebar .fixeSidebar-top .fa{
    height:60px;
    line-height: 60px;
    padding:0px;
    background-color: #eee;
}




.scroll-to-top{position:fixed;_position:absolute; display:block; width:58px;height:58px;right:18px;_right:-47px;bottom:32px; display:none; line-height:58px; cursor:pointer; background-color:#f1f1f1; text-align:center;}
.scroll-to-top i{ font-size:22px; font-style: normal;}


#page{
    margin: 20px 0;
    text-align: center;
}
.pagination {
    width:100%;
    margin-top:50px;
    text-align: center;
}
.pagination ul{
    display: inline-block;
}
.pagination li {
    display: inline-block;
    float:left;
    margin-right:10px;
    line-height: 40px;
    height: 40px;
}
.pagination li:last-child{
    margin-right:0px;
}
.pagination li a,
.pagination li span {
    display: block;
    color: #555;
    background-color: #f3f3f3;
    padding:0 15px;
}

.pagination li a:hover,
.pagination li a:focus,
.pagination li span:hover,
.pagination li span:focus {
    background-color: #d7d7d7;
}
.pagination .page-active a,
.pagination .page-active a:hover,
.pagination .page-active a:focus,
.pagination .page-active span,
.pagination .page-active span:hover,
.pagination .page-active span:focus {
    background-color: #d7d7d7;
}



.page-404{
    padding:150px 0;
    text-align: center;
}
.page-404 h3{
    color:#005aab;
    font-size:30px;
    font-weight: normal;
}
.page-404 p{
    margin-top:20px;
    font-size:20px;
    font-weight: normal;
    color:#999;
}



/*    弹窗    */
.pop-up {width: 960px;height:300px;	border: 1px solid #bbb;	border-radius: 5px;	box-shadow: 0 0 2px rgba(187,187,187,.5);	background: #fff;	position: fixed;	left: 50%;	top: 40%;	padding:35px 0;	margin: -120px 0 0 -480px;	font-size: 14px;z-index: 12;_position: absolute;_top:220px;}
.pop-up .title {padding-left:10px;padding-right:10px;	border-bottom: 1px solid #d9d9d9;	margin: 0 30px 25px;	height: 50px;	font-size: 18px;color: #333;font-weight: normal;}
.pop-up .close{	float:right;	font-size: 34px;	line-height: 34px;	font-family: "微软雅黑";	color: #797979;}
.pop-up .close:hover{	color: #e25353;}
.pop-up .text{		position:relative; 	height:230px;	width: 930px;	padding: 0 0 0 30px;	overflow: hidden;	}
.pop-up .con{	font-size: 12px;	height: 230px;	width: 900px;	position: relative; line-height: 2em;}
.body-shadow{	position: fixed;	left: 0;	top: 0;	width: 100%;	height: 100%;	background: #000;	opacity: 0.5;	filter:alpha(opacity=50);	z-index: 11;	_position: absolute;	_top:expression(offsetParent.scrollTop);}
.hidden{display:none; }
.pop-up .t{ color:#62310f; font-size:14px; }
.pop-up .line{ height:1px; background-color:#62310f; margin-top:5px; width:50%;}
.pop-2wm{ float:right; width:300px; text-align:center;}
.pop-2wm .t{ font-weight:bold;}

#pages { padding:20px 0 40px; font-size:12px; text-align:center; clear:both; overflow:hidden;}
#pages ul li{ display:block;  float:left;}
#pages a { display:block; height:40px; line-height:40px; background:#fff; border:1px solid #e3e3e3; text-align:center; color:#333; padding:0 20px;}
#pages a:hover { background:#0557a0; color:#fff; text-decoration:none; }
#pages ul li.active a{ background:#0557a0; color:#fff; text-decoration:none;}
