/*全局通用css样式*/
/* Chrome/Opera/Safari */
.news-search .right .right-input::-webkit-input-placeholder { color: #BCBCBC; }

/* Firefox 19+ */
.news-search .right .right-input::-moz-placeholder { color: #BCBCBC;}

/* IE 10+ */
.news-search .right .right-input:-ms-input-placeholder { color: #BCBCBC;}

/* Firefox 18- */
.news-search .right .right-input:-moz-placeholder { color: #BCBCBC;}
/*鼠标选择中文字的颜色*/
::-moz-selection {
    background: #004F84;
    color: #004F84;
}

::selection {
    background: #004F84;
    color: #fff;
}
/*浏览器滚动条样式*/
::-webkit-scrollbar {
    width: 2px;
    transition:  all 0.6s;
    -moz-transition:  all 0.6s;
    -webkit-transition: all 0.6s;
    -o-transition:  all 0.6s;
}
::-webkit-scrollbar-track {
    width: 2px;
    transition:  all 0.6s;
    -moz-transition:  all 0.6s;
    -webkit-transition: all 0.6s;
    -o-transition:  all 0.6s;
    background: rgba(0, 0, 0, 0.1);
}
::-webkit-scrollbar-thumb {
    width: 1px;
    transition:  all 0.6s;
    -moz-transition:  all 0.6s;
    -webkit-transition: all 0.6s;
    -o-transition:  all 0.6s;
    background-color: #000;
}


/* 通用css */
html {
    scroll-behavior: smooth;
    /* 使用锚点链接+这条属性做电梯导航 */
}
/*全局的a标签hover功能*/
a:hover{
    color: #006699 !important;
}
.w-1200{
    width: 1200px !important;
}
.c000 {
    color: #000 !important;
}

.about-us-title {
    font-size: 0.7rem !important;
    color: #fff;

}

.dis-block {
    display: block !important;
}

.position-r {
    position: relative;
}

.w-100 {
    width: 100% !important;
}

.h-100 {
    height: 100% !important;
}

.img-block {
    width: 100%;
    display: block;
}

/*通用的产业布局、新闻展示下面的线*/

.common-line-box{
    position: relative;
    margin: 15px auto 0;
    /*width: 120px;*/
    width: 3.5rem;
    height: 0px;
    opacity: 1;
    border-bottom: 1px solid #707070;
}

.common-line-box .c-line{
    position: absolute;
    /*width: 82px;*/
    width: 2.42rem;
    height: 5px;
    background: #004F84;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    border: 1px solid #00468B;
    left: 50%;
    transform: translate(-50%, 0px);
    bottom: 0;
}
/*通用中文标题*/
.common-cn-title{
    text-align: center;

    font-size: 0.6rem !important;
    line-height: 30px;
    height: 30px;
    color: #000 !important;


}
/*通用英文标题*/
.common-en-title{
    text-align: center;
    margin: 0 0 5px 0;

    font-size: 0.45rem !important;
    height: 20px;
    line-height: 20px;
    color: #666 !important;

}

/*产业布局
企业文化   新增
新闻展示
兴龙书架
*/
#Industrial-Layout .industry-layout,
#company-cultyural .container1 .top,
#news-show .news-show,
#xinglong-Book .sinolion-bookcase{
    margin: 0 auto;
    width: fit-content;
    font-size: 0.6rem;
    overflow: hidden;
}

/*每个页面的主标题*/
.common-page-title-zn{
    font-size: 35px;
    line-height: 40px;
    color: #000;
}
/*每个页面的主英文标题*/
.common-page-title-en{
    color: #707070;
    font-size: 22px;
    line-height: 26px;
    margin: 0 0 5px 0;
}


/*加载更多按钮*/
.look-more{
    width: 85px !important;
    height: 85px !important;
    background: url("/static/image/arrow-icon/white-ajax.png") no-repeat !important;
    cursor: pointer;
}











/*今日兴龙标题样式*/

.today-en-title{
    font-size: 32px !important;
    line-height: 30px;
    color: #5EB6E0;
    margin: 0;
}
.today-zn-title{
    color: #004F84;
    font-size: 32px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
}
.today-load-more{
    width: 65px !important;
    height: 65px !important;
    cursor: pointer;
    background: url("/static/image/arrow-down1.png") no-repeat !important;
    background-size: 100% 100% !important;
}
.today-left-btn,
.today-right-btn{
    width: 65px !important;
    height: 65px !important;
    border-radius: 50%;
    color: #fff;
}
/* 通用css end*/