@charset "UTF-8";
/*banner*/
.banner{
    width: 100%;
}
.swiper-wrapper{
    height: auto !important;
}
.swiper-slide{
    height: auto !important;
}
.swiper-slide img{
    width: 100%;
    display: block;
}
.pagination_wrap{
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}
.pagination{
    display: inline-block;
    overflow: hidden;
    behavior:url(js/PIE.htc);
}
.swiper-pagination-switch {
    display: block;
    float: left;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background: #3187D3;
    margin-right: 10px;
    border: 1px solid #fff;
    cursor: pointer;
    behavior:url(js/PIE.htc);
}
.swiper-active-switch {
    background: #fff;
}
/*banner*/
/*container*/
/*about*/
.about{
    position: relative;
}
.about_bg{
    width: 100%;
}
.about_wrap{
    position: absolute;
    left: 50%;
    top:50%;
    margin: -150px -600px;
    width: 1200px;
    height: 300px;
}
.about_wrap_title{
    font-size: 28px;
    font-weight: 400;
    color: white !important;
    border-bottom: 1px solid white;
    padding-bottom: 10px;
    margin-top: 20px;
    display: inline-block;
}
.about_wrap_text{
    color: white !important;
    line-height: 1.8em;
    margin: 20px 0;
    width: 600px;
}
.about_wrap .about_more{
    display: block;
    width: 120px;
    height: 30px;
    border: 1px solid white;
    text-align: center;
    color: white;
    line-height: 30px;
}
.about_wrap .about_more:hover{
    display: block;
    width: 120px;
    height: 30px;
    border: 1px solid #3187D3;
    text-align: center;
    background: #3187D3;
    color: white;
    line-height: 30px;
}
/*about*/
/*product*/
.product_wrap{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.product_list{
    overflow: hidden;
    padding: 5px 0;
    width: 1220px;
    margin-left: -10px;
    font-size: 0;
    text-align: center;
}
.product_item{
    width:180px;
    height: 220px;
    display: inline-block;
    margin: 0px 60px 0px 10px;
    text-align: center;
    position: relative;
}
.product_item img{
    width:150px;
    height: 150px;
}
.product_item:hover p{
    color: #3187D3;
}
.product_item p{
    color: #3187d3;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    overflow: hidden;
}

.title_wrap{
    width:320px;
    margin: 0 auto;
    padding: 20px 0;
    text-align: center;
    position: relative;
}
.title{
    color:#e6ab23;
}
.title b{
    font-size: 32px;
    font-weight: 600;
    letter-spacing:5px;
    line-height: 1.8em;
}
.title p{
    font-size: 14px;
    color: #999;
    letter-spacing:2.5px;
    text-transform: uppercase;
}
/*product*/
/*advertising*/
.advertising{
    width: 100%;
}
.advertising1 img{
    width:1200px;
}

/*advertising*/
/*case*/
.case_wrap{
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
    padding:20px 0;
}
.case_list{
    overflow: hidden;
    width: 1220px;
    margin-left: -10px;
    padding-top: 50px;
}
.case_item{
    float: left;
    width: 283px;
    margin: 10px;
    border: 1px solid white;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.case_item:hover{
    border: 1px solid #deb964
}
.case_item:hover p{
    background:#deb964;
}
.case_item img{
    width: 283px;
    height: 233px;
}
.case_item p{
    height: 40px;
    line-height: 40px;
    background: #3187d3;
    text-align: center;
    color: white;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.case_list .case_item_more{
    display: block;
    float: left;
    width: 1200px;
    height: 50px;
    margin: 10px;
    font-weight: 100;
    text-align: center;
    background: #3187d3;
    color: rgba(255, 255, 255, 0.99);
    font-size: 18px;
    line-height: 50px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.case_item_more:hover{
    background: #deb964;
}
/*case*/
/*news*/
.news_wrap{
    width: 1200px;
    margin: 0 auto;
    padding-top:20px;
    overflow: hidden;
}
.news_list{
    overflow: hidden;
    padding: 30px 0;
    width: 1300px;
}
.news_item{
    width: 578px;
    height: 120px;
    float: left;
    margin: 10px 40px 10px 0;
    position: relative;
    overflow: hidden;
    border: 1px solid rgb(49, 135, 211);
}
.news_item:hover{
    border: 1px solid rgb(222, 185, 100);
}
.news_item:hover .news_time{
    background:#deb964;
}
.news_time{
    width: 100px;
    height: 100px;
    margin: 10px;
    float: left;
    background:#3187d3;
}
.news_time b{
    font-size: 36px;
    text-align: center;
    display: block;
    color: white;
    line-height: 2.1em;
}
.news_time p{
    text-align: center;
    color: white;
}
.news_item_text{
    width: 438px;
    padding: 10px;
    float: right;
}
.news_item_text_title{
    overflow: hidden;
}
.news_item_text_title b{
    font-weight: 400;
    font-size: 18px;
    height: 43px;
    display: block;
    float: left;
    line-height: 43px;
    width: 350px;
    overflow: hidden;
}
.news_item_text_title span{
    float: right;
    height: 43px;
    line-height: 43px;
}
.news_item_text_cont{
    height: 57px;
    overflow: hidden;

}
.news_list .news_item_more{
    width: 1200px;
    height: 50px;
    float: left;
    font-weight: 100;
    text-align: center;
    background:#3187d3;
    margin: 10px 40px 10px 0;
    color: white;
    font-size: 18px;
    line-height: 50px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.news_item_more:hover{
    background:#deb964;
}
/*news*/
/*container*/