@charset "utf-8";

/* CSS Document */

.dock {
    position: fixed;
    right: 0px;
    width: 50px;
    -moz-opacity: 0.7;
    opacity: 0.7;
    z-index: 200;
}

.dock1 {
    position: fixed;
    right: 0px;
    width: 50px;
    height: 50px;
    -moz-opacity: 0.7;
    opacity: 0.7;
    z-index: 200;
    top: calc(50% - 25px)
}

.dock.close {
    z-index: 50;
}

.dock1 ul.icons {
    height: 50px;
}

.dock ul.icons,
.dock1 ul.icons {
    position: absolute;
    list-style: none;
    right: 0px;
    padding: 0px;
    width: 50px;
    border: 1px solid #333;
    border-right: none;
    background: #111;
    -moz-border-radius: 10px 0 0 10px;
    -webkit-border-radius: 10px 0 0 10px;
    border-radius: 10px 0 0 10px;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.dock.close ul.icons {
    right: -70px;
    border-radius: 0;
}

.dock ul.icons li i,
.dock1 ul.icons li i {
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
    background: url(../images/icons.png) no-repeat;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    z-index: 210;
}

.dock ul.icons li.active i {
    -moz-opacity: 0.4;
    opacity: 0.4;
}

.dock ul.icons li.up i {
    background-position: -63px -150px;
}

.dock ul.icons li.tel i {
    background-position: -62px -108px;
}

.dock1 ul.icons li.tel i {
    background-position: -62px -108px;
}

.dock ul.icons li.im i {
    background-position: -63px -20px;
}

.dock ul.icons li.wechat i {
    background-position: -59px -66px;
}

.dock ul.icons li.down i {
    background-position: -63px -190px;
}

.dock ul.icons li p {
    display: block;
    position: absolute;
    top: 50px;
    right: -260px;
    padding: 15px 15px;
    height: 120px;
    color: White;
    line-height: 30px;
    border: 1px solid #333;
    border-right: none;
    background: #111;
    -moz-border-radius: 10px 0 0 10px;
    -webkit-border-radius: 10px 0 0 10px;
    border-radius: 10px 0 0 10px;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .4s ease-in-out .1s;
    -moz-transition: all .4s ease-in-out .1s;
    -ms-transition: all .4s ease-in-out .1s;
    -o-transition: all .4s ease-in-out .1s;
    transition: all .4s ease-in-out .1s;
    overflow: hidden;
    z-index: 201;
}

.dock ul.icons li.active p {
    right: 50px;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
}

.dock ul.icons li.tel p {
    width: 150px;
    height: 130px;
    line-height: 25px;
    font-size: 14px;
}

.dock ul.icons li.im p {
    width: 150px;
    height: 130px;
    line-height: 25px;
    font-size: 14px;
}

.dock ul.icons li.im p a {
    display: block;
    margin-top: 12px;
    width: 80px;
    height: 30px;
    line-height: 27px;
    color: #f00;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #f00;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.dock ul.icons li.im p a:hover {
    color: #fff;
    background: #f30;
    border: 1px solid #f00;
}

.dock ul.icons li.wechat p {
    width: 150px;
    height: 150px;
    line-height: 25px
}

.dock ul.icons li.wechat p img {
    border: 2px solid #000;
    max-width: 115px
}

.dock a.switch {
    position: absolute;
    display: block;
    top: 270px;
    right: 11px;
    width: 26px;
    height: 26px;
    background: url(../images/icons.png) no-repeat 0px -640px;
    cursor: pointer;
    -webkit-transition-delay: .15s;
    -moz-transition-delay: .15s;
    -ms-transition-delay: .15s;
    -o-transition-delay: .15s;
    transition-delay: .15s;
    transition: all .5s;
}

.dock a.switch:hover {
    transform: rotate(180deg);
}

.subTitleWrap {
    text-align: center;
    margin-top: 6px;
}

.dividingLine {
    display: inline-block;
    width: 50px;
    border-top: 1px solid #808080;
    vertical-align: 5px;
    background: #999999;
}

.subTitleText {
    font-size: 18px;
    line-height: 18px;
    font-weight: normal;
    font-family: 微软雅黑;
    color: rgb(0, 0, 0);
    padding: 0 15px;
}

.mian-vehicle .product,
.mian-tiem .product {
    display: flex;
    flex-wrap: wrap;
}

.mian-vehicle .product>div {
    margin-right: 20px;
    width: 277px;
}

.mian-tiem .product>div {
    margin: 10px 20px 10px 20px;
    width: 350px;
    margin-top: 0;
}

.mian-vehicle .product div div {
    overflow: hidden;
    text-align: center;
    width: 277px;
    border: 1px rgb(181, 22, 33) solid;
}

.mian-vehicle .product div img,
.mian-tiem .product div img {
    transition: all .6s;
    max-width: 100%;
}

.mian-vehicle .product div p,
.mian-tiem .product div p {
    text-align: center;
}

.mian-vehicle .product div p a {
    font-weight: bold;
    color: #000000;
    font-size: 16px;
    line-height: 35px;
}

.mian-tiem .product div p {
    line-height: 20px;
    padding: 5px 0;
    margin-bottom: 0;
    font-size: 15px;
    color: rgb(224, 18, 31);
}

.mian-tiem .product div p a {
    color: rgb(224, 18, 31);
    font-size: 15px;
}

.mian-vehicle .product div img:hover,
.mian-tiem .product div img:hover {
    transform: scale(1.2);
}

.mian-tiem .product div div {
    border: 3px solid #808080;
    overflow: hidden;
}

.mian-vehicle .product div:nth-child(4n) {
    margin-right: 0;
}

.mian-case {
    margin: 15px 0 0;
    background: url(//20425017.s21i.faiusr.com/2/ABUIABACGAAghPqn3AUo5ommvAEwwAw42AQ.jpg) repeat top, transparent;
    padding: 15px 0 20px;
    background-attachment: fixed;
}

.mian-tiem .more a {
    margin: 5px auto 40px;
}

.mian-vehicle .more a {
    margin: 5px auto 10px;
}

.mian-case .cases .col-xs-6>div {
    background-color: #fff;
    height: 200px;
    padding: 10px 5px;
}

.mian-case .cases .col-xs-6>div {
    display: flex;
    flex-wrap: wrap;
}

.mian-case .cases .col-xs-6>div div {
    width: 289px;
    margin-left: 10px;
}

.mian-case .cases .col-xs-6>div img {
    width: 260px;
    height: 180px;
}

.mian-case .cases .col-xs-6>div h5 {
    margin: 5px 0 10px;
    font-size: 15px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mian-case .cases .col-xs-6>div p {
    height: 120px;
    text-align: justify;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.webFooterTable {
    color: #fff;
}

.webFooterTable h4,
.webFooterTable h3 {
    margin-top: 0;
}

.webFooterTable h3 {
    font-weight: bold;
    font-size: 30px;
}

.webFooterTable span {
    display: flex;
    font-size: 26px;
    font-weight: bold;
    align-items: center;
}

.webFooterTable .row .col-xs-4 span img {
    margin-right: 10px;
}

.mian-contact .map .title {
    background: url(//1.s60i.faiusr.com/4/406/AJYDCAQQ_d_OvgUYoOO8zgY.png) no-repeat left, transparent;
    height: 40px;
    margin: 0 0 5px;
    line-height: 40px;
    padding-left: 15px;
    color: #c40000;
    font-size: 16px;
    border-bottom: 1px solid #999;
}

.mian-contact .con {
    padding-top: 37px;
}

.mian-contact .con h3 {
    font-size: 24px;
    margin-top: 0;
}

.mian-contact .con span {
    color: #d81b1b;
    font-size: 22px;
    font-weight: bold;
}

.mian-contact .con p {
    margin: 10px 0 0 0;
}

.mian-contact .con font {
    color: #d81b1b;
}

.mian-new {
    background-color: #e4e4e4;
    padding: 20px 0;
}

.blog_l {
    width: 344px;
    height: 314px;
    margin-right: 30px;
    background-color: #FFF
}

.blog_r {
    width: 724px;
    height: 314px;
    padding: 0;
}

.blog_sel {
    height: 40px;
    line-height: 40px;
    margin-bottom: 30px;
    text-align: center
}

.blog_sel a {
    color: #333;
    font-size: 16px;
    width: auto;
    padding: 0 33px
}

.blog_sel a.blog_on {
    color: #d3001e;
    background: url(../images/blog_cur.jpg) no-repeat bottom;
    padding-bottom: 16px
}

.blog_img {
    position: relative;
    width: 344px;
    height: 168px;
}

.blog_img img {
    display: block;
    width: 344px;
    height: 168px;
}

.blog_infor {
    padding: 16px 12px 0 12px
}

.blog_title a,
.blog_Rmore b {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.blog_title a {
    color: #d3001e;
    font-size: 16px;
    font-weight: bold;
    display: block
}

.blog_intro {
    color: #818181;
    line-height: 26px;
    height: 54px;
    overflow: hidden;
    padding-top: 6px;
    margin-bottom: 6px;
    text-align: justify;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blog_wel span {
    font-family: Arial;
    color: #666;
    padding-left: 20px;
    margin-right: 20px
}

.blog_wel1 {
    background: url(../images/blog_icon1.png) no-repeat left
}

.blog_wel2 {
    background: url(../images/blog_icon2.png) no-repeat left
}

.blog_list {
    width: 100%;
    height: 100%;
}

.blog_list ul {
    width: 100%;
}

.blog_list li {
    float: left;
    margin: 0 34px 22px 0;
    display: inline;
    background-color: #FFF;
    position: relative;
    width: 344px;
    height: 90px
}

.blog_list li:nth-child(2n) {
    margin-right: 0;
}

.blog_list li a {
    display: block;
    width: 344px;
    height: 90px;
    padding: 14px 24px 14px 18px;
    border: 2px solid #FFF
}

.blog_list li a span {
    display: block;
    cursor: pointer;
    color: #888;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blog_Rtime {
    width: 58px;
    height: 58px;
    padding-top: 10px;
    background-color: #969393;
    text-align: center
}

.blog_Rtime em,
.blog_Rtime b {
    display: block;
    font-family: Arial;
    color: #FFF
}

.blog_Rtime b {
    font-size: 24px;
    height: 24px;
    line-height: 24px;
}

.blog_Rtime em {
    font-style: normal
}

.blog_Rmore {
    width: 230px
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.blog_Rmore b {
    color: #333;
    display: block;
    width: 230px;
    height: 24px
}

.blog_Rmore span {
    line-height: 18px;
    height: 36px;
    overflow: hidden
}

.blog_list li a .blog_more {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(../images/blog_mbd.jpg) no-repeat;
    width: 12px;
    height: 12px;
    display: none
}

.blog_list li a:hover {
    border: 2px solid #d3001e
}

.blog_list li a:hover .blog_more {
    display: block
}

.blog_list li a:hover .blog_Rtime {
    background-color: #c70c1f
}

.blog_list li a:hover .blog_Rmore b {
    color: #c70c1f
}

.blog_infTop {
    height: auto;
    overflow: hidden;
    padding-bottom: 4px
}

.blog_time {
    width: 72px;
    height: 68px;
    background-color: #c70c1f;
    z-index: 10
}

.blog_time span {
    display: block;
    font-family: Arial;
    color: #FFF;
    width: 72px;
    height: 34px;
    line-height: 34px;
    text-align: center
}

.blog_y {
    font-size: 30px
}

.blog_day {
    background-color: #a80011
}

.blog_infR {
    width: 230px
}

.blog_title {
    padding: 6px 0 8px
}

.blog_infR .blog_title a {
    display: block;
    height: 24px
}

.webFooterTable {
    padding-top: 50px;
    height: 250px;
    margin-top: 40px;
    background: url(//13370474.s61i.faiusr.com/2/AD0I6oiwBhACGAAgzt_bxwUo8KXVswcw-g44jQM.jpg) no-repeat center, rgb(53, 53, 53);
}

.webFooterTable .row .col-xs-4 div {
    display: flex;
    flex-wrap: wrap;
}

.webFooterTable .row .col-xs-4 {
    border-right: 1px solid #999999;
}

.webFooterTable .row .col-xs-4 div h5 {
    width: 180px;
    margin: 5px 0;
    color: #939393;
}

.webFooterTable .row .col-xs-4:nth-child(3) p {
    color: #939393;
}

.webFooterTable .row .col-xs-4:nth-child(3) {
    border-right: 0;
}

.blog_selCon>div {
    display: flex!important;
    flex-wrap: wrap;
    width: 1100px;
    margin: 0 auto;
    padding-bottom: 30px;
}

.sitecopy {
    margin-top: 40px;
    text-align: center;
    color: #939393;
}

.sitecopy a {
    color: #939393;
}

@media (max-width: 768px) {
    .mian-tiem .product>div {
        margin: 10px 0 10px;
        width: 100%;
        margin-top: 0;
    }
    .mian-vehicle .product>div {
        width: 48%;
        margin-right: 4%;
    }
    .mian-vehicle .product div div {
        width: 100%;
    }
    .mian-vehicle .product div:nth-child(2n) {
        margin-right: 0;
    }
    .mian-case,
    .blog_sel,
    .mian-contact .map,
    .mian-contact .con h3 {
        display: none;
    }
    .blog_selCon>div {
        width: 100%;
        padding-bottom: 10px;
    }
    .blog_r {
        height: auto;
    }
    .blog_l {
        margin-right: 0;
        width: 100%;
        height: auto;
    }
    .blog_list li {
        margin: 10PX 0 0;
        width: 100%;
    }
    .blog_list li a {
        width: 100%;
    }
    .blog_list li a span.blog_Rmore {
        width: calc(100% - 70px);
    }
    .mian-contact .con {
        width: 100%;
        padding-top: 0;
    }
    .webFooterTable .row {
        display: none;
    }
    .webFooterTable {
        height: auto;
        padding: 10px;
    }
    .sitecopy {
        margin-top: 0;
    }
    .blog_img,
    .blog_img img {
        width: 100%;
        height: auto;
    }
    .blog_infR {
        margin-left: 20px;
    }
    .blog_infTop {
        display: flex;
        justify-content: flex-start;
    }
}