.screenfull {
    width: 100%;
    max-width: 100%;
    height: calc(100vh - 108px);
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

.screenfull img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.bannertxt{
    position: absolute;
    width: 100%;
    color: #fff;
    top: 50%;
    left: 8%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.bannertxt h1{
    position: static;
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    font-size: 3em;
    text-align: left;
    width: 100%;
}
.bannertxt p{
    color: #fff;
    margin-top: 30px;
    font-size: 1.6em;
}
.svtitle {
    position: absolute;
    top: 32%;
    left: 5%;
    z-index: 1;
    color: #fff;
    font-size: 50px;
    font-weight: bold;
    text-shadow: 0 0 10px #000;
}

.svsummary {
    position: absolute;
    top: 44%;
    left: 5%;
    z-index: 1;
    color: #fff;
    font-size: 50px;
    font-weight: bold;
    text-shadow: 0 0 10px #000;
}

.sectioncon {
    text-align: center;
}

#servicepage .onebanner {
    background: url(../image/service/service.jpg) no-repeat center center;
    background-size: cover;
}

.iconlist {
    display: flex;
    justify-content: space-evenly;
    max-width: 970px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.iconlist .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* font-size: 24px; */
    color: #595959;
    margin-right: 10px;
}

.iconlist .item:last-child {
    margin-right: 0;
}

.iconlist .item img {
    width: 150px;
    margin-bottom: 10px;
}

.rednav {
    background-color: #b51c22;
    text-align: left;
    cursor: default;
    color: #fff;
}

.rednav>span {
    display: inline-block;
    padding: 8px 15px;
}

.rednav>span.active {
    background-color: #2e2e2e;
}

.rednav>div {
    padding: 8px 15px;
    vertical-align: middle;
}

.rednav>div i {
    vertical-align: middle;
}

.rednav>div:nth-of-type(1) {
    float: left;
}

.rednav>div:nth-of-type(2) {
    float: right;
}

.selectdiv {
    background-color: #eee;
    /* font-size: 18px; */
    display: flex;
    align-items: center;
    padding: 30px 15px;
    flex-wrap: wrap;
}

.selectdiv>div {
    margin-right: 20px;
    display: flex;
    align-items: center;
}

.selectdiv .myselect {
    width: 270px;
    color: #515151;
    height: 43px;
    margin-left: 10px;
    padding: 0 5px;
    display: inline-block;
}

.myselect1 {
    z-index: 2 !important;
}

.downloadzy {
    margin-top: 30px;
    font-size: 20px;
    text-align: left;
}

.tablelist,
.tablelist table {
    width: 100%;
}

.tablebox tr td {
    padding: 5px 10px;
    text-align: center;
}

.tablebox tr:nth-of-type(1) {
    background-color: #eeeeee;
    border-bottom: none;
}

.tablebox tr td:nth-of-type(1) {
    text-align: left;
}

.tablebox tr {
    border-bottom: 1px solid #e6e6e6;
}

.tablebox tr td:nth-of-type(3) {
    max-width: 96px;
}

.oper i {
    color: #b51c22;
    font-size: 24px;
}

/* 解决方案 */
.flexserviceitem{
    display: flex;
    align-items: center;
    justify-content: center;
}
.flexserviceitem>div{
    width: 50%;
    color: #fff;
    font-size: 26px;
    overflow: hidden;
    position: relative;
    height: 600px;
    transition: all 0.5s;
    margin-top: 20px;
}
.flexserviceitem>div:first-child{
    margin-right: 10px;
}
.flexserviceitem>div img{
    width: 100%;
    min-height: 100%;
    transition: all 0.5s;
}
.flexserviceitem .sertxt{
    width: 100%;
    height: 100%;
    position: absolute;
    left:0;
    top:0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    opacity: 0;
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
    transition: all 0.8s;
    padding: 5%;
}
.serviceItem:hover{
    width: 70%;
}
.serviceItem:hover .sertxt{
    opacity: 1;
    transform: none;
    -webkit-transform: none;
}
.serviceItem .title2{
    position: absolute;
    top:0;
    bottom:0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
    transition: all 0.5s;
    
}
.serviceItem .title2 span{
    display: inline-block;
    padding-bottom: 10px;
    position: relative;
}
.serviceItem .title2 span::after{
    content: "";
    display: inline-block;
    width: 60px;
    height: 2px;
    background-color: #b51c22;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    bottom: 0px;
}
.serviceItem:hover .title2{transform: none;opacity: 0;}
.flexserviceitem>div p{
    font-size: 16px;
    margin-top: 20px;
}
.sflexcon{display: flex;align-items: center;}
.sflexcon>div{width: 49%;height: 295px;}
.sflexcon .seleft img{width: 100%;min-height: 100%;}
.sflexcon .seleft{margin-right: 2%;color: #000;position: relative;}
.sflexcon .seleft h5{position: absolute;width: 100%;height: 40px;line-height: 40px;text-align: center;left:0;top:50%;margin-top: -20px;}

.rcon{
    padding: 15px 10%;
    height: 100%;
    width: 100%;
    display: flex;
    box-sizing: border-box;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
}
.tabcon{display: none;}
.tabcon.active{display: block;}
.tabcon .title{
    margin-bottom: 15px;
}
.tabcon p{
    line-height: 1.5em;
}
.tabcon .flexp{
    display: flex;
    margin-top: 5px;
}
.tabcon .alink:hover{text-decoration: underline;}
.tabcon .alink{color: #000;margin-top: 20px;font-size: 14px;}
.tabcon .alink i{color: #b51c22;}
.tabcon3 .title{color: #000;}
.tabcon3>div{
    width: 100%;
    text-align: center;
}
.qrdiv img{width: 150px;}
.serigth{
    border: 1px solid #cccccc;
    border-left: 0;
    height: 100%;
    display: flex;
}
.serigth .nav{
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    height: 100%;
}
.serigth .nav>div{
    background-color: #cccccc;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 80px;
    -webkit-box-flex: 1;
    flex: 1;
    cursor: pointer;
}
.serigth .nav>div i{
    font-size: 30px;
}
.serigth .nav>div:hover,.serigth .nav>div.active{
    background-color: #b51c22;
}
.serigth .nav>div:hover i,.serigth .nav>div.active i{
    color: #fff;
}
/* 下载列表 */
.sdflexcon{display: flex;flex-wrap: wrap;}
.downitem{width: 49%;margin-top: 20px;overflow: hidden;position: relative;min-height: 100px;cursor: pointer;}
.downitem:nth-of-type(2n){margin-left: 2%;}
.downitem>img{width: 100%;}
.downtxt{width: 100%;height: 100%;position: absolute;left:0;top:0;display: flex;align-items: center;justify-content: center;flex-direction: column;text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);padding: 0 10%;color: #fff;text-align: center;}
.downtxt .title{margin-bottom: 15px;}
.downtxt .title span{
    display: inline-block;
    padding-bottom: 10px;
    position: relative;
}
.downtxt .title span::after{
    content: "";
    display: inline-block;
    width: 60px;
    height: 2px;
    background-color: #b51c22;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    bottom: 0px;
}
@media all and (max-width:640px) {
    .iconlist .item img {
        width: 100px;
    }
}

@media all and (max-width:960px) {
    .selectdiv>div {
        flex-wrap: wrap;
        width: 100%;
    }
    .screenfull{
        height: calc(100vh - 52px);
    }

    .selectdiv span {
        display: block;
        width: 100%;
        text-align: left;
    }

    .selectdiv .myselect {
        width: 100%;
        margin-left: 0px;
        margin-top: 10px;
    }
    .sflexcon{
        flex-wrap: wrap;
    }
    .sflexcon>div{
        width: 100%;
    }
    .sflexcon .seleft{
        margin-right: 0;
        margin-bottom: 20px;
    }
    .downitem{width: 100%;}
    .downitem:nth-of-type(2n){margin-left: 0%;}
    .flexserviceitem{
        flex-wrap: wrap;
    }
    .flexserviceitem>div{width: 100%;height: auto;}
    .flexserviceitem>div:first-child{margin-right: 0;}
    .serviceItem:hover{
        width: 100%;
    }
    .sflexcon>div.seleft{
        height: auto;
    }
    .tabcon .flexp{
        flex-direction: column;
    }
    .serigth .nav>div{width: 50px;}
    .rcon{padding: 15px 10px;}
}