@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: -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:#c20a14;text-decoration:none;}
.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: 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:1200px;
	margin:0 auto;
	position: relative;
}
.w100{
    width:100%;
}

.topline{
    height:32px;
    line-height: 32px;
    background-color: #fafafa;
    border-bottom:1px solid #EEE;
    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;
}

.header{
    padding:25px 0 25px;
}

.logo{
    height:55px;
}
.logo img{
    max-height: 55px;
}
.slogan{
    margin-left:15px;
    margin-top:10px;
    padding-left:15px;
    border-left:1px solid #ccc;
    line-height: 25px;
    color:#c4261d;
    font-size:18px;
}
.tel{
    margin-top:5px;
}

.search{ float:right; position:relative; margin-top:15px;}
.search .form-control{ line-height:36px; height:36px; border:1px solid #e5e5e5; background-color:#f5f5f5; border-radius:18px; width:200px; padding-left:18px; padding-right:40px; outline:none;}
.search .input-search-btn{ position:absolute; right:0px; top:0px; line-height:36px; background:none; border:0 none; width:40px; text-align:center; font-size:20px; color:#aaa; outline: none; cursor: pointer;}

.nav{
    color:#fff;
    line-height: 48px;
    position: relative;
    z-index: 1;
    background-color: #c20a14;
}
.nav li{
    width:12.5%;
    float:left;
    text-align: center;
    position:relative;
    z-index: 1000;
}
.nav li::after{
    content:"";
    display: block;
    position: absolute;
    right:0px;
    top:50%;
    margin-top:-10px;
    height:20px;
    width:1px;
    background-color: #ccc;
}
.nav li:last-child::after{
    display: none;
}
.nav li a.li-name{
    font-size:16px;
    color:#fff;
    display: block;
}
.nav li a.li-name .fa{
    margin-left:5px;
}
.nav li a.li-name:hover{
    color:#fff;
    background-color: #a20811;
}
.nav .subnav{
    z-index:1000;
    position: absolute;
    width:100%;
    left:0px;
    top:47px;
    display: none;
    background-color:#a20811;
}
.nav .subnav a{
    display: block;
    border-top:1px solid #eee;
    line-height: 35px;
    height:35px;
    color:#fff;
}
.nav .subnav a:hover{
    background-color: #a20811;
}
.nav li.hover .subnav{
    display: block;
}
.nav li.hover .li-name{
    background-color: #c20a14;
}

.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: 500px;
    width:100% !important;
    background-position-x:center;
    background-position-y:center;
}
.fullSlide .bd li a {
    display: block;
    height: 500px;
}
.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: #fff;
}
.fullSlide .prev,
.fullSlide .next {
    display: block;
    position: absolute;
    z-index: 1;
    top: 50%;
    margin-top: -35px;
    left: 10%;
    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: 10%;
    background-position: -6px -132px;
}
.mod-index{
    margin-top:40px;
    background-color: #fff;
    margin-bottom:40px;
}
.layout-content{
    width:840px;
    float:left;
}
.layout-aside{
    background-color: #f9f9f9;
    float:right;
    width:330px;
}

.mod-hd .hd-more{
    float:right;
    color:#666;
    font-size:14px;
}

.mod-ann.aside-mod{
    margin-top:0px;
}
.layout-aside-top{
    border-bottom:1px solid #e5e5e5;
}
.layout-aside-content{
    padding:25px 25px;
}
.layout-aside-content .aside-mod{
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
}
.layout-aside-content .aside-mod:last-child{
    border-bottom:0 none;
    margin-bottom:0px;
    padding-bottom:0px;
}

.layout-aside-content .aside-mod.n1{
    border-bottom:0 none;
}
.mod-ann .mod-hd{
    padding:10px 25px;
    margin-bottom:10px;
    line-height: 28px;
    border-bottom:3px solid #c20a14;
}
.mod-ann .mod-hd .hd-title{
    font-size:22px;
    color:#333;
    font-weight: 400;
}
.mod-ann .mod-bd{
    padding:0 25px 20px;
}

.li-ann{}
.li-ann li a{
    line-height: 35px;
    color:#333;
    font-size:16px;
}
.li-ann li .fa{
    margin-right:5px;
    color:#c20a14;
}
.li-ann li a:hover{
    color:#c20a14;
}

.li-ad{}
.li-ad li{
    height:40px;
    width:100%;
    margin-bottom:10px;
}
.li-ad li img{
    width:100%;
    height:100%;
}

.aside-mod .mod-hd{
    margin-bottom:20px;
    line-height: 36px;
    height:36px;
}
.aside-mod .hd-title{
    padding:0 15px;
    display: inline-block;
    height:36px;
    line-height: 36px;
    color:#fff;
    background-color: #c20a14;
    font-size:20px;
    font-weight: 400;
    text-align: center;
    position: relative;
}
.aside-mod .hd-title:after{
    display: block;
    position: absolute;
    right: -9px;
    bottom: 0;
    content: '';
    width: 9px;
    height: 7px;
    background: url("../image/hd1.png") no-repeat;
    -webkit-background-size: 9px 7px;
    background-size: 9px 7px;
}

