* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none !important;
    color: #666;
}

p {
    letter-spacing: 1px;
    line-height: 1.6;
}

.clear {
    clear: both;
}

body {
    font-size: 14px;
    overflow-x: hidden;
    letter-spacing: 2px;
}

.container-fluid {
    padding: 0px;
}

.container {
    width: 100%;
}

ul,
ol,
li {
    list-style: none;
    margin: 0;
}

i,
em {
    font-style: normal;
}

fieldset,
img {
    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
    font-weight: unset;
    margin: 0px;
    padding: 0px;
}

b,
strong,
th {
    font-style: normal;
    font-weight: normal;
}

input,
select,
option,
textarea {
    outline: none;
    border: none;
    background-color: #ffffff0d;
}

.w {
    width: 96%;
    max-width: 1440px;
    min-width: 280px;
}

.p0 {
    padding: 0;
}

.m0 {
    margin: 0;
}

.w100 {
    width: 100%;
}

.fwb {
    font-weight: bold;
}

.cen-ter {
    margin: 0px auto;
}

.height-h {
    height: auto;
    display: table;
}

/* 导航 */
.hea-top-b {
    padding: 16px 0px;
}

.hea-top-h {
    background-color: #1b4e94;
}

.hea-top-fl {
    float: left;
    width: calc(98% - 340px);
    padding-top: 10px;
    color: #000;
}

.hea-top-fl img {
    width: 90px;
    float: left;
    margin-top: 3px;
    margin-right: 1%;
}

.hea-top-fl span {
    display: block;
    float: left;
}

.hea-top-fl span b,
.hea-top-fl h1,
.hea-top-fl h2 {
    font-size: 28px;
    line-height: 40px;
    font-weight: bold;
}

.hea-top-fl span font {
    display: block;
    font-size: 16px;
}

.hea-top-fr {
    width: 340px;
    float: right;
    color: #000;
}

.hea-top-fr span {
    display: block;
    float: right;
    margin-right: 20px;
}

.hea-top-fr span strong {
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
}

.hea-top-fr span i {
    font-size: 26px;
    line-height: 40px;
    display: block;
    font-weight: 400;
    padding-left: 40px;
    background: url(../images/phone.png) no-repeat left center;
    background-size: 36px;
}

.hea-top-fr figure {
    width: 100px;
    float: right;
}

.hea-top-fr figure img {
    width: 80px;
    display: block;
    float: right;
}

.hea-top-fr figure figcaption {
    display: block;
    width: 20px;
    float: left;
    font-size: 18px;
    text-align: center;
    line-height: 20px;
}

.hea-top-h .navbar-nav>li {
    width: 10%;
    text-align: center;
}

.hea-top-h .navbar-nav>li a {
    position: relative;
    display: block;
    width: 100%;
    font-size: 20px;
    line-height: 50px;
    color: #ffffff;
    z-index: 1;
    transition: all .6s;
}

.hea-top-h .navbar-nav>li a::before {
    position: absolute;
    left: 0%;
    bottom: 0%;
    width: 16px;
    height: 16px;
    content: "";
    transition: all .6s;
    z-index: -1;
}

.hea-top-h .navbar-nav>li a:hover::before {
    left: calc(50% - 6px);
    background: url(../images/banner_icon.png) no-repeat left bottom;
    background-size: 100%;
}

.hea-top-h .navbar-nav>li a:hover {
    transform: scale(1.1);
}

