
/*公共样式*/
.pagination{
    text-align: center;
    padding: 20px 0;
}
.pagination li{
    display: inline-block;
}
.pagination li a,.pagination li span{
    display: inline-block;
    width: 40px;
    height: 30px;
    border-radius: 2px;
    text-align: center;
    line-height: 30px;

}
.pagination .active{
    background-color: #c40001;
}
.pagination .active span{
    color: #ffffff;
}

.clearfix:after{
    content: "";
    clear: both;
    display: block;
}
.pull-left{
    float: left;
}
/* -------------------------------1首页样式开始 */
.sp-index-banner{
    width: 100%;
    overflow: hidden;
    position: relative;

   /* min-height: 900px;*/
}
.sp-index-banner img{
    display: block;
   /* position: relative;
    left: 50%;
    transform: translateX(-50%);*/
    width: 100%;
}
/* 电动爬坡机 */
.electrocar {
    position: absolute;
    left: 0;
    right: 0;

    margin: -80px auto 0;
    z-index: 100;
    width: 1200px;
    height: 320px;
    display: flex;
    justify-content: space-between;
}
.list-box {
    position: relative;
    width: 278px;
    height: 278px;
    overflow: hidden;
}
.list-box a{
    display: table-cell;
    vertical-align: middle;

}
.list-box img {
    width: 100%;
    position: relative;
}
.mask-box {
    opacity: 1;
    transition: all 0.5s ease 0s;
}
.mask-box p {
    color: #fff;
    text-align: center;
}
.mask-box .title {
    font-size: 20px;
    margin-top: 43%;
    margin-bottom: 6px;
}
.mask-box {
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
}
.list-box:hover .mask-box {
    opacity: 0;
    transition-delay: 0.1s;
}
/* 年终盛典 */
#grand-ceremony {
    margin: 0 auto;
    width: 1200px;
    height: 566px;
    padding-top: 248px;
    /* margin-top: 248px; */
}

#grand-ceremony .slideBox{
    position: relative;
}
#grand-ceremony .slideBox .slide-btn{
    position: absolute;
    top: 50%;
    margin-top: -44px;
    z-index: 3;
    width: 100%;
}
#grand-ceremony .slideBox .slide-btn a{
    position: absolute;
}
#grand-ceremony .slideBox .slide-btn .next{
    position: absolute;
    right: 0;
}
/* 新品上市 */
.new-arrival {
    position: relative;
    margin: 0 auto;
    width: 1200px;
    height: 752px;
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    z-index: 110;
}
.test:nth-child(1) {
    width: 370px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}
.test:nth-child(2) {
    width: 378px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}
.test:nth-child(3) {
    width: 394px;
}
.test:nth-child(1) img,.test:nth-child(2) img ,.test:nth-child(3) img{
    width: 100%;
}
.checkout {
    position: absolute;
    bottom: 82px;
    right:260px;
    color: #fff;
    border: 1px solid #fff;
    text-align: center;
    width: 100px;
    height: 30px;
    line-height: 30px;
    cursor:pointer;
}

