


/*顶部导航栏*/
#top-navBar {
    position: relative;
    height: 100vh;
}

/*下拉闪动箭头*/
.mouse-btn .mouse {
    position: relative;
    width: 50px;
    height: 70px;
    /*border:1px solid #fff;
    border-radius:50%;*/
}

.mouse-btn .mouse svg {
    width: 50px;
}

.mouse-btn p {
    font-size: 20px;
    color: #fff;
}

/* 底部导航内上的英语解析描述 */
.en-title {
    text-align: center;
    color: #BABABA;
    font-weight: bold;
    font-size: 0.4rem;
}

/* 底部导航内上的英语解析描述 end*/

/* 底部导航内的一条线 */
.bottom-line {
    width: 30%;
    height: 2px;
    background-color: #BABABA;
    margin: 0 auto 0.5rem;
}



/* 底部导航内的一条线 end */
/* 产业布局模块 */
#Industrial-Layout {
    background-color: #FAFBFD;
    padding: 50px 0 0 0;
}

#Industrial-Layout .industry-layout {
    margin: 0 auto;
    width: fit-content;
    font-size: 0.6rem;
    overflow: hidden;
}


/*产业布局分类*/
.product-classify {
    width: 1200px;
    height: calc(171px * 3 + 95px);
    margin: 0 auto;
    padding: 55px 0 40px 0;
    display: flex;
    align-items: stretch;
    overflow: hidden;
}

.product-classify .product-left {
    width: calc(230px * 2);
    float: left;
    box-sizing: border-box;
}

三角形
.product-classify .product-right {
    width: 65%;
    float: right;
    position: relative;
    /*transition: all 0.36s ease;*/
    transform: translate3d(100%, 0, 0);
}

.product-classify .product-left .product-nav {
    margin: 0;
    height: 100%;
    position: relative;
    overflow: hidden;
    width: 100%;
    background: #f2f4f7;
}

.product-classify .product-nav a.cur {
    background: #004F84 no-repeat;
    background-size: cover;
}

.product-classify .product-nav a .showImg,
.product-classify .product-nav a.cur .hideImg {
    display: block;
}

.product-classify .product-nav a .hideImg,
.product-classify .product-nav a.cur .showImg {
    display: none;
}

.product-classify .product-nav a.cur .en-title,
.product-classify .product-nav a.cur .zn-title {
    color: #fff;

}

.product-classify .product-left .product-nav a {
    display: block;
    overflow: hidden;
    position: relative;
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding: 35px 5% 30px 29px;
    border-right: solid 1px #e6e8ed;
    border-bottom: solid 1px #e6e8ed;
    height: 171px;
    transform: translate3d(-100%, 0, 0);
}

.product-classify .product-nav a .zn-title {
    display: block;
    font-size: 16px;
    color: #a1a7b2;
    /* height: 40px; */
    height: 20px;
    line-height: 20px;
    overflow: hidden;
}

.product-classify .product-nav a i {
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
    overflow: hidden;
}

.product-classify .product-nav a .en-title {
    display: block;
    text-align: left;
    font-weight: normal;
    font-size: 12px;
    padding-bottom: 5px;
    color: #a1a7b2;
    overflow: hidden;
    height: 24px;
    width: 100%;
    line-height: 24px;
}

.product-classify .product-nav img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: 100% !important;
    height: 100% !important;
    z-index: 1;
}

.product-classify .imgBox .imgT {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 0;
    transition: transform .3s ease;

}

.product-classify .imgBox:hover {
    transform: scale(1.1);
    transition: all 0.8s ease;
}

.product-classify .imgBox {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.product-classify .imgBox .bg {
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}

.product-classify .product-right {
    width: calc(100% - 460px);
    overflow: hidden;
    float: right;
    position: relative;
    transition: all 0.36s ease;
}

/* 产业布局 end */


/*企业文化*/
#company-cultyural {
    width: 100%;
    /*height: 500px;*/
    margin: 80px 0 0 0;
}

#company-cultyural .container1 {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
#company-cultyural .container1 .top{
    display: flex;
    width: fit-content;
    /*justify-content: center;*/
    flex-direction: column;
    align-items: center;
}
#company-cultyural .enterprise-culture {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 25%;
    padding: 30px 0;
    background-color: #fff;
}

#company-cultyural .enterprise-culture .bottom {
    display: flex;
    margin: 0 auto 20px auto;
}

