html {
    font-size: 14px;
    overflow-x: hidden;
}
body{
    font: 14px/140% "microsoft yahei",Arial,Helvetica,sans-serif;
    color:#3b3b3b;
    margin: 0;
} 
dl, dt, dd, ul {
    margin: 0px;
    padding: 0px;
}
*{
    margin:0;
    padding:0;
}

ul,ol,dl,dd,li{
    list-style:none;
}
a{
    text-decoration:none;
    color:#3b3b3b;
}
a:hover{
    text-decoration:none;
    color:#0096d8;
}
a:focus{
    text-decoration:none !important;
}

.navbar{
    height: 80px;
    background: #343537;
    color: #fff;
}
.nav>li{
    padding:0 15px 2px 14px;
}
.nav>li>a{
    padding: 10px 0 8px 0;    
}
.navbar img{
    border: #343537;
}
.navbar-header{
    height: 80px;
}
.navbar-nav{
    background: #343537;
}
.navbar-inverse .nav1 li.active .a1{
    color: #0096d8;
    background: transparent;
    border-bottom: 4px solid #fac22a;
}
.navbar-inverse .nav1>li:hover>a{
    color: #0096d8;
    border-bottom: 4px solid #fac22a;
}
.navbar-inverse .navbar-nav>li>a {
    color: #fff;
    font-size: 18px;
}
.navbar-inverse .navbar-right>li>a {
    font-weight: bolder;
    color: #0096d8;
}
.navbar-inverse .navbar-right>li:hover a{
    color: #0096d8;
}  
.navbar-inverse .navbar-nav>.color:hover .a1{
    color: #0096d8;
}
.navbar-inverse .navbar-nav>.color>a{
    color: #0096d8;
    border-bottom: 4px solid #fac22a ;
}
.navbar-inverse .navbar-right>li:hover  .subnav div a{
    color: #000;
}
.navbar-inverse .navbar-toggle{
    margin-top: 20px;
}
.navbar-nav{
    margin: 0px 0px;
}
.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 370px;
}
.navbar-nav li{
    position: relative;
}
.subnav {
    top: 55px;
    left: 0;
    position: absolute;
    z-index: 12;
    min-width: 160px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    box-shadow: 1px 1px 4px rgba(0,0,0,0.1);
    transition: ease-in-out 0.5s;
}
ul.subnav li{ 
    font: 14px/40px "";
    text-align: center;  
}
ul.subnav li a {
    border-bottom: 1px #eee solid;
    display: block;
    white-space: nowrap;
    color:#2b2b2b !important;
    padding: 2px 12px;
}
ul.subnav li a:hover{
    color: #0096d8 !important;
}
.subnav>li:hover>.subnav, .nav1>li:hover>.subnav {
    opacity: 1;
    visibility: visible;
}

@media (max-width: 768px){
    .navbar-header,.navbar {
        height: 70px;
    }
    .navbar img {
        height: 45px;
    }
    .navbar-fixed-top .navbar-collapse{
        background: #343537;
    }
    .navbar-inverse .nav1>li:hover a{
        border: 0;
    }
    .navbar-inverse .nav1>li:nth-child(1)>a{
        border: 0;
    }
   
    .navbar-inverse .nav1>li>a{
        border: 0;
    }
    
    .navbar-right{
        display: none;
    }
}
@media (min-width: 768px){
    .navbar-nav{
        margin-top: 20px;
    }

}
@media (min-width: 992px) and (max-width: 1600px){
    
    .nav>li{
        padding:0 10px 2px 10px;
    }
}
@media (min-width: 767x) and (max-width: 992px){
    .nav>li{
        padding:0 2px 2px 2px;
    }
}

@media (min-width: 768px) and (max-width: 1200px){
    .nav1>li{
        padding:0 10px 2px 8px;
    }
}

@media  (min-width:1200px){
    .nav>li{
        padding:0 10px 2px 10px;
    }
    .navbar-nav{
        margin-left: 25px;
    }
}
@media (max-width: 972px){
  
    .navbar-brand{
        display: block
    }
}
@media (max-width: 992px){
    .nav1>li{
    padding-right: 2px;
    }
    .navbar-nav{
        margin-left: 0px;
    }
}

