

body {
    padding: 0;
    margin: 0;
}

* {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

a:hover{
    color: #b0c3f8;
}
p{
    padding: 0;
    margin: 0;
}
img {
    width: 100%;
    vertical-align: top;
}

ul,
li {
    outline: none;
    list-style: none;
    margin: 0;
    padding: 0;
}

/* 我们的成果 */

.s-result-box {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    margin-top:20px;
}

.s-result-title {
    margin: 50px 0 30px 0;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    color: #333333;
}

.s-result-ctx {
    text-align: center;
    font-size: 16px;
    color: #666666;
    margin-bottom: 30px;
}

.result-slide .swiper-pagination {
    position: static;
    width: 1180px;
    margin: 0 auto 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px #8f9598 solid;
}

.result-slide .swiper-pagination-bullet {
    width: auto;
    height: 89px;
    border-radius: 0;
    background: none;
    opacity: 1;
    color: #666;
    position: relative;
}

.result-slide .swiper-pagination-bullet:after {
    display: none;
    content: '';
    width: 100%;
    height: 3px;
    background-color: #1D74E1;
    position: absolute;
    bottom: -2px;
    left: 0;
}

.result-slide .swiper-pagination-bullet-active {
    color: #1D74E1;
}

.result-slide .swiper-pagination-bullet-active:after {
    display: block;
}

.result-slide .swiper-pagination-bullet i {
    display: block;
    width: 55px;
    height: 45px;
    margin: 0 auto 10px;
}

.result_icon1 {
    background: url(../img/tab_1_1.png);
}

.result_icon2 {
    background: url(../img/tab_2_1.png);
}

.result_icon3 {
    background: url(../img/tab_3_1.png);
}

.result_icon4 {
    background: url(../img/tab_4_1.png);
}

.result_icon5 {
    background: url(../img/tab_5_1.png);
}

.result_icon6 {
    background: url(../img/tab_6_1.png);
}

.result-slide .swiper-pagination-bullet-active .result_icon1 {
    background: url(../img/tab_1_2.png);
}

.result-slide .swiper-pagination-bullet-active .result_icon2 {
    background: url(../img/tab_2_2.png);
}

.result-slide .swiper-pagination-bullet-active .result_icon3 {
    background: url(../img/tab_3_2.png);
}

.result-slide .swiper-pagination-bullet-active .result_icon4 {
    background: url(../img/tab_4_2.png);
}

.result-slide .swiper-pagination-bullet-active .result_icon5 {
    background: url(../img/tab_5_2.png);
}

.result-slide .swiper-pagination-bullet-active .result_icon6 {
    background: url(../img/tab_6_2.png);
}

.result-slide {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}

.result_list {
    padding: 0 20px;
}

.result_list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.result_list ul:after {
    display: block;
    content: '';
    width: 30%;
}

.result_list li {
    width: 30%;
    margin-bottom: 50px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .09);
}

.result_list li a {
    display: block;
}

.result_img {
    position: relative;
    overflow: hidden;
}

.result_img:after {
    display: block;
    content: '';
    width: 100%;
    margin-top: 65%;
}

.result_img img {
    height: 100%;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    left: 0;
}

.result_img span {
    display: flex;
    align-items: center;
    width: 100%;
    height: 40px;
    padding: 0 20px;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.6);
    font-size: 16px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: absolute;
    bottom: -100%;
    left: 0;
    z-index: 9;
    transition: all 0.3s;
}

.result_info {
    width: 100%;
    height: 96px;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    transition: all 0.3s;
}

.result_name {
    font-size: 22px;
    font-weight: bold;
    color: #333;
}

.result_label {
    font-size: 16px;
    color: #666;
}

.result_list li:hover img {
    transform: scale(1.1);
}

.result_list li:hover span {
    bottom: 0;
}

.result_list li:hover .result_info {
    background-color: #943919;
}

.result_list li:hover .result_name {
    color: #fff;
}

.result_list li:hover .result_label {
    color: #fff;
}

@media (max-width: 1366px) {
    .result_info {
        height: 80px;
    }
    .result_name {
        font-size: 18px;
    }
}

.result_tools {
    width: 240px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.result_prev,
.result_next {
    width: 40px;
    height: 40px;
    background-color: #f1f1f1;
    background-size: 30px 30px;
    background-position: center center;
    cursor: pointer;
}

.result_prev {
    background-image: url(../images/rleft.png);
}

.result_next {
    background-image: url(../images/rright.png);
}

.result_prev:hover {
    background-color: #036ff1;
    background-image: url(../images/rleft2.png);
}

.result_next:hover {
    background-color: #036ff1;
    background-image: url(../images/rright2.png);
}

.result_list_icon {
    display: block;
    width: 90px;
    height: 40px;
    background-image: url(../images/list1.png);
    background-color: #f1f1f1;
    background-size: 24px 24px;
    background-position: center center;
    background-repeat: no-repeat;
}

.result_list_icon:hover {
    background-image: url(../images/list2.png);
    background-color: #036ff1;
}

.s-refresh-box {
    font-size: 14px;
    color: #999999;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px 0;
}

.s-refresh-box img {
    width: 16px;
    height: 9px;
}

.s-refresh-box span {
    margin-left: 10px;
}