 @charset "UTF-8";
/*banner*/
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: .8;
}
.swiper-pagination-bullet-active {
    background:#e85445;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("../img/next.png");
    right: 10%;
    left: auto;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url("../img/prev.png");
    left: 10%;
    right: auto;
}
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    -moz-background-size: 60px 60px;
    -webkit-background-size: 60px 60px;
    background-size: 60px 60px;
}
.swiper-slide img{
    width: 100%;
}

/*合作品牌*/
.brands{
    text-align: center;
    padding: 10px 15px;
}
.brands img{
    max-width: 100%;
}

/*产品中心*/

.product-imgs{
    width: 100%;
    overflow: hidden;
    margin-bottom: 15px;
}
.product-imgs a{
    display: block;
    position: relative;
}
.product-pic{
    width: 100%;
    -webkit-transition: all 1.4s;
    -moz-transition: all 1.4s;
    -ms-transition: all 1.4s;
    -o-transition: all 1.4s;
    transition: all 1.4s;
}
.red-shadow{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.search-p{
    width: 100%;
}
.product-imgs:hover .product-pic{
    -webkit-transform: scale(1.12, 1.12);
    -moz-transform: scale(1.12, 1.12);
    -ms-transform: scale(1.12, 1.12);
    -o-transform: scale(1.12, 1.12);
    transform: scale(1.12, 1.12);
}
.product-imgs:hover .red-shadow{
    opacity: 1;
}
.product .row{
    margin-left: -8px;
    margin-right: -8px;
}
.product .col-xs-6{
    padding-left: 8px;
    padding-right: 8px;
}
/*服务项目*/
#service{
    margin-bottom: 30px;
}
.service-pic{
    width: 100%;
    margin-bottom: 20px;
}
.service-t{
    font-size: 18px;
    margin-bottom: 50px;
    text-align: center;
}
.service-t-p{
    font-size: 20px;
    color: #333;
    margin-bottom: 30px;
}
.service-p{
    font-size: 14px;
    line-height: 1.6;
    text-align: justify;
    margin-bottom: 10px;
}
/*联系我们单页*/
.map{
    position: relative;
}
.contact-cont{
    margin: 30px auto;
}
.contact-title{
    margin-bottom: 50px;
    text-align: center;
}
.contact-phone{
    position: relative;
    width: 100%;
    margin: 10px auto;
}
.bg1{
    display: inline-block;
    width:50%;
    height:240px;
    background: #bca1cc;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    transition: all 0.8s;
}
.bg2{
    display: inline-block;
    margin-left: -5px;
    width:50%;
    height:240px;
    background: #d0bddb;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    transition: all 0.8s;
}
.bg-green1{
    background: #cedb29;
}
.bg-green2{
    background: #dde66a;
}
.bg-yellow1{
    background: #fbde78;
}
.bg-yellow2{
    background: #fce8a1;
}
.bg-blue1{
    background: #93c5dc;
}
.bg-blue2{
    background: #b4d7e7;
}
.contact-phone:hover .bg1{
    background: #d0bddb;
}
.contact-phone:hover .bg2{
    background: #bca1cc;
}
.contact-phone:hover .bg-green1{
    background: #dde66a;
}
.contact-phone:hover .bg-green2{
    background: #cedb29;
}
.contact-phone:hover .bg-yellow1{
    background: #fce8a1;
}
.contact-phone:hover .bg-yellow2{
    background: #fbde78;
}
.contact-phone:hover .bg-blue1{
    background: #b4d7e7;
}
.contact-phone:hover .bg-blue2{
    background: #93c5dc;
}
.contactus-text{
    text-align: center;
    position: absolute;
    top:50px;
    left:50%;
    width: 220px;
    margin-left: -110px;
}
.contactus-text p{
    font-size: 13px;
    line-height: 25px;
    color:#313131;
}
.contactus-icons{
    margin-bottom: 20px;
}

/*--------------------*/
/*如何抵达*/
.rhdd{
    background: #f5f5f5;
    padding-bottom: 30px;
    padding-top: 30px;
}
.bus,.metro,.taxi{
    font-size: 24px;
    color:#00a0e9;
    vertical-align: middle;
    padding-left: 10px;
}
.metro{
    color:#22ac38;
}
.taxi{
    color:#e21b14;
}
.how-way-cont p{
    font-size: 14px;
    margin-top: 10px;
    line-height: 2;
}
/*联系我们*/
.contact-t{
    text-align: center;
    margin-bottom: 20px;
}
.contact-t-cn{
    font-size: 40px;
    color:#e3432d;
}
.contact-t-en{
    font-size: 24px;
    font-family: Arial;
}
.contact-block{
    border: 1px solid #ccc;
    text-align: center;
    background: #fff;
    padding: 50px 0;
    line-height: 2;
    margin-bottom: 50px;
}
.underline{
    width: 75px;
    height: 2px;
    background: #6b6968;
    margin: 5px auto 30px;
}
.contact-block:hover{
    border: 1px solid #1eaff0;
    background: #1eaff0;
    color: #fff;
}
.contact-block:hover .underline{
    background: #fff;
}
.contact-text{
    font-size: 14px;
}
.contact-block-p{
    font-size: 18px;
    color: #333;
    margin-top: 10px;
}
.contact-block:hover .contact-block-p{
    color: #fff;
}
.map-right{
    background: #f9f9f9;
    padding: 40px;
    height: 500px;
}
.map-div .row{
    margin: 0;
}
.map-div .col-md-6{
    padding: 0;
}
.map-add{
    margin-bottom: 20px;
}
.map-div-l{
    display: inline-block;
    *zoom: 1;
    *display: inline;
    background: url(../img/icons-bg.png);
    width: 68px;
    height: 77px;
    text-align: center;
    line-height: 84px;
    color: #fff;
    margin-right: 20px;
}
.map-div-r{
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: top;
    width: 75%;
}
.map-div-r-t{
    font-size: 20px;
    color: #1eaff0;
    margin: 10px 0;
}
.map-div-r-p{
    font-size: 14px;
    line-height: 1.8;
}
@media(max-width:500px){
    .contact-block {
        padding: 30px 0;
        margin-bottom: 30px;
    }
}
@media(min-width:500px) and (max-width: 767px){
    .contact-phone{
        padding-left: 50px;
        padding-right: 50px;
    }
}
@media(max-width:767px){
    .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        background: #fff;
        opacity: .8;
    }
    .swiper-pagination-bullet-active {
        background: #2498cc;
    }
    .brands img{
        max-width: 80%;
    }
    .service-t{
        font-size: 16px;
        margin-bottom: 20px;
        margin-top: 10px;
    }
    .service-t-p{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .bus, .metro, .taxi {
        font-size: 20px;
    }
    .contact-t {
        margin-bottom: 5px;
    }
    .how-way{
        margin-bottom: 20px;
    }
    .contact-t-cn {
        font-size: 24px;
    }
    .contact-t-en {
        font-size: 16px;
    }
}
@media(min-width: 768px) and (max-width: 1199px){
    .contact-t-cn {
        font-size: 32px;
    }
    .contact-t-en {
        font-size: 18px;
    }
}
@media(min-width:1200px){
    .how-way-cont p{
        width: 90%;
    }
}