.webgotop {
    width: 40px;
    position: fixed;
    bottom: 8%;
    right: 6%;
    cursor: pointer;
    z-index: 1000;
    display: block;
}

.addtj {
    height: 260px;
    background-color: #fff;
    overflow: hidden;
    margin-top: 35px;
}

.addtj .left {
    width: 50%;
    height: 100%;
    float: left;
    background-color: #15439a;
    position: relative;
}

.addtj .left img {
    max-width: 90%;
    max-height: 90%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.addtj .right {
    padding-left: 4%;
    width: 50%;
    float: left;
    box-sizing: border-box;
    height: 100%;
    background-color: #fff;
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.addtj .right .name {
    font-size: 18px;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #333;
}

.addtj .right .des {
    font-size: 12px;
    margin: 20px 0;
    color: #666;
    font-size: 12px;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.addproimg {
    height: auto;
    overflow: hidden;
    width: 100%;
    margin-top: 30px;
}

.addproimg .left {
    float: left;
    width: 50%;
}

.addproimg .left .t {
    height: 460px;
    position: relative;
    border: 1px solid #e0e0e0;
}

.addproimg .left .t img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.addproimg .left .t img:not(:nth-of-type(1)) {
    display: none;
}

.addproimg .left .f {
    width: 100%;
    display: flex;
}

.addproimg .left .f .ls {
    flex: 1;
    -webkit-flex: 1;
    text-align: center;
    border: 1px solid #e0e0e0;
    margin: 10px;
    cursor: pointer;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.addproimg .left .f .active {
    border: 2px solid #fbb947;
}

.addproimg .left .f .ls img {
    max-width: 80%;
    max-height: 90%;
}

.addproimg .right {
    float: right;
    width: 45%;
}

.addproimg .right .c {
    font-size: 14px;
    margin: 20px 0;
    line-height: 23px;
}

.addltj {
    padding: 5px 5px 20px;
}

.addltj:nth-last-of-type(1) {
    padding-bottom: 0;
}

.addltj .t {
    overflow: hidden;
}

.addltj .t img {
    display: block;
    width: 100%;
}

.addltj .f {
    margin: auto;
    border-top: 1px solid #e0e0e0;
    overflow: hidden;
}

.addltj .f .name {
    color: #333;
    font-size: 14px;
    margin: 10px 0;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.addltj .f .des {
    color: #666;
    font-size: 12px;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.addpros {
    margin-top: 30px;
    padding-bottom: 60px;
}

.addpros .c {
    padding: 0px 40px 40px 40px;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
}

.addpros .tops {
    border-bottom: 1px solid #e0e0e0;
    line-height: 50px;
}

.addpros .tops .sign {
    display: inline-block;
    position: relative;
}

.addpros .tops .sign:before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #15439a;
    position: absolute;
    bottom: 0;
}

.addpros .foots .ls {
    width: 25%;
    float: left;
}

.addpros .foots .ls:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.addpros .foots .ls:hover .f .name {
    color: #15439a
}

.addpros .foots .ls:hover .f .des {
    color: #15439a
}

.addpros .foots .ls .t {
    height: 240px;
    position: relative;
    overflow: hidden;
}

.addpros .foots .ls .t img {
    max-width: 90%;
    max-height: 90%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
}

.addpros .foots .ls .f {
    width: 90%;
    margin: auto;
    border-top: 1px solid #e0e0e0;
}

.addpros .foots .ls .f .name {
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #333;
    font-size: 14px;
    padding: 10px 0;
    height: 40px;
}

.addpros .foots .ls .f .des {
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #666;
    font-size: 12px;
}

.add2 .ls {
    height: 280px;
    position: relative;
    overflow: hidden;
    width: calc(25% - 30px) !important;
}

.add2 .foots {
    margin-top: 30px;
}

.add2 .ls:not(:nth-last-of-type(1)) {
    margin-right: 30px;
}

.add2 .ls img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}

.add2 .ls .f {
    position: absolute;
    height: 40px;
    background: rgba(21, 67, 154, .7);
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    bottom: 0;
    left: 0;
    width: 100% !important;
}

.addltj {
    width: 100%;
    position: relative;
    height: 280px;
    overflow: hidden;
    padding: 0;
}

.addltj:not(:nth-last-of-type(1)) {
    margin-bottom: 30px;
}

.addltj img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}

.addltj:hover a img {
    transform: scale(1.2);
}

.addltj .f {
    position: absolute;
    height: 40px;
    background: rgba(21, 67, 154, .7);
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    bottom: 0;
    left: 0;
    width: 100% !important;
}

.add3 {
    width: calc(33.33% - 20px);
    height: 280px;
    margin-bottom: 30px;
    float: left;
    position: relative;
    overflow: hidden;
}

.add3:not(:nth-of-type(3n)) {
    margin-right: 30px;
}

.add3 img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    transition: all 0.5s;
}

.add3:hover img {
    transform: scale(1.2);
}

.add3 p {
    position: absolute;
    height: 40px;
    background: rgba(21, 67, 154, .7);
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    bottom: 0;
    left: 0;
    width: 100% !important;
}