#company-cultyural .enterprise-culture .bottom .circle {
    width: 7px;
    height: 7px;
    background-color: #707070;
    border-radius: 50%;
    margin: 0 10px;
}

#company-cultyural .shiming,
#company-cultyural .yuanjing,
#company-cultyural .spirit {
    /*border-right: 1px solid #999;*/
    border-left: 1px solid #ddd !important;

    width: 25%;
    padding: 30px 0 30px 30px;
    box-sizing: border-box;
}
#company-cultyural .shiming .img,
#company-cultyural .yuanjing .img,
#company-cultyural .spirit .img{
    width: 80px;
    height: 80px;
}
#company-cultyural .shiming .content,
#company-cultyural .yuanjing .content,
#company-cultyural .spirit .content {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 20px 0 0 0;
}

#company-cultyural .shiming .content .num,
#company-cultyural .yuanjing .content .num,
#company-cultyural .spirit .content .num {
    font-size: 20px;
    font-style: italic;
}

#company-cultyural .shiming .img {
    width: 80px;
    display: block;
}

#company-cultyural .shiming .title,
#company-cultyural .yuanjing .title,
#company-cultyural .spirit .title {
    font-size: 20px;
    height: 60px;
    line-height: 60px;
}

#company-cultyural .shiming .sub-title,
#company-cultyural .yuanjing .sub-title,
#company-cultyural .spirit .sub-title {
    font-size: 17px;
    color: #666;
}

#company-cultyural .yuanjing {
    width: 25%;
    padding: 30px 0 30px 30px;


}

#company-cultyural .spirit {
    width: 25%;
    padding: 30px 0 30px 30px;
    border: none;
}


/* 新闻展示模块 */

#news-show {
    margin: 93px 0 0 0;
}
#news-show .news-show{
    width: fit-content;
    margin: 0 auto;
}
#news-show #news_150 {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin: 50px auto 0;
}

#news_150 .content {
    width: 1200px;
    margin: 0 auto;
    height: 100%;
}

#news_150 .news-bottom {
    overflow: hidden;
}

#news_150 .new_info {
    width: 100%;
    background: #f2f4f7;
    height: 300px;
}

#news_150 .new_info .infoL {
    width: 40%;
    float: left;
    height: 100%;
    overflow: hidden;
    transform: translate3d(-100%, 0, 0);
}

#news_150 .new_info .infoR {
    width: 60%;
    background-color: #E8EEF4;
    float: left;
    padding-left: 100px;
    padding-right: 40px;
    padding-bottom: 50px;
    height: 100%;
    position: relative;
    transform: translate3d(100%, 0, 0);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#news_150 .new_info .infoR .title-1 {
    font-size: 19px;
    color: #26334c;
    width: 100%;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    height: 100px;
    line-height: 100px;


}
#news_150 .new_info .infoR .title-2 {
    font-size: 14px;
    color: #666e80;
    line-height: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 60px;
    padding-right: 20px;
}
#news_150 .new_info .infoR::before {
    content: '';
    position: absolute;
    width: 28px;
    height: 3px;
    /* background: #cb1421; */
    background-color: #004F84;
    left: 50px;
    top: 50px;
}
#news_150 .new_info .infoL .img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: transform .3s ease;
    border-radius: 0;
}

#news_150 .new_info .infoL:hover img {
    transform: scale(1.1);
}

#news_150 .bz-buttonAnimat .inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*查看更多的伪类*/
#news_150 .home.bz-buttonAnimat .inner:after,
#news_150 .home.bz-buttonAnimat .inner:before,
#news_150 .bz-buttonAnimat .inner:after,
#news_150 .bz-buttonAnimat .inner:before{
    background-color:#0D97F3 !important ;
}






#news_150 .btnMore {
    background-color: #004F84;
    padding-right: 40px;
    text-align: center;
    width: 165px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, .8);
    font-size: 14px;
    letter-spacing: 1px;
    margin-top: 20px;
    position: relative;

}
#news_150 .btnMore:hover{
    color: #fff !important;
}
#news_150 .btnMore .triangle{
    width: 9px;display: block;
    object-fit: cover;
    margin: 0 0 0 30px;

}

#news_150 .news-more a {
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: #e6e8ed 1px solid;
    color: #666e80;
    font-size: 14px;
    height: 45px;
    line-height: 45px;
    margin: 0 auto;
    position: relative;
}
#news_150 .news-more span,
#news_150 .btnMore span{
    height: 20px;
    line-height: 20px;
}
#news_150 .news-more .groupIcon{
    height: 13px;
    display: block;
    object-fit: cover;
    margin: 0 0 0 10px;
}
.look-more-one::after,
.look-more-one::before {
    background-color: #0D97F3 !important;
}




