.l_content {
    width: 1280px;
    margin: 0 auto;
}
.l_container {
    width: 100%;
    min-width: 1280px;
}
.head_banner {
    height: 500px;
    background: url("../images/banner.png") center center no-repeat;
    background-size: cover;
}
.head_content {
    padding-top: 78px;
    position: relative;
}
.head_t1 {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    line-height: 25px;
    margin-bottom: 15px;
    font-weight: 300;
}
.head_title {
    font-size: 65px;
    font-weight: bold;
    color: #fff;
    line-height: 65px;
    letter-spacing: 1px;
    margin-bottom: 12px;
}
.head_t2 {
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    margin-bottom: 48px;
    font-weight: 300;
}
.head_t2 span {
    color: #FFEF00;
}
.head_zxkf {
    display: block;
    width: 163px;
    height: 44px;
    border: 1px solid #fff;
    line-height: 44px;
    padding-left: 26px;
    color: #fff;
    font-size: 14px;
    background: url("../images/right-icon1.png") 140px 19px no-repeat;
    background-size: 5px 7px;
    opacity: 0.63;
    transition: all 100ms linear;
}
.head_zxkf:hover {
    opacity: 1;
    color: #fff;
}
.head_float {
    position: absolute;
    top: 412px;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 528px;
}
.head_f_top {
    width: 100%;
    height: 393px;
    background: #fff;
    box-shadow: 0 20px 30px 0 rgba(1, 33, 65, 0.04);
    position: relative;
    z-index: 10;
}
.head_f_foot {
    position: relative;
    z-index: 9;
    width: 1280px;
    height: 135px;
    /*IE 6 7 8*/
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#FFFFFF,endColorStr=#F9FCFD);
    /* IE 10 */
    background: -ms-linear-gradient(top,#FFFFFF,#F9FCFD);
    /* firefox */
    background:-moz-linear-gradient(top,#FFFFFF,#F9FCFD);
    /*Safari5.1 Chrome 10+*/
    background: -webkit-linear-gradient(top, #FFFFFF, #F9FCFD);
    /*Opera 11.10+*/
    background: -o-linear-gradient(top, #FFFFFF, #F9FCFD);
    background: linear-gradient(top, #FFFFFF, #F9FCFD);
}
.head_f_top_t {
    height: 88px;
    width: 1200px;
    margin: 0 auto;
    border-bottom: 1px solid #F3F2F2;
}
.head_f_top_t1 {
    display: block;
    line-height: 24px;
    font-size: 24px;
    font-weight: bold;
    color: #2A2A2A;
    padding-right: 28px;
    background: url("../images/right-icon2.png") right top no-repeat;
    background-size: 23px 23px;
    position: relative;
    margin-top: 32px;
    transition: all 200ms linear;
}
.head_f_top_t1:hover {
    color: #2A2A2A;
    opacity: 0.6;
}
.head_f_top_t1:after {
    content: '';
    display: block;
    width: 40px;
    height: 3px;
    background: #DC1327;
    position: absolute;
    top: 55px;
    left: 0;
}
.l_list2 {
    padding-top: 38px;
}
.l_item2:not(:last-of-type) {
    border-right: 1px solid #E8E8E8;
}
.l_item2 {
    padding: 0 39px;
}
.l_item2 img {
    width: 44px;
    height: 44px;
    margin-right: 13px;
}
.l_item2>div>p:nth-of-type(1) {
    font-size: 16px;
    color: #333333;
    line-height: 21px;
    margin: 2px 0 6px 0;
}
.l_item2>div>p:nth-of-type(2) {
    width: 184px;
    font-size: 12px;
    color: #999;
    line-height: 16px;
}
.swiper_box {
    margin-top: 30px;
}
#swiper1 {
    height: 32px;
    padding-right: 20px;
}
.swiper_box>p:nth-of-type(1) {
    font-size: 16px;
    color: #444444;
    line-height: 28px;
    padding-right: 10px;
}
.swiper_box>p:nth-of-type(1) span {
    color: #D8D8D8;
}
.swiper1_btns {
    width: 48px;
    margin-top: 5px;
}
.swiper1_btn {
    width: 22px;
    height: 22px;
    background-color: #EAEAEA;
    transition: all 200ms linear;
    cursor: pointer;
}
.swiper1_next {
    background-image: url("../images/right-icon3.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 6px 10px;
}
.swiper1_pre {
    background-image: url("../images/left-icon3.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 6px 10px;
}
.swiper1_btn.active {
    background-color: #E62129;
}
.swiper1_silde img {
    width: 31px;
    height: 31px;
}
.swiper1_silde p {
    width: 208px;
    line-height: 31px;
    font-size: 12px;
    color: #999;
}
.head_f_top_c {
    padding: 23px 40px;
}
.l_list1 {
    width: 904px;
}
.l_item1 {
    display: block;
    width: 81px;
    margin-right: 56px;
    position: relative;
    margin-bottom: 4px;
    position: relative;
}
.hot_img {
    width: 29px;
    height: 14px;
    background: url("../images/hot.png") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 14px;
    right: 4px;
    animation: hotFloat 3s linear infinite;
}
@keyframes hotFloat {
    0% {
        transform: translateY(-40%);
    }

    50% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-40%);
    }
}
.l_item1:nth-of-type(7n) {
    margin-right: 0;
}
.l_item1 img {
    width: 81px;
    height: 81px;
    margin-bottom: 3px;
}
.l_item1 p:nth-of-type(1) {
    font-size: 16px;
    font-weight: 500;
    color: #2A2A2A;
    line-height: 16px;
    margin-bottom: 8px;
    white-space: nowrap;
    letter-spacing: -1px;
}
.l_item1 p:nth-of-type(2) {
    font-size: 12px;
    color: #979797;
    line-height: 12px;
    white-space: nowrap;
}
.head_info {
    box-sizing: border-box;
    width: 276px;
    height: 229px;
    background: url("../images/l-bg.png") no-repeat;
    background-size: 100% 100%;
    margin-top: 16px;
    padding: 19px 0 0 30px;
}
.head_info>p:nth-of-type(1) {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    line-height: 29px;
    margin-bottom: 4px;
    letter-spacing: -1px;
}
.head_info>p:nth-of-type(2) {
    font-size: 12px;
    color: #F89F89;
    line-height: 16px;
    letter-spacing: -1px;
    margin-bottom: 13px;
}
.head_info>p:nth-of-type(3) {
    position: relative;
    display: inline-block;
}
.head_info>p:nth-of-type(3) span:nth-of-type(1) {
    font-size: 40px;
    color: #FFF35E;
    line-height: 47px;
    letter-spacing: -1px;
    font-weight: 600;
}
.head_info>p:nth-of-type(3) span:nth-of-type(2) {
    font-size: 12px;
    color: #fff;
    line-height: 16px;
    padding-left: 6px;
}
.head_info>p:nth-of-type(3):after {
    content: '';
    display: block;
    width: 6px;
    height: 9px;
    background: url("../images/up.png") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 20px;
    right: -8px;
}
.head_info>p:nth-of-type(4) {
    font-size: 12px;
    color: #fff;
    line-height: 16px;
    margin-bottom: 30px;
    opacity: 0.7;
}
.ksrz_btn {
    display: block;
    width: 124px;
    height: 27px;
    border: 1px solid #fff;
    opacity: 0.7;
    font-size: 12px;
    color: #fff;
    line-height: 27px;
    padding-left: 14px;
    background: url("../images/right-icon1.png") 110px 10px no-repeat;
    background-size: 5px 7px;
    transition: all 200ms linear;
}
.ksrz_btn:hover {
    opacity: 1;
    color: #fff;
}
/*模块标题*/
.m_title {
    text-align: center;
    position: relative;
}
.m_title:after {
    content: '●●●';
    display: block;
    color: #DFDFDF;
    font-size: 10px;
    position: absolute;
    top: 70px;
    left: 50%;
    letter-spacing: 4px;
    margin-left: -16px;
}
.m2 .m_title:after {
    opacity: 0.32;
}
.m2 .m_title h3 {
    color: #fff;
}
.m_title h3 {
    display: inline-block;
    font-size: 40px;
    font-weight: 500;
    color: #141414;
    line-height: 40px;
    margin: 0 auto 10px;
    position: relative;
}
.m_title h3:after,
.m_title h3:before {
    content: '';
    display: block;
    width: 35px;
    height: 30px;
    background: url("../images/title-icon.png") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 7px;
}
.m2 .m_title h3:after,
.m2 .m_title h3:before {
    background: url("../images/title-bg1.png") no-repeat;
    background-size: 100% 100%;
}
.m_title h3:after {
    right: -40px;
}
.m_title h3:before {
    left: -40px;
}
.m_title p {
    font-size: 12px;
    color: #999;
    line-height: 16px;
    width: 1280px;
}
/*为什么选择易店无忧？&专业服务，助您品牌升级*/
.m1 {
    box-sizing: border-box;
    background-color: #E8EDF0;
    height: 1710px;
    padding-top: 510px;
}
.l_list3 {
    padding: 55px 0 73px 0;
}
.l_item3 {
    width: 248px;
    height: 333px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 30px 0 rgba(1, 33, 65, 0.04);
}

.l_item_link {
    display: block;
    width: 248px;
    height: 333px;
}

.l_item3:not(:last-of-type) {
    margin-right: 10px;
}
.l_item3.active .item3_d{
    opacity: 0;
}
.l_item3.active .item3_h{
    opacity: 1;
}
.item3_d {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 45px 0 0 40px;
    background-color: #fff;
    box-shadow: 0 20px 30px 0 rgba(1, 33, 65, 0.04);
    transition: all 200ms linear;
    opacity: 1;
}
.item3_d img {
    width: 50px;
    height: 49px;
    margin-bottom: 20px;
}
.item3_d p:nth-of-type(1) {
    font-size: 22px;
    font-weight: bold;
    color: #333330;
    line-height: 29px;
    margin-bottom: 11px;
}
.item3_d p:nth-of-type(2) {
    font-size: 14px;
    color: #666666;
    line-height: 19px;
    height: 38px;
    margin-bottom: 65px;
    position: relative;
}
.item3_d p:nth-of-type(2):after {
    content: '●●●';
    display: block;
    color: #E1E1E1;
    font-size: 10px;
    position: absolute;
    top: 60px;
    left: 0;
    letter-spacing: 4px;
}
.item3_d p:nth-of-type(2) span {
    color: #F34148;
    font-weight: 800;
}
.item3_btn1 {
    display: block;
    box-sizing: border-box;
    width: 124px;
    height: 27px;
    border: 1px solid rgb(230, 33, 41);
    opacity: 0.6;
    line-height: 27px;
    font-size: 12px;
    color: #E62129;
    padding-left: 14px;
    background: url('../images/right-icon5.png') 100px 10px no-repeat;
    background-size: 4px 7px;
    transition: all 200ms linear;
}
.item3_btn1:hover {
    opacity: 1;
    color: #E62129;
}
.item3_h {
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: url("../images/item3_bg.png") no-repeat;
    background-size: cover;
    padding: 45px 28px 0 33px;
    transition: all 200ms linear;
    opacity: 0;
}
.item3_h p:nth-of-type(1) {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    line-height: 31px;
    margin-bottom: 3px;
}
.item3_h p:nth-of-type(2) {
    font-size: 12px;
    color: #fff;
    line-height: 16px;
    opacity: 0.35;
    text-transform: uppercase;
    padding-bottom: 11px;
    margin-bottom: 12px;
    border-bottom: 1px solid #fff;
}
.item3_h p:nth-of-type(3) {
    font-size: 14px;
    height: 38px;
    color: #fff;
    line-height: 19px;
    margin-bottom: 69px;
    position: relative;
}
.item3_h p:nth-of-type(3):after {
    content: '●●●';
    display: block;
    color: #FFC6C6;
    opacity: 0.48;
    font-size: 10px;
    position: absolute;
    top: 70px;
    left: 0;
    letter-spacing: 4px;
}
.item3_h p:nth-of-type(3) span {
    color: #FFBE2B;
    font-weight: 800;
}
.item3_btn2 {
    display: block;
    width: 185px;
    height: 90px;
    background: url("../images/zxkf-bg.png") no-repeat;
    background-size: 100% 100%;
    position: relative;
}
.item3_btn2_c {
    font-size: 14px;
    font-weight: bold;
    color: #DC1327;
    line-height: 19px;
    padding-right: 20px;
    background: url("../images/right-icon4.png") right 3px no-repeat;
    background-size: 14px 14px;
    position: absolute;
    bottom: 12px;
    right: 20px;
}
.l_list4 {
    padding-top: 55px;
}
.l_item4 {
    width: 634px;
    height: 231px;
    background-color: #fff;
    margin-bottom: 10px;
    transition: all 300ms linear;
    box-shadow: 0 20px 30px 0 rgba(1, 33, 65, 0.04);
}

.l_item4 a {
    display: block;
    width: 634px;
    height: 231px;
    padding: 36px 47px 0 43px;
    box-sizing: border-box;
}

.l_item4:nth-of-type(2n) {
    margin-left: 10px;
}
.l_item4_l {
    width: 94px;
    height: 94px;
    background: #FFEEEC;
    border-radius: 50%;
    box-sizing: border-box;
    padding-top: 20px;
    margin-right: 30px;
    transition: all 300ms linear;
}
.l_item4_l img {
    width: 55px;
    height: 54px;
    display: block;
    margin: 0 auto;
}
.l_item4_r p:nth-of-type(1){
    font-size: 26px;
    font-weight: bold;
    color: #333330;
    line-height: 35px;
    margin-bottom: 11px;
    transition: all 300ms linear;
}
.l_item4_r p:nth-of-type(2){
    width: 420px;
    height: 48px;
    font-size: 14px;
    color: #666;
    line-height: 24px;
    margin-bottom: 33px;
    transition: all 300ms linear;
}
.item4_btn {
    display: block;
    box-sizing: border-box;
    width: 124px;
    height: 27px;
    border: 1px solid rgb(230, 33, 41);
    line-height: 27px;
    padding-left: 14px;
    font-size: 12px;
    color: #E62129;
    background: url("../images/right-icon5.png") 100px 10px no-repeat;
    background-size: 4px 7px;
    transition: all 300ms linear;
}
.l_item4.active {
    background: #fff url("../picture/item4-bg.png") no-repeat;
    background-size: 100% 100%;
}
.l_item4.active .l_item4_l {
    background: #fff;
}
.l_item4.active .l_item4_r p:nth-of-type(1) {
    color: #fff;
}
.l_item4.active .l_item4_r p:nth-of-type(2) {
    color: rgba(255,255,255,0.64);
}
.l_item4.active .item4_btn {
    width: 124px;
    height: 27px;
    border: none;
    color: #fff;
    background: #FF5C2F url("../images/right-icon1.png") 100px 10px no-repeat;
    background-size: 5px 7px;
}
/*核心难点，帮您迅速解决&入驻流程一目了然*/
.m2 {
    width: 100%;
    height: 1130px;
    box-sizing: border-box;
    padding-top: 69px;
    background: url("../images/m2-bg.png") no-repeat;
    background-size: cover;
}
.l_list5 {
    margin: 59px 0 66px;
    height: 274px;
}
.l_item5 {
    width: 313px;
    height: 274px;
    background: #fff;
    position: relative;
    overflow: hidden;
    transition: all 200ms linear;
}

.l_item5 a {
    display: block;
    width: 313px;
    height: 274px;
    box-sizing: border-box;
    padding-top: 42px;
}

.l_item5:not(:last-of-type) {
    margin-right: 9px;
}
.item5_img {
    width: 60px;
    height: 60px;
    margin: 0 auto 28px;
    transition: all 200ms linear;
}
.l_item5 p:nth-of-type(1) {
    font-size: 24px;
    font-weight: bold;
    color: #2A2A2A;
    line-height: 24px;
    text-align: center;
    position: relative;
    transition: all 200ms linear;
}
.l_item5 p:nth-of-type(1):after {
    content: '●●●';
    display: block;
    font-size: 10px;
    color: #CFCFCF;
    letter-spacing: 2px;
    position: absolute;
    top: 40px;
    left: 50%;
    margin-left: -15px;
    transform: scale(0.5);
    transition: all 200ms linear;
}
.l_item5 p:nth-of-type(2) {
    width: 215px;
    height: 42px;
    font-size: 14px;
    color: #999;
    line-height: 21px;
    margin: 46px auto 0;
    text-align: center;
    transition: all 200ms linear;
}
.item5_btn {
    box-sizing: border-box;
    width: 100%;
    height: 41px;
    background: #FF5323 url("../images/right-icon8.png") 26px 14px no-repeat;
    background-size: 15px 13px;
    padding-left: 44px;
    line-height: 41px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    bottom: -41px;
    left: 0;
    transition: all 200ms linear;
}
.item5_btn:hover {
    color: #fff;
}
.item5_btn:after {
    content: '';
    display: block;
    width: 34px;
    height: 6px;
    background: url("../images/right-icon7.png") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 17px;
    right: 24px;
}
.l_item5.active {
    background: url("../images/item5-bg.png") center center no-repeat;
    background-size: cover;
    /*padding-top: 35px;*/
}
.l_item5.active p:nth-of-type(1) {
    color: #fff;
}
.l_item5.active p:nth-of-type(1):after {
    color: rgba(255,255,255,0.62);
    top: 30px;
}
.l_item5.active p:nth-of-type(2) {
    color: #fff;
    margin: 32px auto 0;
}
.l_item5.active .item5_btn {
    bottom: 0;
}
.item5_img1 {
    background: url("../images/list5-1.png");
    background-size: 100% 100%;
}
.item5_img2 {
    background: url("../images/list5-2.png");
    background-size: 100% 100%;
}
.item5_img3 {
    background: url("../images/list5-3.png");
    background-size: 100% 100%;
}
.item5_img4 {
    background: url("../images/list5-4.png");
    background-size: 100% 100%;
}
.l_item5.active .item5_img1 {
    background: url("../images/list5-1-h.png");
    background-size: 100% 100%;
}
.l_item5.active .item5_img2 {
    background: url("../images/list5-2-h.png");
    background-size: 100% 100%;
}
.l_item5.active .item5_img3 {
    background: url("../images/list5-3-h.png");
    background-size: 100% 100%;
}
.l_item5.active .item5_img4 {
    background: url("../images/list5-4-h.png");
    background-size: 100% 100%;
}
.l_list6 {
    box-sizing: border-box;
    margin: 55px 0 0 0;
    height: 310px;
    background-color: #fff;
    padding: 50px 0 0 0;
    position: relative;
}
.l_item6 {
    width: 87px;
    margin-left: 164px;
    position: relative;
    z-index: 20;
}
.l_item6:not(:last-of-type):after {
    content: '';
    display: block;
    width: 16px;
    height: 19px;
    background: url("../images/right-icon9.png") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 34px;
    left: 160px;
    z-index: 20;
}
.l_item6_line {
    width: 1205px;
    height: 1px;
    background: #E4E4E4;
    opacity: 0.81;
    position: absolute;
    z-index: 19;
    top: 93px;
    left: 33px;
}
.l_item6:first-of-type {
    margin-left: 73px;
}
.l_item6 img {
    width: 87px;
    height: 87px;
    margin-bottom: 16px;
}
.l_item6 p:nth-of-type(1) {
    font-size: 14px;
    color: #ABABAB;
    line-height: 14px;
    margin-bottom: 15px;
    white-space: nowrap;
}
.l_item6 p:nth-of-type(2) {
    font-size: 22px;
    font-weight: bold;
    color: #333;
    line-height: 22px;
    margin-bottom: 12px;
    white-space: nowrap;
}
.l_item6 p:nth-of-type(3) {
    width: 170px;
    height: 36px;
    font-size: 14px;
    color: #999;
    line-height: 18px;
}
.m2_zxkf,
.m3_zxkf,
.m5_zxkf {
    box-sizing: border-box;
    display: block;
    margin: 40px auto 0;
    width: 215px;
    height: 50px;
    background: #DC1327 url("../images/right-icon6.png") 150px 20px no-repeat;
    background-size: 33px 11px;
    transition: all 200ms linear;
    line-height: 50px;
    padding-left: 34px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}
.m2_zxkf:hover,
.m3_zxkf:hover,
.m5_zxkf:hover {
    color: #fff;
    background: #E62129 url("../images/right-icon6.png") 150px 20px no-repeat;
    background-size: 33px 11px;
}
/*近期案例，邀您品鉴*/
.m3 {
    height: 1444px;
    box-sizing: border-box;
    background-color: #E8EDF0;
    padding-top: 69px;
}
.l_list7 {
    margin-top: 55px;
    height: 1100px;
}
.l_item7 {
    width: 414px;
    height: 500px;
    overflow: hidden;
    position: relative;
    margin-bottom: 18px;
}
.l_item7:not(:nth-of-type(3n)) {
    margin-right: 18px;
}
.l_item7 img {
    box-sizing: border-box;
    width: 100%;
    height: 500px;
    display: block;
    border: 5px solid #fff;
}
.l_item7_infos {
    width: 383px;
    height: 196px;
    background: #fff;
    box-shadow: 0 2px 22px 0 rgba(0, 0, 0, 0.06);
    position: absolute;
    top: 360px;
    left: 16px;
    z-index: 10;
    transition: all 200ms linear;
}

.l_item7_infos a {
    display: block;
    width: 383px;
    box-sizing: border-box;
    padding: 0 38px;
}

.l_item7:hover .l_item7_infos {
    top: 304px;
}
.item7_head {
    width: 129px;
    height: 28px;
    background: url("../images/item7-tbg.png") no-repeat;
    background-size: 100% 100%;
    margin: 0 auto 30px;
    text-align: center;
    line-height: 28px;
}
.item7_head span {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}
.item7_head1 {
    padding-left: 20px;
    background: url("../images/list7-1-mini.png") left 7px no-repeat;
    background-size: 18px 13px;
}
.item7_head2 {
    padding-left: 20px;
    background: url("../images/list7-2-mini.png") left 8px no-repeat;
    background-size: 14px 12px;
}
.item7_head3 {
    padding-left: 14px;
    background: url("../images/list7-3-mini.png") left 7px no-repeat;
    background-size: 11px 13px;
}
.item7_head4 {
    padding-left: 24px;
    background: url("../images/list7-4-mini.png") left 7px no-repeat;
    background-size: 18px 13px;
}
.item7_head5 {
    padding-left: 20px;
    background: url("../images/list7-5-mini.png") left 8px no-repeat;
    background-size: 16px 14px;
}
.item7_head6 {
    padding-left: 12px;
    background: url('../images/list7-6-mini.png') left 6px no-repeat;
    background-size: 8px 15px;
}
.l_item7_infos a p:nth-of-type(1) {
    font-size: 22px;
    font-weight: bold;
    color: #2A2A2A;
    line-height: 22px;
    margin-bottom: 17px;
}
.l_item7_infos a p:nth-of-type(1) span {
    display: inline-block;
    font-size: 14px;
    color: #999;
    line-height: 19px;
    padding: 0 5px;
    background: #eee;
    border-radius: 9px;
    margin-left: 5px;
    font-weight: 400;
}
.l_item7_infos a p:nth-of-type(2) {
    font-size: 16px;
    color: #666;
    line-height: 21px;
    margin-bottom: 20px;
}
.l_item7_infos a p:nth-of-type(2) span {
    color: #DC1327;
    padding-right: 16px;
}
.item7_btn {
    display: block;
    padding: 15px 0;
    border-top: 1px solid #EDEDED;
    font-size: 16px;
    color: #999;
    line-height: 16px;
    opacity: 0.8;
    background: url("../images/right-icon2.png") right 15px no-repeat;
    background-size: 16px 16px;
    margin-top: 12px;
}
.item7_btn:hover {
    color: #999;
    opacity: 1;
}
/*专业团队，卓越风采*/
.m4 {
    box-sizing: border-box;
    height: 816px;
    background-color: #fff;
    padding-top: 69px;
}
.l_list8 {
    margin-top: 55px;
}
.l_item8 {
    width: 417px;
    height: 269px;
    margin: 0 11px 11px 0;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}
.l_item8>p {
    height: 53px;
    padding: 0 26px;
    background: #E62129;
    line-height: 53px;
    font-size: 20px;
    color: #fff;
    font-weight: 800;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
}
.l_item8:nth-of-type(3n) {
    margin-right: 0;
}
.l_item8 img {
    width: 100%;
    height: 100%;
    transition: all 500ms linear;
}
.l_item8:hover img {
    transform: scale(1.2);
}
/*常见问题，替您解答*/
.m5 {
    height: 749px;
    background: #F7F7F7;
    padding-top: 68px;
    box-sizing: border-box;
}
.l_list9 {
    margin-top: 55px;
}
.l_item9 {
    box-sizing: border-box;
    width: 634px;
    height: 190px;
    background: #fff;
    box-shadow: 0 20px 30px 0 rgba(1, 33, 65, 0.04);
    margin: 0 12px 12px 0;
    padding: 29px 29px 0 36px;
}
.l_item9:nth-of-type(2n) {
    margin-right: 0;
}
.l_item9 p:nth-of-type(1) {
    font-size: 22px;
    font-weight: 500;
    color: #2A2A2A;
    line-height: 22px;
    padding-left: 38px;
    background: url("../images/q.png") left top no-repeat;
    background-size: 24px 22px;
    margin-bottom: 20px;
}
.l_item9 p:nth-of-type(2) {
    width: 531px;
    height: 40px;
    font-size: 14px;
    color: #999;
    line-height: 20px;
    padding-left: 38px;
    background: url("../images/a.png") left top no-repeat;
    background-size: 24px 22px;
    margin-bottom: 24px;
}
.item9_btn {
    display: block;
    box-sizing: border-box;
    width: 98px;
    height: 24px;
    border: 1px solid #DCDCDC;
    line-height: 22px;
    padding-left: 13px;
    font-size: 12px;
    color: #656565;
    background: url("../images/right-icon10.png") 82px 8px no-repeat;
    background-size: 5px 7px;
    transition: all 200ms linear;
    margin-left: 38px;
}
.item9_btn:hover {
    color: #fff;
    border: 1px solid #DC1327;
    background: #DC1327 url("../images/right-icon1.png") 82px 8px no-repeat;
    background-size: 5px 7px;
}












