@CHARSET "UTF-8";
ul,
dl,
ol {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    color: #186cd8;
    text-decoration: none;
}

.clear {
    clear: both;
}

.backColor {
    background-color: #f8f8f8;
}

.marTop20 {
    margin-top: 20px;
}

.marTop10 {
    margin-top: 10px;
}

.padBtm30 {
    padding-bottom: 30px;
}

.container {
    padding: 0px;
}

.padR0 {
    padding-right: 0px;
}

.padL0 {
    padding-left: 0px;
}

.padR20 {
    padding-right: 20px;
}

.padL20 {
    padding-left: 20px;
}

.padT20 {
    padding-top: 20px;
}

.floatR {
    float: right;
}


/*字体颜色*/

.color9 {
    color: #999;
}

.colorRed {
    color: #f00;
}

.navbar-default {
    background-color: #fff;
    box-shadow: 0px 0px 5px #888888;
}

.navbar-brand {
    padding: 10px 15px;
}

.navbar-brand img {
    max-width: 100%;
    max-height: 100%;
}

.dyNav {
    padding: 0px;
}

.dyNav .nav {
    margin-top: 14px;
}

@media (min-width:1000px) {
    .dyNav .nav {
        float: right;
    }
}

.dyNav .nav>li>a {
    padding: 10px;
    color: #000;
}

.dyNav .navbar-nav>.active>a,
.dyNav .navbar-nav>.active>a:hover,
.dyNav .navbar-nav>.active>a:focus {
    background-color: transparent;
    color: #1463c8;
    border-bottom: 2px solid #1463c8;
}

@media ( max-width: 768px) {
    .dyNav {
        padding: 0px 10px;
    }
    .navbar-nav {
        margin: 0px -15px;
    }
    .dyNav .nav {
        margin-top: 0px;
    }
    .dyNav .nav>li>a {
        padding: 10px 30px;
    }
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media ( max-width: 989px) {
    .padR20 {
        padding-right: 0px;
    }
    .padL20 {
        padding-left: 0px;
    }
    .navbar-brand {
        max-width: 330px;
    }
    .navbar-brand img {
        width: 100%;
    }
    .list_main span {
        font-size: 12px;
    }
    .dizhi {
        margin-right: 80px;
    }
}

@media ( max-width: 600px) {
    .navbar-brand {
        max-width: 250px;
        padding-top: 18px;
    }
    .navbar-brand img {
        width: 100%;
    }
}


/*公告样式*/

.gonggaoBar {
    height: 54px;
    line-height: 54px;
    display: flex;
    overflow: hidden;
}

.gonggao {
    background: url(../images/gonggao.png) no-repeat left center;
    padding-left: 25px;
    font-size: 15px;
    color: #fc9d07;
    width: 85px;
}

.gonggaoBar .scrollDiv {
    flex: 1;
    margin-left: 30px;
}

.gonggaoBar .scrollDiv ul {
    padding-left: 0px;
}

.gonggaoBar .scrollDiv span {
    float: right;
    font-size: 12px;
    color: #999;
    margin-right: 20px;
}

.gonggaoBar .scrollDiv li {
    width: 50%;
    float: left;
}

.gonggaoBar .scrollDiv li a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    color: #000;
    width: 65%;
    max-width: 300px;
}

.gonggaoBar .scrollDiv li a:hover {
    color: #1463c8;
}

.gonggaoBar .scrollDiv li:nth-child(2n) a {
    margin-left: 15px;
}

.gonggaoBar .scrollDiv li:nth-child(2n) span {
    margin-right: 20px;
}

.pre_gg,
.next_gg {
    display: block;
    width: 40px;
    height: 27px;
}

.pre_gg {
    background: url(../images/pre.png) no-repeat center;
}

.next_gg {
    background: url(../images/next.png) no-repeat center;
}

@media ( max-width: 768px) {
    .gonggao {
        width: 0px;
        overflow: hidden;
    }
    .gonggaoBar .scrollDiv {
        margin-left: 10px;
    }
    .gonggaoBar .scrollDiv li {
        width: 100%;
    }
    .gonggaoBar .scrollDiv span {
        margin-right: 10px;
    }
    .anniu {
        display: none;
    }
}


/*信息列表样式*/

.list_title {
    border-bottom: 1px solid #eee;
}

.list_title h2 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    margin-top: 7px;
}

.more {
    color: #999;
    margin-top: 15px;
}

.more i {
    margin-left: 5px;
    font-size: 15px;
}

.h2_focus {
    color: #1463c8;
    border-bottom: 2px solid #1463c8;
    display: inline-block;
    padding: 0px 5px 10px;
    margin-bottom: -1px;
}

.list_main {
    width: 100%;
    margin: 10px 0px 0px;
    padding: 0px;
}

.list_main li {
    line-height: 26px;
}

.list_main li a {
    display: inline-block;
    width: 75%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}


/*首页简介*/

.jianjieImg {
    border: 8px solid #fff;
    max-height: 280px;
    overflow: hidden;
}