#news_150 .bz-buttonAnimat::before,
#news_150 .bz-buttonAnimat::after {
    background-color: #0D97F3 !important;
}
#news_150 .news-item .dateL{
    width: 25%;
    float: left;
    border-right:#bfbfbf solid 1px;
    height: 92px;
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    text-align: center;
}
#news_150 .news-item .dateL .day{

    font-size: 28px;

    color: #26334c;

    line-height: 40px;

    margin-top: 11px;

}

#news_150 .news-item .dateL .date{

    font-size: 16px;

    color: #7e7e7e;

    line-height: 30px;


}
#news-show .news-show .title {
    text-align: center;
    color: #000;
}

#news-show .news-show .news-show-box {
    position: relative;
    border-bottom: 1px solid #A9AAAC;
    height: 10px;
    margin: 0.4rem auto 0;

    width: 200px;
}


/* 新闻展示模块 end*/
/* 兴龙书架模块 */
#xinglong-Book {
    margin: 30px 0 0 0;
}

#xinglong-Book .sinolion-bookcase {
    margin: 50px auto;
    width: 300px;

    font-size: 0.6rem;
}

/*兴龙书架*/
#xinglong-Book .bookcase-box {
    width: 100%;
    height: calc( (100vw - 150px) / 2 * 0.587 + 60px) !important;
    margin: 50px auto 0;
    background: url(/static/image/bookcase/tab6.jpg) no-repeat;
    background-size: 100% 100%;
    position: relative;
}


#xinglong-Book .sinolion-bookcase .xinglong-Book {
    position: relative;
    border-bottom: 1px solid #A9AAAC;
    height: 10px;
    margin: 0.4rem auto 0;
    width: 200px;

}

#xinglong-Book .xinglong-Book .line {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0px);
    top: 0;
    height: 10px;
    width: 66%;
    background-color: #014E83;
}

/* 兴龙书架模块 end*/


/* 公司党建 */
.dangjian-content .banner img {
    width: 100%;
    display: block;
    object-fit: contain;
    border-radius: 0;
}

/* 2022年11月28日14:22:11 修改 */

/* 完善的党建体系 */
.party-build-title {
    color: #A50A02 !important;
    font-size: 0.7rem !important;
    text-align: center;
    font-weight: bold;
}


.unity-system {
    width: 60%;
    margin: 0 auto;
    padding: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.unity-system .system-title {
    color: #A50A02;
    font-size: 0.7rem;

}

.unity-system .line {
    width: 100%;
    height: 1px;
    background-color: #C30013;
    position: relative;
}

.unity-system .left,
.unity-system .right {
    position: absolute;
    top: 0;
    width: 70px;
    height: 8px;
    background: #C30013;
    border-radius: 0px 0px 0px 0px;
}

.unity-system .left {
    left: 0;
    transform: translate(0, -50%);

}

.unity-system .right {
    right: 0;
    transform: translate(0, -50%);

}

.unity-system .system-desc {
    padding: 50px 0;
    font-size: 0.5rem;
    line-height: 25px;
    color: #707070;
    /* font-weight: 600; */
}

.unity-system .system-class-content {
    padding: 20px 0;
    margin: 50px 0 0 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}

.unity-system .horizontal-line,
.unity-system .vertical-line {
    position: absolute;

    background-color: #999;
}

.unity-system .horizontal-line {
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 100%;
    height: 1px;

}

.unity-system .vertical-line {
    left: 50%;
    top: 0;
    width: 1px;
    height: 100%;
    transform: translate(-50%, 0);

}

.unity-system .system-class-content .system-item {
    flex: 0 0 50%;
    font-size: 0.5rem;
    padding: 20px 20px 20px 0;
    height: 200px;
}

.unity-system .system-class-content .system-item:nth-child(2n) {
    padding: 20px 20px 20px 40px;
}

.unity-system .system-item .item-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #C30013;
    padding: 0 20px 20px 0;
}

.unity-system .system-item .item-title .item-year {
    color: #fff;
    width: 107px;
    height: 44px;
    background: #B90015;
    border-radius: 10px 10px 10px 10px;
    opacity: 1;
    text-align: center;
}