@media (max-width: 1199px) and (min-width: 992px){
.hidden-md{
    display: block !important;
}
}
/* 轮播图 */
.lunbo11{
    margin-top: 80px;
}
.swiper-container img{
    width: 100%;
}
/* main */
#main{
    padding: 10px 0px;
}
#main .m_left{
    font-size: 16px;
    color: rgb(43, 43, 43);
    line-height: 40px;
}
#main .m_left span{
    font-weight: bolder;
    color: #2b2b2b;
}
.position li {
    position: relative;
    display: inline-block;
    padding: 0 5px;
    font-size: 14px;
}
/* 搜索 */
.search-box {
    height: 40px;
    width: 100%;
    background: transparent;
    border: 1px solid #e2e2e2;
}
/*左边输入框设置样式*/
.search-box input {
    width: 85%;
    height: 100%;
    border: none;
    background: none;
    padding: 0 15px;
}
.search-box button {
    width: 15%;
    height: 100%;
    border: none;
    background: transparent;
}
.m_right img{
    /*改成右浮动也是可以的*/
    float:left;
    color:white;/*搜索的字体颜色为白色*/
    cursor:pointer;/*鼠标变为小手*/
    margin-left: -32px;
    margin-top: 26px;
}
@media(max-width:500px){
    .m_right .input_text{
        width:160px;
    }
    #main .main .m_left div{
        font-size: 12px;
    }
    .input_text{
        font-size: 12px;
    }
}
@media(max-width:320px){
    .m_right .input_text{
        width:140px;
    }
    #main .main .m_left div{
        font-size: 12px;
    }
    .input_text{
        font-size: 12px;
    }
}
@media(max-width:768px) and (min-width:500px){
    .m_right .input_text{
        width:200px;
    }
    
}
@media(min-width:768px){
    .m_right .input_text{
        width:230px;
    }
}
@media (min-width:992px){
    .m_right .input_text{
        width:288px;
    }
}
/* nav */
#nav{
    background: url(../image/bj2.png) no-repeat ;
    width: 100%;
    padding-top: 120px;
    padding-bottom: 120px;
    background-size: cover;
    color: #fefefe;
}
#nav .nav .h1{
    font-weight: bolder;
    font-size: 50px;
}
#nav .nav .p1{
    font-size: 22px;
    line-height: 34px;
}
#nav .nav img{
    line-height: 28px;
}
#nav .nav .nav_left{
    background: #000;
    opacity: 0.8;
    padding: 55px 0 63px 0;
}
#nav .nav .nav_left ul li{
    line-height: 57px;
    padding-left: 30px;
    font-size: 16px;
    border-bottom:1px solid #444 ;
    background: url(../image/left.png) no-repeat 18px center;
}
#nav .nav .nav_left ul a li{
    color: #fefefe;
}
#nav .nav .nav_left ul li img{
    margin-left: 8px;
    display: none;
}
#nav .nav .nav_left ul li:first-child{
    border-top:1px solid #444 ;
}
#nav .nav .nav_left ul .active li{
    background-color: #0096d8;
}
#nav .nav .nav_left .active li img{
    display: inline-block;
}
#nav .nav .nav_right{
    background: rgba(0,0,0,0.5);   
    overflow: hidden;
    padding: 98px 0;
}
#nav .nav .nav_right  .nav_l{
    float: left;
}
#nav .nav .nav_right  .nav_l img {
    width: 100%; 
}
#nav .nav .nav_right .nav_r{
    float: right; 
}
@media (min-width: 768px) and (max-width:992px) {
    #nav .nav .nav_right .nav_r{
        float: left;
        margin-left: 20px;
        padding-top: 50px;
    }
}
#nav .nav .nav_right .nav_r div{
    height: 260px;
}
#nav .nav .nav_right .nav_r .h2{
    font-size: 35px;        
}
#nav .nav .nav_right .nav_r .h2:after{
    content: "";
    display: block;
    height: 2px;
    background: #fac22a;
    width: 40px;
    margin-top: 10px;
}
#nav .nav .nav_right .nav_r .p2{
    line-height: 26px;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
    width: 90%;
}