.index-product .sp-item{
    margin-bottom: 20px;
    position: relative;
}
.index-product .sp-item .mask{
    position: absolute;
    box-sizing: border-box;
    padding: 20px;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    color: #ffffff;
    transition: opacity 0.8s;
}
.index-product .sp-item .mask:hover{
    opacity: 0;
}
.index-product .sp-item .mask .title{
    padding: 60px 0 10px;
    font-size: 20px;
}
/* 我们的服务背景 */
.service-bg {
    position: absolute;
    top: 2454px;
    width: 100%;
    height: 818px;
    left: 0;
    z-index:101;
}
.service-bg img {
    width: 100%;
    height: 100%;
}
/* 我们的服务 */
.service-box{
    margin-top: -96px;
    padding-top: 96px;
    background: url("/images/service_bg.jpg") no-repeat center 0;
    background-size: 1920px 100%;

}
.own-service {
    padding: 96px 0 0;
    position: relative;
    width: 1200px;
    height:669px ;
    margin: 0 auto;
    z-index: 103;
    box-sizing: border-box;

}
.own-service p {
    font-size: 20px;
    color: #fff;
    text-align: center;
}
.service-line {
    width:50px;
    height: 2px;
    background: #d1102b;
    margin: 0 auto;
    margin-top:8px;
}
.service-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.service-list-bg {
    width: 280px;
    height: 362px;
    background-color: #d1102b;
    text-align: center;
    margin-top: 50px;
}
.service-list-bg>div {
    padding-top: 50px;
}
.own-service .English {
    margin: 8px 0;
    font-size: 16px;
}
.own-service .checkout-more {
    margin: 0 auto;
    margin-top: 70px;
    width: 120px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #d1102b;
    color: #d1102b;
    text-align: center;
    font-size: 16px;
    cursor:pointer;
    display: block;
}
/* 解决方案处背景 */
.solution{
    background: url("/images/solution_bg.jpg") center no-repeat;
    background-size: 1920px;
    padding-top: 38px;
    height: 645px;
    box-sizing: border-box;
}
.solution-tit {
    position: relative;
    z-index: 120;

}
.solution-tit p {
   width: 1200px;
   margin: 0 auto;
   color:#fff;
   text-align: center;
   font-size: 18px; 
   margin: 0 auto;
}
/* .solution-tit .solution-text {
    margin-top: 100px;
} */
.solution-tit .solution-line {
    width: 50px;
    height: 1px;
    background-color: #fff;
    margin: 0 auto;
    margin-top: 10px;
}
.solution-nav {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 120;
    margin-top: 20px;
}
.solution-nav li {
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    padding: 8px 70px;
}
.solution-nav .current {
    background-color: #d1102b;
    border: none;
}
/* 轮播内容 */

sp-banner img{
    display: block;
}
.main-con {
    width: 1200px;
    height: 414px;
    margin: 0 auto;
    margin-top: 30px;
    position: relative;
    z-index: 120;
}
.content-list,#test1{
    height: 100% !important;
}
.pic-text {
    height: 100%;
    display: flex !important;
    justify-content: space-between !important;
}
.pic-text .list-pic {
    width: 612px;
    height: 100%;
}
.list-pic img {
    width: 100%;
    height: 100%;
}
.list-text {
    width: 588px;
    color: #fff;
    margin: 86px 0 0 40px;
}
.list-tit {
    font-size: 20px;
    margin-top: 10px;
}
.list-content {
    text-indent: 30px;
    line-height: 30px;
    margin: 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    padding: 0 50px 0 0;
}
.more-btn {
    display: inline-block;
    width: 162px;
    height: 34px;
    line-height: 34px;
    color: #fff;
    text-align: center;
    background-color: #d1102b;
    margin-top: 60px;
}
.more-btn:hover {
    color: #fff;
}
.main-con .layui-carousel>[carousel-item]>*,.main-con .layui-carousel{
    background-color: transparent !important;
}
.main-con .layui-carousel-ind {
    display: none;
}
/* 轮播按钮 */
.banner{
    position: relative;
    overflow: auto;
    width:1200px;
}
.banner .arrow{
    position:absolute;
    width:20px;
    height:37px;
    top: 50%;
    margin-top: -18px; 
    overflow: hidden;
    z-index: 2; 
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;  
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s; 
    transition: all 0.5s;
}
.banner #al{
    left:15px
}
.banner #ar{
    right:15px
}
.banner ul{
    z-index: 1;
    width: 600%;
    overflow: hidden;
}
.banner ul .slider-item {
    width:1200px; 
    float: left;
    height:414px;
    position: relative;
    overflow: hidden;
}
.unslider-arrow01,.unslider-arrow02,.unslider-arrow03,.unslider-arrow04 {
    position: absolute;
    top: 163px;
    z-index: 130;
}
.prev {
    left: 0;
}
.next {
    right: 0;
}
#swiper-2,#swiper-3,#swiper-4,#swiper-5{
    display: none;
}