.li-news{}
.li-news li a{
    line-height: 35px;
    color:#333;
    font-size:16px;
}
.li-news li .fa{
    margin-right:5px;
    color:#c20a14;
}
.li-news li a:hover{
    color:#c20a14;
}

.li-news2{}
.li-news2 li{
    padding-bottom:11px;
    margin-bottom:11px;
    border-bottom:1px dashed #e5e5e5;
}
.li-news2 li:last-child{
    padding-bottom:0px;
    margin-bottom: 0px;
    border-bottom: 0 none;
}
.li-news2 li .li-date{
    float:right;
    color:#999;
    line-height: 24px;
    margin-left:10px;
    font-size: 13px;
}
.li-news2 li a{
    color:#333;
    font-size:16px;
    height:24px;
    line-height: 24px;
}
.li-news2 li a:hover{
    color:#c20a14;
}
.li-news2 li .fa{
    margin-right:5px;
    color:#c20a14;
}

.li-news2-top{}
.li-news2-top .li-thumb{
    width:130px;
    height:80px;
    float:left;
}
.li-news2-top .li-thumb img{
    width:100%;
    height:100%;
}
.li-news2-top .li-info{
    height:80px;
    margin-left:140px;
}
.li-news2-top .li-info a{
    line-height: 36px;
    height:36px;
    font-size:16px;
    font-weight: 700;
}
.li-news2-top .li-info .li-des{
    line-height: 22px;
    height:44px;
    overflow: hidden;
}
.li-news3{}
.li-news3 li{
}
.li-news3 li:last-child{
    padding-bottom:0px;
    margin-bottom: 0px;

}
.li-news3 li .li-date{
    float:right;
    color:#999;
    font-size: 13px;
}
.li-news3 li a{
    color:#333;
    font-size:16px;
    height:36px;
    line-height: 36px;
}
.li-news3 li a:hover{
    color:#c20a14;
}
.li-news3 li .fa{
    margin-right:5px;
    color:#c20a14;
}
.li-news3-top{}
.li-news3-top li{
    padding-bottom:10px;
    border-bottom:1px dashed #e5e5e5;
}
.li-news3-top .li-thumb{
    width:400px;
    height:220px;
    font-size:0px;
}
.li-news3-top .li-thumb img{
    width:100%;
    height:100%;
}
.li-news3-top p{
    height:24px;
    line-height: 24px;
    font-size:16px;
    margin-top:10px;
}





.mod-index{}
.layout-content-title{
    overflow: hidden;
    padding-bottom:19px;
    border-bottom:1px solid #ddd;
    line-height: 28px;
    height:28px;
}
.layout-content-title .hd-title{
    font-size: 22px;
    font-weight: 700;
    color:#c20a14;
}
.mod-topnews{
    padding-top:31px;
    padding-bottom:31px;

}
.mod-topnews-title{
    line-height: 1.1;
    color:#333;
    font-size:28px;
    text-align: center;
    display: block;
    font-weight: 700;
}
.mod-topnews-des{
    margin-top:10px;
    color:#666;
    width:90%;
    margin-left:auto;
    margin-right:auto;
    text-indent: 2em;
}
.mod-topnews-more{
    color:#c20a14;
}
.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-news-1{ float:left; width:400px;}
.mod-news-2{ float:right; width:400px; }

.focusBox { position: relative; width: 400px; height: 220px; overflow: hidden; text-align: left;  }
.focusBox-pic img { width: 400px; height: 220px; 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:#c20a14;  }


.layout-content-1{
    margin-top:40px;
}
.layout-content-left{
    width:400px;
    padding-right:19px;
    border-right:1px solid #ddd;
    float:left
}
.layout-content-right{
    width:400px;
    float:right;
}

.mod-ad{
    margin-top:20px;
}

.mod-info1{
    margin-top:30px;
}

.mod-box1 .mod-hd{
    padding-bottom:19px;
    border-bottom:1px solid #ddd;
    line-height: 28px;
    height:28px;
    margin-bottom:19px;
}
.mod-box1 .mod-hd .hd-title{
    color:#333;
    font-size:22px;
    padding-left:10px;
    border-left:5px solid #c20a14;
}

.mod-box1 .li-news2{
    margin-top:15px;
}
.mod-box1 .li-news3{
    margin-top:15px;
}


.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;}

.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:#c20a14; line-height:22px;}
.li-news1 li.new_top dd{ margin-bottom:10px; color:#999; line-height:22px;}






.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: #c20a14 !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 #c20a14;
    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:#c20a14;
    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: #c20a14;
    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('../image/mbanner.jpg') no-repeat center center;
    height:260px;
}

