﻿.ban {
    height: 500px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.ban2 {
    height: 400px;
}

.ban .txt1 {
    position: absolute;
    left: 0;
    right: 0;
    top: 34%;
    z-index: 2;
    font-size: 32px;
    color: #fff;
    line-height: 1.5;
    text-align: center;
}
.ban2 .txt1 {
    top: 28%;
}
.ban .tit1 {
    font-size: 60px;
    font-weight: normal;
    margin-bottom: 14px;
}
.ban .txt2 {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 2;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.ban .tit2 {
    font-size: 65px;
    font-weight: normal;
    color: #000;
    line-height: 1.5;
    padding: 0 80px;
}
.ban .tit3 {
    font-size: 60px;
    font-weight: normal;
    color: #000;
    line-height: 1.3;
    padding: 0 84px;
}

.m-float {
    position: fixed;
    right: 0;
    top: 30%;
    z-index: 10;
    background: #fff;
    width: 50px;
    border-bottom: 1px solid #b0b0b0;
}
.m-float li {
    border: 1px solid #b0b0b0;
    position: relative;
    z-index: 1;
    border-bottom: none;
}
.m-float .con {
    display: block;
    text-align: center;
}
.m-float i {
    display: block;
    height: 48px;
    width: 48px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.m-float .icon1 {
    background-image: url(../images/img10.png);
}
.m-float .bshare-custom .bshare-weixin {
    padding: 0;
    background-image: url(../images/img10.png);
    height: 48px;
    display: block;
}
.bsBox {
    box-sizing: initial;
}
.m-float .icon2 {
    background-image: url(../images/img11.png);
}
.m-float .icon3 {
    background-image: url(../images/img12.png);
}
.m-float .icon4 {
    background-image: url(../images/img13.png);
}
.m-float .pic {
    position: absolute;
    top: 0;
    right: 100%;
    width: 100px;
    display: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    margin-right: 1px;
}
.m-float .pic img {
    display: block;
    width: 100%;
}
.m-float li:hover .pic {
    display: block;
}

.m-tit1 {
    text-align: center;
    position: relative;
    z-index: 5;
}
.m-tit1 .tit {
    font-size: 46px;
    color: #000;
    line-height: 1.5;
    font-weight: bold;
}
.m-tit1 .more {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    color: #0b7ed7;
    line-height: 16px;
    font-weight: bold;
    border-bottom: 1px solid #6aa3e1;
    margin-top: 19px;
}
.m-tit1 .more:hover {
    color: #e60012;
    border-color: #e60012;
}

.m-btn1 {
    display: block;
    width: 130px;
    height: 50px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #e60012;
    font-size: 16px;
    color: #fff;
    line-height: 48px;
    text-align: center;
}
.m-btn1:hover {
    background: #d90011;
    color: #fff;
}

.row-a1 {
    position: relative;
    z-index: 5;
    margin-top: -50px;
}
.row-a1 .inner {
    background: rgba(0, 0, 0, .8);
    overflow: hidden;
    padding-right: 21px;
}
.row-a1 .tit {
    float: left;
    width: 260px;
    background: #e60012;
    font-size: 16px;
    color: #fff;
    line-height: 50px;
    text-align: center;
    font-weight: normal;
    margin-right: 67px;
}
.row-a1 .tit img {
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 15px;
}
.m-news {
    overflow: hidden;
}
.m-news .con {
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #fff;
    line-height: 50px;
    padding-right: 100px;
}
.m-news .con a {
    color: inherit;
}
.m-news .date {
    display: inline-block;
    vertical-align: top;
    margin-right: 44px;
    font-family: "Arial";
    font-weight: bold;
}
.m-news .slick-next,
.m-news .slick-prev {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    overflow: hidden;
    width: 30px;
    height: 30px;
    font-size: 0;
    line-height: 0;
    z-index: 100;
    background: none;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    cursor: pointer;
    border: none;
}
.m-news .slick-prev:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 8px;
    background: rgba(255, 255, 255, .2);
    margin-top: -4px;
}
.m-news .slick-prev {
    right: 30px;
    background-image: url(../images/img16.png);
}
.m-news .slick-next {
    right: 0;
    background-image: url(../images/img17.png);
}
.m-news .slick-prev:hover {
    background-image: url(../images/img18.png);
}
.m-news .slick-next:hover {
    background-image: url(../images/img19.png);
}

.row-a2 {
    padding: 148px 0 0;
    font-size: 16px;
    color: #000;
    line-height: 1.75;
}
.row-a2 .inner {
    background-repeat: no-repeat;
    background-position: left center;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 171px 209px 158px;
}
.row-a2 .m-tit1 {
    text-align: left;
    margin-bottom: 14px;
}
.row-a2 .con-bot {
    padding-top: 44px;
}
.row-a2 .m-btn1 {
    width: 160px;
    display: inline-block;
    vertical-align: top;
}
.row-a2 .btn-video {
    display: inline-block;
    vertical-align: top;
    font-size: 22px;
    color: #e60012;
    line-height: 50px;
    margin-left: 36px;
    padding-right: 45px;
    background: url(../images/img20.png) right center no-repeat;
    -webkit-background-size: 32px 32px;
    background-size: 32px 32px;
}
.row-a2 .btn-video:hover {
    text-decoration: underline;
}

.row-a3 {
    padding: 121px 0 0;
    overflow: hidden;
}

.row-a5 {
    padding: 106px 0 74px;
}

.row-a6 {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 104px 0 96px;
    font-size: 16px;
    color: #000;
    line-height: 28px;
}
.row-a6 .txt {
    width: 88%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding-right: 200px;
}
.row-a6 .tit {
    font-size: 46px;
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 15px;
}
.row-a6 .m-btn1 {
    position: absolute;
    right: 0;
    top: 51px;
    z-index: 2;
}
.p-list1 {
    overflow: hidden;
    margin: 50px -15px 0;
}
.p-list1 li {
    float: left;
    width: 33.33%;
    padding: 0 15px 36px;
}
.p-list1 .con {
    position: relative;
    z-index: 1;
}
.p-list1 .pic {
    height: 0;
    padding-top: 118.4782%;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.p-list1 .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.p-list1 .txt {
    height: 361px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    font-size: 16px;
    color: #666;
    line-height: 1.75;
    padding: 90px 40px 0;
    background: url(../images/img8.png) left top no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.p-list1 .det {
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}
.p-list1 .tit {
    font-size: 28px;
    color: #000;
    line-height: 1.2;
    font-weight: normal;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 17px;
}
.p-list1 .tit a {
    color: inherit;
}
.p-list1 .more {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    color: #e60012;
    line-height: 16px;
    font-weight: bold;
    border-bottom: 1px solid #e85e64;
    margin-top: 20px;
}
.p-list1 .con:hover .more {
    color: #fff;
    border-color: #fff;
}
.p-list1 .con:hover .txt {
    color: #fff;
    background-image: url(../images/img9.png);
}
.p-list1 .con:hover .tit {
    color: #fff;
}

.row-a4 {
    padding-top: 131px;
}
.m-case {
    height: 630px;
    margin-top: -33px;
}
.m-case .slick-slider,
.m-case .slick-list,
.m-case .slick-track,
.m-case .slick-slide {
    height: 100%;
}
.m-case .slick-slide {
    outline: 0;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.m-case .slick-dots {
    position: absolute;
    left: 0;
    bottom: 52px;
    width: 100%;
    text-align: center;
    z-index: 5;
}
.m-case .slick-dots li {
    display: inline-block;
    margin: 0 2px;
}
.m-case .slick-dots li button {
    display: block;
    width: 9px;
    height: 9px;
    font-size: 0;
    line-height: 0;
    text-indent: 999px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    background: none;
    border: 1px solid #1f1f1f;
    padding: 0;
}
.m-case .slick-dots li.slick-active button {
    background-color: #e60012;
    border-color: #e60012;
}
.m-case .txt {
    position: absolute;
    z-index: 2;
    width: 492px;
    font-size: 16px;
    color: #333;
    line-height: 1.75;
}
.m-case .txt1 {
    left: 14.51%;
    top: 17.2%;
}
.m-case .txt2 {
    right: 10.76%;
    top: 17%;
}
.m-case .txt3 {
    left: 19.37%;
    top: 17%;
}
.m-case .txt4 {
    right: 8.75%;
    top: 17%;
}
.m-case .txt5 {
    left: 10.83%;
    top: 17%;
}
.m-case .txt6 {
    left: 26.87%;
    top: 17%;
}
.m-case .txt7 {
    right: 20.55%;
    top: 17%;
}
.m-case .txt8 {
    right: 40px;
    top: 17%;
}

.m-case .m-btn1 {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
}
.m-case .more {
    display: inline-block;
    vertical-align: top;
    width: 200px;
    height: 50px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    font-size: 16px;
    color: #e60012;
    line-height: 48px;
    text-align: center;
    border: 1px solid #e60012;
}
.m-case .more:hover {
    background: #e60012;
    color: #fff;
}
.m-case .tit {
    font-size: 40px;
    color: #000;
    line-height: 1.4;
    font-weight: normal;
}
.m-case .det {
    margin: 14px 0 37px;
}
.m-case .bg-pc {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.m-case .bg-m img {
    display: block;
    width: 100%;
}
.m-case .bg-m {
    display: none;
}

.m-case .slick-next,
.m-case .slick-prev {
    display: none !important;
}




.m-pop {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 200;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    overflow: hidden;
    display: none;
}
.m-pop .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.m-pop .close {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 2;
    background: url(../images/img29.png) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    cursor: pointer;
}
.m-video {
    width: 80%;
    height: auto;
    background: #000;
}
.m-video video {
    display: block;
    width: 100%;
    height: 100%;
}

.m-vr {
    margin: 16px 0 0;
    position: relative;
    z-index: 1;
}
.m-vr .swiper-slide {
    background: none;
}
.m-vr .swiper-slide-shadow-left,
.m-vr .swiper-slide-shadow-right {
    display: none;
}
.m-vr:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -50px;
    bottom: -66px;
    z-index: -1;
    background: url(../images/img39.png) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.m-vr .swiper-button-next,
.m-vr .swiper-button-prev {
    position: absolute;
    bottom: -54px;
    overflow: hidden;
    width: 70px;
    height: 70px;
    font-size: 0;
    line-height: 0;
    z-index: 10;
    background: none;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    border: 1px solid #497ab6;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    top: auto;
    margin-top: 0;
}
.m-vr .swiper-button-prev {
    left: 50%;
    margin-left: -251px;
    background-image: url(../images/img32.png);
}
.m-vr .swiper-button-next {
    left: 50%;
    margin-left: -167px;
    background-image: url(../images/img33.png);
}
.m-vr .swiper-button-prev:hover {
    background-color: #497ab6;
    background-image: url(../images/img32-1.png);
}
.m-vr .swiper-button-next:hover {
    background-color: #497ab6;
    background-image: url(../images/img33-1.png);
}
.m-vr .item {
    position: relative;
}
.m-vr .swiper-pagination {
    width: auto;
    font-family: "Arial";
    font-size: 18px;
    color: #999;
    line-height: 30px;
    position: absolute;
    left: 50%;
    z-index: 2;
    bottom: -98px;
    letter-spacing: 4px;
    margin-left: -192px;
}

.m-vr .swiper-bg-prev {
    position: absolute;
    width: 40%;
    height: 80%;
    left: 0;
    top: 0;
    cursor: pointer;
    z-index: 10;
}
.m-vr .swiper-bg-next {
    position: absolute;
    width: 40%;
    height: 80%;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 10;
}

.m-vr .custom_paging li {
    display: none;
}
.m-vr .custom_paging .slick-active {
    display: block;
}
.m-vr .pic {
    -webkit-transition: .1s;
    -moz-transition: .1s;
    -ms-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
    margin: 50px auto;

    position: relative;
    top: 0;
    background: #fff;
    box-shadow: 4px 7px 0 rgba(49, 36, 27, .05);
    -webkit-transform: scale(.96);
    -moz-transform: scale(.96);
    -ms-transform: scale(.96);
    -o-transform: scale(.96);
    transform: scale(.96);

}
.m-vr .pic img {
    display: block;
    margin: 0 auto;
    width: 100%;
    opacity: .2;
}
.m-vr .swiper-slide-active .pic {
    -webkit-transform: scale(.81);
    -moz-transform: scale(.81);
    -ms-transform: scale(.81);
    -o-transform: scale(.81);
    transform: scale(.81);
    top: -5px;
    box-shadow: 0 0 7px rgba(0, 0, 0, .21);
    -webkit-box-reflect: below 1px -webkit-linear-gradient(top, rgba(250, 250, 250, 0), rgba(250, 250, 250, .0) 88%, rgba(250, 250, 250, 0.2));
    box-reflect: below 1px -webkit-linear-gradient(top, rgba(250, 250, 250, 0), rgba(250, 250, 250, .0) 88%, rgba(250, 250, 250, 0.2));
}
.m-vr .swiper-slide-active .pic img {
    opacity: 1;
}
.m-vr .swiper-slide-next .pic,
.m-vr .swiper-slide-prev .pic {
    -webkit-transform: scale(.77);
    -moz-transform: scale(.77);
    -ms-transform: scale(.77);
    -o-transform: scale(.77);
    transform: scale(.77);
}

.list-vr {
    width: 344px;
    font-size: 16px;
    color: #000;
    line-height: 1.75;
    margin: -29px auto 0;
    position: relative;
    left: 103px;
}
.list-vr li {
    display: none;
}
.list-vr li.on {
    display: block;
}
.list-vr .tit {
    font-size: 32px;
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 8px;
}
.list-vr .more {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    color: #333;
    font-weight: bold;
    color: #e60012;
    margin-top: 22px;
}
.list-vr .more:hover {
    text-decoration: underline;
}
.list-vr .more img {
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    margin-left: 8px;
}

.cur {
    font-size: 16px;
    color: #666;
    line-height: 58px;
}
.cur a {
    color: inherit;
}
.cur a:hover {
    color: #e60012;
}
.cur i {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 5px 0;
    width: 3px;
    height: 5px;
    background: url(../images/img49.png) center center no-repeat;
}

.p-list2 {
    overflow: hidden;
    margin: 52px -40px -10px;
}
.p-list2 li {
    float: left;
    width: 50%;
    padding: 0 40px 115px;
    font-size: 16px;
    color: #333;
    line-height: 30px;
    position: relative;
    z-index: 1;
}
.p-list2 li:nth-child(2n) {
    top: 79px;
}
.p-list2 .det {
    height: 60px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.p-list2 .tit {
    font-size: 28px;
    font-weight: normal;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 34px 0 21px;
}
.p-list2 .tit a {
    color: inherit;
}
.p-list2 .tit a:hover {
    color: #e60012;
}
.p-list2 .more {
    display: block;
    width: 130px;
    height: 40px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #e60012;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    margin-top: 18px;
}
.p-list2 .more:hover {
    background: #d90011;
    color: #fff;
}
.p-list2 .pic {
    height: 0;
    padding-top: 56.25%;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.p-list2 .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.m-position {
    padding: 44px 0 0 47px;
}
.m-position .det {
    display: inline-block;
    vertical-align: top;
    background: url(../images/img56.png) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    min-width: 120px;
    font-size: 16px;
    color: #e60012;
    line-height: 44px;
    font-weight: bold;
    padding-left: 14px;
    text-align: left;
}
.m-position img {
    display: inline-block !important;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 6px;
}
.m-position2 {
    text-align: right;
    padding: 38px 10px 0;
}
.m-position3 {
    padding-top: 60px;
}

.p-list3 {
    padding: 48px 0 9px;
}
.p-list3 li {
    position: relative;
    z-index: 1;
    padding-left: 34.72%;
    margin-bottom: 197px;
}
.p-list3 .pic {
    text-align: right;
}
.p-list3 .pic img {
    display: inline-block;
    vertical-align: top;
}
.p-list3 .txt {
    width: 27.36%;
    position: absolute;
    left: 4.16%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 16px;
    color: #666;
    line-height: 28px;
}
.p-list3 .icon {
    display: block;
    height: 11px;
    margin: 24px 0 26px;
}
.p-list3 .tit {
    font-size: 49px;
    color: #000;
    line-height: 61px;
    font-weight: bold;
}
.p-list3 .tit span {
    color: #e60012;
}
.p-list3 li:nth-child(2n) {
    padding-left: 0;
    padding-right: 34.72%;
}
.p-list3 li:nth-child(2n) .pic {
    text-align: left;
}
.p-list3 li:nth-child(2n) .txt {
    left: auto;
    right: 3.33%;
}

.row-experience {
    padding: 109px 0 125px;
}
.m-experience {
    margin-top: 55px;
}
.m-experience .slick-next,
.m-experience .slick-prev {
    position: absolute;
    top: 50%;
    margin-top: -35px;
    overflow: hidden;
    width: 70px;
    height: 70px;
    font-size: 0;
    line-height: 0;
    z-index: 100;
    background: none;
    border: 1px solid #497ab6;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    cursor: pointer;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.m-experience .slick-prev {
    left: 0;
    margin-left: -70px;
    background-image: url(../images/img32.png);
}
.m-experience .slick-next {
    right: 0;
    margin-right: -70px;
    background-image: url(../images/img33.png);
}
.m-experience .slick-prev:hover {
    background-color: #497ab6;
    background-image: url(../images/img32-1.png);
}
.m-experience .slick-next:hover {
    background-color: #497ab6;
    background-image: url(../images/img33-1.png);
}
.m-experience .con {
    display: block;
    position: relative;
    z-index: 1;
    margin: 0 10px;
}
.m-experience .con:after {
    content: "";
    position: absolute;
    left: -12px;
    top: 0;
    z-index: 3;
    height: 100%;
    width: 20px;
    background: #fff;
    -webkit-transform: skewX(-3deg);
    -moz-transform: skewX(-3deg);
    -ms-transform: skewX(-3deg);
    -o-transform: skewX(-3deg);
    transform: skewX(-3deg);
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left;
    transition: 0.4s;
}
.m-experience .con:before {
    content: "";
    position: absolute;
    right: -12px;
    top: 0;
    z-index: 3;
    height: 100%;
    width: 20px;
    background: #fff;
    -webkit-transform: skewX(-3deg);
    -moz-transform: skewX(-3deg);
    -ms-transform: skewX(-3deg);
    -o-transform: skewX(-3deg);
    transform: skewX(-3deg);
    transition: 0.4s;
}
.m-experience .con:hover:before,
.m-experience .con:hover:after {
    width: 26px;
}

.m-experience .pic {
    height: 0;
    padding-top: 69.298%;
    position: relative;
    z-index: 1;
}
.m-experience .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.m-experience .txt {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: rgba(255, 255, 255, .8);
    padding: 33px 25px 33px 20px;
    border-bottom: 5px solid #e60012;
}
.m-experience .tit {
    font-size: 24px;
    color: #000;
    line-height: 44px;
    font-weight: normal;
    float: left;
}
.m-experience .m-position {
    padding: 0;
    float: right;
}
.m-experience .slick-dots {
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 100%;
    text-align: center;
    z-index: 5;
}
.m-experience .slick-dots li {
    display: inline-block;
    margin: 0 2px;
}
.m-experience .slick-dots li button {
    display: block;
    width: 9px;
    height: 9px;
    font-size: 0;
    line-height: 0;
    text-indent: 999px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    background: none;
    border: 1px solid #1f1f1f;
    padding: 0;
}
.m-experience .slick-dots li.slick-active button {
    background-color: #e60012;
    border-color: #e60012;
}

.p-list4 {
    overflow: hidden;
    margin: 0 -52px;
    padding-top: 19px;
    padding-bottom: 104px;
}
.p-list4 li {
    float: left;
    width: 50%;
    font-size: 16px;
    color: #999;
    line-height: 26px;
    padding: 0 37px 2px;
}
.p-list4 .txt {
    padding: 0 20px;
}
.p-list4 .tit {
    font-size: 49px;
    color: #000;
    line-height: 56px;
    font-weight: bold;
    float: left;
    margin-right: 31px;
    margin-bottom: 40px;
}
.p-list4 .tit span {
    color: #e60012;
}
.p-list4 .det {
    border-left: 1px solid #dfdfdf;
    padding: 0 0 4px 30px;
    overflow: hidden;
    min-height: 56px;
    width: 64%;
    margin-left: 100px;
    margin-bottom: 40px;
}
.p-list4 .pic {
    padding: 16px 18px 20px 20px;
    background: url(../images/img67.png) center center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    margin-bottom: 24px;
}
.p-list4 .pic .inner {
    height: 0;
    padding-top: 71.96%;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.p-list4 .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.p-list4 li:nth-child(2) {
    padding-top: 149px;
}
.p-list4 li:nth-child(2) .pic {
    margin-bottom: 62px;
}
.p-list4 li:nth-child(4) {
    padding-top: 111px;
}
.p-list4 li:nth-child(3) .tit,
.p-list4 li:nth-child(4) .tit {
    float: none;
    padding-top: 5px;
}
.p-list4 li:nth-child(3) .det,
.p-list4 li:nth-child(4) .det {
    padding-left: 20px;
}

.p-list5 {
    font-size: 0;
    position: relative;
    z-index: 1;
    margin: 41px -30px 0;
    padding-bottom: 127px;
}
.p-list5:after {
    content: "";
    position: absolute;
    left: 50%;
    top: -89px;
    bottom: 0;
    z-index: -1;
    width: 1px;
    background: #adb9ca;
    margin-left: -1px;
}
.p-list5:before {
    content: "";
    position: absolute;
    left: 50%;
    top: -99px;
    bottom: 0;
    z-index: 1;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 12px solid #ecf4fd;
    margin-left: -15px;
}
.p-list5 li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 58px 30px 41px;
    font-size: 16px;
    color: #333;
    line-height: 28px;
    position: relative;
    z-index: 1;
}
.p-list5 .tit {
    font-size: 24px;
    color: #000;
    line-height: 1.5;
    font-weight: normal;
}
.p-list5 .tit a {
    color: inherit;
}
.p-list5 .tit a:hover {
    color: #e60012;
}
.p-list5 .det {
    margin: 15px 0 26px;
}
.p-list5 .pic {
    height: 0;
    padding-top: 59.298%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 30px;
}
.p-list5 .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.p-list5 li:after {
    content: "";
    position: absolute;
    left: 30px;
    right: 0;
    top: 0;
    z-index: 1;
    height: 1px;
    background: #adb9ca;
}
.p-list5 li:before {
    content: "";
    position: absolute;
    right: -6px;
    top: -6px;
    z-index: 2;
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #adb9ca;
    background: #fff;
}
.p-list5 li:nth-child(2n) {
    padding-top: 44px;
    top: 100px;
    padding-bottom: 65px;
}
.p-list5 li:nth-child(2n):after {
    left: 0;
    right: 30px;
}
.p-list5 li:nth-child(2n):before {
    left: -7px;
    right: auto;
}

.p-list6 {
    overflow: hidden;
    margin: 54px -12px 123px;
    position: relative;
    z-index: 1;
}
.p-list6 li {
    float: left;
    width: 33.33%;
    padding: 0 72px 0;
    font-size: 16px;
    color: #666;
    line-height: 26px;
    text-align: center;
    position: relative;
    z-index: 1;
}
.p-list6 .icon {
    display: block;
    width: 150px;
    height: 150px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.p-list6 .tit {
    font-size: 24px;
    color: #333;
    line-height: 40px;
    font-weight: bold;
    margin: 15px 0 16px;
}
.p-list6 .tit span {
    font-size: 32px;
    color: #e60012;
}
.p-list6:after {
    content: "";
    position: absolute;
    left: 33.33%;
    bottom: 0;
    width: 1px;
    height: 322px;
    background: url(../images/img80.png) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.p-list6:before {
    content: "";
    position: absolute;
    left: 66.66%;
    bottom: 0;
    width: 1px;
    height: 322px;
    background: url(../images/img80.png) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.m-tit2 {
    font-size: 49px;
    color: #000;
    font-weight: bold;
    line-height: 1.5;
    position: relative;
    z-index: 1;
    padding-left: 39px;
    margin-bottom: 29px;
}
.m-tit2 img {
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    margin-left: 20px;
}
.m-tit2:after {
    content: "";
    position: absolute;
    left: 0;
    top: 17%;
    bottom: 17%;
    width: 8px;
    background: #e60012;
}
.m-tit2 span {
    color: #e60012;
}

.m-experience2 {
    margin-bottom: 152px;
}
.m-experience2 .con {
    position: relative;
    z-index: 1;
    padding-right: 395px;
    opacity: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.m-experience2 .swiper-slide-active .con {
    opacity: 1;
}
.m-experience2 .pic img {
    display: block;
    width: 100%;
}
.m-experience2 .txt {
    width: 348px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 18px;
    color: #666;
    line-height: 35px;
}
.m-experience2 .det {
    padding: 57px 54px 66px;
    background: url(../images/img82.png) center center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.m-experience2 .det strong {
    font-size: 25px;
    color: #000;
    font-weight: normal;
}
.m-experience2 .con-bot {
    text-align: center;
    font-size: 18px;
    color: #999;
    line-height: 70px;
    letter-spacing: 4px;
    margin-top: 44px;
}
.m-experience2 .button-next,
.m-experience2 .button-prev {
    display: inline-block;
    vertical-align: top;
    width: 70px;
    height: 70px;
    font-size: 0;
    line-height: 0;
    z-index: 10;
    background: none;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    border: 1px solid #497ab6;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    cursor: pointer;
}
.m-experience2 .button-prev {
    background-image: url(../images/img32.png);
}
.m-experience2 .button-next {
    background-image: url(../images/img33.png);
}
.m-experience2 .button-prev:hover {
    background-color: #497ab6;
    background-image: url(../images/img32-1.png);
}
.m-experience2 .button-next:hover {
    background-color: #497ab6;
    background-image: url(../images/img33-1.png);
}
.m-experience2 .num {
    margin: 0 8px;
}

.m-experience3 {
    margin-top: 36px;
    margin-bottom: 132px;
}
.m-experience3 .con {
    position: relative;
    z-index: 1;
    padding-left: 395px;
    opacity: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.m-experience3 .swiper-slide-active .con {
    opacity: 1;
}
.m-experience3 .pic img {
    display: block;
    width: 100%;
}
.m-experience3 .txt {
    width: 348px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 18px;
    color: #666;
    line-height: 35px;
}
.m-experience3 .det {
    padding: 60px 30px 55px 33px;
    background: url(../images/img85.png) center center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.m-experience3 .det strong {
    font-size: 25px;
    color: #000;
    font-weight: normal;
}
.m-experience3 .con-bot {
    text-align: center;
    font-size: 18px;
    color: #999;
    line-height: 70px;
    letter-spacing: 4px;
    margin-top: 32px;
}
.m-experience3 .button-next3,
.m-experience3 .button-prev3 {
    display: inline-block;
    vertical-align: top;
    width: 70px;
    height: 70px;
    font-size: 0;
    line-height: 0;
    z-index: 10;
    background: none;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    border: 1px solid #497ab6;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    cursor: pointer;
}
.m-experience3 .button-prev3 {
    background-image: url(../images/img32.png);
}
.m-experience3 .button-next3 {
    background-image: url(../images/img33.png);
}
.m-experience3 .button-prev3:hover {
    background-color: #497ab6;
    background-image: url(../images/img32-1.png);
}
.m-experience3 .button-next3:hover {
    background-color: #497ab6;
    background-image: url(../images/img33-1.png);
}
.m-experience3 .num {
    margin: 0 8px;
}


.m-experience4 {
    margin-bottom: 119px;
}
.m-experience4 .con {
    position: relative;
    z-index: 1;
    padding-right: 395px;
}
.m-experience4 .pic img {
    display: block;
    width: 100%;
}
.m-experience4 .txt {
    width: 348px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 18px;
    color: #666;
    line-height: 35px;
}
.m-experience4 .det {
    padding: 57px 54px 66px;
    background: url(../images/img82.png) center center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.m-experience4 .det strong {
    font-size: 25px;
    color: #000;
    font-weight: normal;
}

.m-experience5 {
    margin-bottom: 162px;
}
.m-experience5 .con {
    position: relative;
    z-index: 1;
    padding-left: 395px;
}
.m-experience5 .pic img {
    display: block;
    width: 100%;
}
.m-experience5 .txt {
    width: 348px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 18px;
    color: #666;
    line-height: 40px;
}
.m-experience5 .det {
    padding: 41px 45px 38px 39px;
    background: url(../images/img86.png) center center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.m-experience5 .det strong {
    font-size: 25px;
    color: #000;
    font-weight: normal;
}

.box-strength {
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding-left: 330px;
    margin: 30px 0 108px;
}
.box-strength .txt {
    width: 295px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 18px;
    color: #666;
    line-height: 40px;
    padding: 57px 45px 34px 39px;
    background: url(../images/img86.png) center center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.box-strength .txt strong {
    font-size: 25px;
    color: #000;
    font-weight: normal;
}
.box-strength .col-r {
    float: none;
    padding-left: 33px;
    position: relative;
    z-index: 1;
}
.box-strength .col-r:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    z-index: -1;
    width: 50%;
    height: 54%;
    background: #f4f4f4;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.m-strength {
    overflow: hidden;
    margin-right: -58px;
    position: relative;
    z-index: 1;
}
.m-strength .pic img {
    display: block;
    width: 100%;
    opacity: .6;
}
.m-strength .swiper-slide-active .pic img {
    opacity: 1;
}

.row-experience2 {
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 0 0 0;
}
.p-list7 {
    padding: 54px 0 100px;
}
.p-list7 li {
    margin-bottom: 100px;
    font-size: 0;
}
.p-list7 .pic {
    display: inline-block;
    vertical-align: middle;
    width: 60.41%;
}
.p-list7 .pic img {
    display: block;
    width: 100%;
}
.p-list7 .txt {
    display: inline-block;
    vertical-align: middle;
    width: 27.7%;
    font-size: 16px;
    color: #666;
    line-height: 28px;
    margin-left: 9.1%;
}
.p-list7 .img {
    display: block;
    height: 49px;
}
.p-list7 .tit {
    font-size: 49px;
    color: #000;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 13px;
}
.p-list7 .tit a {
    color: inherit;
}
.p-list7 .tit span {
    color: #e81b2a;
}

.p-list8 {
    padding: 151px 0 57px;
}
.p-list8 li {
    padding-right: 47.2%;
    position: relative;
    z-index: 1;
    margin-bottom: 143px;
}
.p-list8 .pic img {
    display: block;
    width: 100%;
}
.p-list8 .txt {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    width: 47.2%;
    height: 100%;
    background: url(../images/img99.jpg) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 111px 8.6% 0 11.31%;
    font-size: 16px;
    color: #666;
    line-height: 28px;
}
.p-list8 .tit {
    font-size: 49px;
    color: #000;
    line-height: 1.25;
    margin-bottom: 18px;
    font-weight: bold;
    text-transform: uppercase;
}
.p-list8 .tit a {
    color: inherit;
}
.p-list8 .tit span {
    color: #e60012;
}
.p-list8 li:nth-child(2n) {
    padding-left: 47.2%;
    padding-right: 0;
}
.p-list8 li:nth-child(2n) .txt {
    left: 0;
    background-image: url(../images/img100.jpg);
}

.p-list9 {
    margin: 78px 56px 140px 53px;
    border: 1px solid #f1f1f1;
}
.p-list9 li {
    font-size: 16px;
    color: #535353;
    line-height: 30px;
}
.p-list9 .tit {
    font-size: 20px;
    font-weight: bold;
    background: #f1f1f1;
    padding: 9px 9px 9px 57px;
    position: relative;
    z-index: 1;
}
.p-list9 .txt {
    padding: 9px 9px 9px 57px;
    position: relative;
    z-index: 1;
}
.p-list9 .icon1 {
    width: 30px;
    height: 30px;
    background: url(../images/img103.png) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
    left: 14px;
    top: 9px;
}
.p-list9 .icon2 {
    width: 30px;
    height: 30px;
    background: url(../images/img104.png) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
    left: 14px;
    top: 9px;
}
.p-list9 li:nth-child(1) .icon1,
.p-list9 li:nth-child(2) .icon1,
.p-list9 li:nth-child(3) .icon1 {
    background-image: url(../images/img101.png);
}
.p-list9 li:nth-child(1) .icon2,
.p-list9 li:nth-child(2) .icon2,
.p-list9 li:nth-child(3) .icon2 {
    background-image: url(../images/img102.png);
}

.m-txt1 {
    font-size: 16px;
    color: #666;
    line-height: 1.75;
    width: 900px;
    margin: 64px auto 146px;
}
.m-txt1 h1 {
    font-size: 48px;
    color: #333;
    line-height: 1.375;
    font-weight: normal;
}
.m-txt1 .info {
    font-size: 14px;
    color: #999;
    border-top: 1px solid #e4e4e4;
    margin: 21px 0 32px;
    padding-top: 14px;
}
.m-txt1 .info span {
    margin-right: 61px;
}
.m-txt1 .txt1 {
    padding: 27px 22px 30px;
    background: #eee;
    background: url(../images/img106.jpg) center center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    font-size: 20px;
    line-height: 2;
    margin-bottom: 26px;
}
.m-txt1 .tit1 {
    text-align: center;
    font-size: 20px;
    color: #fff;
    line-height: 1.7;
    font-weight: bold;
    margin: 65px 0 41px;
}
.m-txt1 .tit1 span {
    display: inline-block;
    vertical-align: top;
    background: #5c6bc0;
    -webkit-transform: skewX(-10deg);
    -moz-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    -o-transform: skewX(-10deg);
    transform: skewX(-10deg);
    padding: 0 20px;
    position: relative;
    z-index: 1;
}
.m-txt1 .tit2 {
    margin-top: 34px;
    margin-bottom: 30px;
}
.m-txt1 .tit2 span {
    padding-top: 6px;
    padding-bottom: 6px;
    line-height: 2;
}
.m-txt1 .tit1 span:after {
    content: "";
    position: absolute;
    left: -9px;
    right: -9px;
    bottom: -9px;
    height: 1px;
    background: #5b6bc0;
}
.m-txt1 .tit1 span:before {
    content: "";
    position: absolute;
    left: -9px;
    right: -9px;
    top: -9px;
    height: 1px;
    background: #5b6bc0;
}
.m-txt1 .txt2 {
    background: url(../images/img107.jpg) center center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    margin: 0 -15px 0 -8px;
    padding: 28px 20px 24px 26px;
    font-size: 20px;
    line-height: 2;
}
.m-txt1 .con-bot {
    border-top: 1px solid #e4e4e4;
    overflow: hidden;
    margin-top: 18px;
    padding-top: 9px;
}
.m-txt1 .next-page {
    float: left;
    width: 60%;
    font-size: 16px;
    color: #999;
    line-height: 30px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.m-txt1 .next-page a {
    color: #555;
}
.m-txt1 .next-page a:hover {
    color: #e60012;
}

.bd_weixin_popup .bd_weixin_popup_main {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
.m-share {
    float: right;
    line-height: 24px;
}
.m-share a {
    width: 24px !important;
    height: 24px !important;
    background-position: center center !important;
    margin: 0 0 0 20px !important;
}
.m-share .bds_tsina {
    background-image: url(../images/img108.png) !important;
}
.m-share .bds_weixin {
    background-image: url(../images/img109.png) !important;
}
.m-share .bds_sqq {
    background-image: url(../images/img110.png) !important;
}

.m-txt2 {
    font-size: 16px;
    color: #666;
    line-height: 28px;
    padding: 0 0 103px;
    background: url(../images/img116.jpg) no-repeat;
    background-position: right top 77px;
    margin: 38px 0 92px;
}
.m-txt2 .txt {
    width: 493px;
}
.m-txt2 .det {
    padding-right: 77px;
}
.m-txt2 .tit {
    display: inline-block;
    vertical-align: top;
    font-size: 49px;
    color: #000;
    line-height: 2;
    font-weight: bold;
    background: url(../images/img115.png) center center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    padding: 13px 72px 29px;
    margin-bottom: 27px;
}
.m-txt2 .tit span {
    color: #e60012;
}
.m-txt2 .pic {
    width: 86.38%;
    margin-top: 34px;
}
.m-txt2 .pic img {
    display: block;
    width: 100%;
}

.p-list10 {
    padding-bottom: 47px;
}
.p-list10 li {
    overflow: hidden;
    margin-bottom: 150px;
}
.p-list10 .txt {
    float: right;
    width: 39.16%;
    font-size: 16px;
    color: #666;
    line-height: 28px;
}
.p-list10 .pic {
    float: left;
    width: 59.23%;
    padding: 81px 29px 0 80px;
    background: url(../images/img117.jpg) left top no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    margin-top: 62px;
}
.p-list10 .pic img {
    display: block;
    width: 100%;
}
.p-list10 .tit {
    display: inline-block;
    vertical-align: top;
    font-size: 49px;
    color: #000;
    line-height: 2;
    font-weight: bold;
    background: url(../images/img115.png) center center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    padding: 13px 60px 29px;
    margin-bottom: 225px;
}
.p-list10 .tit span {
    color: #e60012;
}
.p-list10 .det {
    padding-left: 69px;
    padding-right: 79px;
}
.p-list10 li:nth-child(2n) .txt {
    float: left;
}
.p-list10 li:nth-child(2n) .pic {
    float: right;
    background-image: url(../images/img118.jpg);
    background-position: right top;
    padding: 81px 81px 0 29px;
}