/* 联系我们 */
.link-me-wrap{
    border-bottom: 1px solid #ffffff;
}
.link-me {
    width: 1200px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
   padding: 80px 0 70px;
    color: #fff;

}

.link-me .link-txt {
    font-size: 20px;
    display: inline-block;
    margin-right: 10px;
}
.link-me .link-english {
   color: #585858;
}
.link-line {
    width: 80px;
    height: 1px;
    background-color: #585858;
    margin: 20px 0;
}
.company {
    color: #d1102b;
    margin: 10px 0;
}
.company-info {
    display: flex;
    align-items: flex-start;
}
.company-info span {
    margin: 0;
    padding: 0;
}
.com-info-ri {
    margin-left: 20px;
}
.com-info-ri p {
    margin: 4px 0;
}
.link-ri {
    width: 52%;
}
.link-ri .layui-input,.link-ri .layui-textarea {
    background-color: transparent;
    color: #fff;
}
.link-ri .layui-btn {
    width: 236px;
    background-color: #d1102b;
}
/* 清除浮动 */
/* .clearfix:after,.clearfix:before{
    content: "";
    display: table;
}
.clearfix:after{
    clear: both;
}
.clearfix{
    *zoom: 1;
} */
/* ------------------------------- 2产品分类样式开始 */
.navigation {
    background: url(../../images/banner2.jpg) center center;
}
.navigation .index-img {
    width: 100%;
    height: 100%;
}
.tab-con {
    background-color: #fff;
    width: 100%;
    padding-top: 90px;
}
.tab-list {
    /* width: 400px; */
    width: 258px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.tab-list a {
    width: 50%;
    color: #fff;
    background-color: #c9c9c9;
    text-align: center;
    height: 40px;
    line-height: 40px;
}
.tab-list .tab-active {
    background-color: #d1102b;
}
.brand-list {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    margin-top: 60px;
}
.brand-list span,.functions span {
    margin: 0;
    padding: 0;
    color: #c1c1c1;
}
.brand-ri {
    width: 86%;
    display: flex;
    flex-wrap: wrap;
    margin-top: -7px;
    padding-left: 6px;
}
.brand-ri li {
    width: 84px;
    padding: 4px;
    height: 40px;
    margin: 10px 4px;
    border: 1px solid #dedede;
}
.brand-ri li img {
    width: 100%;
    height: 100%;
}
.functions {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    align-items: center;
    padding: 10px 0;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
}
.functions span{
    display: inline-block;
    padding: 10px 0;
    position: absolute;
}
.functions>ul {


    /*justify-content: space-between;*/
    align-items: center;
    padding-left: 70px;
}
.functions>ul li{
    display: inline-block;
    color:#c3c3c3
}
.functions>ul li a{
    display: inline-block;
    padding: 10px 20px;
}
.functions-product-list {
    width: 1200px;
    /* border: 1px solid #dedede; */
    margin: 0 auto;
    margin-top: 30px;
}
.functions-product-list ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.functions-product-list ul li {
    position: relative;
    width: 380px;
    height: 370px;
    margin: 10px 9px;
}

.fun-pic {
    width: 100%;
    height: 100%;

}
.functions-bottom-tips {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    height:50px;
    line-height: 50px;
    color: #fff;
    background-color:#d13334;
    opacity: 0.9;
}
.functions-mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    opacity: 0;
}
.fun-list {
    color: #fff;
}
.fun-search img {
    width: 97px;
    height: 96px;
}
.fun-search {
    text-align: center;
    margin-top: 70px;
    margin-bottom: 20px;
    opacity: 0;
	transition: all 0.2s ease 0s;
}
.fun-tit {
    margin: 6px 0;
    font-size: 18px;
    opacity: 0;
	transition: all 0.2s ease 0s;
}
.fun-content {
    opacity: 0;
	transition: all 0.2s ease 0s;
}
.fun-btn {
    margin-top: 10px;
}
.fun-btn a {
    color: #fff;
    display: inline-block;
    width: 90px;
    height: 26px;
    line-height: 26px;
    border: 1px solid #dedede;
    opacity: 0;
	transition: all 0.2s ease 0s;
}
/* hover效果 */
.fun-list li:hover .functions-bottom-tips {
    opacity: 0;
}
.fun-list li:hover .functions-mask {
    background-color:#d13334;
    opacity: 0.9;
}
.fun-list li:hover .fun-search {
    opacity: 1;

}
.fun-list li:hover .fun-tit {
    opacity: 1;

}
.fun-list li:hover .fun-content{
    opacity: 1;

}
.fun-list li:hover .fun-btn a{
    opacity: 1;

}
/*  分页*/
#page {
    text-align: center;
}
#page .layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #c40001;
}

