﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.btn-link{
    text-decoration:none;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}


/* 自定义样式 */
.container {
    max-width: 1366px;
}
.container-fluid{
    padding:0;
}

.brand-all {
    border-left: solid 1px #ccc;
    display: inline-block;
    text-align: left;
    margin-left: 30px;
    padding:0 10px;
    vertical-align: middle;
}
.brand-name {
    font-size: 1.15rem;
    font-family: 'Microsoft YaHei';
    color:#000;
}
.brand-desc {
    font-family:'Microsoft YaHei';
    padding-top: 5px;
    font-size: 1.25rem;
    color: #076bc1;
}

.flp-nav-item{
    padding:2px 7px;
    color:#000;
    font-weight:bold;
    text-align:center;
    margin:0 2px;
}

.menu-active {
    color: deepskyblue !important;
    position: relative;
    border-bottom: solid 2px deepskyblue;
}
.shouye-product{
    padding:6rem;
}
.shouye-product .card {
    margin-top: 30px;
    border: none;
}

.shouye-product-title {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    
}

.shouye-product .card-body {
    text-align:center;
}

.flp-card{
    width:100%;
}


.shouye-about {
    padding:7rem 0;
    width: 100%;
    background-image: url(../images/shouye-about-bg.jpg);
    background-repeat: round;
    background-size: 100%;
}

.shouye-about-title {
    margin-bottom: 1.5rem;
}

.shouye-about-desc{
    line-height:2rem;
}

.shouye-main-brands{
    padding:7rem 0;
    width:100%;
    background-color:#fff;
}
.shouye-main-brand-img {
    padding:1rem;
}

.nav-position {
    width: 100%;
    background-color: #F5F5F5;
    height: 3rem;
    vertical-align: middle;
}

.nav-position-flp {
    line-height: 3rem;
    font-size: 1rem;
    font-family: 'Microsoft YaHei';
    color: #464646;
}

.con-body {
    display: flex;
    display: -webkit-flex;
    margin-top: 50px;
}

.side-nav {
    width: 208px;
    flex-basis: 208px;
}

    .side-nav ul {
        list-style: none;
    }

        .side-nav ul li {
            display: block;
            width: 100%;
            line-height: 50px;
            background-color: #F4F4F4;
            margin-bottom: 5px;
            text-align: center;
            font-size: 14px;
        }

.con-body .content {
    padding-left: 30px;
    color: #5a5a5a;
    font-size: 14px;
    flex: 1;
}