﻿
ul, li,p,h1,h2,h3,h4,h5,body {
    margin:0px;padding:0px;
}
ul{list-style:none;}

/* Provide sufficient contrast against white background */
a {
    color: #050505;
    font-family:'Microsoft YaHei';
    
}
    a:hover {
        text-decoration: none;
        color: #cb0100;
    }


/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
    
}
@media (max-width: 1200px) {
    .hidden-sm {
        display: none;
    }
}


body {
    /* Margin bottom by footer height */
   
    overflow-x:hidden;
}
.container {padding:0px;max-width:1200px;}

header { background:url(../img/top.jpg) top center; height:454px; position:relative;  }
.header_top {
    line-height: 30px;
    overflow: hidden;
    font-size: 16px;
}
.header_1 {
    float:left;
 
    color: #145489;
    
}
.header_2 {
   float:right;
    font-size: 16px;
    color: #145489;
}
    .header_2 a {
        color: #145489;
    }

.header_search {
    width: 470px;
    height: 51px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 255px;
    border-radius:25px;
}
    .header_search input {
        width:416px;
        height:100%;
        overflow:hidden;
        padding-left:20px;
        font-size:16px;
        border:none;
    }
    .header_search a {
        width: 54px;
        height:100%;
        float: right;
        display: block;
        background: url(../img/ico_search.png) 15px no-repeat #c50001;
    }
.header_nav {
    position: absolute;
    bottom: 0px;
}
.nav {
    height:64px;
    color:#fff;
    
    bottom:0px;
}
    .nav a,label {
        color:#fff;
        font-size:20px;
    }

    .nav .big:hover {
        background-color: #920001;
    }

    .nav .big:hover ul {
        display: block;
    }
    .nav .big:hover > a {
        color: #ceb50f;
        text-decoration: none;
    }
        .nav .big:hover > label {
            color: #ceb50f;
            text-decoration: none;
        }
    .nav > li {
        display: inline-block;
        white-space: nowrap;
        height: 64px;
        line-height: 64px;
        float: left;
        width: 194px;
        text-align: center;
        position: relative;
       
    }
        .nav .big ul {
            position: absolute;
            display: none;
            left: -15%;
            min-width: 1000px;
            padding-top: 11px;
            top: 64px;
        }
            .nav .big ul li {
                border-left: 1px solid #050505;
                height: 17px;
                line-height: 17px;
                font-size: 16px;
                float: left;
                padding: 0px 22px;
            }
                .nav .big ul li:first-child {
                    border-left: none;
                }
                .nav .big ul li a {
                    font-size: 16px;
                    color: #050505;
                    text-decoration: none;
                }

.index_yw {
   overflow:hidden;
}
.index_yw .cl {
    background-color: #f5f5f5;
    height: 105px;
    margin-top: 38px;
    width: 198px;
    margin-left: 1px;
    float:left;
}
    .index_yw .cl img {
        margin-top:7px;
    }
    .index_yw .cl:first-child {
        margin-left: 0px;
    }
    .index_yw .cl a:hover img {
        transform: rotateY(360deg);
        -webkit-transform: rotateY(360deg);
        -moz-transform: rotateY(360deg);
        transition: transform 0.9s;
        -webkit-transition: transform 0.9s;
        -moz-transition: transform 0.9s;
    }
.index_1 {
   
    margin-top: 20px;
    height: 381px;
    overflow: hidden;
}
.focus_img {
    float:left;
    width:576px;
    height:381px;
    overflow:hidden;
}
    .focus_img ol {
        margin-right:10px;
        bottom:-5%;
        left:inherit;
    }
    .focus_img ol li {
        width: 8px;
        height: 8px;
    }
    .focus_img .carousel-caption {
        bottom: 0px;
        padding-bottom: 5px;
        left: 0px;
        padding-left: 10px;
        right: inherit;
        width: 100%;
        text-align: left;
        background-color: rgba(0,0,0,0.7);
        padding-top:0px;
       
    }

    .focus_img .carousel-inner img {
        width: 576px;
        height: 380px;
    }