.nav>li>a:focus,
.nav>li>a:hover {
    background-color: #0346e40d;
}
.banner-h figure{
    width: 100%;
}
.banner-h figure img{
    width: 100%;
    display: block;
}
/* 面包屑 */
.breader-h {
    background: linear-gradient(to left, #ffffff 30%, #1b4e94 100%);
    box-shadow: 0px 0px 6px #ccc;
}

.breader-b {
    position: relative;
    background-color: #ffffff;
    padding: 10px;
    line-height: 40px;
    box-sizing: border-box;
}

.breader-fl {
    position: relative;
    display: block;
    padding-left: 110px;
    box-sizing: border-box;
}
.breader-dress h1,
.breader-dress,
.breader-dress a,
.breader-dress font,
.breader-fl,
.breader-fl a {
    font-size: 20px;
    line-height: 50px;
    color: #333333;
}
.breader-dress h1,
.breader-dress:hover a,
.breader-dress:hover font,
.breader-fl a:hover {
    color: #1b4e94;
}
.breader-dress h1{
    display: inline;
    font-weight: bold;
}

.breader-b marquee a h2,
.breader-b marquee {
    display: block;
    font-size: 20px;
}

.breader-b marquee a h2 {
    display: inline;
}

.breader-fl-one::after {
    position: absolute;
    left: 5px;
    top: 0%;
    content: "热销产品:";
    width: 100px;
    height: 90%;
    font-weight: bold;
    letter-spacing: 2px;
    border-radius: 50%;
}

.breader-dress,
.breader-fl {
    width: 65%;
}

.breader-fr {
    width: 35%;
    position: relative;
    font-size: 20px;
    color: #666;
}

.breader-fr strong {
    font-size: 24px;
    color: #222;
    font-weight: bold;
}

.breader-fl h1 {
    display: inline;
    font-size: 22px;
    font-weight: bold;
}

.com-search {
    width: 98%;
    float: right;
    background-color: #eee;
    border-radius: 30px;
    overflow: hidden;
}

.com-search .searchInput {
    width: calc(100% - 50px);
    line-height: 50px;
    text-indent: 1em;
    float: left;
    color: #333;
    box-sizing: border-box;
}

.com-search .searchBtn {
    width: 50px;
    height: 50px;
    background: url(../images/search_03.png) no-repeat center #1b4e94;
    background-size: 28px;
    border-radius: 50%;
}

/* 友情链接 */
.friend-link {
    padding: 2%;
    border-radius: 20px 20px 0px 0px;
    box-sizing: border-box;
    box-shadow: 0px 0px 6px 1px #0000002d;
    background: url(../images/index_strenght.jpg) no-repeat bottom;
    background-size: 100%;
}
.friend-title {
    font-size: 30px;
    line-height: 50px;
    font-weight: bold;
    color: #1b4e94;
}
.friend-link hr {
    width: 100%;
    height: 1px;
    background-color: #ccc;
}
.link-list {
    width: 25%;
    float: left;
}
.friend-link .link-list li {
    margin: 10px auto;
    width: 100%;
    display: table;
    height: auto;
}
.friend-link .link-list li h4 {
    font-size: 16px;
    font-weight: normal;
}
.friend-link .link-list li h4 font {
    color: #565656;
}
.friend-link .link-list li .linkweight a {
    font-weight: bold;
    color: #000;
    font-size: 20px;
}
.footer {
    position: relative;
}
.footer p {
    border-top: 1px solid #ffffff;
    margin-bottom: 0px;
}
.footer p {
    font-size: 18px;
    line-height: 36px;
    padding: 10px 0px;
    text-align: center;
    color: #ffffff;
    background-color: #1b4e94;
}
.footer p a {
    color: #ffffff;
    margin-right: 10px;
}

/* 客服开始 */
.izl-rmenu {
    position: fixed;
    bottom: 250px;
    z-index: 999;
    right: 1px;
    font-size: 12px;
}
.izl-rmenu .btn1 {
    position: relative;
    width: 88px;
    height: 65px;
    letter-spacing: 2px;
    cursor: pointer;
    background: #1b4e94;
    border-bottom: 1px solid #fff;
}
.btn-daohang {
    height: 35px !important;
    line-height: 35px;
    color: #fff;
    letter-spacing: 1px !important;
    text-align: center;
}
.btn-daohang span {
    text-transform: capitalize;
}
.izl-rmenu figure {
    margin: 0 !important;
    width: 88px;
    height: 55px;
    padding-top: 10px;
    color: #fff;
    text-align: center;
}
.btn-phone {
    letter-spacing: 0 !important;
}
.btn-top {
    border: none !important;
}
.izl-rmenu figure img {
    width: 25px;
    height: auto;
}
.izl-rmenu figure figcaption {
    width: 88px;
    text-align: center;
    line-height: 25px;
}

/* 简介 和 实力页产品推荐 */
.recom-product .swiper-wrapper{
    padding: 20px 2px 30px;
}
.recom-product .swiper-slide{
    position: relative;
    box-sizing: border-box;
    padding: 2%;
    border-radius: 12px;
    box-shadow: 0px 0px 6px 1px #0000002d;
    overflow: hidden;
    background-color: #ffffff;
}
.recom-product .swiper-slide h2{
    font-size: 22px;
    line-height: 30px;
    height: 60px;
    font-weight: bold;
    color: #333333;
}
.recom-product .swiper-slide span{
    position: absolute;
    display: block;
    width: 100%;
    height: 130px;
    left: 0%;
    top: 100%;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    background-color: #1b4e94;
    transition: all 1s;
}
.recom-product .swiper-slide:hover span{
    top: calc(100% - 130px);
}
.recom-bottom font,
.recom-bottom p,
.recom-bottom a,
.recom-product .swiper-slide span a,
.recom-product .swiper-slide span p{
    font-size: 20px;
    line-height:40px;
    margin-bottom: 0px;
    color: #ffffff;
    overflow: hidden;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
}
.recom-product .swiper-slide span a{
    float: right;
}
.recom-product .swiper-slide figure{
    width: 100%;
    height: 260px;
    margin: 20px auto 50px;
}
.recom-bottom{
    padding: 2%;
    color: #ffffff;
    margin-bottom: 3%;
    border-radius: 12px;
    box-sizing: border-box;
    background-color: #1b4e94;
}
.recom-bottom-fl{
    width:55%;
    float: left;
    margin-right: 2%;
}
.recom-bottom-fr{
    width:43%;
    float: left;
}
.recom-bottom strong{
    font-size: 30px;
    line-height: 40px;
    display: block;
}
.recom-bottom strong em{
    color: #fd7b01;
}
.recom-bottom-fr a{
    display: inline;
    padding: 6px 12px;
    margin-right: 20px;
    border-radius: 20px;
    border: 1px solid #ffffff;
    animation: tada 5s infinite;
}
.recom-bottom font{
    line-height: 30px;
}
.recom-bottom-fr a:nth-of-type(2){
    background-color: #ffffff;
    color: #1b4e94;
}
.recom-product .swiper-slide figure img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1s;
}
.recom-product .swiper-slide:hover figure img{
    height:80%;
}
@media screen and (min-width:960px) {}