#nav .nav .nav_right .nav_r .btn-more{
    display: block;
    width: 180px;
    height: 50px;
    line-height: 40px;
    background: #0096d8;
    color: #fff;
    border: 0;
    margin-top: 50px;
}
@media (max-width:992px){
    .lunbo11 {
        margin-top: 70px;
    }
    #nav {        
        padding-top: 40px;
        padding-bottom: 40px;        
    }
    #nav .nav .h1 {
        font-size: 24px;
    }
    #nav .nav .p1 {
        font-size: 14px;
        line-height: 20px;
    }
}
/* aside */
#aside .aside{
    padding-top: 120px;
}
#aside .aside h1{
    font-weight: 600;
    font-size: 50px;
}
#aside .aside span{
    font-size:22px;
    font-weight: lighter;
    line-height: 34px;
    margin: 0;
    display: block;
}
#aside .aside h1:after{
    content: "";
    width: 80px;
    height: 3px;
    background: #fac22a;
    display: block;
    margin-top: 10px;
    margin-bottom: 30px;
}
#aside .aside img{
   width: 100%;
   transition-duration: 0.6s;
}
#aside .aside .aside_tab  .tab{
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
#aside .aside .aside_tab  .tab .tab-item{
    width: 19%;
    text-align: center;
    color: #2b2b2b;
    background: #eaeaea;
    font-size: 20px;
    line-height: 50px;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#aside .aside .aside_tab .tab .active{
    color: #fff;
    background: #0096d8;    
}
@media (max-width: 768px) {
    #aside .aside .aside_tab  .tab .tab-item{font-size: 13px;}
    
}
#aside .aside .aside_tab  .content .mainCont{
    margin-top: 18px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#aside .aside .aside_tab  .content .mainCont{
    display: none;
}
#aside .aside .aside_tab  .content .selected{
    display: flex;
}
#aside .aside .aside_tab  .content .mainCont .m_div {
    background: #f9f9f9;
    padding: 15px;
    margin-top: 15px;
    transition-duration: 0.6s;     
}
#aside .aside .aside_tab  .content .mainCont .m_div .m_img{
    text-align: center;
    background-color: #fff; 
    overflow: hidden;
}
#aside .aside .aside_tab  .content .mainCont .m_div:hover{
    box-shadow: 1px 1px 10px #bbb;
}
#aside .aside .aside_tab  .content .mainCont .m_div:hover img{
    transform: scale(1.1);
}
#aside .aside .aside_tab  .content .mainCont .m_div .m_img2{
    text-align: center;
    margin-top: 10px;
    line-height: 12px;
    height: 12px;
}
#aside .aside .aside_tab  .content .mainCont .m_div .m_p p{
    text-align: center;
    font-size: 16px;
    line-height: 1.2;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#aside .aside .aside_tab  .content .mainCont .m_div .m_p:before{
    content: "";
    width: 30px;
    height: 2px;
    background: #0078b6;
    display: block;
    margin: 20px auto 10px auto;
}

/* section */
#section{
    margin-top: 107px;
    padding-top: 120px;
    background:url(../image/bj4.png) no-repeat;
    padding-bottom: 170px;
    background-size: cover;
}
.section_top:after{
    content: "";
    width: 80px;
    height: 3px;
    background: #fac22a;
    display: block;
    margin-bottom: 30px;
}
#section .section .h1{
    font-size: 50px;
    color: #fff;
    font-weight: bold;
}
#section .section .p{
    font-size: 22px;
    line-height: 27px;
    color: #fff;
    font-weight: lighter;

}
#section .section .img1{
    line-height: 27px;
}
.s_1{
    background-color: #fff;
}
#section .section .section_nav .s_1{ 
    background-color: #fff;   
    padding: 15px;
    margin-bottom: 20px;
    position: relative;
}
#section .section .section_nav .s_2{
    width: 300px;
    height: 180px;
    margin-top: 20px;
    display: none;
}
@media (min-width: 1200px){
    #section .section .p{
        width: 840px;
    }
}
@media (max-width: 1200px) and (min-width: 992px) {
    #section .section .section_nav .s_2{
        display: block;
    } 
}

