*{
    font-family: "Microsoft YaHei";
}
html{
    background-color: #344d77;
}
body{
    padding-top: 50px;
}
.page-body{
    min-height: 500px;
}
.page-body img{
    max-width: 100%;
}
.footer{
    padding:15px 0;
    line-height: 30px;
    background-color: #344d77;/*rgba(50, 50, 50, 1);*/
    color: white;
}
.footer a{
    color:white;
}
.footer p{
    padding: 0;
    margin: 0;
}
section{
    padding: 40px 0;
}
section header{
    border-left:3px solid #ccc;
    font-size: 16px;
    padding: 3px 10px;
}

section p{
    padding: 5px 0;
}

.product{
    background-color:rgb(249, 248, 247)
}
.product section header{
    border-color: #ff7241;
}
.product .box {
    margin-top: 45px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
}
.product .box .img-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 21% 90%, 15% 100%, 9% 90%, 0 90%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 21% 90%, 15% 100%, 9% 90%, 0 90%);
}
.product .box .detail-box {
    padding: 20px;
}
.product .box .img-box img {
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.cont{
    padding-bottom: 20px;
}

.navbar-default{
    border-bottom-color:#547dc4
}

.navbar-default .navbar-brand{
    color: #344d77;
}