
/*/*标识*/
.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;
    width: 1200px;
    margin: 0 auto;
}

.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;
    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;*/
    height: 120px;
}

.index_logo_top {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-content: center;
}

.index_logo_top .logo img {
    width: 240px;
    height: 65px;
    display: block;
}

.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;
    padding: 0 10px;
}
.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 img {
    margin: 0 15px;
}
/*.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;
}
.index_nav_list .header_btn:hover .list {
    display: flex;
}
.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;
}
.banner{
    margin-top: 120px;
}
.banner_top{
    margin-top: 120px;
}
.banner_top .swiper-container {
    height: 360px;
}

#sw_tel1{
    color: #23527c;
}

@media only screen and (max-width: 768px) {
    .banner{
        margin-top: 70px;
    }
    .index header{
        display: none;
    }
    .index .index_nav{
        width: 100%;
        position: relative;
    }
    .collapse{
        display: none;
        transition: all 500ms;
    }
    .index_logo_top .logo{
        width: auto;
    }
    .index_logo_top .logo img{
        width: 129px;
        height: 36px;
        /*margin-top: 10px;*/
    }
    .index_logo_top .info{
        height: auto;
    }
    .index_logo_top .info p{
        font-size: 16px;
        letter-spacing: 1px;
        margin: 0;
    }
    .index_logo_top .info h1{
        font-size: 12px;
        margin: 0;
    }
    .index .navbar_fix{
        height: auto;
        z-index: 1000;
    }
    .index .navbar-header{
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .navbar-toggle{
        position: relative;
        float: right;
        padding: 9px 10px;
        margin-right: 15px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
        outline: none;
    }
    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
    }
    .navbar-toggle .icon-bar+.icon-bar{
        margin-top: 4px;
    }
    #bs-example-navbar-collapse-1{
        position: absolute;
        top: 70px;
        left: 0;
    }
    .index_nav_list .header_btn{
        width: 50%;
        text-align: center;
        height: 0;
        line-height: 46px;
        padding: 0;
    }
    .index_nav_list .header_btn a{
        font-size: 14px;
    }
    .index_nav_list .header_btn.product{
        margin: 0;
        display: block;
    }
    .index_nav_list .header_btn.product:after {
        right: auto;
    }
    .collapse.in{
        display: block;
    }
    .collapse.in .index_nav_list .header_btn{
        height: 46px;
        transition: all 500ms;
    }
    .index_nav_list{
        flex-wrap: wrap;
        background: #fff;
    }
    .goods_list_index{
        display: none!important;
    }
}



.tel-one-r{
    background: url("../../../../../image/tel-one-bg-r.jpg") no-repeat center;
}

.tel-one-r .ce{
    border: 1px dashed #c21616;
    color: #c21616;
}
.tel-one-r .right p{
    color: #c21616;
}
.tel-one-r .right{
    background: url("../../../../../image/tel-one-bg-r-bg.jpg") no-repeat center;
}

.tel-one-rr{
    background: url("../../../../../image/tel-one-bg-rr.jpg") no-repeat center;
}

.tel-one-rr .ce{
    border: 1px dashed #f64743;
    color: #f64743;
}
.tel-one-rr .right p{
    color: #f64743;
}
.tel-one-rr .right{
    background: url("../../../../../image/tel-one-bg-rr-bg.jpg") no-repeat center;
}



.tel-one-g{
    background: url("../../../../../image/tel-one-bg-g.jpg") no-repeat center;
}

.tel-one-g .ce{
    border: 1px dashed #028944;
    color: #028944;
}
.tel-one-g .right p{
    color: #028944;
}
.tel-one-g .right{
    background: url("../../../../../image/tel-one-bg-g-bg.jpg") no-repeat center;
}


.tel-one-b{
    background: url("../../../../../image/tel-one-bg-b.jpg") no-repeat center;
}

.tel-one-b .ce{
    border: 1px dashed #0168b7;
    color: #0168b7;
}
.tel-one-b .right p{
    color: #0168b7;
}
.tel-one-b .right{
    background: url("../../../../../images/tel-one-bg-b-bg.jpg") no-repeat center;
}

.tel-one{
    width: 100%;
    min-width: 1200px;
    height: 122px;
    margin-top: -5px;
}
.tel-one .border{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}
.tel-one .left{
    width: 600px;
    height: 122px;
}
.tel-one .left p:nth-child(1){
    font-size: 32px;
    line-height: 32px;
    color: #fff;
    padding-left: 56px;
    padding-top: 33px;
    padding-bottom: 10px;
}
.tel-one .left p:nth-child(2){
    font-size: 16px;
    line-height: 16px;
    color: #ebebeb;
    font-family: Arial;
    padding-left: 56px;
}
.tel-one .right{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    height: 122px;
    width: 600px;
}
.tel-one .right .ce{
    width: 88px;
    padding: 22px 0;
    background-color: #fff;
    border-radius: 100%;
    text-align: center;
    line-height: 22px;
    font-size: 22px;
    margin: 0 74px 0 67px;
    position: relative;
}
.tel-one .right p{
    font-size: 45px;
    font-family: Impact;
    line-height: 45px;
    background-color: #f5f5f5;
}