#section .section .section_nav .s{    
    cursor: pointer;  
    transition: all 0.6s;
}
#section .section .section_nav .p2{
    position: absolute;
    left: 15px;
    bottom: 15px;
    padding: 20px;
    line-height: 2;
    font-size: 18px;
    color: rgb(255, 255, 255);
    font-weight: bold;
}
#section .section .section_nav .p2:after{
    content: "";
    width: 30px;
    height: 2px;
    background: #fac22a;
    display: block;
}
#section .section .section_nav .s img{
    width: 100%;
}
#section .section .section_nav .s:hover {
    transform: scale(1.1);
}

@media(max-width:767px){
    .navbar .container{
        width: 100%;
    }
    #nav .nav .nav_left {    
        padding: 0px 0 0px 0;
    }
    #nav .nav .nav_left ul li {       
        font-size: 14px;
    }
    #aside .aside {
        padding-top: 40px;
    }
    #aside .aside h1 {
        font-size: 24px;
    }
    #aside .aside span {
        font-size: 14px;
        line-height: 20px;
        margin-top: 10px;
    }
    #section {
        margin-top: 40px;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    #section .section .h1 {
        font-size: 24px;
    }
    #section .section .p {
        font-size: 14px;
        line-height: 20px;
    }
    #section .section .section_nav .s_1,.section_top{
        margin:5px auto;       
    } 
    #section .section .section_nav .s_1 {        
        padding: 5px;
    } 
}
.bj5{
    background: url(../image/bj5.png) no-repeat;
    margin-top: -98px;
    text-align: center;
    background-size: cover;
    padding: 40px;
}
.bj5 h1{
    margin-bottom: 15px;
    color: #fff;
    font-size: 32px;
    font-weight: bolder;
}
.bj5 .search .input1{
    width: 325px;
    height: 45px;
    background: #fff;
    border: 0;
    padding-left: 20px;
}

.bj5 .search .submit{
    width: 150px;
    height: 45px;
    background: #eed71a;
    border: 0;
}
.bj5 p{
    margin-top: 12px;
    color: #fff;
    font-size: 25px;
}
@media (max-width: 1200px) and (min-width: 768px) {
    .bj5 .search .input1{
        width: 200px;
        height: 45px;
        background: #fff;
        border: 0;
        padding-left: 20px;
    }
}
@media (max-width: 768px)  {
    .bj5 {        
        margin-top: 0px;
        padding: 10px;
    }
    .bj5 .search .input1{
        width: 120px;
        height: 45px;
        background: #fff;
        border: 0;         
        margin: 0 auto;
        margin-bottom: 10px;
    }
    .bj5 .search .submit{
        width: 80px;
    }   
    .bj5 h1{
        font-size: 20px;
    }
    .bj5 p{
        font-size: 16px;
        margin-top: 0px;
    }
}

/* anli */
#anli .anli{
    margin-top: 100px;
}  
#anli .anli .h1{
    font-size: 50px;
    color: #000;
    font-weight: bolder;
}
#anli .anli .h1 span{
    font-size:22px;
    font-weight: lighter;
    line-height: 34px;
    margin: 0;
    display: block;
}
#anli .anli .h1:after{
    content: "";
    width: 80px;
    height: 3px;
    background: #fac22a;
    display: block;
    margin-top: 10px;
    margin-bottom: 30px;
}
#anli .anli_nav{
    border: 1px solid #e2e2e2;
    margin-bottom: 20px;
    padding:15px;
}
#anli .anli_nav .anli_n1{
    position: relative;

}
#anli .anli_nav .anli_n1 .n1_p{
    position: absolute;
    z-index: 10;
    margin: -50% 0;
    width: 100%;
}
#anli .anli_nav .anli_n1 .img1 img{
    width: 100%;
}