.jianjieImg img {
    width: 100%;
}

.textStyle {
    text-align: justify;
    line-height: 24px;
    text-indent: 28px;
}

.jianjie_height {
    height: 149px;
    overflow: hidden;
}


/*高管团队*/

.gaoguan .list_title {
    line-height: 0;
}

.gaoguan .focus {
    background-color: #fff;
    padding: 8px;
    height: 236px;
}

.gaoguan .focus .fcon {
    background-color: transparent;
}

.gaoguan .focus .fPic {
    left: 8px;
    right: 8px;
    top: 8px;
}

.gaoguan .focus img {
    width: auto;
    max-width: 100%;
    height: 220px;
}

.gaoguan h2 {
    font-size: 20px;
    font-weight: 600;
    font-weight: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-right: 40px;
}

.gaoguan h2 span {
    font-size: 16px;
    margin-left: 15px;
}

.gaoguan_jj {
    text-align: justify;
    margin-top: 20px;
    max-height: 120px;
    overflow: hidden;
    text-indent: 32px;
    color: #333;
}

.gaoguan .fPic a {
    color: #0f77fc;
}

.gaoguan .fPic a:hover {
    color: #1463c8;
}

.gaoguan .focus .next,
.gaoguan .focus .prev {
    bottom: 8px;
}

@media ( max-width: 989px) {
    .gaoguan .col-md-6 {
        width: 50%;
        float: left;
    }
}

.zizi {
    columns: 3;
    column-gap: 20px;
}

.zizi p {
    overflow: hidden;
}

.zizi p img {
    width: 100%;
    height: 135px;
}

.chanye_height {
    max-height: 185px;
    overflow: hidden;
}


/*底部样式*/

.backC0 {
    background-color: #1b1b1b;
    color: #fff;
}

.backC0 .col-md-6 {
    position: relative;
}

.backC0 h2 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
}

.backC0 p {
    color: #cecece;
    margin-bottom: 5px;
}

.backC0 p a {
    margin-left: 43px;
    color: #cecece;
}

.backC0 a {
    color: #cecece;
    display: block;
}

.backC0 p a i {
    margin-left: 5px;
}

.backC0 a:hover {
    color: #186cd8;
}

.erweimaImg {
    position: absolute;
    right: 40px;
    top: 73px;
    width: 76px;
    height: 76px;
}

.links h2 {
    font-weight: 400;
}

.links h2 p {
    font-size: 18px;
    color: #7d7d7d;
    margin-top: 10px;
}

.links ul {
    display: flex;
    padding-left: 0px;
}

.links ul li {
    flex: 1;
    position: relative;
    text-align: center;
    line-height: 40px;
    background-color: #3a3a3a;
    border-radius: 5px;
    margin-right: 10px;
}

.links ul li:nth-child(2) {
    margin-left: 10px;
    margin-right: 0px;
}

.links ul li p {
    position: relative;
    cursor: pointer;
}

.links ul li p i {
    position: absolute;
    right: 15px;
    top: 15px;
}

.links_list {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 40px;
    line-height: 50px;
    background-color: #3a3a3a;
    border-radius: 5px;
    display: none;
}

.links_list a:hover {
    background-color: #186cd8;
    color: #fff;
}