@media screen and (max-width:960px) {
    .hea-top-fr span {
        display: none;
    }

    .hea-top-fr {
        width: 110px;
    }

    .hea-top-fl {
        width: calc(100% - 110px);
    }

    .hea-top-h .navbar-nav>li a {
        font-size: 16px;
    }

    .friend-link .link-list li h4 {
        font-size: 14px;
    }

    .izl-rmenu {
        position: fixed;
        bottom: 0;
        z-index: 999;
        right: 0;
        font-size: 12px;
        width: 100%;
    }

    .izl-rmenu .btn1 {
        position: relative;
        width: 20% !important;
        letter-spacing: 2px;
        cursor: pointer;
        background: #fd7b01;
        border-bottom: none;
        float: left;
        height: 65px;
    }

    .btn-daohang {
        height: 65px !important;
        line-height: 65px;
        color: #fff;
        letter-spacing: 1px !important;
        text-align: center;
    }

    .btn-daohang span {
        text-transform: capitalize;
    }

    .izl-rmenu figure {
        margin: 0 auto !important;
        width: 100%;
        height: 55px;
        padding-top: 10px;
        color: #fff;
        text-align: center;
    }

    .btn-phone {
        letter-spacing: 0 !important;
    }

    .btn-top {
        border: none !important;
    }

    .izl-rmenu figure img {
        width: 25px;
        height: auto;
        margin: 0 auto;
    }

    .izl-rmenu figure figcaption {
        width: 100%;
        text-align: center;
        line-height: 30px;
        font-size: 11px;
    }

    #izl_rmenu {
        margin-top: 5%;
    }
    .footer {
        margin-bottom: 65px;
    }
    .recom-product .swiper-slide:hover span{
        top: calc(100% - 110px);
    }
    .recom-product .swiper-slide span a,
    .recom-product .swiper-slide span p{
        font-size: 18px;
        line-height: 30px;
    }
}

@media screen and (min-width:768px) {
    .hea-top-b.navbar-brand {
        float: none;
    }
}