#anli .anli_nav .anli_n1 .h2{
    color: #fff;
    font-size: 20px;
    font-weight: bolder;
    margin-top:35%;
    margin-left: 15px;
    transition: all  .25s  ease-in;
}
#anli .anli_nav .anli_n1 .h2:after{
    content: "";
    display: block;
    width: 60px;
    height: 2px; 
    background: #eed71a;
    margin-top: 10px;
}
#anli .anli_nav .anli_n1 .p{
    display: none;
}
#anli .anli_nav .anli_n1:hover .p{
    display: block;
}
#anli .anli_nav .anli_n1:hover .h2{
    margin-top: 20%;
}
#anli .anli_nav .anli_n1 .p p{
    margin-left: 15px;
    line-height: 18px;
    margin-bottom: 0;
    color: #fff;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2; 
}


@media (max-width: 768px)  {
    #anli .anli {
        margin-top: 40px;
    }
    #anli .anli .h1 {
        font-size: 24px;
    }
    #anli .anli .h1 span {
        font-size: 14px;
    }
    #anli .anli_nav .anli_n1 .h2{
        font-size: 16px;
    }
    #anli .anli_nav .anli_n1 .p p{
        font-size: 8px;
    }
}

/* anli_aside */
#anli_aside{
    margin-top: 86px;
    background: url(../image/bj6.png) no-repeat;
    background-size: cover;
    padding-top: 70px;
    padding-bottom: 82px;
}

@media (min-width: 1200px) {
    #anli_aside .anli_aside .a_s{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    #anli_aside .anli_aside .a_a1{
        width: 20%;
        height: 100px;
        text-align: center;
        line-height: 100px;
        margin-bottom: 15px;
        
    }
}
#anli_aside .anli_aside .a_a1{
    padding: 0;
}
#anli_aside .anli_aside .a_b{   
    background: #fff;
    text-align: center;
    overflow: hidden;
    margin-bottom: 15px;
}
#anli_aside .anli_aside .a_b img{
    max-width: 100%;
}

#anli_aside .anli_aside .a_seach{
    width: 30%;   
    padding: 15px 30px;
    text-align: center;
    margin-top: 34px;
    background: #ecd31b;
    border: 0;
    font-size: 24px;
    color: rgb(2, 90, 164);
    font-weight: bolder;
    display: inline-block;
}
#anli_aside .anli_aside p{
    margin-top: 22px;
    font-size: 40px;
    font-size: 40px;
    color: #fff;
    font-weight: bolder;
    text-align: center;
}

#anli_aside .anli_aside .a_s .a_a1{
    padding-left: 15px;
    padding-right: 15px;
}
#anli_aside .anli_aside .a_s{
    margin: -15px;
}

@media (max-width: 768px){
    #anli_aside {
        margin-top: 40px;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    #anli_aside .anli_aside .a_seach{
        width: 100%;
    }
    #anli_aside .anli_aside .a_seach .submit{
        width: 100%;
    }
    #anli_aside .anli_aside p{
        font-size: 14px;
    }
}
/* fangan */
#fangan{
    background: url(../image/bj7.png) no-repeat;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 120px;
}

#fangan .fangan .h1{
    font-size: 50px;
    font-weight: bolder;
    color: #000;
}
#fangan .fangan .h1:after{
    content: "";
    display: block;
    width: 80px;
    height: 3px;
    background: #fac22a;
    margin-top: 20px;
    margin-bottom: 20px;
}
#fangan .fangan .p{
    line-height: 31px;
    font-size: 15px;
    color: #696a6c;
}
#fangan .fangan .p p{
    margin-bottom: 0;
}
#fangan .fangan .p a{
    line-height: 31px;
    font-size: 15px;
    color: #0096d8;
}
#fangan .fangan .fangan_right img{
    width: 100%;    
}