/* ------------------------------- 3产品详情样式开始 */
.product-detail {
    background-color: #fff;
    padding-top: 40px;
    padding-bottom: 80px;
}

.crumbs-nav {
    width: 1200px;
    margin: 0 auto;
    padding: 6px 0;
    margin-bottom: 20px;
}
.crumbs-nav span {
    color: #686868;
    display: inline-block;
    margin-right: 6px;
}
.crumbs-nav .crumbs-active {
    color: #c40001;
}
.pro-content {
    width: 1200px;
    margin: 0 auto;
    display: flex;
}
.pro-pic {
    width: 488px;
    height: 380px;
    padding-top: 20px;
    text-align: center;
}
.pro-pic img {
    width: 100%;
    max-width: 370px;
}
.pro-con {
    padding-left: 30px;
    width: 600px;
    padding-top: 20px;
}
.pro-con .pro-title {
    width: 350px;
    font-size: 20px;
    color: #686868;
    border-bottom: 1px solid #f6f6f6;
    padding-bottom: 10px;
}
.pro-price {
    padding: 10px 0;
}
.Y-price {
    color: #686868;
    text-decoration-line: line-through;
}
.S-price {
    color: #c40001;
    font-size: 20px;
   /* margin-left: 10px;*/
}
.pro-info {
  margin-top: 10px;  
  color: #686868;
  line-height: 26px;
}
.pro-style {
    display: flex;
    align-items: flex-start;
}
/*.CON {*/
    /*display: flex;*/
    /*flex: 1;*/
