
@media (min-width: 1200px) {
    .container{
	min-width:90%;
  }
}

nav {
    min-height: 100px;
    margin-bottom: 100px;
}

nav .nav-link:hover {
    color: #28a745 !important;
    background-color: white;
}

.pro-title {
    font-size: 36px;
    font-weight: 600;
    color: #666;
    letter-spacing: 2px;
}

.section-title {
    font-size: 30px;
    font-weight: normal;
    display: block;
    line-height: 30px;
    background: url(../images/title.png) no-repeat center;
    text-align: center;
}

.card.bg-light:hover {
    background-color: #28a745 !important;
}

.card.bg-light:hover .card-title {
    color: white;
    text-decoration: none;
}

.card a {
    color: #666;
}

.jtou {
    background: url('../images/jtou.png') no-repeat center;
}

.Piece {
    height: 188px;
    background: #f5f5f5;
    border: 1px solid #ddd;
    font-size: 20px;
    box-shadow: 0 0 0 #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    align-content: center;
    justify-items: center;
}

.footer{
        background: url('../images/pic4.png') no-repeat 70% top;
        background-size: 20rem auto;
}
.prolist .flex-fill{
    flex: 1 1 24% !important;
    margin:5px;
    align-items: start;
}

.page{
    text-align: center;
}
.page a,.page span{
    border:1px solid #28a745;
    border-radius: 4;
    padding:5px;
    color:white;
    background-color: #28a745;
    margin:0 5px;
}
.page span{
    background-color: white;
    color:#28a745;
}

.list-title{
    background-color:#f5f5f5;
    padding:0px;
}
.list-title h6{
    margin:0px;
    background-color:#28a745;
    width:35%;
    text-align: center;
    color:white;
    line-height: 40px;
    display: inline-block;
}
.list-title a{
   float:right;
   line-height: 40px;
   padding-right:15px;
}
.procontent img{
    display: block;
    margin:0 auto;
}

#myTab{
    border-bottom:0px;
}
#myTab li{
    flex: 1 1 auto;
    padding:0 5px;
}
#myTab .nav-link{
    margin:0;
    padding:0;
    text-align: center;
    background-color: #28a745;
    color:white;
    font-size:18px;
    line-height: 50px;
    cursor: pointer;
    width:100%;
    border:none;
    border-radius: 0;
}
#myTab .active{
    background-color:#DE0025;
}

.rounded table{ border-collapse: collapse; border: 1px solid #eeeeee; margin-bottom: 10px;}
.rounded table td{ border-collapse: collapse; border: 1px solid #eeeeee; line-height: 36px;}