#fangan .fangan .fangan_bottom {
    background: url(../image/bj9.png) no-repeat;
    background-size: cover;
    padding-top: 53px;
    padding-bottom: 51px;
    margin-top: 51px;
    text-align: center;
}
#fangan .fangan .fangan_bottom img{
    width: 90px;
    height: 90px;
    margin-top: 20px;
}
@media (max-width: 768px){
    #fangan {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    #fangan .fangan .h1 {
        font-size: 24px;
    }
    #fangan .fangan .fangan_bottom img{
        width: 60px;
        height: 60px;
        margin-top: 20px;
    }
}
/* news */
#news .news{
    margin-top: 100px;
    margin-bottom: 120px;
}
#news .news .top .h1{
    font-weight: bolder;
    font-size: 48px;
    color: #000;
}
#news .news .top .h1 span{
    font-size: 21px;
    font-weight: normal;
    display: block;
    line-height: 33px;
}
#news .news .top .h1:after {
    content: "";
    display: block;
    width: 80px;
    height: 3px;
    background: #fac22a;
    margin-top: 20px;
    margin-bottom: 20px;
}
#news .news .bottom .h2{
    font-size: 26px;
    line-height: 42px;
    font-weight: bolder;
}
#news .news .bottom .h2:after {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background: #fac22a;
    margin-top: 2px;
    margin-bottom: 11px;
}
#news .news .bottom .left .left_1{
    background: #f8f8f8;
    padding: 20px;
    border: 1px solid #e7e7e7;
    padding-bottom: 60px;
}
#news .news .bottom .left .left_1 img{
    width: 100%;
}
.slick-dots{
    text-align: left;
}
.slick-dots li.slick-active button:before{
    color: #0096d8;
    opacity: 1;
}

@media  (min-width: 992px)  and (max-width: 1200px){
    #news .news .bottom .left .left_1 {
        padding-bottom: 90px;
    }
    .slick-dots{
        bottom: -160px;
    }
}
@media  (min-width: 768px)  and (max-width: 992px){
    .slick-dots{
        bottom: -140px;
    }
    
}
@media  (min-width: 443px)  and (max-width: 768px){
    .slick-dots{
        bottom: -120px;
    }
}
@media (max-width: 442px){
.slick-dots{
    bottom: -45px;
}
}
@media (min-width: 1200px){
    .slick-dots{
        bottom: -45px;
    }
}
#news .news .bottom .left .p3{
   font-size: 16px;
}
#news .news .bottom .left .p3:before{
    content: "";
    display: block;
    height: 4px;
    background: #fac22a;
    width: 30px;
    margin-top: 17px;
    margin-bottom: 11px;

 }
#news .news  .hr3{
    height: 4px;
    background: #fac22a;
    width: 30px;
    margin-top: 17px;
    margin-bottom: 11px;
}
#news .news .bottom .center{ 
    margin-top: 70px;
}
#news .news .bottom .center .ul{ 
    overflow: hidden;    
}
#news .news .bottom .center .ul .li{
    padding-left: 11px;
    background: url(../image/li.png) no-repeat 0 center;
    line-height: 46px;
    font-size: 16px;
    border-bottom: 1px dotted #dbdbdb;
    white-space: nowrap; 
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
    padding-right: 80px;
}
#news .news .bottom .center .ul .li span{
    right: 0;
    display: inline-block;
    position: absolute;
    font-size: 14px;
    color: #444444;
}
#news .news .bottom .right .div1{
    border: 1px solid #e7e7e7;
    background: #f8f8f8;
    height: 90px;
    margin-top: 10px;
    padding-top: 28px;
    padding-left: 19px;
    padding-right: 30px;
    position: relative;
}
#news .news .bottom .right .div1 span{
    background-color: #0096d8;
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius:50%;
    margin-left: -5px;
    display: inline-block;
    top: 38px;
    
}
#news .news .bottom .right .div1 p{
    display: inline-block;
    margin-left: 2px;
    margin-bottom: 0;
}
#news .news .bottom .right .div1 div{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;    
}
#news .news .bottom .right .div1 div:nth-child(1){
    font-size: 16px;    
}
#news .news .bottom .right .div1 div:nth-child(2){
    font-size: 14px;
    color: #2b2b2b;
    font-weight: lighter;
    margin-left: 2px;
}
#news .news .bottom .right .div1:hover{
    color: #fff;
    background: #0096d8;
}
#news .news .bottom .right .div1:hover span{
    background: #fff;
}
#news .news .bottom .right .div1:hover div{
    color: #fff;}

