/**
    *index.html style
 */
 html{
    font-size:10px;
}
ul,ol{
    padding:0;
}
ul li{
    list-style: none;
}
.gap_22{
    margin-bottom: 1rem;
}
/*======适配PC========*/
@media (min-width:768px){
    html{
        font-size:16px;
    }
    .ccdi-container{
        max-width: 768px;
        min-width: 320px;
        margin: 0 auto;
    }
    .navbar-static-top {
        margin-bottom: 0.5rem !important;
    }
    /*ipad pictur 尺寸e*/
    .head_logo{
       height: 4rem !important;
    }
}

#ccdi_nav .navbar-header{
    width: 100%;
    margin: 0;
}
#ccdi_nav .navbar-toggle{
    display: block;
}
.btn-nav{
    width: 2.2rem;
    height: 1.8rem;
    display: inline-block;
    float: right;
    margin-top: 1.2rem;

}
.btn-nav img{
    width: 100%;
}
.navbar-default .navbar-nav>.active>a{
    background-color: #ffffff;
}
/*======适配PC========*/
.head_logo{
    text-align: center;
    background: #fff;
    position: relative;
    box-shadow: 1px -0.6px 12px 0px rgba(0, 0, 0, 0.1);
}
.head_logo img{
    width: 20rem;
    margin: 1rem auto;
}
.head_search{
    width: 1.8rem;
    height: 1.8rem;
    position: absolute;
    top: 1rem;
    right: 1rem;
}
.head_search img{
    width: 100%;
    margin: 0;
}
/**
    所有button样式
 */
.btn1{
    border:1px solid #d6181f;
    color:#d6181f !important;
    padding: 0.6rem 2.5rem;
    height: 2.8rem;
    line-height: 1.5rem;
    font-size: 1rem;
    border-radius: 0.5rem;
    margin-top: 1rem;
}
.navbar-default{
    background: #ffffff;
    border-color:#ffffff;
    margin-bottom: 0;
}
.navbar-toggle{
    border-width:0;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
    background: #ffffff;
}
.icon-bar{
    background-color:#d6181f !important;
    width: 2.2rem !important;
    height: 0.3rem !important;
}
.top-news{
    padding:0;
}
/*add in 2020-5-11 searchbtn*/
.search{
    overflow: hidden;
    margin-top: 1rem;
}
.search .search_key {
    float: right;
    width: 16rem;
    height: 2.8rem;
    line-height: 2.8rem;
    border: 1px solid #d71820;
    color: #000000;
    text-indent: 10px;
    border-radius: 0.5rem;
    outline: none;
}
.but_search{
    float: right;
    background: url(2020_m_search.png) no-repeat center center;
    width: 1.6rem;
    height: 1.6rem;
    line-height: 1.6rem;
    border: 0px;
    cursor: pointer;
    margin-right: -15.5rem;
    margin-top: 0.5rem;
}
/*
*banner0 style
*/
.banner0 .carousel-indicators{
    left:78%;
    margin-left: 0;
    width: 20%;
    bottom: 1.2rem;
    margin-bottom: 0;
}
.banner0 .carousel-indicators li{
    background-color: #83817f;
    border-width: 0;
    border-radius: 0.5rem;
    width: 0.5rem;
    height: 0.5rem;
    margin: 0;
}
.banner0 .carousel-indicators li:active,.banner0 .carousel-indicators .active{
    background-color: #ffffff;
}
.banner0 .carousel-caption a{
    color:#ffffff;
    bottom: -10px;
    font-size: 1.5rem;
    font-weight: bold;
}
.banner0 .carousel-caption{
    left: 0;
    width:100%;
    text-align: left;
    padding: 0;
    bottom: 0px;
    text-shadow: none;
    padding-left: 1rem;
    margin-bottom: 2.5rem;
}
.banner0 .item{
    height: 19.4rem;
}
.banner0 .item a img{
    width: 100%;
    height: 100%;
}

/*====head_back style====*/
.head_back{
    position: absolute;
    top: 1rem;
    left: 1rem;
}
.head_back span{
    font-size: 1.6rem;
    color: #b0b0b0;
    line-height: 1.8rem;
    vertical-align: top;
}
.head_back i{
    display: inline-block;
    width: 1.1rem;
    height: 1.8rem;
    background:url("2020_m_back.png") center center no-repeat;
    background-size: 100% 100%;
}
.my-content{
  margin-top:1.6rem;
 }
.tit{
    text-align: left;
    font-size: 1.9rem;
    margin-bottom: 1.25rem;
}
.daty{
    margin-bottom: 1.3rem;
    font-size: 1.3rem;
    color: #5e5e5e;
}
.daty_con{
    overflow: hidden;
}
.daty_con .e1{
    float: left;
}
.daty_con .e2{
    float: right;
}
.content{
    padding-top: 2rem;
    border-top: 1px solid #e5e5e5;
    font-size: 1.6rem;
    line-height: 2rem;
}
.content img {
    width: 100% !important;
    height: 100% !important;
}
/*===footer====*/
.footer .row{
    text-align: center;
}
.footbg{
    background: url("2020_m_footer.png") repeat-x 0 0;
    padding-bottom: 1.8rem;
}
.tag{
    font-size: 1.8rem;
    color: #808080;
    margin-bottom: 1.3rem;
    font-weight: bold;
}
.foot_con span{
    font-size: 1rem;
    color: #a9a9a9;
}