/*}*/
.pro-style span {

}
.pro-style p{
    display: flex;
    flex: 1;
}
.product-btn {
    width: 120px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #c40001;
    color: #fff;
    margin-top: 50px;
}
.product-btn a{
    color: #ffffff;
}
.pro-detial{
    width: 1202px;
    margin: auto;
}
.pro-detial .title{
    padding: 20px 0;
}
.pro-detial .title span{
    width: 120px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background-color: #c40001;
    display: inline-block;
}
.pro-detial .pro-detial-content img{
    max-width: 900px;
    display: block;
    margin: auto;
}
.hot-recommend-tit {
    width: 1200px;
    margin: 0 auto;
    border-bottom: 1px solid #f6f6f6;
    margin-top: 80px;
    margin-bottom: 30px;
}
.hot-recommend-tit p {
    width: 120px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background-color: #c40001;
}
.hot-recommend-list {
    width: 1202px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border: 1px solid #dedede;
}
.hot-recommend-list li {
    width: 380px;
    height: 370px;
    position: relative;
    margin: 10px;
}
.hot-recommend-list p {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    height:50px;
    line-height: 50px;
    color: #fff;
    background-color:#d13334;
    opacity: 0.9;
}
/* ------------------------------- 4解决方案样式开始 */
.list-info {
    width: 100%;
    background-color: #fff;
    padding: 20px 0;
}
.solve-inner {
    width: 1200px;
    margin: 0 auto;
}
.solve-list .solve {
    color: #c40001;
}
.solve-list .list-tit {
    color: #777;
}
.solve-list .list-content {
    color:#686868;
}
.solve-list .unslider-arrow01,.solve-list .unslider-arrow02,.solve-list .unslider-arrow03,.solve-list .unslider-arrow04 {
    background-color: #b2b2b2;
}
.solve-inner>p {
    padding: 10px 0;
    color: #444;
    font-size: 20px;
}
.list-info:nth-child(2n){
    background-color: #f0f1f5;
}
.list-info:last-child {
    padding-bottom: 40px;
}
.fitness-materials {
    background-color: #fff;
}
.materials-text {
    text-align: center;
    font-size: 20px;
    color: #444;
    padding-top: 20px;
}
.materials-line {
    width: 80px;
    height: 2px;
    background-color: #c40001;
    margin: 0 auto;
    margin-top: 6px;
}
.fitness-list-wrap{
    width: 1200px;
    overflow: hidden;
    margin: auto;
   position: relative;
}
.fitness-list-wrap>img{
    position: absolute;
    top: 46%;
}
.fitness-list-wrap .peizhi-right{
    right: 0;
}
.fitness-list {
    white-space: nowrap;
    position: relative;
}
.fitness-list li {
    display: inline-block;
    box-sizing: border-box;
    width: 400px;
    white-space: normal;
    vertical-align:top;
}
.fitness-list li a{
    padding: 12px;
    display: inline-block;
    position: relative;
    width: 100%;
    box-sizing: border-box;
}
.fitness-list li img {
    width: 100%;
    height: 100%;
}
.fitness-inner {
    position: absolute;
    bottom: 12px;
    width: 376px;
    line-height: 30px;
    height: 30px;
    background-color: rgba(0,0,0,.5);
}
.fitness-inner p {
    color: #ffffff;
}
.customer-case {
    width: 100%;
    background-color: #fff;
    padding: 20px 0;
}
/* 案例轮播 */
.customer-case-list {
    height: 300px;
}
#hf{
    width:100%;
    height:260px;
    background-color: #fff;
    margin-top: 20px;
}
#hf .case-con{
    width:1200px;
    height:260px;
    margin:0 auto;
    position:relative;
}
#hf .case-con .case-left {
    position:absolute;
    top:96px;
    left:0px;
    cursor:pointer;
    z-index: 100;
}
#hf .case-con .case-right{
    position:absolute;
    top:96px;
    right:0px;
    cursor:pointer;
    z-index: 100;
}
#hf .case-con .scroll{
    width:1200px;
    height:258px;
    overflow:hidden;
    margin:0 auto;
    position:relative;
    z-index: 10;
}
#hf .case-con .scroll .scrollCon{
    width:1000%;
    position:absolute;
    left:0px;
    top:0px;
}
.scrollCon img {
    width: 100%;
    height: 100%;
}
.scroll .scrollCon ul li{
    list-style:none;
    width:290px;
    height:230px;
    float:left;
    margin: 6px 12px 6px 1px;
    cursor:pointer;
    position: relative;
}
.scroll .scrollCon ul li p {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    line-height: 30px;
    height: 30px;
    color: #fff;
}
/* ----------------------------------------解决方案详情样式开始 */
.case-detail {
    padding-top: 20px;
    background-color:#fff;
}
.case-detail>p {
    width: 1200px;
    margin: 0 auto;
    font-size: 18px;
    color: #444;
    padding: 10px 0;
}
.case-detail-info {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.case-datail-le {
    width: 608px;
    height: 410px;
}
.case-datail-le img {
    width: 100%;
    height: 100%;
}
.case-detail-con {
    width: 500px;
    padding-bottom: 18px;
    border-bottom: 1px solid #f6f6f6;
}
.case-detail-con span {
    color: #cccccc;
    line-height: 26px;
}
.case-datail-ri .case-detail-tit {
    font-size: 24px;
    color: #444;
}
.case-datail-ri {
    margin-left: 20px;
    height: 410px;
}
.case-datail-ri .case-red-tips {
    color: #c40001;
}
.case-red-tips:nth-child(1){
    margin-top: 20px;
}
.case-datail-ri p {
    margin: 10px 0;
}
.case-datail-ri p {
    color: #686868;
}
.model {
    width: 1200px;
    /* height:278px; */
    margin: 0 auto;
    margin-top: 40px;
}
.model img {
    width: 100%;
    height: 100%;
   /* height:278px;*/
}
.model table tr td{
    border: 1px solid #0C0C0C;
}
.case-setting {
    margin-top: 10px;
}
.case-setting .case-set-tit {
    color: #444;
    padding: 10px 0;
}
.case-setting p{
    color:#a1a1a1;
}
.case-materials {
    padding: 60px 0 100px 0;
}
.case-detail-pic {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 1200px;
    margin: 0 auto;
    margin-top: 20px;
}
.case-detail-pic li {
    position: relative;
    width: 286px;
    height: 272px;
    margin: 10px 4px 10px 9px;
}
.case-detail-pic li img {
    position: absolute;
    top: 0;
    left: 0;
    height: 232px;
    width: 100%;
}
.case-detail-pic li p {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 40px;
    line-height: 40px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
}
/* ----------------------------------------联系我们样式开始 */
.link-us-con {
    width: 100%;
    background-color: #fff;
}
.link-us-con .materials-tit.intro{
    padding-top: 80px;
}
.link-us-info {
    width: 1200px;
    margin: 0 auto;
    margin-top: 20px;
}
.link-us-info p {
    text-indent: 30px;
    color: #777;
    line-height: 26px;
}
.link-us-pic {
    text-align: center;
    margin-top: 20px;
}
.link-us-pic {
    width: 1120px;
    margin: 0 auto;
}
.link-us-info .link-us-pic img {
    width: 1120px;
    height: 620px;
}
.link-us-info .more-pic {
    width: 1120px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}
.link-us-info .more-pic img {
    width: 548px;
    height: 342px;
}
#link-us p {
    color: #444;
}
.link-us-con .link-me {
    margin-top: 40px;
    color: #444
}
.link-us-con .link-ri .layui-input, .link-us-con .link-ri .layui-textarea {
    color: #444;
}
#link-us .link-line {
    width: 50px;
    margin: 10px 0;
}
#link-us .link-english {
    margin-bottom: 10px;
}
#link-us .com-info-ri p,#link-us .link-english {
    color: #a1a1a1;
}
.link-us-tips {

}
/* ----------------------------------------线下门店样式开始 */
.undline-content {
    width: 100%;
    background-color: #fff;
}
.undline-title {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding-top: 50px;
}
.undline-title p {
    font-size: 20px;
    color: #111;
}
.undline-title span {
    color: #666;
    display: inline-block;
    margin: 10px 0;
}
.undline-pic img {
    width: 100%;
    height: auto;
    /* width: 773px;
    height: 738px; */
}
.undline-store {
    width: 1200px;
    margin: 0 auto;
    margin-top: 40px;
}
.city-nav {
    padding: 10px 30px;
    background-color: #a7a7a7;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.city-nav li a {
    color: #fff;
    font-size: 14px;
}
.city-active {
    background-color: #d0122d;
    border-radius: 20px;
    padding:5px 10px;
}
.store-list ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 30px;
} 
.store-list ul li:nth-child(3n) {
    margin-right: 0;
}  
.store-list ul li {
    width: 378px;
    height: 392px;
    /* margin: 10px 4px 10px 15px; */
    margin: 10px 32px 10px 0;
}
.stores_pic img {
    width: 100%;
    height: 288px;
}
.stores_info {
    border: 1px solid #dedede;
    border-top: none;
    padding: 6px 10px;
}
.stores-name {
    color: #c40001;
}
.stores-address {
    display: inline-block;
    color: #686868;
    margin: 5px 0;
}
.stores-tel {
    color: #686868;
}
/* ---------------------------------------------服务与支持样式开始 */
/* .serverAndsupport-con {
    width: 100%;
} */
.ours-server {
    width: 100%;
    height: 514px;
    background-color: #d1102b;
    position: relative;
}
.ours-server-pic01 {
    width: 600px;
    height: 342px;
    position: absolute;
    top: 50%;
    margin-top: -171px;
    /* left: 12%; */
    /* margin-left: -300px; */
    margin-left: -524px;
    z-index: 100;
}
.ours-server-pic01 img {
    width: 100%;
    height: auto;
}
.ours-server-info {
    position: absolute;
    right: 0;
    top:0; 
    height: 100%;
    background-color: #ffff;
    width: 50%;
    /* width: 954px; */
    z-index: 99;
}
.ours-server-text {
    padding-top: 120px;
    padding-left: 164px;
}
.ours-server-pic {
    display: inline-block;
    width: 106px;
    height: 101px;
}
.ours-server-pic img {
    width: 100%;
    height: auto;
}
.ours-server-text .ours-server-title {
    color: #d0122d;
    font-weight: bold;
    font-size: 18px;
    margin: 14px 0;
}
.ours-server-text p{
    color:#999;
    line-height: 30px;
}
/* 维修服务背景 */
.Maintain {
    width: 100%;
    height: 443px;
    background:url(../../images/service_bg1.jpg) center center;
}
.english-service {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    padding-top: 72px;
}
.text-service {
    font-size: 18px;
}
.Maintain-con {
    width: 1200px;
    height:362px;
    /* height: 272px; */
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0 0 10px #888;
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    margin-top: 30px;
    position: relative;
}
.Maintain-con >li > span{
    display: block;
    padding-bottom: 20px;
}
.Maintain-con >li > p{
    line-height: 2;
}
.serve .s-menu{
    width: 1200px;
    margin: auto;
    text-align: center;
    padding-top: 50px;
}
.serve .s-menu .s-tab span{
    display: inline-block;
    width: 129px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;

}
.serve .s-menu .s-tab .active{
    background-color: #d0122d;
    color: #ffffff;
}
.serve .s-menu .content{
    padding: 30px 0 0;
}
.serve .s-menu .content td{
    border: 1px solid #0C0C0C;
}
.serve .s-menu .content li{
    display: none;
}
.serve .s-menu .content .active{
    display: block;
}
.maior-service {
    width: 100%;
    background-color: #fff;
    padding-top: 140px;
    padding-bottom: 50px;
}
.maior-title {
    width: 1200px;
    margin: 0 auto;
}
.maior-line {
    position: relative;
    width: 1200px;
    height: 2px;
    background-color: #eeeeee;
}
.maior-title span {
    color: #d0122d;
    padding: 4px 10px;
    font-size: 18px;
    position: absolute;
    left: 50%;
    top: -14px;
    background-color:#fff;
    transform: translateX(-50%);
}
.maior-service-con {
    width: 1200px;
    margin: 0 auto;
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
}
.maior-service-le {
    width: 536px;
    height: 350px;
}
.maior-service-le img {
    width: 100%;
    height: 100%;
}
.maior-service-ri {
    width: 50%;
}
.maior-service-ri>p {
    font-size: 20px;
    font-weight: bold;
}
.maior-ri-con span {
    display: inline-block;
    margin: 10px 0;
    color: #999;
}
.maior-service-ri span {
    color: #999;
}
.maior-ri-con>p {
    display: flex;
    align-items: flex-start;
}
.maior-ri-con>p img {
    margin-left: 20px;
}
.undline-course {
    width: 100%;
    height: 872px;
    background: url(../../images/video_bg.jpg) center center;
}
.inner-undline-course {
    width: 1200px;
    margin: 0 auto;
    padding-top: 60px;
}
.inner-undline-course>p {
    text-align: center;
    color: #fff;
    font-size: 18px;
}
.inner-undline-course .undline-course-line {
    width: 62px;
    height: 2px;
    background-color: #fff;
    margin: 0 auto;
    margin-top: 6px;
}
.video-list {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 62px;
}
.video-list li {
    width: 390px;
    height: 310px;
    margin: 10px 4px;
    /* border: 1px solid #dedede; */
}
/* ----------------------------------------- 配置方案样式开始*/
.plan-con {
    width: 100%;
    background-color: #fff;
    padding-top: 40px;
    padding-bottom: 50px;
}
.plan-title {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.plan-title img {
    width: 100%;
    height: 100%;
}
.plan-pic {
    display: inline-block;
    width: 600px;
    height: 410px;
}
.plan-text {
    width: 50%;
    height: 100%;
    margin-left: 30px;
    height: 366px;
}
.main-info {
    font-size: 22px;
    color: #111;
}
.plan-mainCon {
    margin-top: 20px;
}
.main-intro {
    width: 400px;
    color: #999;
    padding: 10px 0;
    border-bottom: 1px solid #dedede;
    margin-top: 10px;
}
.plan-mainCon p {
    color: #999;
    line-height: 30px;
}
.bg-red {
    background-color: #d0122d;
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 18px;
    margin-top: 30px;
}
.plan-table {

    margin: 20px auto 0;
    width: 1200px;
}
.plan-table th{
    background-color: #6f6f6f;
    color: #fff;
}
.plan-table tr {
    text-align: center;
}
.plan-table tr {
    height: 76px;
}
.plan-table table tr:nth-child(2n){
    background-color: #ebecf1;
}
.plan-table table tr:nth-child(2n+1){
    background-color: #f6f7fc;
}
.plan-table .photo a {
    display: inline-block;
    width: 100%;
    height: 100%;
}
.plan-table .photo img {
    width:66px;
    height: 66px;
}
.plan-table table {
    border-color: #f9fafd;
}
.live-action {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.live-action p {
    margin: 20px 0;
}
/* 微信二维码添加 */
.wechat {
    position: fixed;
    right: 0;
    top: 35%;
    z-index: 20000;
    width: 140px;
}
.wechat  img{
    width: 100%;
}


/*网站地图*/

.sitemap .sitemap-content{
    width: 1200px;
    margin: auto;
}

.news-main-wrap{
    
    background-color: #FFFFFF;
}
.news-main-wrap .news-main{
    width: 1200px;
    margin: auto;
    padding-top: 40px;
}
.news-main-wrap .sider{
    width: 220px;
    padding-right: 80px;
}
.news-main-wrap .sider h3{
    border-top: 10px solid #d1102b;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    color: #d1102b;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}
.news-main-wrap .sider h3 span{
    font-size: 14px;
    color: #666;
    display: inline-block;
    padding-left: 15px;
}
.news-main-wrap .sider ul li{
    height: 40px;
    line-height: 40px;
}
.news-main-wrap .sider ul li a:hover{
    color: #d1102b;
}

.news-main-wrap .list{
   width: 900px;
    margin: auto; 
   

}
.news-main-wrap .list .list-title{
    border-top: 10px solid #d1102b;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    color: #d1102b;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}
.news-main-wrap .list .row li{
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
}
.news-main-wrap .list .row li a:hover{
    color: #111;
}
.news-main-wrap .list .row li a .pic{
    width: 162px;
}
.news-main-wrap .list .row li a .pic img{
    width: 100%;
}
.news-main-wrap .list .row li a .txt{
    width: 738px;
    box-sizing: border-box;
    padding-left: 30px;
}

.news-main-wrap .list .row li a .txt .title{
    font-size: 18px;
    
    font-weight: 500;
    color: #d1102b;
}
.news-main-wrap .list .row li a .txt .intro{
    font-size: 12px;
    text-indent: 2em;
    line-height: 2;
    text-align: justify;
    color: #888;
}
.news-main-wrap .list .row li a .txt .time{
    padding: 5px 0;
}
.news-main-wrap .list .row li a .txt .more{
    background-color: #d1102b;
    width: 100px;
    height: 30px;
    text-align: center;
    margin-top: 15px;
    line-height: 30px;
    color: #fff;
    float: right;
    font-size: 12px;
}

.news-detail .content-wrap{
    background-color: #fff;
}

.news-detail .content-wrap .container{
    width: 1200px;
    margin: auto;
    padding: 30px 0;
}

.news-detail .content-wrap .container .title{
    font-size: 24px;
    color: #333;
    padding: 10px;
}

.news-detail .content-wrap .container .time{
    padding: 10px 0 20px;
    border-bottom: 1px solid #ccc;
}

.news-detail .content-wrap .container .content{
    padding: 20px 0 0;
    color: #666;
    text-indent: 2em;
    line-height: 2;
    font-size: 16px;
}