.slick-slider{
    margin-bottom: 0px;
}
/* footer */
#footer {
    background: url(../image/bj10.png) no-repeat;
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 108px;
    color: #fff;
}
#footer .footer .f_left{
    padding: 0;
}
#footer .footer .f_right{
    padding: 0;
}
#footer .footer .f_center{
    padding: 0;
}
#footer .footer .f_left .left_1{
    padding: 0;
}
#footer .footer .f_right .right_1{
    padding: 0;
}
#footer .footer .f_center .center_1{
    padding: 0;
}
@media  (min-width: 768px) and (max-width: 992px) {
    #footer .footer .f_right{
        margin-top: 40px;
    }
    #footer .footer .f_center .center_1{
        padding-left: 10px;
    }
}
@media  (min-width: 992px)  and (max-width: 1200px){
    #footer .footer .f_left .left_1:nth-child(2){
        padding-left: 10px;
    }

    #footer .footer .f_center .center_1{
        padding-left: 20px;
    }
}
@media  (min-width: 1200px) {
    #footer .footer .f_left .left_1:nth-child(2){
        padding-left: 30px;
    }
    #footer .footer .f_left .left_1:nth-child(3){
        padding-left: 15px;
    }
}
#footer .footer .h1{
    font-size: 18px;
    margin-bottom: 6px;
    font-weight: bold;
    color: #fff;
    margin-top: 0px;
}
#footer .footer .p{
    font-size: 16px;
    margin-top: 10px;
    font-weight: lighter;
    color: #d6d6d6;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#footer .footer .p a{
    color: #d6d6d6;   
}

#footer .footer .h2{
    color: #fff;
    font-weight: bolder;
    font-size: 18px;
    margin-top: 0px;
}
#footer .footer .h3{
    color: #d6d6d6;
    font-weight: bolder;
    font-size: 25px;
}
#footer .footer .f_bottom img{
    margin-top: 93px;   
}
#footer .footer .f_bottom .h4{
    margin-top: 40px;
    font-size: 35px;
    font-weight: bolder;
} 
#footer .footer .f_bottom .hr{
    height: 1px;
    background: #4c4c4c;
    margin-top: 39px;
}
#footer .footer .f_bottom .p2{
   color: #848484; 
   margin-top: 23px;
}
#footer .footer .f_bottom .p2 a{
   color: #848484;  
}
@media  (max-width: 768px) {
    #news .news {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    #news .news .top .h1 {
        font-size: 24px;
    }
    #news .news .top .h1 span {
        font-size: 14px;
    }
    #news .news .bottom .h2 {
        font-size: 18px;
        margin-top: 0px;
    }
    #news .news .bottom .center {
        height: auto;
        margin-top: 10px;
    }
    .f_right img{
        width: 100%;
    }
    #footer {  
        padding-top: 40px;
        padding-bottom: 40px;
    }
    #footer .footer .f_bottom img {
        margin-top: 10px;
    }
    #footer .footer .f_bottom .h4 {        
        font-size: 14px;
    }
    #footer .footer  .p{
        display: none;
    }
}

/* 页码 */
.page-box{
    margin:50px 0;
    text-align: center;
}
.page-box .pagination{
    overflow: hidden;
}
.page-box .pagination a{
    display: block;
    float: left;
    padding:8px 15px;
    background:#F5F5F5;
    border-radius: 3px;
    text-align: center;
    margin:8px 3px;
}
.page-box .pagination .page-num{
    background:#eee;
    display: block;
    float: left;
    padding: 8px 15px;
    background: #F5F5F5;
    border-radius: 3px;
    text-align: center;
    margin: 8px 3px;
}
.page-box .pagination .page-item{
    background:#eee;
}
.page-box .pagination .page-num-current{
    background:#0577be !important;
    color:#fff;
}
.page-num-current:hover{
    color:#fff;
}

/*新闻展示页*/
.case1 h3{
    font-size: 1.857rem;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}
.time{
    font-size: 1rem;
    padding-bottom: .5rem;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #dee2e6;
}