.unity-system .system-item .item-info {
    color: #C30013;
    /* white-space: nowrap; */
    font-size: 0.3rem;
    line-height: 50px;

}

.unity-system .system-item .item-info .big-text {
    width: 41px;
    height: 53px;
    font-size: 40px;
    /* font-weight: normal; */
    color: #C30013;
    padding: 0 10px;
    font-family: 宋体;
    font-weight: 900;
    -webkit-text-stroke: 1.5px #C30013;
    /* line-height: 105px; */
}

.dangjian-idea .build-content-1 {
    /* background-color: #006f74; */
    margin: 0 0 30px 0;
    width: 100%;
    padding: 20px 0;
    font-size: 0.5rem;
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
}

.dangjian-idea .build-content-1 .build-left {
    margin: 0 80px 0 0;
    color: #C30013;
    flex: 0 0 42%;
    max-width: 400px;
    font-size: 0.6rem;
    font-weight: bold;
    white-space: nowrap;
}

.dangjian-idea .build-content-1 .build-left .big-text {
    width: 70px;
    height: 127px;
    font-size: 76px;
    /* font-weight: normal; */
    color: #C30013;
    line-height: 86px;
    font-family: 宋体;
    font-weight: 900;
    -webkit-text-stroke: 1.5px #C30013;
}

.build-content-1 .build-left .sub-title {
    width: 100%;
    color: #fff;
    background: #C30013;
    padding: 0 10px;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
}

.build-content-1 .build-right .title-warn {
    color: #C08D4E !important;

}

/* 完善的党建体系 end*/


/* 入党誓词 */
.dangjian-content .line1 {
    width: 100%;
    background-color: #FCFBF9;
    margin: 1rem 0 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 0;
}

.dangjian-content .line1 .line-content {
    width: 50%;
    min-width: 1000px;
    display: flex;
    justify-content: space-between;

}

.line1 .line-content .left {
    width: 50%;
    background-color: #A9AAAC;
}

.line1 .line-content .right {
    width: 50%;
}

.line1 .line-content .right h2 {
    color: #9D0D06;
    font-size: 0.9rem;
    text-align: center;
}

/* 入党誓词     end*/


/* 党建体系 */
.dangjian-content .line2 {
    width: 100%;
    background-color: #FCFBF9;
    margin: 1rem 0 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 0;
}

.dangjian-content .line2 .line-content {
    width: 50%;
    min-width: 1000px;
    display: flex;
    justify-content: space-between;

}

.line2 .line-content .left {
    width: 50%;
    min-height: 300px;
    background-color: #A9AAAC;
}

.line2 .line-content .right {
    width: 35%;
}

.line2 .line-content .right h2 {
    color: #9D0D06;
    font-size: 0.9rem;
}

/* 党建体系 end */

/* 党组织结构 */
.dangjian-content .line3 {
    width: 100%;
    background-color: #FDFAFA;
    margin: 1rem 0 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding: 1rem 0; */
    padding: 50px 0 120px 0;
    flex-direction: column;
    overflow: hidden;

}

.line3 h2 {
    color: #9D0D06;
    font-size: 0.9rem;
    margin: 0 0 25px 0;
}

.dangjian-content .line3 img {
    width: 100%;
    max-width: 1000px;
    display: block;
    object-fit: contain;

}

/* 党组织结构      end */


/* 党建荣誉 */
.dangjian-content .line4 {
    width: 100%;
    background-color: #FDFAFA;
    margin: 1rem 0 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 0;
    flex-direction: column;
    overflow: hidden;

}

.line4 h2 {
    color: #9D0D06;
    font-size: 0.9rem;
}

.line4 p {
    text-align: left;
    font-size: 14px;

}

/* 党建荣誉      end */

/* 党群活动 */

/* 党群活动     end */
.n-respon {
    margin: 1.5rem 0;
    background-color: #FDFAFA;
}

.n-respon h2 {
    width: 80%;
    margin: 0 auto;
    color: #9D0D06;
    font-size: 0.9rem;
    text-align: center;
}

/* 公司党建 end*/


/* 资质荣誉 */
#zz-honor,
#xinglong-news,
#xinglong-image,
#love-for-xl {
    width: 100%;
    /* margin: 95px 0 0 0; */
}




#zz-honor .banner img,
#xinglong-news .banner img,
#xinglong-image .banner img {
    width: 100%;
    display: block;
    object-fit: contain;
    border-radius: 0;
}

