@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: #035cac;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color: #035cac;
    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,
.ellipsis {
    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;
}


.topline {
    height: 36px;
    line-height: 36px;
    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;
}

.header {
    padding: 27px 0 27px;
}

.logo {
    height: 60px;
}

.logo img {
    max-height: 60px;
}

.slogan {
    margin-left: 15px;
    margin-top: 10px;
    padding-left: 15px;
    border-left: 1px solid #ccc;
    line-height: 25px;
    color: #c4261d;
    font-size: 18px;
}

.tel {
    float: right;
    color: #035cac;
}

.tel dt {
    font-size: 16px;
    line-height: 20px;
}

.tel dd {
    font-size: 30px;
    line-height: 40px;
    font-style: italic;
}


.nav {
    color: #fff;
    line-height: 48px;
    position: relative;
    z-index: 1;
    background-color: #035cac;
}

.nav li {
    width: 11.1%;
    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: #013c71;
}

.nav .subnav {
    z-index: 1000;
    position: absolute;
    width: 100%;
    left: 0px;
    top: 47px;
    display: none;
    background-color: #013c71;
}

.nav .subnav a {
    display: block;
    border-top: 1px solid #eee;
    line-height: 35px;
    height: 35px;
    color: #fff;
}

.nav .subnav a:hover {
    background-color: #035cac;
}

.nav li.hover .subnav {
    display: block;
}

.nav li.hover .li-name {
    background-color: #013c71;
}

.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: 320px;
    width: 100% !important;
    background-position-x: center;
    background-position-y: center;
}

.fullSlide .bd li a {
    display: block;
    height: 320px;
}

.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-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: #035cac;
    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: 450px;
}

.mod-1-2 {
    float: left;
    width: 650px;
}

.focusBox {
    position: relative;
    width: 450px;
    height: 340px;
    overflow: hidden;
    text-align: left;
}

.focusBox-pic img {
    width: 450px;
    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: #035cac;
}

.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: #035cac;
    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;
}


.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: #035cac;
    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: #035cac;
    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: #035cac;
    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: #035cac;
    color: #fff;
}


.mod-4 {
    margin-top: 40px;
    padding-bottom: 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 a:hover{
    border-color:#035cac;
}
.li-product li img {
    max-width: 100%;
    max-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: #035cac !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 #035cac;
    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: #035cac;
    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: #035cac;
    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: 200px;
}

.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-contact {
    border: 1px solid #035cac;
    background-color: #fff;
}

.s-tel {
    color: #fff;
    padding: 10px 10px 10px 60px;
    background: #035cac 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: #035cac;
    margin-right: 5px;
}

.s-tel:hover {
    background-position: 20px 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: #035cac;
    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 #035cac;
}

.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: #035cac;
}

.snav li a.active {
    background-color: #035cac;
    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: #035cac;
    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: #035cac;
}

.article-info .meta-tags a {
    color: #035cac;
}

.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: #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: #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;
}

.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-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 #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 {
    margin-right: -25px;
}

.li-pic li {
    width: 290px;
    margin-right: 25px;
    margin-bottom: 25px;
    float: left;
    text-align: center;

}

.li-pic .list-thumb {
    border: 1px solid #cacaca;
    padding: 5px;
    width: 290px;
    height: 180px;
    line-height: 170px;
    box-sizing: border-box;
    border-radius: 3px;
    overflow: hidden;
}

.li-pic li img {
    vertical-align: middle;
    max-height: 100%;
    max-width: 100%;
}

.li-pic li p {
    display: block;
    margin-top: 5px;
    font-size: 15px;
    color: #333;
    font-weight: normal;
    line-height: 24px;
    height: 24px;
}

.li-pic a:hover .list-thumb {
    border-color: #035cac;
}


.li-pic2 {
    margin-right: -40px;
}

.li-pic2 li {
    width: 230px;

    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;
}

.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: #035cac;
}

.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: 14px;
    padding: 2px 0;

    line-height: 18px;
    display: block;
}

.li-list2 li a .fa {
    margin-right: 5px;
    color: #035cac;
}

.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: 40px 0;
    border-top: 1px solid #e1e1e1;
    background-color: #f0f0f0;
    color: #666;
}

.footer a {
    color: #666;
}

.footer a:hover {
    color: #005aab;
}


.foot-contact {
    float: left;
    width: 420px;
    border-right: 1px solid #e1e1e1;
}

.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: 2em;
}


.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;
    color: #035cac;
}

.fnav-item dt a {
    font-size: 16px;
    color: inherit;
    color: #035cac;
}

.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: #035cac;
}

.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: #035cac;
    display: block;
    line-height: 26px;
    font-size: 25px;
}

.fixeSidebar li p {
    line-height: 20px;
    font-size: 12px;
    color: #777;
}

.fixeSidebar li a:hover {
    color: #035cac;

}

.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-top: 20px;
    text-align: center;
}

.pagination {
    width: 100%;
    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: #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;
}
