.text-blue {
    color: #0061AE !important;
}

.text-black {
    color: #000000;
}

.bg-blue {
    background-color: #0061AE !important;
}

.btn-blue {
    color: #fff;
    background-color: #0061AE;
    border-color: #0061AE;
}

.border-dashed {
    border-bottom: 1px dashed #4E5465;
    width: 480px;
}

.navbar .container .navbar-collapse .navbar-nav li.open .dropdown-box {display: block;}
.navbar .container .navbar-collapse .navbar-nav li.dropdown:before {content: "";position: absolute;border: 4px solid transparent;border-bottom: 0;border-top-color: currentColor;top: 50%;margin-top: -2px;right: 8px;}
.navbar .container .navbar-collapse .navbar-nav .dropdown-box {position: absolute;left: 0;min-width: 100%;top: 100%;display: none;z-index: 10;text-align: center;box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);background-color: rgba(255,255,255,0.9);}


.dropdown-box a:hover {
    background-color: #0061AE;
    color: #fff !important;
}
a img {
    transition:transform 1s ease 0s ;
}

a:hover img {
    transform: scale(1.1);
}

/*公司简介*/
.goodsleft {
    width: 200px;
    float: left;
}

.goodstop {
    border: 1px solid #dedede;
    border-radius: 7px;
    margin-bottom: 15px;
    -webkit-box-shadow: 0px 0px 6px -1px rgba(6,0,1,0.35);
    -moz-box-shadow: 0px 0px 6px -1px rgba(6,0,1,0.35);
    box-shadow: 0px 0px 6px -1px rgba(6,0,1,0.35);
}

.goodsTitle {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #fff;
    background: #0061AE;
    text-indent: 28px;
    font-weight: bold;
}
.goodsnav {
    width: 180px;
    margin: auto;
    margin-top: 18px;
    margin-bottom: 18px;
}
.goodsnav li:hover {
    background-color: #0061AE;
    background-image: url(../images/2_08.png);
    background-position: 13px center;
}

.goodsnav li:hover a {
    color: #fff;
}

.goodsnav li {
    height: 41px;
    line-height: 41px;
    text-indent: 31px;
    background: url(../images/1_05.png) no-repeat;
    background-position: 13px center;
    border-radius: 7px;
    margin-bottom: 7px;
}

.on1 {
    background-color: #0061AE !important;
    /* background-image: url(../images/2_08.png) !important; */
    background-position: 13px center !important;
}

.on1 a {
    color: #fff !important;
}
.goodsright {
    float: right;
    width: 885px;
    /*border: 1px solid #dedede;*/
    /*border-radius: 7px;*/
    /*-webkit-box-shadow: 0px 0px 6px -1px rgba(6,0,1,0.35);*/
    /*-moz-box-shadow: 0px 0px 6px -1px rgba(6,0,1,0.35);*/
    /*box-shadow: 0px 0px 6px -1px rgba(6,0,1,0.35);*/
}

.goodstitle1 {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #333333;
    background: #ededed;
    text-indent: 28px;
    font-weight: bold;
}

.ewm_div {
    text-align: center;
    margin-top: 18px;
}

.p5 {
    color: #888888;
    font-size: 12px;
    text-align: center;
    line-height: 18px;
    margin: 15px 0px;
}

tbody td,th {
    padding: 5px 10px;
    border: 1px solid #DDD;
}