/*
* Copyright , 四川爱路婚姻服务有限公司版权所有 www.ailu520.com
*
* 请尊重原创，未经允许请勿转载。
* 如发现下载/防止本站前端，那么我们必将追究相应的法律责任
*/
.index_pro {
    width: 100%;
    background: #f1f1f1;
    overflow: hidden;
    padding: 40px 0px;
}
.index_title {
    width: 100%;
    height: 100px;
    text-align: center;
    margin-bottom: 30px;
}

.index_title p {
    line-height: 60px;
    font-size: 28px;
    font-weight: 600;
    color: #ff005a;
}

.index_title p img {
    width: inherit;
    margin-left: 30px;
    margin-right: 30px;
}
.index_tit_txt {
    font-size: 14px;
    color: #999999;
    text-align: center;
    width: 100%;
    overflow: hidden;
}

li.index_pro_team {
    float: left;
    width: 23%;
    margin-left: 1%;
    margin-right: 1%;
    border-radius: 5px;
    background: #ffffff;
    margin-bottom: 30px;
    box-shadow: 0px 0px 10px 0px rgba(255, 0, 90, 0.17);
}

.index_pro_list {
    width: 1280px;
    margin: 0 auto;
}

li.index_pro_team img {
    width: 100%;
    max-height: 180px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

li.index_pro_team h1 {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    line-height: 40px;
    height: 40px;
    width: 100%;
}

li.index_pro_team h1 a {
    font-weight: bold;
    color: #000;
    margin-left: 20px;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    letter-spacing: 0px;
    color: #2a2a2a;
}

li.index_pro_team p {
    color: #848484;
    padding: 5px;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
        height: 70px;
}
li.index_pro_team span {
    width: 175px;
    height: 35px;
    line-height: 35px;
    background-color: #ffffff;
    border-radius: 10px;
    border: solid 1px #ff264a;
    text-align: center;
    display: inline-block;
    margin-bottom: 30px;
}

li.index_pro_team a {
    text-align: center;
    width: 100%;
}
.index_pro_info {
    text-align: center;
}

li.index_pro_team:hover{
    /* background-color: #ff005a; */
    /* color: #fff; */
    box-shadow: 0px 0px 10px 0px rgba(255, 0, 90, 0.67);
}

li.index_pro_team span:hover{
    background-color: #ff264a;
    color: #fff;
    transition: 0.8s;
}

.index_hd {
    background: #ffffff;
    padding: 20px 0;
}

.index_hd_list {
    width: 1280px;
    margin: 0 auto;
    margin-bottom: 30px;
    overflow: hidden;
}

.index_hd_list li {
    box-shadow: 0px 0px 10px 0px rgba(255, 0, 90, 0.17);
    width: 382px;
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
    margin-left: 20px;
    border-radius: 5px;
    margin-top: 10px;
}
/* .index_hd_list li img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    width: 100%;
    max-height: 250px;
} */
.index_hd_img img {
    width: 383px;
    /* height: 237px; */
    object-fit: contain;
}
.index_hd_img {
    width: 382px;
    height: 237px;
    overflow: hidden;
    /* box-sizing: border-box;
    border: 1px solid #ebebeb; */
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.index_hd_info {
    padding: 0px 5px;
    padding-top: 10px;
    padding-bottom: 15px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.index_hd_info h4 {
    font-size: 16px;
    line-height: 40px;
    position: relative;
}

.index_hd_info h4 a {
    color: #333;
    display: inline-block;
    max-width: 280px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.index_hd_info h4 span {
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 8px;
    font-size: 12px;
    cursor: pointer;
    border: 1px solid #f7564d;
    border-radius: 2px;
    line-height: 30px;
    height: 30px;
}

.index_hd_info h4 span a {
    color: #f7564d;
    display: inline-block;
    padding: 0px 10px;
    max-width: 280px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

p.hd_time {
    color: #333;
    font-size: 13px;
    position: relative;
}

/* .index_hd_info {
    width: 100%;
    text-align: center;
    display: inline-block;
    background: #fd4888;
    padding: 10px 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.index_hd_info span {
    width: 100%;
    line-height: 30px;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    color: #fff;
} */


.index_hd_list li:hover {
    box-shadow: 0px 0px 10px 0px rgba(255, 0, 90, 0.67);
     transition: 0.8s;
}
.index_hd_more {
    text-align: center;
}

.index_hd_more a {
    display: inline-block;
    background: #fd4888;
    padding: 10px 20px;
    color: #fff;
    border-radius: 5px;
}

.index_hd_more a:hover{
    display: inline-block;
    background: #ff005a;
    padding: 10px 20px;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px rgba(255, 0, 90, 0.67);
}




.index_qun_list {
    width: 1280px;
    margin: 0 auto;
    overflow: hidden;
    padding: 5px 0px;
}

.index_qun_list li {
    float: left;
    background: #f0f0f0;
    width: 245px;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 0px rgba(255, 0, 90, 0.67);
    margin-bottom: 30px;
}
li.qun_team img {
    max-height: 220px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.qun_team_txt {
    width: 100%;
    line-height: 30px;
    height: 30px;
    font-size: 18px;
    padding: 0% 10%;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
}
.qun_team_small {
    width: 100%;
    line-height: 24px;
    font-size: 12px;
    padding: 0% 5px;
    overflow: hidden;
    color: #686868;
    text-align: center;
}

.qun_team_info {
    width: 100%;
    padding: 15px;
    font-size: 12px;
    margin-bottom: 20px;
}

span.qun_time {
    float: left;
    margin-left: 10px;
}

span.qun_ck {
    float: right;
    margin-right: 20px;
}

span.qun_time em {
    font-weight: bold;
    margin-right: 10px;
    color: #fd4888;
    font-size: 14px;
}

span.qun_ck em {
    font-weight: bold;
    margin-right: 10px;
    color: #fd4888;
    font-size: 14px;
}
li.qun_team:hover{
    box-shadow: 0px 0px 5px 1px #dcdcdc;
    transition: 0.8s;
}


.index_baike {
    width: 1280px;
    margin: 0 auto;
    margin-top: 30px;
    overflow: hidden;
}

.baike_left {
    float: left;
    width: 960px;
    overflow: hidden;
}

.baike_right {
    background: #fff;
    box-sizing: border-box;
    padding: 15px;
    padding-top: 0px;
    float: right;
    width: 300px;
}
.baike_nav_big {
    width: 100%;
    height: 60px;
    line-height: 60px;
}

.baike_name {
    float: left;
    margin-right: 30px;
    height: 60px;
    width: 180px;
}

.baike_name a {
    font-size: 30px;
    font-weight: bold;
    display: inline-block;
    float: left;
    line-height: 60px;
    color: #ff5065;
}
.baike_nav {
    float: left;
    height: 60px;
    width: 750px;
}

.baike_nav li {
    float: left;
    font-size: 16px;
    line-height: 60px;
    margin-right: 30px;
}

.baike_nav li a {
    color: #707070;
    display: block;
    padding: 5px;
    text-align: center;
    border: 0;
}
.baike_nav li a:hover{
    color:#ff005a; 
    transition: 0.8s;
}
/* a.current {
    border-bottom: 3px solid #ff5065!important;
} */

.list_wrap {
    width: 960px;
    /* padding: 5px; */
    overflow: hidden;
}

.baike_news_img {
    width: 100%;
    overflow: hidden;
    margin-top: 25px;
}

.baike_news_img li {
    width: 460px;
    box-sizing: border-box;
    padding-left: 185px;
    position: relative;
    height: 112px;
    float: left;
    padding-right: 10px;
    margin-bottom: 30px;
}

.bk_img_top {
    width: 169px;
    height: 112px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.bk_img_top img {
    width: 169px;
    height: 112px;
}

.bk_img_b h4 {
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #ff5065;
    border: 0;
    background: #fff;
    margin: 0;
    padding: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    font-weight: 100;
    line-height: 32px;
    word-break: break-all;
    word-wrap: break-word;
}


p.txt {
    color: #727272;
    line-height: 20px;
    padding-top: 5px;
    margin-bottom: 5px;
}

p.time {
    color: #999;
    font-size: 12px;
}
.bk_txt_news {
    border-top: 1px solid #ededed;
    padding-top: 10px;
    overflow: hidden;
}

.bk_txt_news li {
    float: left;
    width: 460px;
    box-sizing: border-box;
    padding-left: 13px;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 30px;
}

.bk_txt_news li i {
    display: inline-block;
    width: 3px;
    height: 3px;
    background: #ff8999;
    position: absolute;
    left: 0px;
    top: 15px;
}

.bk_txt_news li a {
    font-size: 14px;
}
.index_hot {
    line-height: 50px;
    height: 50px;
    position: relative;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    color: #f7564d;
    border-bottom: 1px solid #f5f5f5;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
}

.index_hot a {
    position: absolute;
    right: 5px;
    top: -2px;
    font-weight: normal;
    font-size: 14px;
    color: #f7564d;
}

.index_hot_list {
    padding-top: 10px;
    margin: 0px -15px;
}

.index_hot_list li {
    line-height: 38px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 15px;
    position: relative;
    font-size: 14px;
}

.index_hot_list li i {
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #999;
    border-radius: 6px;
    position: absolute;
    left: 0px;
    top: 18px;
}

.index_hot_list li a {
    color: #686868;
}
.zs_link_list {
    margin: 0 auto;
    width: 1280px;
    padding-bottom: 10px;
}

.zs_link {
    border-bottom: 1px solid #f1f1f1;
    padding-top: 30px;
}

.zs_link_list a {
    line-height: 30px;
    height: 30px;
    color: #5c5c5c;
    padding: 5px;
    display: inline-block;
}

.zs_link_list b {
    line-height: 30px;
    height: 30px;
    color: #5c5c5c;
}

/* 联系我们 */
.lxgb {
    background: #f1f1f1;
    padding-top: 20px;
    padding-bottom: 20px;
}
.lx_main {
    width: 1300px;
    margin: 0 auto;
    overflow: hidden;
    padding: 10px;
    background: #fff;
}
.lx_main_left {
    width: 550px;
    float: left;
    height: 400px;
}

.lx_main_left span {
    line-height: 60px;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    height: 60px;
    /* padding: 0px 20px; */
    font-size: 22px;
    border-bottom: 1px dotted #828282;
}

.lx_main_right {
    float: left;
    width: 730px;
    overflow: hidden;
}

.lx_main_right li {
    width: 40%;
    float: left;
    margin-left: 5%;
    margin-right: 5%;
    text-align: center;
}

.lx_main_f1 {
    overflow: hidden;
}

.lx_main_right li span {
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
    height: 40px;
    width: 100%;
}

i.lx_time {
    left: -10px;
    content: "";
    cursor: pointer;
    margin: 0px 10px;
    position: relative;
    right: 0;
    top: 18px;
    transition: color .1s linear;
    background: url(../images/lx_time.png);
    float: left;
    background-size: cover;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    border-radius: 3px;
}

i.lx_email {
    left: -10px;
    content: "";
    cursor: pointer;
    margin: 0px 10px;
    position: relative;
    right: 0;
    top: 18px;
    transition: color .1s linear;
    background: url(../images/lx_email.png);
    float: left;
    background-size: cover;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    border-radius: 3px;
}

i.lx_tell {
    left: -10px;
    content: "";
    cursor: pointer;
    margin: 0px 10px;
    position: relative;
    right: 0;
    top: 18px;
    transition: color .1s linear;
    background: url(../images/lx_tell.png);
    float: left;
    background-size: cover;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    border-radius: 3px;
}

i.lx_chat {
    left: -10px;
    content: "";
    cursor: pointer;
    margin: 0px 10px;
    position: relative;
    right: 0;
    top: 18px;
    transition: color .1s linear;
    background: url(../images/lx_chat.png);
    float: left;
    background-size: cover;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    border-radius: 3px;
}

i.lx_add {
    left: -10px;
    content: "";
    cursor: pointer;
    margin: 0px 10px;
    position: relative;
    right: 0;
    top: 18px;
    transition: color .1s linear;
    background: url(../images/lx_add.png);
    float: left;
    background-size: cover;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    border-radius: 3px;
}

.lx_main_f2 {
    width: 100%;
    overflow: hidden;
}

.lx_map {
    width: 720px;
    height: 400px;
    background: #c8c8c8;
    padding: 20px 15px;
    float: left;
}

.lx_bd {
    float: left;
    height: 400px;
    background: #dddddd;
    padding: 20px 15px;
    width: 550px;
    margin-left: 10px;
}


.form-group {
    width: 100%;
    overflow: hidden;
}

.input-group.w50 {
    height: 40px;
    line-height: 40px;
    margin-bottom: 5px;
}

.input-group.w50 span {
    float: left;
    height: 40px;
    line-height: 40px;
    width: 60px;
    font-size: 16px;
    font-weight: bold;
}

.input-group.w50 input {
    height: 40px;
    line-height: 40px;
    width: 400px;
    margin-left: 15px;
    font-size: 18px;
    padding: 5px 15px;
}

.input-group.w100 span {
    height: 40px;
    line-height: 40px;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    /* border-bottom: 1px dotted #828282; */
}

.input-group.w100   textarea {
    width: 400px;
    height: 100px;
    margin-left: 75px;
}

.input-group.w100 {
    width: 100%;
}

.input-group.w100 button {
    padding: 10px 30px;
    float: right;
    margin-right: 45px;
    background: #ff005a;
    color: #fff;
    margin-top: 10px;
}

.about_main {
    width: 1300px;
    margin: 0 auto;
    overflow: hidden;
}

.about_js {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.about_f1 {
    padding: 50px 30px;
}
.about_f1_left {
    flex: 0 0 50%;
    max-width: 50%;
}

.about_f1_left_box {
    position: relative;
}
.about_f1_left_box::before{
    position: absolute;
    content: '';
    top: 10px;
    right: -180px;
    width: 155px;
    height: 130px;
    background: url(../images/pattern-1.png) no-repeat;
}
*, ::after, ::before {
    box-sizing: border-box;
}


.about_f1_left_img img {
    max-width: 100%;
    height: auto;
}


.about_f1_right {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.about_f1_right_box {
    padding: 70px;
    background: #fff;
    border-radius: 0px 10px 10px 0px;
    box-shadow: 10px 10px 40px rgba(74, 74, 74, 0.1);
    margin-left: -70px;
    margin-top: 100px;
}

.about_f1_right_box_tit {
    margin-bottom: 30px;
}

.about_f1_right_box_tit span {
background: #ff005a;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    padding: 4px 20px;
    border-radius: 3px;
    margin-bottom: 7px;
    display: inline-block;
    line-height: 36px;
    text-align: left;
}

.about_f1_right_box_tit h2 {
    position: relative;
    font-size: 40px;
    line-height: 50px;
    color: #03262C;
    margin: 0px;
    font-weight: 700;
}

.about_f1_right_box_tit h2:after {
    display: block;
    content: '';
    width: 100px;
    height: 1px;
    background: #ff005a;
    margin-top: 10px;
    margin-bottom: 12px;
}

.about_f1_right_box_txt p {
    font-weight: normal;
    font-style: normal;
    color: #75717A;
    font-size: 20px;
    line-height: 36px;
}

.about_f2 {
    padding: 50px 30px;
}

.about_title {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.about_title_a {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.about_title_center {
    margin-bottom: 80px;
    text-align: center;
}

.about_title_center span {
    background: #ff005a;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    padding: 4px 20px;
    border-radius: 3px;
    margin-bottom: 7px;
    display: inline-block;
    line-height: 36px;
}

.about_title_center h2 {
    position: relative;
    font-size: 40px;
    line-height: 50px;
    color: #03262C;
    margin: 0px;
    font-weight: 700;
}

.about_title_center h2:after {
    display: block;
    content: '';
    width: 100px;
    height: 1px;
    background: #ff005a;
    margin-top: 10px;
    margin-bottom: 12px;
    margin: auto;
    margin-top: 12px;
}
.about_ts {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.about_ts_list {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.about_ts_img {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.about_ts_iteam {
    background: #fff;
    box-shadow: 0px 10px 40px rgba(74, 74, 74, 0.1);
    padding: 20px 15px 25px;
    border-radius: 7px;
    margin-bottom: 30px;
    height: 180px;
}

.about_ts_iteam h4 {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 34px;
    color: #03262C;
    margin: 0px;
    font-weight: 700;
    text-align: left;
}

.about_ts_iteam p {
    color: #666666;
    line-height: 27px;
    font-size: 16px;
}

.about_ts_img_a {
    margin-bottom: 30px;
}

.about_ts_img_a img {
    max-width: 100%;
    height: auto;
}


.about_us {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .about_card {
    position: relative;
    height: 350px;
    width: 100%;
    max-width: 1180px;
    margin: auto;
    background: #ffffff;
    border-radius: 25px;
    box-shadow: 0 10px 50px rgba(0,0,0,0.3);
    margin-bottom: 60px;
    margin-top: 20px;
  }
  
  .about_card .inner_part {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 0 30px;
    height: 350px;
    position: absolute;
  }
  
  #slideImg:checked ~ .inner_part {
    padding: 0;
    transition: .1s ease-in;
  }
  
  .inner_part .img {
    height: 260px;
    width: 260px;
    overflow: hidden;
    flex-shrink: 0;
    border-radius: 20px;
    box-shadow: 0 10px 50px rgba(0,0,0,0.2);
  }
  
  #slideImg:checked ~ .inner_part .img {
   height: 350px;
   width: 850px;
   z-index: 99;
   transition: .3s .2s ease-in;
  }
  
  .img img {
    height: 100%;
    width: 100%;
    cursor: pointer;
    opacity: 0;
    transition: .6s;
  }
  
  #slide_1:checked ~ .inner_part .img_1,
  #slide_2:checked ~ .inner_part .img_2,
  #slide_3:checked ~ .inner_part .img_3 {
    opacity: 1;
    transition-delay: .2s;
  }
  
  .zsabout {
    padding: 0 20px 0 35px;
    width: 840px;
    margin-left: 50px;
    opacity: 0;
    transition: .6s;
  }
  
  #slideImg:checked ~ .inner_part .zsabout {
    display: none;
  }
  
  #slide_1:checked ~ .inner_part .zsabout_1,
  #slide_2:checked ~ .inner_part .zsabout_2,
  #slide_3:checked ~ .inner_part .zsabout_3 {
    opacity: 1;
    margin-left: 0;
    z-index: 100;
    transition-delay: .3s;
  }
  
  .about_us .title {
    font-size: 30px;
    font-weight: 700;
    color: #0d0925;
    margin: 0 0 20px 0;
  }
  
  .zsabout .text {
    font-size: 16px;
    color: #4e4a67;
    line-height: 30px;
    height: 100px;
  }
  
  .zsabout button {
    padding: 15px 20px;
    border: none;
    font-size: 16px;
    color: #fff0e6;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 5px;
    cursor: pointer;
    outline: none;
    background: #000000;
    box-shadow: 0 10px 50px rgba(0,0,0,0.2);
    float: right;
    margin-top: 55px;
  }
  
  .zsabout button:hover {
    background: #181818;
    color: #fff;
  }
  
  .slider {
    position: absolute;
    bottom: 25px;
    left: 55%;
    transform: translateX(-50%);
    z-index: 1;
  }
  
  #slideImg:checked ~ .slider {
    display: none;
  }
  
  .slider .slide {
    position: relative;
    height: 15px;
    width: 50px;
    background: #d9d9d9;
    display: inline-flex;
    margin: 0 3px;
    cursor: pointer;
  }
  
  
  .slider .slide:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000000;
    /* border-radius: 10px; */
    transform: scaleX(0);
    transition: transform .6s;
    transform-origin: left;
  }
  
  #slide_1:checked ~ .slider .slide_1:before,
  #slide_2:checked ~ .slider .slide_2:before,
  #slide_3:checked ~ .slider .slide_3:before {
    transform: scaleX(1);
    width: 100%;
  }
  
  .us {
    width: 100%;
    overflow: hidden;
    position: initial;
    z-index: 0;
    /* margin-top: 130px; */
}

.about_title_center.aboutus {
    margin-bottom: 30px;
}
.text p {
    font-size: 16px;
    color: #4e4a67;
    line-height: 30px;
}


.wexin_mx {
    float: left;
    width: 870px;
}

.wexin_mx a {
margin-right: 20px;
    color: #8d8d91;
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    float: left;
    padding: 0 14px;
    margin: 5px 0;
    display: inline-block;
}


.wexin_mx a:hover{
    font-weight: bold;
    transition: 0.8s;
    color: #ff005a!important;
    border-radius: 3px;
}
a.current {
    color: #ff005a;
    font-weight: 600;
}



.hd_img {
    width: 100%;
    position: relative;
    z-index: 0;
}
.hd_img  img {
    border-radius: 10px;
}
.hd_tit {
    position: absolute;
    z-index: 6;
    top: 2px;
    background: rgba(0, 0, 0, 0.8);
    width: 166px;
    height: 111px;
    opacity: 0;
}

li.hd_iteam {
    width: 50%;
    float: left;
    padding: 2px 2px;
    position: relative;
}

.hd_tit a {
color: #fff;
    padding: 5px 10px;
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    line-height: 111px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}

li.hd_iteam:hover .hd_tit{
  	opacity: 1;  
  		border-radius: 10px;
}


li.hd_iteam:hover .demo-btn {
	transition: all .25s;
	-webkit-transition: transform .25s ease-in-out,box-shadow .25s ease-in-out;
	top: 10px;
	opacity: 1;
		border-radius: 10px;
}

