@charset "utf-8";

/*全局控制*/
*{box-sizing: border-box;}
body{margin:0;padding:0;font-size:12px;line-height:22px;font-family:"微软雅黑",Arial;-webkit-text-size-adjust:none;background: #f3f3f3;}
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,p{margin:0;padding:0;}
input,select,textarea{font-size:12px;line-height:16px;}img{border:0;}ul,li{list-style-type:none;}
a{color:#333;text-decoration:none;}
a:hover{text-decoration:none;}
.tc{text-align:center;}.tl{text-align:left;}.tr{text-align:right;}
.dis{display:block;}.undis{display:none;}
.fl{float:left;}.fr{float:left;}.cl{clear:both;}.fb{font-weight:bold;}.fnb{font-weight:200;margin-left:-1px;}
.hr_1,.hr_10{font-size:1px;line-height:1px;clear:both;}
.hr_1{height:1px;}.hr_10{height:10px;}
input[type="text"]:focus,input[type="password"]:focus,textarea:focus{outline:none;}

.p .public-btn{
    margin: 50px auto 0;
}

/* 通用标题 */
.public-title{
    line-height: 2.5;
    text-align: center;
    font-weight: bold;
    margin-bottom: 40px;
}
.public-title h3{
    font-weight: bold;
    font-size: 24px;
    color: #333;
}
.public-title p{
    font-size: 16px;
    color: #a62d32;
}
.public-btn{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    padding:0 30px;
    border:1px solid #000;
    color: #000;
    font-size: 14px;
}
.public-btn:hover{
    background: #a62d32;
    color:#fff;
    border-color:#a62d32;
}

.h-top{
    background: #c1484d;
    height: 42px;
    line-height: 42px;
}
.h-top .l-r-box{
    overflow: hidden;
    color:#fff;
    font-size: 16px;
}
.h-top .l-r-box .left-text{
    overflow: hidden;
    padding-left: 15px;
}
.h-top .l-r-box .left-text .text{
    float: left;
    padding:0 65px;
    height: 38px;
    line-height:38px;
    position: relative;
}
.h-top .l-r-box .left-text .text::before{
    content: '';
    position: absolute;
    top: 5px; right: 0; bottom: 0; left: 0;
    background: rgba(255,255,255,0.3);
    transform: skewX(-45deg);
    z-index: 0;
}
.h-top .l-r-box .news-swiper{
    height: 42px;
    float: left;
    margin-left: 25px;
}
.h-top .l-r-box .swiper-slide>a{
    color:#fff;
    font-size: 14px;
}
.h-top .right-text>a{
    color:#fff;
    font-size: 14px;
}
.h-top .right-text>a:first-child{
   display: inline-block;
   margin-right: 5px;
   border-radius: 5px;
   height: 30px;
   line-height: 30px;
   padding:0 10px;
   border:1px solid #fff;
}

.h-nav{
    height: 100px;
    line-height: 100px;
}
.h-nav .navbar-default{
    background: none;
    border:0;
    background: #282828;
    margin-bottom: 0;
    border-radius: 0;
}
.navbar-default .navbar-collapse{
    overflow: hidden;
}
.h-nav  .navbar-brand{
    padding:0;
    display: block;
    height: 100px;
    line-height: 100px;
}
.h-nav  .navbar-brand>img{
    display: inline;
    vertical-align: middle;
}
.h-nav .navbar-default .navbar-nav>li>a{
    line-height: 100px;
    font-size: 20px;
    color:#fff;
    padding:0 10px;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
    background: #c1484d;
    color:#fff;
}
.collapse{
    padding: 0;
}
.collapse::after{
    content: "";
    clear: both;
    height: 0;
    display: block;
}

.h-nav-right{
    float: right;
}
.h-nav-right a{
    font-size:16px;
    color: #fff;
    padding:0 10px;
    margin-left: 10px;
}
.h-nav-right .r-btn{
    border-radius: 5px;
    font-size: 14px;
    padding:5px 10px;
}
.h-nav-right .dl{
    background: #c1484d;
    border:1px solid #c1484d;
}
.h-nav-right .zc{
    border:1px solid #fff;
}
.h-nav-right .language{
    font-size: 14px;
    position: relative;
    padding-right: 15px;
}
.h-nav-right .language::after{
    background:url(../images/sjx.png) no-repeat;
    background-size: 10px;
    width: 10px;
    height: 10px;
    display: inline-block;
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-45%);
    right: 0;
}

.scroll-slide .swiper-pagination-bullet,.swiper-news .swiper-pagination-bullet{
    width: 20px;
    height: 20px;
    border-radius: 0;
    color:#fff;
    line-height: 20px;
    text-align: center;
}
.scroll-slide .swiper-pagination-bullet-active,.swiper-news .swiper-pagination-bullet-active{
    background: #000;
}
.scroll-slide .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin:0 2px;
}
.swiper-news .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin:0 2px;
}

