* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

ul,
li {
    list-style: none
}

.fl {
    float: left
}

.fr {
    float: right
}

.clear {
    clear: both
}

input {
    outline: none
}

img {
    width: 100%;
    display: block;
}

.container {
    width: 1270px;
    margin: 0 auto;
}

.container::before,
.container::after {
    display: none;
}

body,
html {
    background: #fff;
    height: 100%;
}

body {
    font-family: "寰蒋闆呴粦";
    box-sizing: border-box;
}


/*导航*/
.navbar {
    box-shadow: none;
    background: #fff;
    position: relative;
    width: 100%;
    z-index: 99999;
    margin-bottom: 0;
}

.navbar>div {
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-between;
}

.navbar-brand {
    width: 170px;
    display: block;
    padding: 13px 0;
}

.navbar-brand>img {
    width: 100%;
}

.navbar-nav {
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.navbar-nav>li {
    padding: 0 30px;
}

.navbar-nav>li:hover>a {
    color: #f9b61f;
}

.navbar-nav>li>a {
    color: #999;
    transition: .5s;
    display: inline-block;
    font-size: 18px;
    padding: 35px 0;
}

.navbar>div>i {
    display: none;
}

.navbar-nav .active a {
    color: #f9b61f;
    border-bottom: 2px solid #f9b61f;
    font-weight: bold;
}

/* search */
.search{
    margin-top: 12px;
}
.search input{
    border: solid 1px #ccc;
    padding: 2px 0 2px 10px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}
.search input::placeholder{
    font-size: 12px;
}
.search button{
    background: #23448e;
    border: none;
    color: #fff;
    padding: 3px 8px;
    margin-left: -20px;
    border-radius: 0 15px 15px 0;
    -webkit-border-radius: 0 15px 15px 0;
    -moz-border-radius: 0 15px 15px 0;
    -ms-border-radius: 0 15px 15px 0;
    -o-border-radius: 0 15px 15px 0;
}
/* banner */
.carousel-control.left,.carousel-control.right{
    background: none;
    top: calc(100% - 50% - 60px)
}

.carousel-control>span{
    font-size: 60px;
    color: #fff;
    
}


.gd-title {
   
    background: #f5f5f5;
    padding: 15px 0;
}
.gd-title>div{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}
.gd-title h2 {
    font-size: 20px;
    font-weight: bold;
    border-left: 2px solid #f9b61f;
    padding-left: 15px;
    margin: 0;
}
.gd-title i{
    font-size: 30px;
    color: #000;
}
/* pro */
.pro{
    padding: 50px 0;
}
.pro ul{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-top: 30px;
}
.pro ul>li{
    width: 23%;
    margin: 10px 0;
    cursor: pointer;
}
.pro ul>li img{
    border: solid 2px #ccc;
}
.pro ul>li p{
    text-align: center;
    padding: 10px 0;
}
.pro ul>li:hover p{
    background: #f9b61f;
    color: #000;
}
/* product */
.product{
    background-size: cover;
    padding: 50px 0;
}
.product .gd-title>h2{
    color: #fff;
}
.product ul{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.product ul>li{
    width: 66.1%;
    margin: 10px 0;
    background: #f5f5f5;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.product ul>li>a{
    display: inline-block;
    overflow: hidden;
    position: relative;
    color: #fff;
}
.product ul>li img{
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.product ul>li>a:hover img{
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}
.product ul>li:last-of-type{
    width: 32.6%;
}
.product ul>li:last-of-type>a:first-of-type{
    margin-bottom: 10px;
    display: block;
}
.product ul>li>a>small{
    position: absolute;
    right: 30px;
    bottom: 30px;
    color: #fff;
    font-size: 30px;
}
.p-con{
    position: absolute;
    left: 20px;
    top: 20px;
    width: 100%;
}



/* about */
.about{
    padding: 50px 0;
    background: url(../img/about.jpg) no-repeat;
    background-size: cover;
    background-color: #f9b61f;
}
.about>.container{
    width: 1580px;
}
.ab-con{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.ab-con img{
    width: 10%;
    visibility: hidden;
}
.ab-p{
    width: 40%;
    padding: 30px 0;
    
}
.ab-p>h2{
    font-size: 34px;
    color: rgba(255,255,255,.4);
    position: relative;
}
.ab-p>h2>span{
    font-size: 20px;
    font-weight: bold; 
    color: #000;
    position: absolute;
    left: 0;
    bottom: 0;
}
.ab-p>p{
    text-indent: 2em;
    font-size: 14px;
    color: #444;
    line-height: 30px;
}
.ab-p>p>span{
    color: #000;
    font-weight: bold;
}

.ab-btn>a{
    display: inline-block;
    padding: 6px 24px;
    border: solid 1px #fff;
    background: #fff;
    font-size: 12px;
    color: #000;
    margin-top: 40px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.ab-btn>a:hover{
    border: solid 1px #fff;
    background: transparent;
    color: #000;
}

.in-news{
    padding: 50px 0;
}

.in-news ul{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.in-news ul>li{
    width: 32%;
    margin-top: 30px;
    
}
.in-news ul>li img{
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.in-news ul>li:hover img{
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}
.in-news-img {
    overflow: hidden;
}
.in-news ul>li h3{
    font-size: 18px;
    color: #000;
    text-align: center;
    padding: 10px 0;
    margin: 0;
}
.in-news ul>li span{
    text-align: center;
    display: inline-block;
    width: 100%;
    color: #000;
}
.in-news ul>li:hover h3{
    background: #f9b61f;
}



.message{
    background: url(../img/mess.jpg) no-repeat;
    background-size: cover;
    padding: 50px 0;
    text-align: center;
}
.message h2{
    font-size: 30px;
    color: #fff;
    margin-bottom: 50px;
}
.message form{
    width: 1000px;
}
.message input{
    width: 42%;
    height: 56px;
    padding: 0 20px;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    border: none;
    background: rgba(255, 255, 255, 0.7);
    margin: 10px 20px;
}
.content{
    width: 88% !important;
    height: 200px !important;
}
.message button{
    margin: 0 auto;
    display: block;
    padding: 15px 40px;
    margin-top: 30px;
    background: #fff;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    border: none;
}
.message img{
    width: 100px !important;
}
/* footer */
.footer{
    background: url(../img/foot-bg.jpg) no-repeat center;
    background-size: cover;
}
.footer .container{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 50px 50px 0;
}
.foot-logo{
    width: 20%;
}
.foot-logo>p{
    font-size: 16px;
    color: #fff;
    padding: 15px 0;
}
.foot-logo img{
    width: 200px;
}
.foot-con{
    width: 60%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.foot-con ul>li{
    font-size: 14px;
    color: #ccc;
    line-height: 26px;
}
.foot-con ul>li>a{
    font-size: 14px;
    color: #ccc;
}
.foot-con ul>li:first-of-type{
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
}

.foot{
    text-align: center;
    padding-bottom: 50px;
}
.foot>p,.foot>a{
    font-size: 14px;
    color: #fff;
}




#ip-img-preview {
    width: 60%;
    height: auto;
}

.foot-btn{
    display: none;
}
@media all and (max-width:1440px) and (min-width:992px) {
    #banner {
        height: 600px;
    }

    .swiper-container {
        height: 600px;
    }
    .about>.container{
        width: 1270px !important;
    }
    .ab-p{
        padding: 0;
    }
    .about{
        padding: 10px 0;
    }
    .ab-btn>a{
        margin-top: 5px;
    }
}

@media all and (max-width:768px) {
    #banner {
        height: 300px;
    }

    .swiper-container {
        height: 300px;
    }
    .container{
        width: 100%;
    }
    .navbar>div>i{
        font-size: 30px;
        color: #000;
        padding-top: 10px;
        display: block;
    }
    .navbar-brand{
        width: 86px;
        padding: 8px 0;
    }
    .navbar-nav{
        position: absolute;
        left: 0;
        top: 50px;
        background: #fff;
        margin: 0;
        width: 100%;
        display: none;
    }
    .navbar-nav>li,.navbar-nav>li>a{
        width: 100%;
    }
    .navbar-nav .active a{
        border-bottom: none;
        
    }
    .navbar-nav li a{
        padding: 15px 0;
    }
    .navbar-nav li a img{
        width: 30px;
    }
    .carousel-control.left, .carousel-control.right {
        background: none;
        top: calc(100% - 50% - 30px);
    }
    .product ul>li,.product ul>li:last-of-type{
        width: 100%;
    }
    .pro ul>li{
        width: 48%;
    }
    .about{
        padding: 0;
    }
    .ab-con img{
        width: 100%;
        display: none;
    }
    .ab-p>p,.ab-p>p>span{
        color: #fff;
    }
    .about>.container,.ab-p{
        width: 100%;
    }
    .in-news ul>li{
        width: 100%;
    }
    .message form{
        width: 100%;
    }
    .message input ,.content{
        width: 90% !important;
        height: 41px !important;
    }
    .message button{
        padding: 8px 40px;
    }
    .foot-con{
        display: none;
    }
    .foot{
        padding-bottom: 80px;
    }
    .foot-btn{
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #000;
    }
    .foot-btn>ul{
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        margin: 0;
        border-top: 1px solid #444;
    }
    .foot-btn>ul>li{
        width: 48%;
        padding: 15px 75px;
    }
    .foot-btn>ul>li:first-of-type{
        border-right: solid 1px #444;
    }
}