@charset "utf-8";

.methods-header {
    width: 1280px;
    margin: 0 auto;
    padding-top: 58px;
}

.methods-header p {
    font-size: 15px;
    color: #666666;
    padding-top: 60px;
}

.all-index .methods-index {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    background: #fff;
}

.all-index .methods-index:first-child {
    padding-top: 50px;
}

.all-index .methods-index:nth-child(2n+0) {
    background: #f5f6fa;
}

.methods-index-center {
    width: 1280px;
    margin: 0 auto;
}

.methods-left {
    float: left;
    width: 50%;
    height: 366px;
}

.methods-left img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.methods-right {
    float: left;
    width: 50%;
    height: 366px;
}

.methods-right img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.methods-txt {
    box-sizing: border-box;
    padding: 0 60px;
}

.methods-txt h5 {
    font-size: 30px;
    color: #0062a6;
    padding-bottom: 22px;
    padding-top: 50px;
}

.methods-txt p {
    font-size: 15px;
    color: #666666;
    line-height: 28px;
}

.methods-txt a {
    display: block;
    width: 170px;
    height: 46px;
    text-align: center;
    background: #0062a6;
    line-height: 46px;
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
    margin-top: 46px;
    -moz-transition: all 0.4s;
    /* Firefox 4 */
    -webkit-transition: all 0.4s;
    /* Safari and Chrome */
    -o-transition: all 0.4s;
    /* Opera */
    transition: all 0.4s;
}

.methods-txt a:hover {
    background: #2483bc;
}

.methods-txt a i {
    font-style: normal;
    padding-right: 14px;
    font-size: 16px;
}

/* detail */
.detail-header {
    width: 100%;
    padding-top: 54px;
    padding-bottom: 58px;
}

.center-detail {
    width: 1280px;
    margin: 0 auto;
}

.detail-back {
    float: right;
    font-size: 16px;
    color: #888888;
}

.detail-back:hover {
    color: #0062a6;
}

.detail-back u {
    display: inline-block;
    width: 16px;
    height: 13px;
    background: url('../images/methods/backlist.png');
    background-size: 100% 100%;
    margin-left: 5px;
}

.center-detail p {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    text-indent: 30px;
    margin-bottom: 10px;
}

.center-detail p.title{
    font-weight: bold;
}

.center-detail .p-fist {
    padding-top: 60px;
}

/* swiper */
.swiper-header {
    width: 100%;
    height: 740px;
    box-sizing: border-box;
    padding: 70px 140px;
    position: relative;
}

.swiper-header .swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-header .swiper-slide {
    width: 100%;
    height: 100%;
    position: relative;
}

.swiper-header .swiper-slide s {
    text-decoration: none;
    position: absolute;
    bottom: 30px;
    left: 30px;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    z-index: 10;
}

.swiper-header .swiper-slide-active {
    width: 100%;
    height: 100%;
    position: relative;
}

.swiper-header .swiper-slide-active::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: url('../images/methods/shade.png');
    background-size: 100% 100%;
}

.swiper-header .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
}

.slide-btn-com {
    position: absolute;
    display: block;
    cursor: pointer;
    width: 35px;
    height: 65px;
    top: 344px;
}

.btn-left {
    left: 28px;
    background: url('../images/methods/left.png');
    background-size: 100% 100%;
}

.btn-left:hover {
    background: url('../images/methods/left-2.png');
    background-size: 100% 100%;
}

.btn-right {
    right: 28px;
    background: url('../images/methods/right.png');
    background-size: 100% 100%;
}

.btn-right:hover {
    background: url('../images/methods/right-2.png');
    background-size: 100% 100%;
}

.center-detail h6 {
    font-size: 24px;
    color: #0062a6;
    font-weight: 600;
}

.detail-middel {
    width: 100%;
    padding-top: 52px;
    padding-bottom: 52px;
    background: #f7f7fa;
}

.detail-middel-center {
    width: 1280px;
    margin: 0 auto;
}

.detail-middel-center h6 {
    font-size: 24px;
    color: #666;
    font-weight: 600;
    padding-bottom: 16px;
}

.detail-middel-center p {
    font-size: 15px;
    color: #666666;
    padding-top: 10px;
    line-height: 28px;
}

.detail-middel-center p span {
    color: #0062a6;
    padding-left: 30px;
}

.detail-middel-center img {
    display: block;
    width: 100%;
    padding-top: 44px;
}

.detail-bottom {
    padding-top: 36px;
    padding-bottom: 76px;
    background: #fff;
}

.detail-bottom-center {
    width: 1280px;
    margin: 0 auto;
}

.detail-bottom-center h5 {
    font-size: 24px;
    color: #0062a6;
    padding-bottom: 27px;
    font-weight: 600;
}

.detail-bottom-center ul {
    padding-bottom: 54px;
}

.detail-bottom-center ul li {
    width: 400px;
    float: left;
    margin-left: 34px;
    overflow: hidden;
}

.detail-bottom-center ul li:first-child {
    margin-left: 0;
}

.detail-bottom-center ul li h6 {
    font-size: 16px;
    color: #666;
    padding-bottom: 12px;
    font-weight: 600;
}

.detail-bottom-center ul li img {
    display: block;
    width: 100%;
    height: 200px;
}

.detail-bottom-center ul li p {
    font-size: 13px;
    color: #666666;
    line-height: 22px;
    padding-top: 8px;
}

.detail-bottom-center h6 {
    font-size: 16px;
    color: #666;
    padding-bottom: 12px;
    font-weight: 600;
}

.detail-bottom-center span {
    display: block;
    padding-top: 20px;
    font-size: 15px;
    color: #666666;
}
/* new methods */
.other-methods-detail {
    width: 100%;
    padding-top: 90px;
}

.other-methods-detail-left {
    float: left;
    width: 840px;
}

.other-methods-detail-left-txt {
    width: 770px;
}

.other-methods-detail-left-txt h5 {
    font-size: 24px;
    color: #666666;
    font-weight: 600;
    padding-top: 70px;
}

.other-methods-detail-left-txt h5:nth-child(1) {
    padding-top: 0;
}

.other-methods-detail-left-txt p {
    text-indent: 30px;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}

.other-methods-detail-left-txt p u {
    text-decoration: none;
    color: #0062a6;
}

.other-methods-detail-jiange {
    height: 90px;
}

.other-methods-detail-right {
    float: left;
    width: 436px;
}

.other-methods-detail-right img {
    display: block;
    width: 100%;
}

.other-methods-detail-bottom {
    width: 100%;
    padding-top: 70px;
    padding-bottom: 42px;
}

.other-methods-detail-img-bottom {
    padding-top: 50px;
    padding-bottom: 80px;
}