#xinglong-news .ipg4 .bd .middle-text {
    text-align: center;
    line-height: 27px
}

/* 选项卡 */
.ul-card-box {
    width: 100%;
    background-color: #00468B;
    /* border: 1px solid #9D0D06; */
    color: #999;
    padding: 0 0 0 6rem;
    display: flex;
    margin: 0 0 10px 0;
}

.ul-card-box .item-li {
    /* width: ; */
    padding: 10px 30px;
    /* font-size: 0.5rem; */
    font-size: 20px;
    cursor: pointer;
}

.ul-card-box .item-active {
    /* background-color: #004F84; */
    color: #fff;
}

/* 选项卡   end */

/* 资质荣誉     end*/

/* 文化理念 */

#cultural-idea .banner img {
    width: 100%;
    display: block;
    object-fit: contain;
    border-radius: 0;
}

/* 文化理念     end */

/* 公司简介页面 */
.n-about .line-box {
    width: 100%;
    height: 7px;
    border-bottom: 1px solid #000;
    position: relative;
}

.n-about .line-box .line {
    width: 70%;
    height: 6px;
    background-color: #00468B;
    margin: 0 auto;
    /* position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50% 0); */
}

/* 公司简介页面     end */


.text-00468B {
    color: #00468B !important;
    font-weight: bold;
}

/* 党建荣誉 */
.dangjian-content .line5 {
    width: 100%;
    background-color: #FCFBF9;
    margin: 1rem 0 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 0;
    flex-direction: column;
    overflow: hidden;

}

.line5 h2 {
    color: #9D0D06;
    font-size: 0.9rem;
}

.line5 h4 {
    color: #9D0D06;
    text-align: center;
    font-size: 14px;


}

.line5 .sec1,
.line5 .sec2,
.line5 .sec3 {
    margin: 10px 0;
}

.line5 p {
    text-align: center;
    font-size: 14px;
}

.line5 .text-underLine {
    text-decoration: underline;
}

/* 党建荣誉     end */
.font14 {
    font-size: 14px !important;
}


/* 返回顶部 */

/* #return-top {
    width: 50px;
    height: 50px;
    position: absolute;
    right: -65px;
    bottom: 35px;
    cursor: pointer;
} */

/* 返回顶部 */

.f03r {
    font-size: 0.3rem !important;
}


/* 公司新闻 */
.tab-list {
    width: 100%;
    height: 50px;
    background-color: #004F84;

}

.tab-list .t-list {
    display: flex;
    width: 80%;
    margin: 0 auto;
    max-width: 1200px;
    /* justify-content: space-between; */
    align-items: center;
}

.tab-list .t-list li {
    /* color: #fff; */
    color: #97B7CD;
    font-size: 0.5rem;
    font-weight: 600;
    height: 50px;
    line-height: 50px;
    margin-right: 30px;
    cursor: pointer;
    /* 取消css选择 */
    -moz-user-select: none;
    /*火狐*/
    -webkit-user-select: none;
    /*webkit浏览器*/
    -ms-user-select: none;
    /*IE10*/
    -khtml-user-select: none;
    /*早期浏览器*/
    user-select: none;

}

.tab-list .t-list li.active {
    color: #fff;
}

.new {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 50px 0 30px 0;
}

.new .new-zn-title,
.image-box .new-zn-title {
    /* font-size: 0.9rem; */
    font-size: 32px !important;
    /* font-weight: bold; */
    line-height: 30px;
    color: #5EB6E0;
    margin: 0;
}

.new-en-title {
    color: #004F84;
    font-size: 32px;
    font-weight: bold;
}


/* 搜索框 */
.news-search {
    width: 1200px;
    height: 100px;
    margin: 20px auto 0;
    background-color: #F3F7FA;
    padding: 10px 30px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    z-index: 999;
    visibility: visible;
    animation-name: fadeInUp50;
    opacity: 1;
    animation-delay: 0.8s;
}

