/*
 * 首页
 * autor: qianyuitng
 * date: 2021-10-11
 */
 
@charset "UTF-8";

.main {
    padding: 20px 0 56px;
    box-sizing: border-box;
}

.title {
    position: relative;
    line-height: 34px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.title-txt {
    position: relative;
    padding: 0 10px;
}

.title-txt:before,
.title-txt:after {
    position: absolute;
    top: 50%;
    content: "";
    width: 227px;
    height: 28px;
    margin-top: -14px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.title-txt:before {
    right: 100%;
    margin-right: -10px;
    background-image: url("../images/title_l.png");
}

.title-txt:after {
    left: 100%;
    margin-left: -10px;
    background-image: url("../images/title_r.png");
}

.content {
    margin-top: 50px;
    overflow-x: hidden;
}

.service {
    /*margin: 0 -62px;*/
    font-size: 0;
    -webkit-text-size-adjust: none;
    /*text-align: center;*/
}

.service-item {
    display: inline-block;
    width: 275px;
    margin: 0 12px;
    vertical-align: top;
    cursor: pointer;
}

.service-item-main {
    position: relative;
    height: 310px;
    padding-top: 50px;
    background: url("../images/service_bg1.jpg") no-repeat;
    background-size: 100% 100%;
    border-radius: 12px;
    color: #fff;
    box-sizing: border-box;
    overflow: hidden;
}

.service-tit {
    height: 34px;
    line-height: 34px;
    font-size: 24px;
    font-weight: bold;
    text-shadow: -2px 0 0 #3873ed;
    text-align: center;
}

.service-item-down {
    height: 56px;
    margin-top: 4px;
    background: url("../images/service_down1.png") left top repeat-x;
    border-radius: 12px;
}

.service-item-sub {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(15, 75, 200, 0.66);
    z-index: 2;
    cursor: default;
}

.service-item:hover .service-item-sub {
    display: block;
}

.service-sub-list {
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 90%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    text-align: left;
}

.service-sub-item {
    padding-top: 10px;
    line-height: 30px;
    font-size: 18px;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.service-sub-item a {
    position: relative;
    padding-left: 40px;
    color: #fff;
    /* background: url("../images/service_dot.png") 10px center no-repeat; */
}

.service-sub-item a:before {
    position: absolute;
    left: 0;
    /* bottom: 10px; */
    content: "";
    width: 26px;
    height: 26px;
    background: url("../images/service_sub_icon1.png") left bottom no-repeat;
}

.service-sub-item.icon2 a:before {
    background-image: url("../images/service_sub_icon2.png");
}

.service-sub-item.icon3 a:before {
    background-image: url("../images/service_sub_icon3.png");
}

.service-sub-item.icon4 a:before {
    background-image: url("../images/service_sub_icon4.png");
}

.service-sub-item.icon5 a:before {
    background-image: url("../images/service_sub_icon5.png");
}

.service-sub-item.icon6 a:before {
    background-image: url("../images/service_sub_icon6.png");
}

/* 权易通 */

.qyt .service-item-main {
    background-image: url("../images/service_bg2.jpg")
}

.qyt .service-item-down {
    background-image: url("../images/service_down2.png")
}

.qyt .service-tit {
    text-shadow: -2px 0 0 #7764f9;
}

.qyt .service-item-sub {
    background-color: rgba(122, 129, 243, 0.66);
}

.qyt .service-sub-item a {
    /* background-image: url("../images/service_dot_purple.png"); */
}

/* 建议箱 */

.jyx .service-item-main {
    background-image: url("../images/service_bg3.jpg")
}

.jyx .service-item-down {
    background-image: url("../images/service_down3.png")
}

.jyx .service-tit {
    text-shadow: -2px 0 0 #049bd7;
}