.bg{

}
.sidebar{
  width:240px;
  float:left;
}
.sidebar .mt{
    margin-top:20px;
}
.middle{
  width:920px;
  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{
    margin-top:-50px;
}
.s-nav dt{
  background-color: #c20a14;
  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 #c20a14;
}
.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:#c20a14;
}
.snav li a.active{
  background-color:#c20a14;
  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:#c20a14;
    font-size:16px;
}

.article{

}
.article-title{
    border-bottom:1px solid #eee;
    font-size:24px;
    text-align: center;
    padding-bottom:20px;
    font-weight:normal;
}
.article-info{
    color:#999;
    text-align: center;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    padding:15px 0;
}
.article-info a{
    color:#999;
}
.article-info .info-meta{
    display: inline-block;
    margin-left:10px;
    margin-right:10px;
}
.article-info .info-meta .fa{
    color:#c20a14;
}
.article-info .meta-tags a{
    color:#c20a14;
}
.article-content{
    margin-top:20px;
    line-height: 28px;
    word-break: break-word;
    white-space: normal;
}
.null{
    font-size:30px;
    color:#666;
    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:#c20a14;
    font-size:20px;
    margin: 0 auto;
}
.article-content h4{
    line-height: 28px;
    background: #c20a14;
    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: #c20a14;
    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: #c20a14;
    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;
}

.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:#c20a14;
    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-bottom:50px;
    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 #c20a14;
    z-index: 0;
}
.address .page-hd{
    font-size: 30px;
    color: #c20a14;
    line-height: 1em;
    padding-bottom: 10px;
    text-align: right;
    padding-right: 10px;
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 40px;
}
.address .page-bd {
    color: #999;
    font-size: 15px;
    line-height: 1.8;
}

.address_box{
    padding: 50px;
    background-color:#fff;
    border-bottom: 2px solid #c20a14;
    z-index: 0;
}
.address_box .page-bd {
    color: #999;
    font-size: 16px;
    line-height: 1.8;
}
.page-bd h3 {
    font-size: 20px;
    line-height: 40px;
    color: #c20a14;
    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:180px;
    overflow: hidden;
}
.li-pic li img{
    border-radius: 5px;
}
.li-pic li h5{
    display: block;
    margin-top:5px;
    font-size:15px;
    color:#333;
    font-weight:normal;
    line-height: 24px;
    height:24px;
}



.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-pic3{
    margin-right:-20px;
}
.li-pic3 li{
    width:280px;
    box-sizing: border-box;
    border:1px solid #e5e5e5;
    padding:5px;
    margin-right:20px;
    margin-bottom:20px;
    float:left;

    text-align: center;
}
.li-pic3 .list-thumb{
    overflow: hidden;
}
.li-pic3 li img{
    width:100%;
    height:100%;
}

.mod-flink{
    margin-top:30px;
}

.li-flink{}
.li-flink li{
    width:25%;
    float:left;
    text-align: center;
    line-height: 100px;
}
.li-flink li img{
    height:45px;
}

.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;
}
.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: #c20a14;
}

.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: #c20a14;
}

.footer{
    padding:40px 0;
    border-top:1px solid #e1e1e1;
    background-color:#f0f0f0;
    color:#666;
}
.footer a{
    color:#666;
}
.footer a:hover{
    color:#c20a14;
}



.foot-contact{
    float:left;
    width:400px;
    padding-right:20px;
    border-right:1px solid #e1e1e1;
}
.foot-contact-link{
    margin-top:10px;
}
.flogo{
    margin-bottom:15px;
}
.flogo dt{
    float:left;
    width:60px;
}
.flogo img{
    width:100%;
}
.flogo dd{
    margin-left:80px;
    line-height:34px;
    font-size:30px;
    color:#666;
}
.flogo dd em{
    display:block;
    line-height:24px;
    font-size:16px;
}

.fcontact{
    line-height: 1.6em;
}


.foot-menu{
    float:right;
}

.fnav-item{
    float:left;
    padding-right:85px;
}
.fnav-item:last-child{
    padding-right:0px;
}
.fnav-item dt{
    line-height: 20px;
    font-size:16px;
    color:#333;
}
.fnav-item dt a{
    font-size:16px;
    color:inherit;
}
.fnav-item dd.line{
    height: 1px;
    width: 40px;
    background-color: #dedede;
    margin-top: 15px;
    margin-bottom: 10px;
}
.fnav-item dd a{
    line-height: 24px;
    display: block;
    color:#a0a0a0;
    font-size:12px;
}
.fnav-item dd a:hover{
    color:#c20a14;
}

.copyright{
    padding:15px;
    color:#666;
    line-height: 1.8;
    font-size:12px;
}

.fixeSidebar{
    position:fixed;
    left:50%;
    margin-left:620px;
    bottom: 15%;
    background-color: #fff;
    z-index: 10;
    border:1px solid #eee;
    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:#c20a14;
    display: block;
    line-height: 26px;
    font-size:25px;
}
.fixeSidebar li p{
    line-height: 20px;
    font-size:12px;
    color:#777;
}
.fixeSidebar li a:hover{
    color:#c20a14;

}
.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:#c20a14;
    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;}