@media ( max-width: 989px) {
    .backC0 .col-md-6 {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.videoDiv {
    width: 100%;
    overflow: hidden;
    background-color: #000;
    height: 208px;
}

.caret {
    display: none;
}

.topBg {
    width: 100%;
    height: 200px;
    background: url(../images/topBg.jpg) no-repeat center;
}

.topBg_d {
    width: 100%;
    height: 200px;
    background: url(../images/topBg_d.jpg) no-repeat center;
}

.topBg_z {
    width: 100%;
    height: 200px;
    background: url(../images/topBg_z.jpg) no-repeat center;
}

.line_left {
    border-left: 1px solid #eee;
    margin-left: -1px;
}

.line_right {
    border-right: 1px solid #eee;
}

.list-boxes {
    border: 0px;
    border-bottom: 1px dashed #eee;
    padding: 10px 0px;
    margin: 0px 20px 10px;
}

.list-boxes:hover {
    border: 0px;
    border-bottom: 1px dashed #aaa;
}

.list-boxes h2 {
    font-size: 16px;
    font-weight: 400;
}

.list-boxes h2 span {
    font-size: 14px;
    color: #999;
}

.list-boxes:hover h2 a {
    color: #186cd8;
}


/*联系我们*/

.section-title {
    margin-bottom: 30px;
    font-weight: 400;
}

.contact-info {
    display: flex;
    font-size: 16px;
}

.contact-info h5 {
    width: 50px;
    text-align: justify;
    font-size: 16px;
    font-family: "微软雅黑";
    font-weight: normal;
}

.contact-info p {
    margin: 5px 0px;
}

.liuyan {
    width: 95%;
    height: 120px;
    border: 1px solid #ddd;
    padding: 10px;
}

.liuyan_btn {
    width: 100px;
    height: 40px;
    border: 0px;
    background-color: #1766cc;
    color: #fff;
    margin-top: 20px;
}

.liuyan_btn:hover {
    background-color: #2272da;
}

.liuyan_btn:active {
    background-color: #1564c9;
}

.article_ul {
    padding-left: 0px;
    padding-bottom: 20px;
}

.article_ul li {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.article_ul li:last-child {
    text-align: right;
}

.article_ul a {
    color: #186cd8;
}


/*二级页面左侧导航*/

.left_nav ul {
    padding-left: 10px;
    padding-right: 10px;
}

.left_nav li {
    border-left: 5px solid #b1b3b3;
    padding: 15px 0px 15px 15px;
    margin-bottom: 15px;
    font-size: 18px;
}

.left_nav a {
    display: block;
}

.left_nav li:hover,
.left_nav .left_navactive {
    background-color: #f1f7fe;
    border-left: 5px solid #1463c8;
    border-radius: 3px;
}

.left_navactive a {
    color: #1463c8;
}

.jituan a {
    padding-left: 50px;
}

.jituan li:nth-child(1) a {
    background: url(../images/list1.png) left center no-repeat;
}

.jituan li:nth-child(2) a {
    background: url(../images/list2.png) left center no-repeat;
}

.jituan li:nth-child(3) a {
    background: url(../images/list3.png) left center no-repeat;
}

.jituan li:nth-child(4) a {
    background: url(../images/list4.png) left center no-repeat;
}

.jituan li:nth-child(5) a {
    background: url(../images/list5.png) left center no-repeat;
}

.jituan li:nth-child(6) a {
    background: url(../images/list6.png) left center no-repeat;
}

.jituan li:nth-child(7) a {
    background: url(../images/list7.png) left center no-repeat;
}

.jituan li:nth-child(1):hover a {
    background: url(../images/list1_1.png) left center no-repeat;
}

.jituan li:nth-child(2):hover a {
    background: url(../images/list2-1.png) left center no-repeat;
}

.jituan li:nth-child(3):hover a {
    background: url(../images/list3-1.png) left center no-repeat;
}

.jituan li:nth-child(4):hover a {
    background: url(../images/list4-1.png) left center no-repeat;
}

.jituan li:nth-child(5):hover a {
    background: url(../images/list5-1.png) left center no-repeat;
}

.jituan li:nth-child(6):hover a {
    background: url(../images/list6-1.png) left center no-repeat;
}

.jituan li:nth-child(7):hover a {
    background: url(../images/list7-1.png) left center no-repeat;
}

#article_content {
    font-size: 18px;
    line-height: 36px;
    font-weight: 300;
    text-align: justify;
    color: #444
}

.dropdown-menu {
    left: -100%;
    right: -100%;
    border: 0px;
    text-align: center;
}

.dropdown-menu>li>a {
    padding: 13px 20px;
    line-height: auto;
}

.breadcrumb {
    background-color: transparent;
    margin-bottom: 0px;
    padding: 0px;
}

.breadcrumb a {
    color: #777
}

.breadcrumb a:hover {
    color: #2780E3;
}

.list_img {
    padding: 0px 5px;
}

.list_img img {
    width: 100%;
}

.ldImg {
    max-height: 180px;
    overflow: hidden;
}

.list_img .col-md-2 {
    width: 20%;
}

.list_img h2 {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.list_img h2 span {
    margin-top: 10px;
    font-size: 13px;
    font-weight: normal;
    display: block;
    color: #999;
    line-height: 26px;
}

.list_img h2 span.ldzhiwei {
    height: 52px;
    overflow: hidden;
}

.list_img a {
    margin-bottom: 10px;
    display: block;
    transition: all 0.8s;
    padding: 10px 10px 0px;
}

.list_img a:hover {
    box-shadow: 0px 0px 5px #aaa;
}

@media ( max-width: 989px) {
    .list_title h2 {
        font-size: 15px;
    }
    .erweimaImg {
        right: 0px;
        top: 52px;
    }
    .backC0 h2 {
        font-size: 16px;
    }
    .links ul li p i {
        right: 8px;
    }
    .left_nav {
        display: none;
    }
    .col-md-9 h2 {
        font-size: 22px;
    }
    .col-md-9 .list-boxes h2 {
        font-size: 14px;
        margin: 0px 0px 10px;
    }
    .list-boxes {
        margin: 0px 0px 10px;
    }
    .list-boxes h2 span {
        font-size: 12px;
    }
    .article-box .padL20 {
        padding-left: 15px;
    }
    .article-box .padR20 {
        padding-right: 15px;
    }
    .col-md-3 {
        display: none;
    }
}

@media ( max-width: 600px) {
    .zizi p img {
        height: 100px;
    }
}

.control-label {
    font-weight: normal;
}

.bt_beian {
    display: inline-block !important;
    background: url("../images/beian.png") no-repeat left center;
    background-size: 14px auto;
    padding-left: 25px;
    text-decoration: none;
}