.focus_colum {
    float:right;
    width:608px;
    overflow:hidden;
    position:relative;
}
    .focus_colum .nav {
        height: 42px;
        background-color: #f7f7f7;
    }
    .focus_colum .nav-pills a{
        color: #c50001;
    }
        .focus_colum .nav-pills .nav-link {
           border-radius:inherit;
           padding:0px;
           width:150px;
           text-align:center;
           height:42px;
           line-height:42px;
        }
        .focus_colum .nav-pills .nav-link.active {
            background-color: #c50001;
            color: #fff;
            font-weight: bold;
        }
    .focus_colum .tab-item {
        width:95%;
        height:113px;
        border-bottom: 1px solid #f0f0f0;
        overflow:hidden;
    }
        .focus_colum .tab-item .date {
            float:left;
            text-align:center;
           
            padding: 20px 15px;

        }
            .focus_colum .tab-item .date h3 {
                font-size: 36px;
            }
            .focus_colum .tab-item .date p {
                font-size:16px;
            }
        .focus_colum .tab-item .content {
            font-size:16px;
        }
            .focus_colum .tab-item .content p {
                padding-top: 15px;
                padding-bottom: 10px;
                font-size: 16px;
               
              
            }
            .focus_colum .tab-item .content h5 {
                color: #9a9a9a;
                font-size: 16px;
                line-height: 26px;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
            }

.bar {
    margin-top:20px;
    margin-bottom:20px;
}

.index_2 .item {
    width: 387px;
    border-top: 4px solid #eeeeee;
    float: left;
    margin-left: 19px;
    position:relative;
}
    .index_2 .item:first-child {
        margin-left:0px;
    }
    .index_2 .item .item_t {
        overflow: hidden;
        height: 45px;
        border-bottom: 1px solid #dddddd;
    }
    .index_2 .item .title {
        border-top: 4px solid #cb0100;
        width: 150px;
        position: absolute;
        top: -4px;
        left: 0px;
        text-align: center;
        height: 45px;
        line-height: 45px;
        color: #cb0100;
        font-size: 20px;
    }

    .index_2 .item .more {
        right: 10px;
        font-size: 12px;
        position: absolute;
        top: 0px;
        line-height: 45px;
    }
            .index_2 .item .more a {
                color: #cb0100;
            }
    .index_2 .item .list li {
        background: url(../img/li_red.jpg) no-repeat 10px 17px;
        position: relative;
        font-size: 16px;
        line-height: 35px;
        padding-left: 34px;
        
    }

        .index_2 .item .list li a {
            width: 290px;
            display: block;
           
        }
        .index_2 .item .list li span {
            position: absolute;
            right: 12px;
            font-size: 14px;
            color: #afafaf;
            top:0px;
        }


.index_3 {
    width: 1200px;
    height: 251px;
    overflow: hidden;
    margin-top: 10px;
}
    .index_3 ul {
        width:20000px;
      
    }
    .index_3 ul li {
        width: 387px;
        height: 251px;
        margin-right: 15px;
        float: left;
        list-style: none;
    }
    .index_3 ul li img {
        width: 387px;
        height: 251px;
    }

footer .footer1{
    border-top: 4px solid #b80608;
    background-color: #f5f5f5;
    border-bottom: 1px solid #bababa;
    margin-top:20px;
}
    footer .footer1 .container {
        background:url(../img/link.jpg) no-repeat top left;
        height:49px;
        font-size:18px;
        line-height:49px;
        padding-left:250px;
        overflow:hidden;
        
    }
       footer  .footer1 .container a {
            margin-right:20px;
        }
footer .footer2 {
    height:245px;
    overflow:hidden;
}
footer .footer2 .left {
    float: left;
    width: 370px;
}
    footer .footer2 .con {
        height:65px;
        background:url(../img/ico_connect.jpg) no-repeat bottom left;
        line-height:65px;
        font-size:18px;
        margin-bottom:10px;
    }
    footer .footer2 .left p {
        font-size:16px;
        line-height:30px;
    }

footer .footer2 .mid {
    height:100%;
    float:left;
    background:url(../img/foot_logo.png) no-repeat left 83px;
    width:565px;
}
    footer .footer2 .right {
        text-align:left;
        float:right;
        width:136px;
        background:url( ../img/wx.jpg) no-repeat left 80px;
        height:100%;
    }

footer .footer3 {
    height: 49px;
    background-color: #a50000;
    line-height:49px;
    font-size:14px;
    color:#fff;
}
footer .footer3 a {
        color: #fff;
    }
    footer .footer3 span {
        margin-right:10px;
    }