@media screen and (max-width:768px) {
    .hea-top-h {
        position: absolute;
        left: 0%;
        z-index: 99;
        top: 100%;
        background-color: #fff;
    }
.hea-top-h .navbar-nav>li a{
	color:#000;
}
    .hea-top-h .navbar-nav>li {
        width: 100%;
        text-align: left;
        text-indent: 2em;
    }

    .hea-top-h .navbar-nav>li:nth-of-type(odd) {
        background-color: #e7e7e7;
    }
    .recom-bottom-fl,
    .recom-bottom-fr,
    .hea-top-fl {
        width: 100%;
        margin-top: 0px;
        padding-top: 5px;
    }

    .navbar-header {
        position: relative;
        float: left;
    }
    .recom-bottom p,
    .hea-top-fl span b,
    .hea-top-fl span font,
    .hea-top-fr {
        display: none;
    }

    .hea-top-fl h1,
    .hea-top-fl h2 {
        font-size: 36px;
        letter-spacing: 21px;
    }

    .hea-top-fl h1 em,
    .hea-top-fl h2 em {
        display: block;
        font-size: 18px;
        line-height: 30px;
        letter-spacing: 1px;
    }

    .hea-top-fl img {
        margin-top: 6px;
    }

    .friend-link {
        display: none;
    }
    
    
    .recom-bottom-fr a,
    .footer p {
        font-size: 16px;
    }
    .recom-product .swiper-slide h2{
        font-size: 20px;
        margin-top: 12px;
    }
    .recom-product .swiper-slide span a,
    .recom-product .swiper-slide span p{
        font-size: 16px;
    }
    .recom-bottom{
        padding: 20px;
    }
}

@media screen and (max-width:640px) {
    .search-bre .breader-fl {
        display: block;
    }

    .search-bre .breader-fr {
        display: none;
    }

    .recom-product .swiper-slide figure{
        height: 200px;
    }
  
}

@media screen and (min-width:540px) {
    .breader-dress,
    .breader-fl {
        float: left;
    }

    .breader-fr {
        float: right;
    }
   
}

@media screen and (max-width:540px) {
    .recom-bottom strong{
        font-size: 26px;
        line-height: 30px;
    }
    .breader-fl-one {
        display: none;
    }
    .breader-dress,
    .breader-fl,
    .breader-fr {
        width: 100%;
    }
    .recom-bottom font,
    .breader-dress,
    .breader-dress a,
    .breader-dress font,
    .breader-fl,
    .breader-fl a {
        font-size: 18px;
        line-height: 30px;
    }

    .com-search .searchBtn {
        width: 40px;
        height: 36px;
        background: url(../images/search_03.png) no-repeat center #093e5e;
        background-size: 20px;
    }

    .com-search .searchInput {
        width: calc(100% - 40px);
        font-size: 16px;
        line-height: 36px;
    }

    .breader-b {
        padding: 6px;
        line-height: 30px;
    }
    

}

@media screen and (max-width:460px) {
    .hea-top-b {
        padding: 10px 0px;
    }

    .hea-top-fl h1,
    .hea-top-fl h2 {
        font-size: 26px;
        line-height: 26px;
        letter-spacing: 20px;
    }

    .hea-top-fl h1 em,
    .hea-top-fl h2 em {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 1px;
    }

    .hea-top-fl {
        padding-top: 0px;
        margin-top: 2px;
    }

    .hea-top-fl img {
        width: 70px;
        margin-top: 2px;
    }

    .navbar-toggle {
        top: 15%;
        margin-right: 5px;
    }

    .hea-top-h .navbar-nav>li a {
        line-height: 36px;
    }
}
@media screen and (max-width:420px){
    .recom-product .swiper-slide figure {
        height: 260px;
    }
}
@media screen and (max-width:380px) {
    .com-search {
        width: 98%;
    }
    .recom-bottom strong{
        font-size: 22px;
        margin-bottom:6px;
    }
    .recom-bottom font{
        display: none;
    }
}
@media screen and (max-width:360px) {
    .title-one p a{
        display:inline-block;
    }
}

/*分页*/
.pagination{display: block !important; line-height: 60px;text-align:center; border: none;margin: 0% auto !important;}
.pagination .pagefy{ width: 100%;}
.pagination .pagefy a{ font-size: 16px; cursor: pointer;
  display: inline-block; height: 30px; line-height: 30px; color:#666;text-decoration: none;
  padding: 0 9px; text-align: center; margin-right: 5px;
  transition: all .2s linear;
}
.pagination .pagefy .current{ color: #1b4e94;transform: scale(1.3); }
.pagination .pagefy a:hover{transform: scale(1.3); color: #1b4e94 !important;}
/* 上下篇 */
.zuoyou{
    width: 100%;
    height: auto;
    display: table;
    margin: 20px auto;
}
.zuoyou div{
    margin: 10px auto;
}
.zuoyou>.top1,
.zuoyou>.boot1,
.zuoyou>.top1 a,
.zuoyou>.boot1 a{
    font-size: 16px;
    letter-spacing: 2px;
    color: #333333;
    font-weight: bold;
}



