* {
    margin:0;
    padding:0;
    list-style: none;
    font-size:0.925rem;
    font-family:"思源黑体";
    color: #222;
    letter-spacing:0.03125rem;
}

body {
    width:100%;
    height:100%;
}

a {
    text-decoration:none;
    color:#000000;
}

a:hover {
    text-decoration:none;
    color:#6c757d;
}

/* nav *********************************************************************************************************************/

.navText {
    font-size: 1.07rem;
}

li.nav-item {
    width: 5.475rem;
    text-align: center;
}

li.nav-item.dropdown {
    width: 98.41px;
}

.dropdown-item {
    color: rgba(0,0,0,.55);
}

.dropdown-menu {
    min-width: 100.41px;
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: #FFFFFF;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #3c3c3c;
}

/* breadcrumb *********************************************************************************************************************/

.breadcrumbInfo {
    height: 6.25rem;
    margin-top: -3.125rem;
}

.breadcrumbInfoHalf {
    padding-left: 1.25rem;
    width: 39.06%;
    height: 3.125rem;
    line-height: 3.125rem;
    opacity: 0.7;
}

/* index *****height: 33.4375rem;*******************************************************************************************************/

.headerInfo {
    height: 3.125rem;
    line-height: 3.125rem;
}

.footer {
    background: url(../img/footerbg.jpg);
    background-size:cover;
}

.footLeft {
    width: 19.53%;
    height: 100%;
    opacity: 0.8;
}

.footRight {
    width: 80%;
    height: 100%;
}

.footPhone {
    width: 5rem;
    height: 5rem;
    padding-top: 8px;
    padding-left: 8px;
}

.textFoot {
    font-size: 0.825rem;
    color: #dee2e6;
}

a.textFoot {
    color: #dee2e6;
}
a:hover.textFoot {
    color: #f8f9fa;
}

.link {
    width: 8rem;
}

.footLink {
    font-size: 0.825rem;
    color: #6c757d;
}

a.footLink {
    color: #6c757d;
}
a:hover.footLink {
    color: #dee2e6;
}

.index2 {
    width: 50%;
    height: 3rem;
    line-height: 4rem;
    float: left;
}

.position-absolute>.border {
    border: 8px solid #FFFFFF!important;
}

.yewufanwei {
    display: flex;
    flex-direction: row;
}
.yewufanwei:before,
.yewufanwei:after {
    content: "";
    flex: 1 1;
    border-bottom: 1px solid #c8c8c8;
    margin: auto;
}

.yewuneirong {
    height: 12.5rem;
}

.yewuneirong1 {
    background: url(../img/index_pc.png);
}

.yewuneirong2 {
    background: url(../img/index_mb.png);
}

.yewuneirong3 {
    background: url(../img/index_seo.png);
}

.yewuneirong4 {
    background: url(../img/index_ding.png);
}

/*
div.dropdown-menu.show {
    width: 100.41px;
}

.gongsijianjieInfo {
    height: 50px;
    line-height: 50px;
}
*/

/* about us *********************************************************************************************************/

.accordion-button:not(.collapsed) {
    color: #212529;
    box-shadow: inset 0 0px 0 rgb(0 0 0 / 13%);;
}

.contentIndent {
    text-indent: 2em;
}

/* article show *****************************************************************************************************/

a.returnIcon {
    color: #495057;
}

.articleTitle {
    color: #343a40;
}

.articleContent, .articleContent>p {
    font-size: 1.075rem;
    color: #495057;
    text-indent: 2em;
}

.descriptionText {
    line-height: 1.5rem;
}