@charset "utf-8";
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td{margin:0;padding:0;word-wrap:break-word}
table{border-collapse:collapse;border-spacing:0;}img{border:none}
pre {white-space: pre-wrap; /* css-3 */white-space: -moz-pre-wrap; /* Mozilla, since 1999 */white-space: -pre-wrap; /* Opera 4-6 */white-space: -o-pre-wrap; /* Opera 7 */	word-wrap: break-word; /* Internet Explorer 5.5+ */}
h1,h2,h3,h4,h5,h6{font-size:100%;}input.dialog{height:0; height:0; font-size:0; line-height:0; border:none}
input,label,img,th{vertical-align:middle;}.font-fixh{font-family: Georgia,Arial; color: #f00; font-size: 16px; font-weight: 700;}address,cite,dfn,em,var{font-style:normal;}
code,kbd,pre,samp{font-family:courier new,courier,monospace;}
ul,ol,li{list-style:none;}
select optgroup{color:#CAC8BB;}
header{ display:block}

.clearfix:before,.clearfix:after{content:'.';display:block;overflow:hidden;visibility:hidden;font-size:0;line-height:0;width:0;height:0}
.clearfix:after{clear:both}
.clearfix{zoom:1}
.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}

body{font-size:14px;font-family: "微软雅黑","Microsoft YaHei","Microsoft YaHei UI", "Segoe UI", Arial, Verdana, Sans-Serif, sans-serif;}
a{color:#333;text-decoration:none; cursor:pointer;}
a:hover{color:#035cac;text-decoration:none;}
.fl{ float:left;}
.fr{ float:right;}
.por{
    position: relative;
}
.poa{
    position:absolute;
}
.text-center{
    text-align: center;
}
.hide{
    display: none;
}
.show{
    display: block;
}
.ellipsis,
.ellipse{
    display: block;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.img-scale{
    transform: scale(1);
    transition: all 0.7s ease-in-out;
}
.img-scale:hover{
    transform: scale(1.1);
}
.container{
	width:1160px;
	margin:0 auto;
	position: relative;
}

.topline{
    background-color:#212121;
    color:#fff;
    line-height: 30px;
}
.header{
    padding:20px 0;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(33,33,33,0.1);
}
.header.scroll-to-fixed-fixed{
    padding:10px 0;
    border-bottom:1px solid #eee;
}
.logo{
    float:left;
    height:60px;
    line-height: 60px;
}
.logo img{
    vertical-align:middle;
}
.nav{
    margin-top:10px;
    float:right;
    color:#fff;
    position: relative;
    z-index: 1;
}
.nav li{
    float:left;
    position:relative;
    margin:0 5px;
}
.nav li > a{
    display: block;
    font-size:16px;
    height:48px;
    line-height: 48px;
    padding:0 25px;
    color:#222;
    display: block;
}
.nav li > a:hover{
    border-bottom:2px solid #222;
}
.nav li.active > a{
    border-bottom:2px solid #222;
}
.nav .subnav{
    z-index:100;
    position: absolute;
    width:100%;
    left:0px;
    top:50px;
    background-color: #2d3845;
    display: none;
}
.nav .subnav > a{
    display: block;
    line-height: 32px;
    height:32px;
    color:#fff;
    text-align: center;
}
.nav li.hover .subnav{
    display: block;
}

.fullSlide {
    width: 100%;
    position: relative;
}
.fullSlide .bd {
    margin: 0 auto;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.fullSlide ul{
    width:100% !important;
}
.fullSlide .bd li {
    height: 600px;
    width:100% !important;
    background-position-x:center;
    background-position-y:center;
}
.fullSlide .bd li a {
    display: block;
    height:600px;
}
.fullSlide .hd {
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    height: 30px;
    line-height: 30px;
}
.fullSlide .hd ul {
    text-align: center;
}
.fullSlide .hd ul li {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 35px;
    height: 3px;
    margin: 1px;
    border-radius: 2px;
    overflow: hidden;
    background: #ccc;
    background:rgba(255,255,255,0.7);
    line-height: 999px;
}
.fullSlide .hd ul .on {
    background: #212121;
}
.fullSlide .prev,
.fullSlide .next {
    display: block;
    position: absolute;
    z-index: 1;
    top: 50%;
    margin-top: -35px;
    left: 5%;
    z-index: 1;
    width: 40px;
    height: 70px;
    background: url(../image/slider-arrow.png) -126px -132px #000 no-repeat;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 0.5;
    display: none;
}
.fullSlide .next {
    left: auto;
    right: 5%;
    background-position: -6px -132px;
}

.box{
    padding:50px 0;
}
.box-pt-0{
    padding-top:0px;
}
.box-pb-0{
    padding-bottom:0px;
}
.box-title{
    text-align: center;
    margin-bottom:30px;
}
.box-title h3{
    display: inline-block;
    padding-left:300px;
    background: url('../image/title-l.png') no-repeat left center;
}
.box-title h3 a{
    display: block;
    padding-right:300px;
    background: url('../image/title-r.png') no-repeat right center;
    line-height: 40px;
    height:40px;
    font-size:30px;
    font-weight: normal;
}
.box-title p{
    margin-top:5px;
    color:#f37c1e;
    font-size:20px;
}
.box-title1{
    margin-bottom:30px;
}
.box-title1 h3 a{
    font-size:32px;
    font-weight: 300;
    font-weight: normal;
}
.box-title1 .line{
    width:80px;
    height:2px;
    display: block;
    background-color: #2d3845;
    margin-top:5px;
    margin-bottom:5px;
}
.box-title1 p{
    margin-top:5px;
    color:#666;
    font-size:16px;
}
.box-title2{
    margin-bottom:30px;
    text-align: center;
}

.box-title2 h3 a{
    font-size:30px;
    font-weight: lighter;
    letter-spacing: 2px;
}
.box-title2 p {
    margin-top: 5px;
    color: #666;
    font-size: 16px;
}
.mod-product{
    background-color: #f2f2f2;
}
.list-product{
    margin-right:-20px;
}
.list-product li{
    width:275px;
    margin-bottom:20px;
    margin-right:20px;
    float:left;
}

.list-product .list-thumb{
    position: relative;
    display: block;
    width:275px;
    height:275px;
    box-sizing: border-box;
    overflow: hidden;
}
.list-product span{
    position: absolute;
    top:0px;
    left:0px;
    display: block;
    width:255px;
    height:255px;
    border:10px solid #2d3845;
    opacity: 0;
    filter:Alpha(opacity=0);
    transition:all .8s;
}
.list-product .list-thumb:hover span{
    opacity: 1;
    filter:Alpha(opacity=100);
}

.list-product img{
    width:100%;
    height:100%;
    vertical-align: top;
}
.list-product .list-title{
    margin-top:10px;
    line-height: 20px;
    height:20px;
    font-size:16px;
}

.mod-peixun{
    background: url('../image/bg1.jpg') no-repeat center center;
}
.mod-peixun .box-title2 a{
    color:#fff;
}
.list-peixun li{
    width:25%;
    text-align: center;
    color:#fff;
    float:left;
}
.list-peixun li img{
    height:70px;
}
.list-peixun li p{
    margin-top:10px;
    font-size:20px;
}

.mod-fangan{}
.list-fangan{
    margin-right:-20px;
}
.list-fangan li{
    float:left;
    margin-bottom:20px;
    width:275px;
    height:120px;
    position: relative;
    margin-right:20px;
    overflow: hidden;
}
.list-fangan a{
    display: block;
    width:100%;
    height:100%;
    background-position:center center;
}
.list-fangan li p{
    position: absolute;
    bottom:0px;
    left:0px;
    right:0px;
    font-size:16px;
    line-height: 32px;
    height:32px;
    color:#fff;
    padding:0 10px;
    background-color: #2d3845;
    background-color: rgba(45,56,69,0.8);
}
.mod-about{
    background: url('../image/bg2.jpg') no-repeat center top;
}
.mod-about .box-content{
    margin-top:170px;
    padding:30px 40px 40px;
    position: relative;
    background-color: #fff;
}
.mod-about .about-info{
    float:right;
    width:600px;

}
.mod-about .about-info-content{
    text-indent: 2em;
    word-break: break-all;
    line-height: 1.6em;
    height:3.2em;
    overflow: hidden;
}
.mod-about .about-info a{
    display: block;
    width:160px;
    font-size:16px;
    text-indent: 0em;
    line-height: 32px;
    margin-top:10px;
    color:#fff;
    text-align: center;
    background-color: #2d3845;
}
.mod-about .about-thumb{
    float:left;
    position: absolute;
    bottom:40px;
    left:40px;
    height:250px;
    overflow: hidden;
    width:440px;
}

.mod-news .box-1{
    width:520px;
    float:left;
}
.mod-news .box-2{
    width:580px;
    float:right;
}

.list-imgnews{}
.list-imgnews .list-thumb{
    width:520px;
    height:290px;
    overflow: hidden;
    display: block;
}
.list-imgnews .list-thumb img{
    width:100%;
    height:100%;
    vertical-align: top;
}
.list-imgnews .list-info{
    background-color: #2d3845;
    padding:30px;
    color:#fff;
}
.list-imgnews .list-date{
    float:left;
    text-align: center;
    margin-right:30px;
}
.list-imgnews .list-date dt{
    font-weight: 700;
    line-height: 50px;
    font-size:40px;
}
.list-imgnews .list-date dd{
    line-height: 20px;
}
.list-imgnews .list-title{
    line-height: 30px;
    height:30px;
    color:#fff;
    font-size:16px;
}
.list-imgnews .list-des{
    padding-top:5px;
    line-height: 20px;
    height:40px;
    overflow: hidden;
    border-top:1px solid #fff;
    color:#bbb;
}
.list-news li{
    line-height: 42px;
    height:42px;
    border-bottom:1px dashed #ccc;
}
.list-news li:last-child{
    border-bottom:0px none;
}
.list-news .list-date{
    float:right;
    color:#999;
}
.list-news a{
    color:#333;
}
.list-news .fa{
    margin-right:5px;
    color:#2d3845;
}



.mod-link .box{
    padding-top:0px;
    line-height: 26px;
}
.mod-link dt,
.mod-link dd{
    float:left;
}
.mod-link dd{
    margin-left:10px;
}
.mod-link dt h4{
    color:#2d3845;
    font-size:30px;
    float:left;
}
.mod-link dt p{
    height: 26px;
    width:90px;
    background-color: #2d3845;
    color:#fff;
    text-align: center;
    float:left;
    margin-left:5px;
}
.mod-link dd a{
    margin:0 10px;
}

.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 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;
}
.formDetail-body .form-group select,
.formDetail-body .form-group input {
  height: 50px;
  width: 260px;
}
.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: #005aab !important;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}
.formDetail-body .form-group button:hover{
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.formDEtail-ad{
    width:500px;
    text-align: center;
}
.formDEtail-ad img{
    max-width: 400px;
}

.news-list-item{
    height:314px;
}
.mbanner{
    background: url('../image/mbanner.jpg') no-repeat center center;
    height:300px;
}

.bg{
    background-color: #f2f2f2;
}
.sidebar{
  width:240px;
  float:left;
}
.sidebar .mt{
    margin-top:20px;
}
.middle{
  width:880px;
  float:right;
}
.no-sidebar .middle{
    width:100%;
    float:none;
}
.productDeatil {
    padding-bottom:30px;
}
.productDeatil .middle{
    width:1000px;
    margin: 0 auto;
}
.productDeatil .article{
    background-color: #fff;
    padding:40px;
}

.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-contact{
    border: 1px solid #2d3845;
    background-color: #fff;
}
.s-tel{
    color:#fff;
    padding:10px 10px 10px 60px;
    background: #2d3845 url('../image/phone.png') no-repeat 20px center;
    transition: all .3s ease-out;
    line-height: 30px;

}
.s-tel dt{
    font-size:16px;
    line-height: 30px;
}
.s-tel dd{
    line-height: 30px;
    font-weight: bold;
    font-size:22px;
}
.s-add{
    padding:20px;
}
.s-add .fa{
    color:#2d3845;
    margin-right:5px;
}

.s-tel:hover{
    background-position: 20px 5px;
}

.s-box.mt{

}
.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{
    margin-top:-50px;
}
.s-nav dt{
  background-color: #2d3845;
  height:92px;
  color:#fff;
  text-align: center;
}
.s-nav dt h3{
   padding-top:20px;
   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 #2d3845;
}
.snav li{
  line-height: 40px;
  height:40px;
  border-bottom:1px solid #eee;
}
.snav li:last-child{
  border-bottom:0 none;
}
.snav li a{
  display: block;
  text-align: center;
  color:#666;
}
.snav li a:hover{
  color:#005aab;
}
.snav li a.active{
  background-color:#2d3845;
  color:#fff;
}
.breadcrumb{
   line-height: 50px;
   color:#333;
   background:url('../image/i-line.png') repeat-x left bottom;
   margin-bottom:30px;
}

.breadcrumb a, .breadcrumb span{
    float: left;
    display: block;
    color:#333;
    line-height: 50px;
}
.breadcrumb span{
    margin:0 5px;
}
.breadcrumb span.fa{
    margin-left:5px;
    color:#2d3845;
    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;
}
.article-info a{
    color:#999;
}
.article-info .info-meta{
    float:left;
    margin-bottom: 20px;
    margin-right:10px;
}
.article-info .info-meta .fa{
    color:#2d3845;
    margin-right:5px;
}
.article-info .meta-tags a{
    color:#2d3845;
}
.article-video{
    width:800px;
    margin:0 auto;
    text-align: center;
}
.article-content{
    margin-top:20px;
    line-height: 28px;
    word-break: break-word;
    white-space: normal;
}
.article-content .null{
    font-size:30px;
    color:#2d3845;
    text-align: center;
    margin:200px 0;
}
.article-content img{
    max-width: 100%;
}

.article-content img{
    max-width: 100%;
    height:auto !important;
}
.article-content h3{
    line-height: 32px;
    color:#2d3845;
    font-size:20px;
    margin: 0 auto;
}
.article-content h4{
    line-height: 28px;
    background: #2d3845;
    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: #035cac;
    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;
    position: relative;
}
.meta_next .btn_back {
    right: 0;
    top: 20px;
    position: absolute;
}
.meta_next .btn_back a {
    width: 100px;
    height: 40px;
    text-align: center;
    border-radius: 30px;
    border: 1px solid #ddd;
    box-shadow: 0 0 3px #ddd;
    font-size: 14px;
    line-height: 40px;
    color: #666;
    transition: all 0.5s;
    background-color: #fff;
    display: block;
}
.meta_next .btn_back a:hover{
  background-color:#2d3845;
  color:#fff;
}

.meta-tags {
    margin-top:30px;
}
.meta-tags li {
    float:left;
    margin-right: 5px;
}
.meta-tags li a {
    background-color: #efefef;
    color: #005aab;
    font-size: 12px;
    padding: 7px 15px;
}
.meta-tags li a:hover {
    background-color: #005aab;
    color: #fff;
}

.meta-page, .meta-page a, .meta-page strong{
    color:#999;
    line-height: 25px;
}
.article-related {
    margin-top: 15px;
    border-top: 1px solid #eee;
    padding-top: 15px;
    position: relative;
}
.article-related h4{
    color:#2d3845;
    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;
}
.page-container{
    padding-bottom:40px;
    position: relative;
}

#allmap{
    height: 700px;
    width: 100%;
    min-width: 1190px;
}
.address{
    left: 50%;
    top: 90px;
    margin-left: -110px;
    padding: 50px 60px 0 50px;
    width: 580px;
    height: 450px;
    background-color:#fff;
    border-bottom: 2px solid #2d3845;
    z-index: 0;
}
.page-hd{
    font-size: 30px;
    color: #2d3845;
    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: #2d3845;
    font-weight: bold;
}
.li-pic{
    margin-right:-20px;
}
.li-pic li{
    width:280px;
    margin-right:20px;
    margin-bottom:20px;
    float:left;
    text-align: center;
}
.li-pic .list-thumb{
    width:280px;
    height:210px;
    display: block;
    position: relative;
    overflow: hidden;
}
.li-pic li img{
    max-width: 100%;
    max-height: 100%;
    vertical-align: top;
}
.li-pic li p{
    left: 0px;
    right: 0px;
    position: absolute;
    bottom: 0px;
    line-height: 32px;
    height: 32px;
    padding:0 10px;
    display: block;
    background-color: #2d3845;
    background-color: rgba(45,56,69,0.8);
    color: #fff;
    text-align: center;
}

.li-pic1{
    margin-right:-20px;
}
.li-pic1 li{
    width:275px;
    margin-right:20px;
    margin-bottom:20px;
    float:left;
    text-align: center;
}
.li-pic1 .list-thumb{
    width:275px;
    height:373px;
    display: block;
    position: relative;
    overflow: hidden;
}
.li-pic1 li img{
    width: 100%;
    height: 100%;
    vertical-align: top;
}
.li-pic1 span{
    position: absolute;
    top:0px;
    left:0px;
    right:0px;
    bottom:0px;
    display: block;
    border:10px solid #2d3845;
    opacity: 0;
    filter:Alpha(opacity=0);
    transition:all .8s;
}
.li-pic1 .list-thumb:hover span{
    opacity: 1;
    filter:Alpha(opacity=100);
}
.li-pic1 li p{
    line-height: 32px;
    height: 32px;
    padding:0 10px;
    display: block;
    margin-top:5px;
    font-size:24px;
    color:#2d3845;
    font-weight: 700;
    text-align: center;
}

.li-pic2{
    margin-right:-20px;
}
.li-pic2 li{
    width:430px;
    margin-right:20px;
    margin-bottom:20px;
    float:left;
    text-align: center;
}
.li-pic2 .list-thumb{
    width:430px;
    height:323px;
    display: block;
    position: relative;
    overflow: hidden;
}
.li-pic2 li img{
    max-width: 100%;
    max-height: 100%;
}
.li-pic2 li p{
    left: 0px;
    right: 0px;
    position: absolute;
    bottom: 0px;
    line-height: 30px;
    height: 30px;
    display: block;
    background-color: #0e62bc;
    background-color: rgba(14,98,188,0.8);
    color: #fff;
    text-align: center;
}


.li-list li{
  border-bottom:1px solid #eee;
  margin-top:15px;
  padding-bottom:15px;
  padding-left:25px;
  padding-right:25px;
}
.li-list li:last-child{
  border-bottom:none;
}
.li-list h4{
  margin-bottom:5px;
}
.li-list h4 a{
  font-size:18px;
  color:#333;
}
.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: #005aab;
}

.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:12px;
    padding:2px 0;
    line-height: 18px;
    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;
}

.footer{
    padding:30px 0;
    background-color:#2d3845;
    color:#fff;
}
.footer a{
    color:#fff;
}
.foot-menu{
    width:540px;
}
.list-fmenu li{
    width:120px;
    line-height: 40px;
    float:left;
}
.foot-qrcode{
    border-right:1px solid #e5e5e5;
    width:248px;
    text-align: center;
    float:left;
    border-left:1px solid #e5e5e5;
}
.foot-qrcode img{
    width:120px;
    height:120px;
    margin-bottom:5px;
}
.foot-contact{
    float:right;
    width:320px;
}

.fcontact{
}
.fcontact dt{
    float:right;
    margin-top:25px;
    margin-right:10px;
}
.fcontact dd{
    float:right;
}
.fcontact dt .fa{
    color:#fff;
    width:40px;
    height:40px;
    border:1px solid #fff;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    font-size:24px;
}
.fcontact .fcontact-tel{
    color:#fff;
    font-family: Helvetica, Arial;
    font-size:36px;
    padding:5px 0;

}
.copyright{
    padding:15px 0;
    line-height: 1.8;
    text-align: center;
    font-size:12px;
    background-color: #161616;
    color:#fff;
}

.fixeSidebar{
    position:fixed;
    left:50%;
    margin-left:600px;
    top: 25%;
    background-color: #fff;
    z-index: 1000;
    border:1px solid #eee;
    background-color:#fff;
    border-bottom:0 none;
}
@media (max-width: 1440px){
       .fixeSidebar{
           left:auto;
           right:10px;
           margin: 0;
       }
   }
.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:#2d3845;
    display: block;
    line-height: 26px;
    font-size:25px;
}
.fixeSidebar li p{
    line-height: 20px;
    font-size:12px;
    color:#777;
}

.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;
    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:#2d3845;
    font-size:30px;
    font-weight: normal;
}
.page-404 p{
    margin-top:20px;
    font-size:20px;
    font-weight: normal;
    color:#999;
}