.news_group .cCont1{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.news_group .auto-box {
    width: 100%;
    padding: 20px 0 0 0;
    position: relative;
}

.news-search .left {
    white-space: nowrap;
    margin: 0 20px 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 150px;
}

.news-search .left .left-zn-title {
    font-size: 0.45rem;
    font-weight: bold;
    line-height: 22px;
    color: #00468B;
}

.news-search .left .left-en-title {
    font-size: 0.35rem;
    font-weight: bold;
    text-align: left;
    line-height: 20px;
    color: #999;
}

.news-search .right {
    background-color: #fff;
    white-space: nowrap;
    line-height: 60px;
    height: 60px;
    margin: 10px 0;
    border-radius: 6px;

}

.news-search .right .right-input {
    width: 100%;
    text-indent: 0.6rem;
    font-size: 0.4rem;
    height: 60px;
    color: #BCBCBC;
    line-height: 60px;
    white-space: nowrap;
}








.news-search .center {
    display: flex;
    justify-content: space-between;
    align-items: center;
    white-space: nowrap;
    /* flex: 1; */
    flex: 0 0 25%;
    background-color: #fff;
    color: #BCBCBC;
    height: 60px;
    margin: 10px 20px 10px 0;
    padding: 0 10px;
    border-radius: 6px;
    position: relative;
}

.news-search .center .year {
    width: 100%;
    position: absolute;
    left: 0;
    top: 56px;
    background-color: #fff;
    z-index: 9999;
}

.news-search .center .year p {
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, .3);
}

.news-search .center .year p:hover {
    background-color:#004F84 ;
    cursor: pointer;
    color: #fff;
}

.news-search .center .year p:last-child {
    border: none;
}

.news-search .right {
    flex: 1;
}

/* 搜索框 end*/

/* 公司新闻 */

/* 公司图片 */
#xinglong-image .image-content {
    width: 100%;
    background-color: #fff;
    margin: 50px 0 30px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#xinglong-image .image-box {
    width: 1400px;
    margin: 0 auto;
    padding: 30px 0 0 0;
    /* background-color: #004F84; */
}

#xinglong-image .img-list {
    margin: 100px auto 0;
    width: 1200px;
    min-height: 200px;
    overflow: hidden;

}

#xinglong-image .img-list .img-item {
    /* flex: 0 0 23%;
    height: 300px;
    margin: 20px 2.6% 0 0; */
    width: 24%;
    margin-right: 1.3%;
    cursor: pointer;
    position: relative;
    float: left;
}

#xinglong-image .img-list .img-item:nth-child(4n+4) {
    margin-right: 0;
}

#xinglong-image .img-list .img-item img {
    width: 100%;
    /* height: calc(100% - 24px); */
    height: 100%;
}

#xinglong-image .img-list .img-item p {
    font-size: 16px;
    color: #707070;
    font-weight: 400;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/* 
#xinglong-image .img-list .img-item:nth-child(4n) {
    margin: 20px 0 0 0;
} */

#xinglong-image .img-list .img-item .mask-box:hover {
    opacity: 1;
}

#xinglong-image .img-list .img-item .mask-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 84%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .3);
    opacity: 0;
    transition: all 0.4s linear;
}

/* 公司图片 end*/


/* 人才兴龙 */

.talent-content {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.talent-content .t-content1,
.talent-content .t-content2 {
    width: 100%;
    height: 100%;
    /* overflow: hidden; */
    position: relative;
    margin: 130px auto 0;

}

.talent-content .t-content1 .float-window {
    position: absolute;
    left: 0px;
    padding: 78px 70px 50px 80px;
    height: 408px;
    top: 50%;
    transform: translateY(-50%);
    /* background-color: #fff; */
    background-color: #FAFBFD;
    width: 45%;
}

.talent-content .t-content2 .float-window {
    position: absolute;
    right: 0px;
    /* padding: 30px 90px 30px 30px; */
    padding: 58px 70px 50px 80px;
    height: 408px;
    top: 50%;
    transform: translateY(-50%);
    /* background-color: #fff; */
    background-color: #FAFBFD;
    width: 45%;
}

.talent-content .float-window .title {
    /* color: #000; */
    color: #232323;
    font-size: 0.7rem;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
}

.talent-content .float-window .sub-title {
    color: #999;
    font-size: 0.4rem;
    /* height: 40px; */
    /* line-height: 40px; */
    margin: 0 0 30px 0;
}

.talent-content .float-window .info {
    color: #000;

}

.talent-content .float-window .look-more {
    background-color: #004F84 !important;
    background-image: none !important;
    width: fit-content !important;
    height: auto !important;
    padding: 1px 8px;
    margin: 17px 0 0 0;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}

/* 人才兴龙 end */


/* 视频详情播放页 */
.video-player {
    width: 50%;
    height: 0px;
    padding-top: calc(9 * 50% / 16);
    background-color: #00468B;
    margin: 0 auto;
    position: relative;
}

.video-player #v-play {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0px;
}