section{
    padding:25px 0;
    background: #fff;
}

/* about */
.about{
    background: #ebebeb;
}
.about .about-text{
    padding:20px;
    color:#999;
    line-height: 2;
    text-align: justify;
}
.about .a-left,.about .a-right{
    padding:0;
    overflow: hidden;
}
.about .r-img{
    width: 200px;
    height: 200px;
    display: block;
    float: left;
}
/* // about */

/* advantage */
.advantage .adv-item{
   margin-bottom: 20px;
}
.advantage .adv-item .box{
    padding:20px;
    border:1px solid #c1484d;
    min-height: 240px;
}
.advantage .adv-item img{
    width: 80px;
    display: block;
    margin: 0 auto;
    transition: all 0.5s;
}
.advantage .adv-item:hover img{
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.advantage .adv-text{
    text-align: center;
}
.advantage .adv-text .title{
    font-size: 20px;
    color:#333;
    padding:10px 0;
    -webkit-transition:all 0.3s;
    transition:all 0.3s;
}
.advantage .adv-item:hover .title{
    color:#c1484d;
}
.advantage .adv-text .desc{
    font-size: 15px;
    color:#666;
    line-height: 1.5;
    text-align: left;
}
/* //advantage */

/* news */
.news{
    background-image: url(../images/news_bg.png);
    background-repeat: repeat;
}

.news .news-left .news-item{
    padding:13px 20px;
    display: flex;
    align-items: center;
    border-bottom:1px dashed #ccc;
}
.news .news-left .news-item .time{
    color:#fff;
    text-align: center;
    width: 60px;
    height: 60px;
    line-height: 1.4;
    background: #c1484d;
}
.news .news-left .news-item .time .t-text{
    font-weight: bold;
    font-size: 26px;
}
.news .news-left .news-item .time .b-text{
    font-size: 12px;
}
.news .news-left .news-item .news-inof{
    flex:1;
    overflow: hidden;
    padding-left: 20px;
}
.news .news-left .news-item .news-inof .news-title{
    color:#333;
    width: 100%;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    -webkit-transition:all 0.3s;
    transition:all 0.3s;
}
.news .news-left .news-item .news-inof .news-title:hover{
    color:#a62d32;
}
.news .news-left .news-item .news-inof .news-desc{
    font-size: 12px;
    color:#999;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    text-overflow: ellipsis;
    max-height: 44px;
}
.news .news-right{
    overflow: hidden;
}
.news .news-right .swiper-news{
    overflow: hidden;
    position: relative;
}
.news .news-right .swiper-pagination2{
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}
/* //news */

/* business */
.business{
   background: #ebebeb;
}
.business .business-item .t-text{
    height: 70px;
    line-height: 70px;
    text-align: center;
    color:#fff;
    background: #c1484d;
    font-size: 22px;
}
.business .business-item .graphics{
    background: rgba(255,255,255,0.4);
    padding:30px 10px;
}
.business .business-item .graphics .round{
    width: 128px;
    height: 128px;
    border-radius: 50%;
    line-height: 128px;
    text-align: center;
    background: #c1484d;
    color:#fff;
    font-size: 20px;
    margin:0 auto;
}
.business .business-item .graphics .round-btn{
    height: 50px;
    line-height: 50px;
    background: #c1484d;
    color:#fff;
    font-size: 16px;
    border-radius: 5px;
    display: block;
    width: 90%;
    text-align: center;
    margin:30px auto 0;
    -webkit-transition:all 0.3s;
    transition:all 0.3s;
}
.business .business-item .graphics .round-btn:hover{
    background: #74070c;
}
.business .business-item .b-item{
    height: 50px;
    line-height: 50px;
    padding:0 0 0 20px;
    background: #fff;
    border-bottom:1px solid #eee;
    font-size: 14px;
    color:#666;
}
/* //business */

/* case */
.case{
    background: #fff;
}
.case  ul div.active{
    height: 50px;
    line-height: 50px;
    color: #fff;
    background: #c1484d;
    font-size: 14px;
    display: block;
    text-align: center;
    margin-bottom: 2px;
}
.case  ul li .case-l-t{
    height: 50px;
    line-height: 50px;
    background: #dedede;
    font-size: 14px;
    color:#333;
    display: block;
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.case  ul li .case-l-t:hover{
    background: #c1484d;
    color:#fff
}
.case ul li:not(:last-child){
    margin-bottom: 2px;
}/*
.case  ul li .case-l-t.active{
    background: #c1484d;
    color:#fff
}*/
.case .case-item:hover .mask{
    opacity: 1;
    filter: alpha(opacity=1);
    -webkit-transform: scale3d(1,1,1);
    -moz-transform: scale3d(1,1,1);
    -ms-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}
.case .case-item:hover .text-nowrap{
    color:#c1484d;
}
.case .case-item{
    margin-bottom:10px;
}
.case .case-item-img{
    width: 100%;
    position: relative;
 }
.case .case-item-img img{
    width: 100%;
}
.case .case-item-img .mask{
      -webkit-transform: scale3d(0,0,1);
      -moz-transform: scale3d(0,0,1);
      -ms-transform: scale3d(0,0,1);
      transform: scale3d(0,0,1);
      position: absolute;
      top: 0;
      left: 0;
      background: #000;
      width: 100%;
      height: 100%;
      opacity: 0;
      filter: alpha(opacity=0);
      background: rgba(0,0,0,.5);
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
}
.mask .glyphicon {
    color: #fff;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.case .case-item-name{
    text-align: center;
    padding: 10px 5px;
}
.case .case-item-name span{
    font-size: 14px;
    color:#333;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    line-height: 1.2;
}
.case .case-r{
    padding:0;
}
/* //case */

/* business */
.shops{
    background: #282828;
}
.shops .swiper-shops {
    overflow: hidden;
    position: relative;
}
.shops .row{
    margin:0;
}
.shops .shops-item{
    margin-bottom: 10px;
}
.shops .shops-item-img{
    overflow: hidden;
}
.shops .shops-item img{
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.shops .shops-item:hover img{
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.shops .shops-item-name{
    color:#fff;
    height: 50px;
    line-height: 50px;
    padding:0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    text-align: center;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.shops .shops-item:hover .shops-item-name{
    color:#c1484d;
}
.shops .swiper-slide{
    padding:0 60px;
}
.shops .p .public-btn{
    background: #fff;
    color:#000;
    border-color: #000;
}
.shops .p .public-btn:hover{
    background: #c1484d;
    color:#fff;
    border-color: #c1484d;
}
/* //business */

/* contact */
.contact{
    background:#fff;
}
.contact .contact-left{
    padding-left: 100px;
}
.contact .contact-left .top{
    display: flex;
    align-items: center;
}
.contact .contact-left .top image{
    display: block;
}
.contact .contact-left .top .text{
    padding-left: 10px;
}
.contact .contact-left .top .text p{
    font-size: 18px;
    color:#333;
    line-height: 1.5;
}
.contact .contact-left .bottom{
    margin-top: 20px;
}
.contact .contact-left .bottom p{
    font-size: 16px;
    color:#333;
    line-height: 2;
}
/* //contact */

/* message */
.message .message-left .b-group{
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.message .message-left .b-group .form-group{
    width: 40%;
    float: left;
}
.message .message-left .b-group .form-group:last-child{
    width: 15%;
    padding-top: 25px;
}
.message .message-left .b-group .form-group:last-child button{
    width: 100%;
}
/* //message */

/* links */
.links{
    background: #f0eced;
}
.links .swiper-links{
    overflow: hidden;
    position: relative;
}
.links .swiper-links .swiper-slide{
    overflow: hidden;
    padding: 0 60px;
}
.links .swiper-links .links-item{
    width: 20%;
    float: left;
    padding:5px;
}
.links .swiper-links .links-item .links-item-img{
    width: 100%;
    margin:0 auto;
}
.links .swiper-links .links-item .links-item-img img{
    width: 100%;
}
/* //links */

/* footer */
footer{
    background: #282828;
    padding:30px 0;
}
.flex-box{
    display: flex;
    align-items: center;
}
footer .footer-left .f-nav{
    padding-left: 20px;
}
footer .footer-left .f-nav a{
    font-size: 14px;
    color:#fff;
    padding:0 8px;
}
footer .footer-left .f-nav a:hover{
    color:#e62c0c;
}
footer .footer-left .f-nav a:not(:last-child){
    border-right:1px solid #fff;
}
footer .footer-left  .web-info{
    font-size: 14px;
    color:#fff;
    line-height: 1.5;
    margin-top: 10px;
}
footer .f-phone{
    height: 50px;
    line-height: 50px;
    padding:0 30px;
    background: #ae2f35;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    color:#fff;
    width: 240px;
    padding-left: 50px;
    position: relative;
    font-size: 16px;
    margin-top: 50px;
}
footer .f-phone i{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #9d292b;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* footer */

/* 右侧浮动 */
.yb_conct{display:none;position:fixed;z-index:9999999;top:200px;right:-127px;cursor:pointer;transition:all .3s ease;}
.yb_bar ul li{width:180px;height:53px;font:16px/53px 'Microsoft YaHei';color:#fff;text-indent:54px;margin-bottom:3px;border-radius:3px;transition:all .5s ease;overflow:hidden;}
.yb_bar .yb_top{background:#ff4a00 url(../images/fixCont.png) no-repeat 0 0;}
.yb_bar .yb_phone{background:#ff4a00 url(../images/fixCont.png) no-repeat 0 -57px;}
.yb_bar .yb_phone a{color:#fff;}
.yb_bar .yb_QQ{text-indent:0;background:#ff4a00 url(../images/fixCont.png) no-repeat 0 -113px;}
.yb_bar .yb_ercode{background:#ff4a00 url(../images/fixCont.png) no-repeat 0 -169px;}
.hd_qr{/*padding:0 29px 25px 29px;*/display: block;  margin: 0 auto;}
.yb_QQ a{display:block;text-indent:54px;width:100%;height:100%;color:#fff;line-height:53px;-webkit-transition:all .3s;transition:all .3s;}

/* // 右侧浮动 */


@media (max-width: 768px){
    .h-nav .navbar-default .navbar-nav>li>a{
        font-size: 16px;
        height: 50px;
        line-height: 50px;
    }
    .h-nav-right{
        float: left;
        height: 50px;
        line-height: 50px;
    }
    .about .a-left{
        text-align: center;
    }
    .about .a-right{
        margin-top: 20px;
        text-align: center;
    }
    .about .a-left img{
        margin:0 auto;
    }
    .public-title h3{
        font-size: 20px;
    }
    .public-title p{
        font-size: 14px;
    }
    .business .business-item{
        margin-bottom: 15px;
    }
    .business .business-item .t-text{
        font-size: 18px;
    }
    .case .case-l ul{
        overflow: hidden;
    }
    .case .case-l ul li{
        width: 31%;
        float: left;
        margin:5px 1%
    }
    .case .case-r{
        margin-top: 20px;
    }
    .contact .contact-left{
        padding-left: 0;
    }
    .contact .contact-left .top{
        justify-content: center;
    }
    .contact .contact-left .top,.contact .contact-left .bottom{
        text-align: center;
    }
    .contact .contact-right img{
        margin:0 auto;
    }
    .contact-right img{
        margin:0 auto;
    }
}
@media (min-width: 640px){
    .mm-nav{
        display: none;
    }
}
@media (max-width: 640px){
    .mm-nav{
        color:#f9a8ab;
        width: 50px;
        height: 50px;
        border:1px solid #f9a8ab;
        line-height: 50px;
        border-radius: 50%;   
        position: absolute;
        top: 70px;
        right: 15px;
        font-size: 22px;
        text-align: center;
    }
    .h-top .l-r-box .left-text .text{
        padding:0 10px;
        font-size: 13px;
    }
    .h-top .l-r-box .news-swiper{
        margin-left: 10px;
    }
    .h-top .l-r-box .swiper-slide>a{
        font-size: 13px;
    }
    .public-title{
        margin-bottom: 20px;
    }
    .public-title h3{
        font-size: 16px;
    }
    .public-title p{
        font-size: 14px;
    }
    .public-title img{
        height: 25px;
    }
    .about .a-right .r-img{
        width: 33.33%;
        height: auto;
    }
    .about .a-right .r-img img{
        width: 100%;
    }
    .advantage .adv-item img{
        width: 40px;
    }
    .advantage .adv-text .title{
        font-size: 14px;
    }
    .advantage .adv-text .desc{
        font-size: 12px;
    }
    .case .case-r{
        padding:0 7.5px;
    }
    .case .case-r .case-item{
        padding:0 7.5px;
    }
    .p .public-btn{
        margin-top: 20px;
    }
    .shops .swiper-slide{
        padding: 0;
    }
    .shops .container .shops-item {
        padding:0 7.5px;
    }
    .shops .container .row{
        margin:0 -7.5px
    }
    .shops .container .shops-item .shops-item-img{
        width: 100%;
    }
    .shops .shops-item-name{
        font-size: 14px;
    }
    .contact .contact-left .bottom p{
        font-size: 14px;
    }
    .links .swiper-links .links-item{
        width: 33.33%;
    }
    .links .swiper-links .swiper-slide{
        padding:0;
    }
    footer .f-phone{
        margin-top: 20px;
    }
}












