.way_pic {
    width: 1200px;
    height: 510px;
}

.way_pic .way_pic_bd {
    position: relative;
    width: 100%;
    height: 450px;
    background: -moz-linear-gradient(left, #ff8201, #ed1e2b);
    background: -ms-linear-gradient(left, #ff8201, #ed1e2b);
    background: -webkit-linear-gradient(left, #ff8201, #ed1e2b);
    background: -o-linear-gradient(left, #ff8201, #ed1e2b);
    background: linear-gradient(left, #ff8201, #ed1e2b);
}

.way_pic_bd .way_pic_bd_l {
    position: relative;
    float: left;
    width: 500px;
    height: 450px;
}

.way_pic_bd .way_pic_bd_l ol {
    position: absolute;
    top: 15px;
    left: -20px;
}

.way_pic_bd .way_pic_bd_l li {
    position: absolute;
    width: 300px;
    height: 125px;
    background: -moz-linear-gradient(top, #8d50e4, #cb25d8);
    background: -ms-linear-gradient(top, #8d50e4, #cb25d8);
    background: -webkit-linear-gradient(top, #8d50e4, #cb25d8);
    background: -o-linear-gradient(top, #8d50e4, #cb25d8);
    background: linear-gradient(top, #8d50e4, #cb25d8);
    cursor: pointer;
}

.way_pic_bd .way_pic_bd_l li:nth-child(1) {
    top: 12px;
    left: 130px;
    z-index: 9;
}

.way_pic_bd .way_pic_bd_l li:nth-child(2) {
    top: 105px;
    left: 110px;
    z-index: 10;
}

.way_pic_bd .way_pic_bd_l li:nth-child(3) {
    top: 190px;
    left: 90px;
    z-index: 9;
}

.way_pic_bd .way_pic_bd_l li:nth-child(4) {
    top: 280px;
    left: 120px;
    z-index: 9;
}

.pic_bd_mb {
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 125px;
    background: rgba(0, 0, 0, .5);
    z-index: 99;
}

.pic_bd_mb::after {
    position: absolute;
    bottom: 50px;
    right: -15px;
    content: '';
    display: block;
    border-right: 15px solid rgba(0, 0, 0, .5);
    border-bottom: 15px solid rgba(0, 0, 0, .5);
    border-top: 15px solid transparent;
    border-left: 15px solid transparent;
    transform: rotate(-45deg);
}

.way_pic_bd .way_pic_bd_l li::after {
    position: absolute;
    bottom: 50px;
    right: -14px;
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background: #AA3BDE;
    transform: rotate(45deg);
}

.way_pic_bd .way_pic_bd_l li p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
    height: 75px;
    font-size: 18px;
    color: #fff;
}

.way_pic_bd .way_pic_bd_l p::before,
.way_pic_bd .way_pic_bd_l p::after {
    position: absolute;
    bottom: -15px;
    right: -35px;
    content: '';
    display: block;
    width: 30px;
    height: 25px;
    background: url(../letai_images/yh.png) no-repeat center;
    background-size: 30px 25px;
}

.way_pic_bd .way_pic_bd_l p::before {
    top: -15px;
    left: -35px;
    transform: rotate(180deg);
}

.way_pic_bd .way_pic_bd_c {
    position: absolute;
    top: 0;
    left: 465px;
    float: left;
    width: 200px;
    height: 450px;
    background: url(../letai_images/rxl.png) no-repeat center center;
    background-size: 200px 230px;
}

.way_pic_bd .way_pic_bd_r {
    position: relative;
    left: 180px;
    float: left;
    width: 500px;
    height: 450px;
}

.way_pic_bd .way_pic_bd_r li {
    display: none;
    position: absolute;
    top: 0;
    left: 15px;
    width: 100%;
    height: 450px;
}

.way_pic_bd .way_pic_bd_r li .pic_bd_r_t {
    overflow: hidden;
    position: absolute;
    top: 16px;
    left: 125px;
    width: 210px;
    height: 60px;
    background-color: #fff;
    margin: 10px auto;
    border-radius: 3px;
}

.way_pic_bd .way_pic_bd_r li .pic_bd_r_t::before,
.way_pic_bd .way_pic_bd_r li .pic_bd_r_t::after {
    content: '';
    position: absolute;
    top: 21px;
    left: 200px;
    width: 20px;
    height: 20px;
    background-color: #EF2A26;
    border-radius: 15px;
}

.way_pic_bd .way_pic_bd_r li .pic_bd_r_t::before {
    top: 21px;
    left: -10px;
    background-color: #F33C1F;
}

.way_pic_bd .way_pic_bd_r li p {
    line-height: 60px;
    text-align: center;
    color: #F33C1F;
    font-size: 30px;
}

.way_pic_bd .way_pic_bd_r li .pic_bd_r_b {
    overflow: hidden;
    position: absolute;
    top: 110px;
    left: -20px;
    width: 100%;
    height: 210px;
}

.way_pic_bd .way_pic_bd_r li .pic_bd_r_b i {
    display: inline-block;
    width: 160px;
    height: 40px;
    text-align: center;
    padding-top: 80px;
    font-size: 20px;
    color: #fff;
}

.way_pic_bd .way_pic_bd_r li .pic_bd_r_b p {
    line-height: 40px;
    text-align: left;
    color: #fff;
    font-size: 20px;
    text-indent: 1em;
}

.way_pic_bd .way_pic_bd_r li .pic_bd_r_b i:nth-child(1) {
    background: url(../letai_images/rxlw.png) no-repeat center top;
    background-size: 60px;
}

.way_pic_bd .way_pic_bd_r li .pic_bd_r_b i:nth-child(2) {
    background: url(../letai_images/rxyhq.png) no-repeat center top;
    background-size: 70px;
}

.way_pic_bd .way_pic_bd_r li .pic_bd_r_b i:nth-child(3) {
    background: url(../letai_images/rxgn.png) no-repeat center top;
    background-size: 60px;
}

.way_pic_bd .way_pic_bd_r li .pic_bd_r_num {
    position: absolute;
    top: 336px;
    left: -25px;
    width: 100%;
    text-align: center;
    color: #fff;
}

.way_pic_bd .way_pic_bd_r li .pic_bd_r_num em {
    display: list-item;
    font-size: 20px;
    margin-bottom: 10px;
}

.way_pic_bd .way_pic_bd_r li .pic_bd_r_num span {
    display: inline-block;
    font-size: 18px;
    padding: 2px 20px;
}

.way_pic_bd .way_pic_bd_r li .pic_bd_r_btn {
    position: absolute;
    top: 395px;
    left: -25px;
    width: 100%;
    text-align: center;
}

.way_pic_bd .way_pic_bd_r li .pic_bd_r_btn a {
    display: inline-block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #fff;
    background-color: #F33C1F;
    border: 1px solid #fff;
    border-radius: 10px;
}

.way_pic_bd .way_pic_bd_r:hover li .pic_bd_r_btn a {
    background-color: #fff;
    color: #EF2A26;
}

.pic_bg {
    width: 100%;
}

.pic_bg .pic_bg_bd {
    width: 100%;
    height: 400px;
    margin-top: 55px;
}

.pic_bg .pic_bg_bd li {
    position: relative;
    float: left;
    /* 初始化宽度 */
    /* width: 238px; */
    /* 有一个被选中的宽度 */
    width: 210px;
    height: 400px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    margin-left: -1px;
    cursor: pointer;
}

.pic_bg .bd_ul_two li {
    width: 238px;
}

.pic_bg .pic_bg_bd li:hover {
    box-shadow: 0 0 15px #000;
}


/* 每次默认第一个是打开的 */

.pic_bg .pic_bg_bd li:nth-child(1) {
    width: 350px;
    height: 450px;
    margin-top: -25px;
}


/* 受上边的影响，把样式再改回来 */

.pic_bg .bd_ul_two li:nth-child(1) {
    width: 238px;
    height: 400px;
    margin-top: 0;
}

.pic_bg .pic_bg_bd li .pic_show {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.pic_bg .pic_bg_bd li .pic_bg_hd {
    overflow: hidden;
    width: 100%;
    height: 135px;
    background-color: #ff8201;
}

.pic_bg .pic_bg_bd li .pic_bg_hd p {
    width: 100%;
    height: 40px;
    background: url(../letai_images/rxyhq.png) no-repeat top center;
    margin-top: 20px;
    font-size: 25px;
    padding: 70px 0 0 0;
    color: #fff;
    text-align: center;
}

.pic_bg .pic_bg_bd li .pic_bg_bd_ul_text {
    display: block;
    width: 100%;
    height: 115px;
    text-align: center;
    padding-top: 20px;
}

.pic_bg .pic_bg_bd li .pic_bg_bd_ul_text p {
    color: #999;
    font-size: 16px;
    margin: 10px;
}

.pic_non {
    display: none;
    width: 100%;
    height: 100%;
}

.pic_bg .pic_bg_bd li .pic_non .pic_non_hd {
    overflow: hidden;
    width: 100%;
    height: 130px;
    background-color: #F33C1F;
}

.pic_bg .pic_bg_bd li .pic_non .pic_non_hd .non_hd_te {
    height: 45px;
    color: #fff;
    margin: 20px 0 0 20px;
}

.pic_non .pic_non_hd .non_hd_te p {
    display: inline-block;
    font-size: 30px;
}

.pic_non .pic_non_hd .non_hd_te em {
    font-size: 16px;
    margin-left: 30px;
}

.pic_non .pic_non_hd .non_hd_im {
    padding: 0 20px;
}

.pic_non .pic_non_hd .hd_im_l {
    float: left;
    overflow: hidden;
    width: 50%;
    height: 65px;
    color: #fff;
    font-size: 18px;
    background: url(../letai_images/zfgn.png) no-repeat left center;
}

.pic_non .pic_non_hd .hd_im_l p {
    margin: 11px 0 0 50px;
}

.pic_non .pic_non_hd .hd_im_r {
    float: left;
    height: 65px;
    color: #fff;
    font-size: 18px;
    background: url(../letai_images/zfdh.png) no-repeat left center;
    margin-left: 20px;
}

.pic_non .pic_non_hd .hd_im_r p {
    margin: 11px 0 0 40px;
}

.pic_non .pic_num {
    overflow: hidden;
    width: 100%;
    height: 251px;
    text-align: center;
}

.pic_non .pic_num p {
    color: #000;
    font-size: 20px;
    margin: 10px;
}

.pic_non .pic_num span {
    display: inline-block;
    font-size: 16px;
    margin: 5px 10px;
}

.pic_non .pic_btn {
    width: 100%;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background-color: #F33C1F;
}

.pic_non .pic_btn a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 20px;
    color: #fff;
}

.way_me {
    height: 570px;
}
.new_se_pic_bg {
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.new_se_pic_bg ul li {
    width: 100%;
    height: 100px;
    line-height: 100px;
    border-bottom: 1px solid #e5e5e5;
}

.new_se_pic_bg ul li:nth-child(1) {
    height: 50px;
    background: -moz-linear-gradient(left, #ff8201, #ed1e2b);
    background: -ms-linear-gradient(left, #ff8201, #ed1e2b);
    background: -webkit-linear-gradient(left, #ff8201, #ed1e2b);
    background: -o-linear-gradient(left, #ff8201, #ed1e2b);
    background: linear-gradient(left, #ff8201, #ed1e2b);
}

.new_se_pic_bg ul li div {
    float: left;
    width: 20%;
    height: 100%;
    text-align: center;
    color: #000;
    font-size: 16px;
    border-right: 1px solid #e5e5e5;
}

.new_se_pic_bg ul li .new_se_pic_div_span {
    height: 75px;
    padding-top: 25px;
}
.new_se_pic_bg ul li .new_se_pic_div_span_th {
    height: 90px;
    padding-top: 10px;
}

/* .new_se_pic_bg ul li div div:nth-child(2) {
    width: 100%;
    padding-top: 25px;
    line-height: 25px;
    border-right: 0;
} */

.new_se_pic_bg ul li div div:nth-child(2) span {
    display: block;
}

.new_se_pic_bg ul li:nth-child(1) div {
    line-height: 50px;
    color: #fff;
}

.new_se_pic_bg ul li div:nth-child(3),
.new_se_pic_bg ul li div:nth-child(4) {
    float: left;
    width: 12%;
}

.new_se_pic_bg ul li div span {
    display: block;
    line-height: 25px;
}

.new_se_pic_bg ul li div:nth-child(5) {
    float: left;
    width: 35.6%;
    border: 0;
    line-height: 50px;
}

.new_se_pic_bg ul li div:nth-child(5) span {
    display: inline-block;
    padding: 0 7px;
}