.list_content {
    margin-top:40px;
    overflow:hidden;
}
    .list_content .left {
        width:239px;
        padding:15px;
        background-color:#fff;
        float:left;
    }
        .list_content .left .title {
           
            height: 54px;
            background-color: #c40001;
            font-size:20px;
            color:#fff;
            font-weight:bold;
            text-align:center;
            line-height:54px;
        }
        .list_content .left li {
            height: 47px;
            border-bottom: 1px solid #eaeaea;
            margin-top:8px;
            width:100%;
           
        }
            .list_content .left li div {
                height:44px;
               line-height:44px;
               overflow:hidden;
               padding-left:22px;
            }
                .list_content .left li div a {
                    font-size:16px;
                    
                }
                .list_content .left li:hover div {
                    background: url(../img/list_left.jpg) no-repeat left 1px #f7f7f7;
                }
            .list_content .left li .on {
                background: url(../img/list_left.jpg) no-repeat left 1px #f7f7f7;
            }

    .list_content .right {
        width:910px;
        padding:15px;
        float:right;
        background-color:#fff;
    }
        .list_content .right .title {
            border-left: 1px solid #cccccc;
            border-bottom: 1px solid #cccccc;
            position:relative;
            font-size:16px;
            height:40px;
        }
            .list_content .right .title span {
                border-top: 3px solid #c40001;
                width: 105px;
                border-right: 1px solid #cccccc;
                height: 40px;
                line-height:40px;
                display: block;
                text-align: center;
                font-weight: bold;
                color: #c60001;
                position:absolute;
                top:0px;
                left:0px;
                z-index:99;
                background-color:#fff;
            }
        .list_content .right .list {
            width: 98%;
            margin: 10px auto;
        }
        .list_content .right .list li {
            background: url(../img/li_gray.jpg) no-repeat 0px 29px;
            padding-left: 20px;
            border-bottom: 1px dashed #dddddd;
            padding-top: 18px;
            padding-bottom: 18px;
            font-size: 16px;
            position: relative;
        }
            .list_content .right .list li i {
               color:#cb0100;
            }
            .list_content .right .list li span {
                position: absolute;
                top: 18px;
                right: 0px;
                color: #989a99;
            }
.pagination {
    padding-top:10px;
    font-size:14px;
}
.pagination li {
    padding: 3px 10px;
    border: 1px solid #cbcbcb;
    margin-right: 3px;
}
    .pagination .active {
        background-color: #bd1111;
        color:#fff;
    }
        .pagination .active a {
            color:#fff;
        }
.list_content .right .row {
   
}
    .list_content .right .row .col-4 {
        margin-top:20px;
    }
    .list_content .right .row .col-4 img {
        height: 185px;
        width: 100%;
    }
.list_content .right .row .col-4 p {
    border: 1px solid #cccccc;
    border-top:none;
    text-align:center;
    line-height:33px;
    font-size:16px;
}

.artile_content {
   background:#fff;
    margin:40px auto 0 auto;
    padding:0 20px 20px 20px;
}

    .artile_content .article_title {
        font-size:26px;
        padding:40px 0 0 0;
        text-align:center;
    }
    .artile_content .article_titlesub {
        font-size: 16px;
        padding: 5px 0 10px 0;
        text-align: center;
    }
    .artile_content .article_meta {
        font-size:14px;
        padding:0 0 10px 0;
        text-align:center;
        border-bottom:1px solid #cccccc;
    }
  
        .artile_content .article_meta span {
            margin-right: 5px;
        }

        .artile_content .article_text {
            padding-top: 40px;
        }
    .artile_content .article_media  {
        text-align:center;
    }
        .artile_content .article_media iframe {
            min-width: 800px;
            min-height: 430px;
        }
        .artile_content .article_media video {
            min-width: 800px;
            min-height: 430px;
        }
.image {
    text-align: center;
    clear: both;
}
.image-style-align-left {
    float: left;
    max-width: 50%;
}
.image-style-align-right {
    float:right;
    max-width:50%;
}

.contact {
    background-color:#fff;
    padding:15px;
    overflow:hidden;
}
    .contact .title {
        font-size: 26px;
        border-bottom: 1px solid #e7e7e7;
        padding:10px 20px;
        background:url(../img/contact_bg.jpg) no-repeat center 25px;
        margin-bottom:20px;
    }

    .contact .map {
        float:left;
        width:711px;
        height:426px;
    }

    .contact .info {
        width:426px;
        float:right;
    }
        .contact .info h3 {
            font-size: 24px;
            color: #c7000a;
            padding-top: 76px;
            padding-bottom: 24px;
            border-bottom: 1px solid #cccccc;
            margin-bottom:20px;
            display:block;
        }
        .contact .info p {
            font-size:16px;
            padding-top:22px;
            padding-left:38px;
            background:no-repeat 0px ;
        }

        .contact .info .info1 {
            background-image:url(../img/ico_location.jpg);
            background-position-y:20px;
        }
        .contact .info .info2 {
            background-image: url(../img/ico_mail.jpg);
            background-position-y: 28px;
        }
        .contact .info .info3 {
            background-image: url(../img/ico_tel.jpg);
            background-position-y: 23px;
        }

.article_file a {
    color:#a50000;
}

#zbap {
    position: absolute;
    top: 7px;
    right: 60px;

}