
/*/*标识*/
.mark, mark{
    padding: 0!important;
    background-color: #ffffff!important;
}
.index_o{
    overflow-x: hidden;
    width: 100%;
    /*position: fixed;*/
    overflow-y: scroll;
}
ul, ol { list-style:none; }
.container {
    width: 1170px;
    padding-right: 15px;
    padding-left: 15px; 
    margin:0 auto;
}
/*导航*/
.index header {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.index header a {
    text-decoration: none;
    display: flex;
}
.index header .tel_icon{
    width: 30px;
    height: 30px;
    margin-right: 10px;
    margin-top: 5px;
}

.index header div {
    padding: 0 15px;
    height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-content: center;
}

.index header .globe {
    position: relative;
    cursor: pointer;
    padding: 0;
    border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}
.index header .globe_op{
    border-top: 1px solid #eeeeee;
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
}
.index header .globe .fa-angle-up{
    margin-left: 10px;
    margin-right: 0;
}
.index header .globe .fa-angle-down{
    margin-left: 10px;
    margin-right: 0;
}
.index header .globe_op .fa-angle-down{
    display: none;
}
.index header .globe_no .fa-angle-up{
    display: none;
}
.index header .globe_no .globe_list{
    display: none;
}
.index header .globe:hover .globe_list{
    /*display: block;*/
}

.index header .globe_list {
    /*background-color: #15499a;*/
    position: absolute;
    top: 40px;
    z-index: 12;
    width: 134px;
    height: 120px;
    /*display: none;*/
    padding: 0;
}
.index header .globe_list ul{
    width: 100%;
    height: 100%;
}
.index header .globe_list ul li{
    background-color: #ffffff;
    text-align: center;
    border-right: 1px solid #eeeeee;
    border-left: 1px solid #eeeeee;
}
.index header .globe_list ul li:last-child{
    border-bottom: 1px solid #eeeeee;
}
.index header .globe_list ul li:hover{
    background-color: #15499a;
}
.index header .globe_list ul li:hover a{
    color: #ffffff;
}
.index header .globe_list a{
    color: #000;
    position: relative;
    z-index: 13;
}
.index header .fa {
    font-size: 18px;
    margin-right: 10px;
    line-height: 40px;
}

.index header .search {
    background-color: #15499a;
    color: #fff;
    cursor: pointer;
}

.index .index_nav {
    height: 70px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    background-color: #fff;
    position: relative;
    z-index: 11;
}

.index .navbar-header {
    /*width: 100%;*/
}

.icon-bar {
    background-color: #15499a;
}

.header_part header {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.header_part header a {
    text-decoration: none;
}

.header_part header div {
    padding: 0 15px;
    height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-content: center;
}

.header_part header .fa {
    font-size: 18px;
    margin-right: 10px;
    line-height: 40px;
}

.header_part header .search {
    background-color: #15499a;
    color: #fff;
    cursor: pointer;
}

.header_part .index_nav {
    height: 70px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    background-color: #fff;
    position: relative;
    z-index: 10;
}

.header_part .navbar-header {
    /*width: 100%;*/
}
.index .navbar_fix{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: #fff;
    width: 100%;
    border-bottom:1px solid #eee;
    padding-bottom: 10px;
}

.index_logo_top {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-content: center;
}

.index_logo_top .logo img {
    width: 240px;
    height: 65px;
}

.index_logo_top .info {
    text-align: center;
    /* padding: 5px 0; */
    margin-left: 20px;
    /* margin-top: 7px; */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 65px;
}

.index_logo_top .info h1 {
    font-size: 14px;
    margin: 15px 3px 0 3px;
    font-weight: bold;
}

.index_logo_top .info p {
    font-size: 20px;
    margin: 10px 3px 0 3px;
    font-weight: bold;

}

.index_nav_list {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

#bs-example-navbar-collapse-1 {
    position: relative;
    z-index: 10;
}

.index_nav_list .header_btn {
    position: relative;
    height: 70px;
    line-height: 70px;
}
.index_nav_list .header_btn.product{
    position: relative;
}
.index_nav_list .header_btn.product a{
    color: red;
}
.index_nav_list .header_btn.product:after{
    position: absolute;
    content: '';
    background: url(../../image/zhixiao.png) no-repeat center;
    width: 31px;
    height: 22px;
    right: 0;
    top: 0;
}
.index_nav_list .header_btn .active {
    color: #15499a;
}

.index_nav_list .header_btn a {
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    color: #000000;
}
.index_nav_list .header_btn a.red_n{
    color: #000;
}
/*.index_nav_list .header_btn:hover .red_n{*/
    /*color: #000;*/
/*}*/
.index_nav_list .header_btn a.red_n img{
    width: 64px;
}
.index_nav_list .header_btn .list {
    display: none;
    position: absolute;
    flex-direction: column;
    justify-content: flex-start;
    align-content: center;
    padding-top: 10px;
    line-height: 50px;
    top: 70px;
    left: -10px;
    z-index: 10;
    border-bottom: 4px solid #15499a;
}

.index_nav_list .header_btn .list li {
    width: 140px;
    height: 40px;
    /*background-color: #15499a;*/
    background-color: rgba(255, 255, 255, 0.8);
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

/*.index_nav_list .header_btn .list li:nth-child(odd) a {
    left: -30px;
}*/

/*.index_nav_list .header_btn .list li:nth-child(even) a {
    right: -30px;
}
*/
.index_nav_list .header_btn .list li img {
    width: 8px;
    height: 10px;
}

.index_nav_list .header_btn .list li:hover {
    background-color: #15499a;
    background-image: url(../../image/list_left_icon.png);
    background-repeat: no-repeat;
    background-position: 5% center;
}

.index_nav_list .header_btn .list li:hover a {
    color: #fff !important;
}

.index_nav_list .header_btn .list a {
    color: #000 !important;
    font-weight: normal;
    font-size: 18px;
    position: relative;
}

.index_nav_list .header_btn:hover a {
    color: #15499a;
}

.goods_list_index {
    width: 100%;
    position: absolute;
    z-index: 101;
    top: 110px;
    left: 0;
    background-color: rgba(255, 255, 255, 0.9);
    display: none;
}

.goods_list_index ul {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-content: center;
    width: 1200px;
    height: auto;
    margin: 0 auto !important;
}

.goods_list_index li {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 20px;
}

.goods_list_index .title {
    text-decoration: none;
    margin: 20px 0 0 0;
}

.goods_list_index .title h2 {
    font-size: 18px;
    color: #15499a;
    margin: 0;
    /*font-weight: bold;*/
}

.goods_list_index .item {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.goods_list_index .item .img {
    width: 175px;
    height: 175px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.goods_list_index .item img:hover {
    width: 175px;
    height: 175px;
    transition: 1s;
}

.goods_list_index .item img {
    /*width: 218px;*/
    /*width: 105px;*/
    /*height: 105px;*/
    /*height: 218px;*/
    width: 150px;
    height: 150px;
}

.goods_list_index .item p {
    font-size: 14px;
    color: #000;
    margin: 0 0 15px 0;
    font-weight: bold;
}

.goods_list_index .item p:hover {
    color: #15499a;
}

.goods_list_index .more {
    font-size: 16px;
    color: rgb(254,70,0);
    text-decoration: none;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
}
@media (min-width: 1200px) {
    .index .banner{
        margin-top: 120px;
    }
    .banner_top{
        margin-top: 120px;
    }
    .index_nav_list .header_btn {
        padding: 0 10px;
    }

    .banner_top .swiper-container {
        height: 360px;
    }

    .index_nav_list .header_btn .list li {
        width: 130px;
    }

    .index_nav_list .header_btn .list li img {
        margin: 0 15px;
    }

    .index .index_nav {
        justify-content: space-between;
    }

    .index_nav_list .header_btn:hover .list {
        display: flex;
    }

    .goods_list_index ul {
        width: 1200px;
    }
}
