* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

ul,
li {
    list-style: none;
    margin: 0;
}

.fl {
    float: left
}

.fr {
    float: right
}

.clear {
    clear: both
}

input {
    outline: none
}

img {
    width: 100%;
    display: block;
}

.container {
    width: 1210px;
    margin: 0 auto;
}

.container::before,
.container::after {
    display: none;
}

body,
html {
    background: #f5f5f5;
    height: 100%;
}

body {
    font-family: "寰蒋闆呴粦";
    box-sizing: border-box;
}


/*导航*/
.navbar {
    box-shadow: none;
    margin: auto;
    width: 100%;
    z-index: 99999;
    margin-bottom: 0;
    background: #fff;
}

.navbar>div {
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-between;
}

.navbar-brand {
    width: 266px;
    display: block;
    padding-left: 85px;
}

.navbar-brand>img {
    width: 100%;
    border-right: solid 1px #ccc;
    padding-right: 65px;
}
.nav-p{
    padding: 20px 0;
    margin: 0;
}
.nav-p>span{
    display: block;
    font-size: 18px;
    font-weight: bold;
}
.nav-p>span:last-of-type{
    font-size: 16px;
    font-weight: normal;
}

.navbar form{
    margin-top: 23px;
    float: right;
}
.navbar form input{
    border: solid 1px #ccc;
    padding: 2px 0 2px 10px;
    line-height: 33px;
    height: 38px;
    width: 470px;
    float: left;
    font-size: 12px;
}
.search input::placeholder{
    font-size: 12px;
}
.navbar form button{
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    border: none;
    outline: none;
    width: 62px;
    cursor: pointer;
    background: #be956a;
    color: #fff;
}


.nav{
    padding-top: 20px;
    background: #fff;
}
.nav>div{
    display: flex;
    flex-flow: row wrap;
}
.nav-pro{
    width: 20%;
    background: #d72b25;
    color: #fff;
    text-align: center;
    font-size: 16px;
    padding: 10px 0;
    cursor: pointer;
    position: relative;
}
.nav-pro>i{
    padding-right: 5px;
}
.nav-bar{
    position: absolute;
    left: 0;
    top: 42px;
    background: #fff;
    z-index: 999;
    width: 100%;
}

.nav-bar>ul>li{
    color: #000;
    padding: 7px 10px 7px 20px;
    width: 100%;
    text-align: left;
}
.nav-bar>ul>li:hover{
    background: #f5f5f5;
}
.nav-bar>ul>li>a{
    font-size: 14px;
    color: #333;
}
.nav-bar>ul>li>a>i{
    float: right;
    font-size: 20px;color: #000;
}
.nav-bar>ul>li>a:hover{
    color: #d72b25;
}

.nav>div>ul{
    display: flex;
    flex-flow: row wrap;
    margin-left: 2% ;
}
.nav>div>ul>li>a{
    display: inline-block;
    color: #000;
    font-size: 16px;
    padding: 10px 40px;
}
.nav ul>li.active>a{
    color: #d72b25;
}

.nav-bar-menu{
    position: absolute;
    left: 100%;
    top: 7px;
    z-index: 999;
    width: 943px;
    height: 460px;
    overflow: hidden;
    background: #fff;
    display: none;
    box-shadow: 0 0 5px 1px #ccc;
}
.nav-bar>ul>li:hover .nav-bar-menu{
    display: block;
}
.nav-bar-menu:hover{
    overflow-y: scroll;
    overflow-x: hidden;
}
.nav-bar-menu>li{
    display: flex;
    flex-flow: row wrap;
    margin: 15px 0;
}
.nav-bar-menu>li>a{
    width: 12%;
    display: inline-block;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    color: #000;
    padding: 10px 0;

}
.nav-bar-menu>li>ul{
    width: 87%;
}
.nav-bar-menu>li>ul>li{
    display: inline-block;
    margin: 5px 0;
    
}
.nav-bar-menu>li>ul>li>a{
    display: inline-block;
    font-size: 12px;
    border-left: solid 1px #ccc;
    padding: 0 10px;
    color: #666;
}
/* banner */
#myCarousel{
    width: 62%;
    padding-left: 13%;
    margin: auto;
    margin-top: 7px;
}
.carousel-control.left,.carousel-control.right{
    background: none;
    top: calc(100% - 50% - 60px)
}

.carousel-control>span{
    font-size: 60px;
    color: #fff;
    
}
.carousel-control.left{
    left: 19%;
}



