/* 轮播图 */
.swiper {
    width: 100%;
    height: 100%;  
    position: relative;
    height: 600px;
}
.swiper-slide {
    background-position: center;
    background-size: cover;
}
.swiper-pagination .swiper-pagination-bullet{
    background-color: #595757;
    width: 100px;
    height: 6px;
    border-radius: 0;
}
.swiper-pagination .swiper-pagination-bullet-active{   
    background-color: #e1000f;
}
.swiper-slide img {
    width: 100%;
}
.slide-content{
    width: 1340px;
    /* border: 1px solid red; */
    margin: 0 auto;
    position: absolute;
    top: 380px;
    left: 330px;
}
.slide-top{
    width: 340px;
    height: 90px;
}
.slide-top h3{
    color: #5d6a73;
    font-size: 46px;
    font-weight: bold;
}
.slide-top p{
    color: #64696c;
}
.slide-content a{
    display: block;
    width: 174px;
    height: 46px;
    font-size: 18px;
    color: #fff;
    background-color: #e10010;
    margin-top: 20px;
    text-align: center;
    line-height: 46px;
}
.swpBg{
    width: 100%;height: 600px;
    background-size: 1920px;
    background-position: center;
}


/* 业务模块 */
.mainWrap{
    width: 100%;
    /* height: 1000px; */
    background-image: url(../img/main.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    padding-top: 50px;
}
.voca{
    max-width: 1340px;
    margin: 0 auto;
    /* border: 1px solid green; */
}
.tabtitle{
    font-size: 30px;
    width: 120px;
    border-top: 5px solid #e1000f;
    margin-bottom: 30px;
}
.product{
    /* max-width: 1340px; */
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.list{
    /* width: 48%; */
    width: 655px;
    height: 330px;
    position: relative;
}
.list .bgimg{
    width: 655px;
    height: 330px;
}
.content{
    position: absolute;
    bottom: 30px;
    background-color: rgba(0,0,0,0.5);
    padding-left: 30px;
    padding-right: 20px;
	padding-top:5px;
	padding-bottom: 5px;
}
.content p{
    font-size: 21px;
    color: #fff;
}
/* 梯形 */

.ladder{
    width: 466px;
	border-width: 330px 155px 0px 0px;
	border-style:  solid solid none;
	border-color: #d6303c transparent transparent #d6303c;
    position: relative;
    left: 0;
    top: 0;
    opacity: 0.8;
}
.list2 p{
    position: absolute;
    top: 130px;
    left: 30px;
    color: #fff;
    z-index: 2;
    font-size: 30px;
}
.arrow{
    position: absolute;
    top: 220px;
    left: 20px;
    z-index: 2;
    width: 100px;
    height: 35px;
}
.list:hover a.step{
    display: block;
    z-index: 20;
}
.list:hover .content{
    display: none;
}
/* 2:1 */
.list3{
    width: 890px;
}
.list4{
    width: 420px;overflow: hidden;
}
.list3 .bgimg{
    width: 890px;
}
.list4 .bgimg{
    width: 420px;
}

/* 1：2 */
.list5{
    width: 420px;overflow: hidden;
}
.list6{
    width: 890px;
}
.list5 .bgimg{
    width: 420px;
}
.list6 .bgimg{
    width: 890px;
}
.list4 .ladder,.list5 .ladder{
    left: -46px;
}

a.step{
    display: none;position: absolute;top: 0;left: 0;
}
a.step span{
    font-size: 30px;
    color: #fff;position: absolute;bottom: 120px;z-index: 3;
    left: 20px;
    width: 220px;

}

video{
    max-width: 1340px;
    margin: 0 auto;
    margin-bottom: 30px;
}
video::-webkit-media-controls-timeline { display: none; }



footer{
    width: 100%;
    height: 418px;
    background-color: #ededed;
    background-size: cover;
    padding-top: 40px;
}
.fcontainer{
    width: 1340px;
    /* margin: auto; */
    margin-right: auto;
    margin-left: auto;
}
.rowc{
    /* border: 1px solid red; */
    display: flex;
    margin: 0 auto;
}
.rowthird{
    width: 20%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-left: 2px solid #c1c1c1;
}
.rowthird img{
    width: 180px;
    height: 180px;
    margin-bottom: 20px;
}
.rowthird p{
    font-size: 14px;
}
.rowthird span{
    /* border: 1px solid blue; */
    margin-top: 20px;
    font-size: 14px;
}
.row .rowthird .ftitle{
    color: #fff;
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: 600;
}
.row a,.row .rowthird .contact{
    color: rgba(255,255,255,0.7);
    font-size: 12px;
}
.row a:hover{
    text-decoration: underline;
}
.row .rowthird .contact{
    line-height: 2;
}


.searchBd{
    width: 100%;
    height: 100%;min-height:600px; background-image: url(../img/searchBg.jpg);
    background-size: 1920px;position: relative;margin:0 auto;
    background-position: center;overflow: auto;
}
.searchBdCon{
    width: 800px;margin:0 auto;padding-top: 100px;
}
.searchT{
    width: 100%;text-align: center;font-size: 30px;color: #fff;
}
.searchBg{
    width: 100%;height: 67px;border:solid 1px #595757;
    margin:0 auto;margin-top: 30px;position: relative;
}
.searchBg input{
    width: 100%;height: 67px;background-color: #fff;border:0;font-size: 30px;text-indent: 20px;
}
.searchIc{
    width: 40px;height: 40px;background-image: url(../img/search.png);
    background-size: 40px;position: absolute;right: 10px;top: 15px;cursor: pointer;
}

.searchKey{
    width: 100%;text-align: center;margin-top: 15px;
}

.searchKey span{
    display: inline-block;height: 30px;line-height: 30px;padding-left: 14px;padding-right: 14px;
    font-size: 12px;border:solid 1px #fff;color: #fff;border-radius: 15px;cursor: pointer;margin-left: 4px;margin-right: 4px;
}

.searchRs{
    width: 100%;height: 50%;background: #fff;position: absolute;bottom: 0;left: 0;display: none;
}
.rsListBg{
    width: 100%;position: relative;background-color: #fff;
}
.rsList{
    width: 70%;max-width: 1340px;margin: 0 auto;
    position: relative;border-bottom: solid 1px #bebebe;padding-bottom: 35px;padding-top: 35px;
    min-height: 100px;
}
.rsList h5{
    font-size: 20px;color: #0078c8;left: 120px;top: 48px;position: absolute;
}

.rsList p{
    font-size: 16px;color: #595757;left: 120px;top:78px;position: absolute;
}
.rsList img{
    width: 100px;height: 100px;position: relative;left: 0;top:0px;
}
.rsList.noImg h5{
    padding-left: 0;padding-top: 0;
}
.rsList.noImg p{
    padding-left: 0;
}
.rsList.noImg{
    height: auto;min-height: auto;
}

.rsList.noImg h5{
    padding-top: 0px;position: relative;top:0;
}
.rsList.noImg p{
    padding-bottom: 0px;position: relative;top:0;
}
.searchTab{
    position: sticky;width: 70%;background: #fff;padding: 15px 0;max-width: 1340px;margin: 0 auto;
}
.searchTab span{
    display: inline-block;margin-right: 35px;font-size: 14px;
    cursor: pointer;
}

.searchTab span em{
    display: inline-block;font-size: 12px;font-style: normal;background: #eee;padding: 5px 7px;border-radius: 12px;
    margin-left: 5px;
}
.searchTab span.no{
    color: #a1a1a1;
}
.searchTab span.no em{
    color: #a1a1a1;
}