.indexwarp .video-title {
    background-color: #F1F2F3;
    width: calc(50% + 2px);
    height: 40px;
    margin: 0 auto;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 0;
}

.indexwarp .video-title .return-video-list {
    margin-right: 10px;
    font-size: 14px;
    cursor: pointer;
}

.indexwarp .video-title .return-video-list:active {
    color: #000;
}

.indexwarp .video-title .video-name {
    font-size: 20px;
    height: 30px;
    line-height: 30px;
    padding: 0 5px 0 0;
    flex: 1;
    text-align: center;
}

/*
.indexwarp .video-title .video-play-number{
    font-size: 12px;
    height: 36px;
    line-height: 36px;
} */


/* 新闻详情 */
.news-detail-box {
    width: 100%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 115px 0 0 0;
}

.news-detail-box .news-title {
    width: 40%;
    font-size: 35px;
    font-weight: bold;
    color: #505050;
    height: 50px;
    line-height: 50px;
}

.news-detail-box .cut-line {
    width: 60%;
    height: 1px;
    background-color: #707070;
    margin-top: 60px;
}

.news-detail-box .news-content {
    width: 60%;
    margin: 0 auto;
    padding: 0 0 50px 0;
}

.news-detail-box .news-content .news-time {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    color: #707070;
    margin-top: 30px;
}

.news-detail-box .news-content .c1 {
    width: 100%;
    line-height: 30px;
    font-size: 18px;
    padding: 10px 0;
    color: #C4C4C4;
}

.news-detail-box .news-content .c-img-box {
    /* width: 100; */
    width: 100%;

}

.news-detail-box .news-content .c-img-box img {
    width: 100%;
    height: 400px;
    margin: 0 auto;
    display: block;
}

















/*最底部导航栏*/
.footer {
    background-color: #fff;
    padding: 50px  0 30px;
    position: relative;
    z-index: 10;
}
.footer .content{
    width: 1600px;position: relative;
    margin: 0 auto;
    max-width: 90%;
}
.footer .f-top {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 1rem;
}
.footer .fl-box {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}
.footer .fl-child {
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
    align-items: center;
}
.footer .logo {
    width: 177px;
    margin-bottom: 0.75rem;
    margin-left:3rem ;
    border-radius: 0;
}
.footer .bottom-friendLink {
    display: flex;
    align-items: center;
}
.footer .bottom-friendLink .wechat-icon{
    margin: 0 0 0 1rem; width: 52px;height: 52px;
}
.footer .spbox {
    width: 300px;
    height: 20px;
    box-sizing: content-box;
    border: 1px solid #cdcdcd;
    padding: 15px;
    color: #292929;
    position: relative;
    cursor: pointer;
    /* opacity: .7; */
}








/*底部备案号*/
.footer-record{
    width: 100%;
    height: 120px;
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.footer-record .bottom-list{
    display: flex;
    max-width:500px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 3px;
    height: 26px;
}
.footer-record .bottom-list a{
    display: block;
    padding: 0px 15px;
    color: #707070;
    font-size: 16px;
    border-right:1px solid #707070;
    height: 20px;
    line-height: 20px;
}
.footer-record .bottom-list a:last-child{
    border: none;
}
.footer-record .cr{
    font-size: 16px;
    line-height: 21px;
    height: 21px;
    color:#707070;

}
.footer-record .record{
    display: flex;
    align-items: center;
}
.footer-record .record a{
    color:#707070;
    line-height: 21px;
    height: 21px;
    font-size: 16px;
    display: block;
}
.footer-record .record a:hover{
    color: #006699;
}
.footer-record .record  .line{
    width: 1px;
    height: 70%;
    background-color:#707070;
    margin: 0 10px;
}











/*关于兴龙css*/
#about-xl{
    margin: 200px auto 100px;padding: 0;
}
#about-xl .about-title{
    width: fit-content;
    margin: 0 auto 1rem;
    overflow: hidden;
    position: relative;
}
#about-xl .por-number{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    height: 680px;

}
#about-xl .por-number .left-img{
    width: 45%;
    object-fit: cover;
    height: 100%;
}





/*公司党建页面*/
.dangjian-content .line4 .look-more{
    width: 100%;
    margin: 30px 0 0 0;
    overflow: hidden;
    background-color: #E7EEF4;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
}
.dangjian-content .line4 .look-more img{
    height: 65px;
    cursor: pointer;
    display: block;
}



