html,body{
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #f9f9f9;
}
ul,li{
    padding: 0;
    margin: 0;
    list-style: none;
}
.pagination{
    margin: 20px 0;
}
.icon {
    width: 1em; height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
 }
#breadcrumbNav{
    width: 100%;
    align-items: center;
    justify-content: flex-end;
}
#breadcrumbNav a{
    margin-left: 30px;
}
.breadcrumb{
    align-items: center;
}
.about{
    margin: 30px 0;

}
.about .img{
    padding:0 40px;
}
.about .img img{
    display: block;
    width: 100%;
    box-shadow: 40px 40px #f1f2f6;
    margin-bottom: 60px;
}
.about h3{
    font-size: 30px;
    font-weight: bold;
    color: #cacaca;
}
.about .tips{
    font-size: 30px;
}
.about .info{
    height: 300px;
    overflow-y: auto;
}
.about .info::-webkit-scrollbar {
    width: 6px;
}
.about .info::-webkit-scrollbar-track {
    background-color: #ececec;
}
.about .info::-webkit-scrollbar-thumb {
    background-color: #0a7bc7;
}
.about .info p{
    text-indent: 32px;
}
.about .num{
    margin-top: 30px;
}
.about .num p{
    color: #015da0;
    font-weight: bold;
    font-size: 36px;
    text-align: center;
}
.about .num p span{
    font-size: 16px;
    padding: 0 10px;
}
.about .num .col-4 > span{
    display:block;
    color: #bdbdbd;
    text-align: center;
}
.honor{
    text-align: center;
}
.honor > div{
    margin-bottom: 10px;
}
.honor img{
    width: 100%;
    border: 1px dashed #ccc;
    padding: 5px;
    display: block;
}
.honor p{
    margin-top: 10px;
    line-height: 2;
    background-color: #e6e6e6;
}
.timeLine ul{
    position: relative;
    top: 0;
    padding: 20px 0;
    margin: 0;
}
.timeLine ul::before{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    z-index: 100;
    width: 1px;
    margin-left: -1px;
    content: '';
    background-color: #ccd1d9;
}
.timeLine ul li{
    padding: 30px 0;
    margin-bottom: 30px;
    position: relative;
}
.timeLine ul li:nth-child(n + 2) .text{
    background: white;
    padding: 30px;
}
.timeLine ul li:nth-child(n + 2)::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    display: block;
    border-radius: 50%;
    margin-left: -8px;
    background-color: #0c5f95;
    z-index: 999999;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.timeLine ul li:nth-child(odd) .img,.timeLine ul li:nth-child(even) .text{
    float: left;
    text-align: right;
}
.timeLine ul li:nth-child(even) .img,.timeLine ul li:nth-child(odd) .text{
    float: right;
    text-align: left;
}
.timeLine ul li .img,.timeLine ul li .text{
    width: 47%;
}
.timeLine ul li:first-child{
    border-bottom: 1px solid #ccc;
}
.timeLine .img{
    color: #828282;
    font-size: 26px;
}
.timeLine h3{
    color: #0c5f95;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 30px;
}
.timeLine h4{
    color: #0c5f95;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
    .timeLine .img{
        display: none;
    }
    .timeLine ul li:nth-child(n + 2)::before{
        left: 0;
    }
    .timeLine ul li:nth-child(even) .text,.timeLine ul li:nth-child(odd) .text{
        width: 100%;
        float: left;
    }
    .timeLine ul::before{
        left: 0;
    }
}
.product_detail{
    margin: 30px 0;
}
.product_detail .img img{    
    display: block;
    width: 500px;
    height: 355px;
}
.thumbnail{
    width: 500px;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}
.thumbnail .box{
    width: calc(100% - 100px);
    height: 74px;
    position: relative;
    overflow: hidden;
}
.thumbnail .left,.thumbnail .right{
    width: 50px;
    text-align: center;
    display: block;
    line-height: 74px;
    font-size: 30px;
    cursor: pointer;
}
.thumbnail ul{
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: flex-start;
}
.thumbnail ul li{
    width: 100px;
    box-sizing: border-box;
    cursor: pointer;
    border: 2px solid transparent;
}
.thumbnail ul li.current{
    border: 2px solid red;
}
.thumbnail img{
    display: block;
    width: 90px;
    height: 70px;
}
.product_detail .info h2{
    color: #323232;
    margin-bottom: 20px;
}
.product_detail .info h3{
    color: #808080;
    margin-bottom: 20px;
}
.product_detail .info p{
    display: flex;
    justify-content: flex-start;
    text-align: left;
}
.product_detail .info p span{
    display: block;
}
.product_detail .info p span:first-child{
    color: red;
    width: 80px;
}
.new_detail > h1{
    text-align: center;
    margin: 30px 0;
    font-size: 26px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
}
.new_detail > .content{
    text-align: justify;
}
.product_detail .info p span:last-child{
    width: calc(100% - 80px);
}
footer{
    background-color: #006cad;
    padding: 50px 0;
	color:white;
}
footer ol li:first-child{
    font-size: 18px;
    font-weight: bold;
    border-right: 1px dashed #6a6a6c;
}
footer ol li{
    line-height: 2;
}
footer ol li a{
    text-decoration: none;
    color: white;
}
footer .info p{
    line-height: 2;
    margin: 0;
}