.pro-fl ul{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.pro-fl ul>li{
    width: 19%;
    position: relative;
    margin: 10px 0;
}
.fl-top{
    position: absolute;
    left: 0;
    top: 20px;
    background: rgba(0,0,0,.3);
    width: 100%;
}
.fl-top p{
    font-size: 16px;
    color: #fff;
    padding: 10px 20px;
    margin: 0;
}
.fl-a{
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    text-align: center;
}
.fl-a>p{
    display: inline-block;
    width: 60%;
    font-size: 14px;
    padding: 6px 30px;
    border: solid 1px #fff;
    color: #fff;
}






.title{
    background: #fff;
    padding: 5px 0;
    margin: 5px 0;
}
.title h3{
    margin: 0 0 0 10px;
    padding-left: 10px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}
.title h3>hr{
    width: 5px;
    height: 24px;
    background: #000;
    margin: 0;
}
.title h3>a{
    display: inline-block;
    padding: 0 16px;
    font-size: 16px;
    color: #000;
}
.title h3>a:hover{
    color: #f00;
}

.product{
    margin-top: 20px;
}
.in-pro{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    border: solid 1px #ddd;
    border-top: transparent;
}
.pro-left{
    width: 10%;
    padding: 2px;
}
.pro-left>p{
    background: #fff;
    width: 100%;
    height: 100%;
    padding: 20px 10px;
}
.pro-left a{
    font-size: 16px;
    color: #000;
}
.pro-right{
    width: 88%;
}
.pro-right>ul{
    display: flex;
    flex-flow: row wrap;
}
.pro-right>ul>li{
    width: 9%;
    margin: 10px;
}
.pro-right>ul>li p{
    font-size: 14px;
    text-align: center;
    color: #000;
    padding: 5px 0;
}
/* footer */
.footer-b {
    width: 100%;
    background-color: #fff;
    position: relative;
    color: #797979;
}
.footer-b-wrap {
    width: 1024px;
    /* height: 48px; */
    margin: 0 auto;
overflow:hidden;
}
.footer-con{
    width: 630px;
    margin: 20px auto;
overflow:hidden;
}
.company-info{
    float: left;
    font-size: 0;
}
.info-links{
    width: 340px;
    /* font-size: 0; */
}
.info-links a{
    display: inline-block;
    text-decoration: none;
    color: #797979;
    width: 80px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    margin: 10px 0;
    border-right:1px solid #e8e8e8;
    padding: 0 10px;
}
.info-links a:first-of-type{
    padding-left: 0;
}
.info-links a:last-of-type{
    border: none;
}
.tel-num{
   font-size: 13px;
   width: 200px;
}
.info-qr{
   margin-top: 14px;
   font-size: 14px;
   width: 110px;
}


#ip-img-preview {
    width: 60%;
    height: auto;
}
@media all and (max-width:1440px) and (min-width:992px) {
    #banner {
        height: 600px;
    }

    .swiper-container {
        height: 600px;
    }
}

@media all and (max-width:768px) {
    #banner {
        height: 300px;
    }

    .swiper-container {
        height: 300px;
    }
    .navbar-brand{
        width: 150px;
        padding-left: 0;
    }
    .navbar-brand>img{
        padding-right: 26px;
    }
    .nav-p{
        width: 54%;
        padding: 16px 0;
    }
    .navbar form{
        width: 100%;
    }
    .navbar form input{
        width: 80%;
    }
    .nav-pro{
        width: 32%;
        position: static;
        height: 43px;
    }
    .nav>div>ul{
        width: 100%;
    }
    .nav-bar{
        top: 63px;
        display: none;
    }
    .nav>div>ul>li>a{
        padding: 10px 10px;
    }
    #myCarousel{
        width: 100%;
        padding-left: 0;
    }
    .carousel-control.left{
        left: 0;
    }
    .carousel-control.left, .carousel-control.right {
        background: none;
        top: calc(100% - 50% - 30px);
    }
    .pro-fl ul>li{
        width: 49%;
    }
    .pro-right>ul>li{
        width: 26%;
    }
    .footer-b-wrap,.footer-con{
        width: 100%;
    }
    .company-info{
        margin-right: 0 !important;
        width: 100%;
        float: initial;
    }
    .company-info>img{
        width: 150px !important;
        margin: auto;
    }
    .info-links{
        width: 100%;
        text-align: center;
    }
    .tel-num{
        width: 100%;
        text-align: center;
    }
    .info-ewm{
        display: none;
    }
}