/*品牌形象*/
.longforsmall .slide_wr2 .btn {
    position: absolute;
    top: 50%;
    z-index: 3;
    display: block;
    margin-top: -40px;
    width: 79px;
    height: 79px;
}

.longforsmall .slide_wr2 .prev {
    left: -100px;
    border-radius: 50%;
    -webkit-transition: all .3s;
    transition: all .3s;
    transform: rotate(90deg);
}
.longforsmall .slide_wr2 .next {
    right: -100px;
    border-radius: 50%;
    -webkit-transition: all .3s;
    transition: all .3s;
    transform: rotate(-90deg);
}

















/*学员风采图片预览*/

.student-style .imgPreview {
    display: none;
    top: 0;
    left: 0;
    width: 100%; /*容器占满整个屏幕*/
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}
.student-style .imgPreview #imgPreview{
    width: 40%;
    max-width: 1000px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);

}
.student-style .imgPreview .close-imgP{
    width: 50px;
    height: 50px;
    padding: 10px;
    border-radius: 50%;
    border: 1px solid #fff;
    position: absolute;
    right: 50%;
    transform: translate(-50%,0);
    bottom: 200px;
    cursor: pointer;
}
.student-style .previewActive {
    display: block;
    top: 0;
    left: 0;
    width: 100%; /*容器占满整个屏幕*/
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
}





/*响应式css*/

@media screen and (min-width: 2000px) {

    /* 当屏幕尺寸大于2000px */
    #v-play {
        width: 1920px;
        height: 1080px;
    }


    #Industrial-Layout,
    #news-show {
        transform: scale(1);
    }

    #multivariateXl .section-txt,
    #multivariateXl .section-nav-box {
        transform: scale(1.3);
        margin: 0 0 170px 0;

    }

    .ipg4 .bd li .font {
        width: 500px;
        height: 500px;
    }

    .ipg4 .bd li .font p {
        font-size: 22px;
        line-height: 30px;
    }
}


@media screen and (max-width: 1600px) {

    /*当屏幕尺寸小于1600px时，应用下面的CSS样式*/
    .product-classify,
    #company-cultyural .container1,
    #news_150 .content
    #xinglong-Book .bookcase-box,
    #news-show #news_150{
        width: 1200px;
    }

    /*#xinglong-news .news-search,*/
    /*#xinglong-news .album-div {*/
    /*    width: 1000px !important;*/
    /*    margin: 0 auto;*/
    /*}*/

    #dang-qun {
        width: 85% !important;
    }

    #multivariateXl .section-txt,
    #multivariateXl .section-nav-box {
        /* transform: scale(1.3);
        margin: 0 0 170px 0; */
        padding: 0;
        transform: scale(0.7);

    }

    .section-nav-list-txt .section-sub-txt {
        font-size: 16px !important;
    }

    .section-nav-list-txt .section-sub-txt p:nth-child(2) {
        line-height: 25px;
    }

    #multivariateXl .section-nav-box {
        margin-top: -30px;
        transform: scale(0.9);

    }


    .talent-content .t-content1 .float-window,
    .talent-content .t-content2 .float-window {
        padding: 18px 30px 20px 60px;
        height: 300px;
    }

    .talent-content .float-window .title {
        font-size: 25px !important;
        margin: 5px 0 !important;
    }

    .talent-content .float-window .sub-title {
        font-size: 18px !important;

    }

    .talent-content .float-window .info {
        font-size: 12px !important;
        line-height: 20px !important;
        margin: 10px 0 0 0;
        display: block;
    }

    .talent-content .float-window .look-more {
        font-size: 12px;
        margin: 20px 0 0 0;
    }

    .rent .ipg1 .ban {
        height: 600px !important;
    }

    .rent .ipg2 .left {
        left: 50px !important;
    }

    .ipg5 {
        height: 500px !important;
    }

    .ipg5 .left {
        transform: scale(0.8) !important;
    }

    .ipg5 .right .hd {
        padding-top: 100px;
    }

    #Industrial-Layout .industry-layout {

        margin: 52px auto 0;
    }

    #news-show .news-show,
    #xinglong-Book .sinolion-bookcase {
        margin: 0px auto 50px;

    }

    .video-list {
        padding: 0 130px !important;
    }

    .container .history-bg {
        margin-left: -64px;
    }


}


@media screen and (max-width: 1990px) {
    .unity-system .system-item .item-info {
        font-size: 20px;

    }
}