﻿.banner-text {
    position: absolute;
    top: 20%;
    left: 20%;
    color: #fff;
    font-size: 40px;
    white-space: pre;
}
.carousel-inner > .item > a > img {
    width: 100%;
}

.carousel-indicators {
    width: initial;
    margin-left: auto;
    background: rgba(102,102,102,0.5);
    padding: 3px 12px;
    border-radius: 13px;
    transform: translateX(-50%);
}
.carousel-indicators li{
    background: rgba(255,255,255,0.5);
    border:0;
}
.carousel-indicators .active {
    width: 24px;
}
.banner_icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    text-align: center;
    line-height: 72px;
    background: rgba(225,225,225,0.5);
    display: inline-block;
    vertical-align: middle;
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}
.banner_icon .iconfont{
    font-size:42px;
}
.banner_icon:hover{
    color:#d21276;
}
/* 鼠标移入轮播组件时，显示箭头 */
.carousel.slide:hover .banner_icon {
    display: block;
}
/* 默认隐藏箭头 */

.carousel.slide .banner_icon {
    display: none;
}

.bk_title {
    font-family: Microsoft YaHei;
    position: relative;
    display:inline-block;
    position:relative;
}
.border_bottom {
    width: 20px;
    height: 5px;
    border-radius: 2.5px;
    background: #d21276;
    margin: 4px auto 0 auto;
}
@keyframes up {
    0% {
        transform: translateY(30px);
        opacity:0.5;
    }

    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}
@keyframes up1 {
    0% {
        transform: translateY(50px);
        opacity: 0.5;
    }

    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}
.home1 {
    padding: 40px 0;
}
.home1-t1 {
    text-align: center;
    color: #444;
    font-size:32px;
    font-weight:bold;
}
.home1-t2 {
    color: #535353;
    font-size: 20px;
    text-align: center;
    margin-top: 10px;
}
.home1-imgs{
    width:400px;
    height:400px;
    margin:50px auto 20px auto;
    /*padding:30px 0;*/
    position:relative;
}
.home1-imgs .imgs-3{
    width:100%;
}
.home1-imgs .imgs-1{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    left:-60%;
    width:85%;
}
.home1-imgs .imgs-2{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    right:-60%;
    width:85%;
}
.imgs-1 img, .imgs-2 img{
    width:100%;
}
.home2 {
    padding-top: 80px;
    padding-bottom: 20px;
    background: url("../images/home2-bg.png") no-repeat;
    background-size: cover;
    color: #fff;
    text-align: center;
}
.home2 .home2-t1{
    font-size:32px;
}
.home2-tabs{
    width:1100px;
    margin:20px auto 0 auto;
}
.my-tab-ul {
    border-bottom: 1px solid #a0a0a0;
    width:90%;
    margin:0 auto;
}
.my-tab-ul > li{
    width:50%;
}
.my-tab-ul > li a{
    color: #fff;
    font-size:24px;
    display: inline-block;
    height: 65px;
    padding: 0 25px;
}
.my-tab-ul > li.active > a, .my-tab-ul > li a:hover {
    background:none !important;
    border:none !important;
    color:#fff !important;
    border-bottom:2px solid #d21276 !important;
}
.my-tab-con{
    /*margin-top:30px;*/
    overflow:hidden;
    text-align:left;
    padding:60px 0;
}
.my-tab-con .tab-left{
    float:left;
    width:50%;
    padding:0 20px;
}
.my-tab-con .tab-left img{
    width:100%;
}
.my-tab-con .tab-right{
    width:50%;
    float:left;
    padding-left:10px;
}
.my-tab-con .con-title{
    font-size:26px;
    padding:0 0 20px 15px;
}
.temp-ul{
    overflow:hidden;
}
.temp-li{
    width:50%;
    padding-right:10px;
    float:left;
    height:70px;
}
.temp-li >  span{
    float:left;
    width:6px;
    height:6px;
    margin-top:8px;
    border-radius:50%;
    background:#d21276;
}
.temp-li-con{
    margin-left:15px;
}
.temp-li-con .temp-t1{
    font-size:18px;
}
.temp-li-con .temp-t2{
    font-size:14px;
}
.home2_2{
    color:#434343;
    background:#fff;
}
.home2_2 .my-tab-ul > li a{
    color: #434343;
}
.home2_2 .my-tab-ul > li.active > a, .home2_2 .my-tab-ul > li a:hover {
    color:#434343 !important;
}
.home2_2 .temp-li{
    padding-bottom:13px;
    height:auto;
}
#home2-2-tab2 .tab-right{
    padding-left:100px;
}
#home2-2-tab2 .tab-left img {
    position: relative;
    top: -50px;
}
.temp-li-con .temp-t2 .style-btn{
    padding:4px 10px;
    border:1px solid #ccc;
    display:inline-block;
    margin: 0 10px 10px 0;
}
.home4{
    padding:70px 0 70px 0;
    background:#eee;
    color:#262626;
    text-align:center;
}
.home4-t1 {
    font-size: 32px;
}
.home4-t2 {
    font-size: 12px;
    color: #696969;
}
.home4-ul{
    width:1120px;
    margin:26px auto;
    overflow:hidden;
}
.home4-li{
    width:250px;
    height:420px;
    margin:0 15px 15px 10px;
    float:left;
    border:1px solid #ddd;
    /*box-shadow:2px 2px 2px #ddd;*/
    border-radius:10px;
    position:relative;
    overflow:hidden;
}
.home4-li-bg{
    width:100%;
    height:100%;
    object-fit:cover;
    text-align:center;
}
.home4-li .home4-con {
    width:100%;
    height:100%;
    padding:50px 20px 0 20px;
    text-align:center;
    position:absolute;
    top:0;
    left:0;
    background:#fff;
    /*display:none;*/
}
.home4-code{
    width:120px;
}
.home4-con-text {
    padding-top: 30px;
    white-space: pre-line;
    font-size: 15px;
    line-height: 26px;
}
/*.home4-li:hover .home4-con {
    display: block;
    animation: fz 1s;
    -moz-animation: fz 1s;
    -ms-animation: fz 1s;
    -webkit-animation: fz 1s;
    -o-animation: fz 1s;
}*/
.home4-more{
    width:160px;
    line-height:40px;
    background:#d21276;
    border-radius:3px;
    margin:0 auto;
    cursor:pointer;
    font-size:18px;
}
.home5{
    color:#fff;
    background:url('../images/home-ppdz-bg.png') no-repeat;
    background-size:cover;
    padding:80px 0 20px 0;
}
.home5 .home4-t2{
    color:#fff;
}
.home5-ul{
    width:1000px;
    overflow:hidden;
    margin:60px auto 0 auto;
}
.home5-li {
    float: left;
    width: 33.33%;
    text-align: center;
    margin-bottom: 60px;
}
.home5-li img{
    height: 84px;
}
.home5-li .home5-li-text{
    font-size:22px;
    padding-top:25px;
}
.home6{
    background:#fff;
}
.home6-ul {
    /*overflow: hidden;*/
    width: 1180px;
    margin: 20px auto 0 auto;
}
.home6-ul:after{
    content:'';
    display:block;
    overflow:hidden;
    clear:both;
}
.home6-li {
    width: 50%;
    float: left;
    padding: 40px 40px 0 40px;
    height:200px;
}
.home6-li:hover{
    /*border:1px solid #d21276;*/
    background:#fff;
    box-shadow:0px 10px 30px 0px rgba(136,136,136,0.18);
    border-radius:20px;
}
.home6-li img{
    height: 110px;
    float:left;
}
.home6-li-con {
    margin-left: 130px;
    text-align: left;
    padding-top: 10px;
}
.home6-li-titel{
    font-size:20px;
    font-weight:bold;
    padding-left:10px;
    padding-bottom:12px;
}
.home6-li-con > ul > li > span {
    float: left;
    width: 4px;
    height: 4px;
    margin-top: 8px;
    border-radius: 50%;
    background: #d21276;
}
.home6-li-temp{
    margin-left:10px;
    font-size:14px;
}
.home7{
    background:url("../images/zlbj-bg-0.jpg") no-repeat;
    background-size:cover !important;
}
.home7-con {
    width: 1180px;
    margin: 0 auto;
    color: #fdfcfb;
    overflow: hidden;
    display:flex;
}
.home7-left {
    width: 200px;
    background: rgba(3,14,29,0.8);
    padding: 40px 0;
    /*float:left;*/
}
.home7-left-li {
    font-size:24px;
    text-align:center;
    line-height:70px;
    cursor:pointer;
    margin-bottom:10px;
}
.home7-left-li:hover{
    background:#d21276;
    color:#000;
}
.home7-left-li.check{
    background:#d21276;
    color:#000;
}
.home7-right {
    /*margin-left:240px;*/
    padding: 60px 0 40px 60px;
    flex: 1;
    height:540px;
}
.home7-right-li {
    display: none;
}
.home7-right-li:first-child {
    display: block;
}
.home7-right-li .home7-t1{
    font-size:26px;
    padding-bottom:30px;
}
.home7-right-li .home7-t2 {
    font-size: 22px;
    padding-bottom: 10px;
}
.home7-right-li .home7-t3 {
    font-size: 16px;
    padding-bottom: 30px;
    letter-spacing: 1.5px;
    line-height: 26px;
}
.home7-btns{
    overflow:hidden;
    margin:10px 0 20px 0;
}
.home7-btn {
    border: solid 1px #d21276;
    text-align: center;
    width: 100px;
    line-height: 30px;
    float: left;
    cursor: pointer;
    margin-right: 16px;
    font-size: 14px;
    color: #d21276;
    border-radius: 4px;
}
.home7-btn1{
    background:#d21276;
    border:1px solid #d21276;
    color:#333;
    font-weight:bold;
}
.home8{
    background:#fff;
    padding:60px 0;
}
.home8-con{
    width:900px;
    overflow:hidden;
    margin:0 auto;
}
.home8-li {
    width: 33.33%;
    float: left;
    height: 130px;
    padding:0 20px;
    border-left: 1px solid #ddd;
    text-align: center;
}
.home8-li:first-child{
    border-left:none;
}
.home8-li img{
    height:70px;
    padding-bottom:12px;
}
.home8-li > span{
    font-size:17px;
    color:#323232;
    display:block;
}
.bk_con {
    margin-top: 80px;
    background: rgba(248,248,248,0.5)
}
.bk_con.shenmei{
    background:url('../images/shmr-bg.jpg') no-repeat;
    background-size:cover;
}
.bk_con.yimei{
    background:url('../images/ymjg-bg.jpg') no-repeat;
    background-size:cover;
}
.bk_con.yingxiao{
    background:url('../images/yxtk-bg.jpg') no-repeat;
    background-size:cover;
}
.bk_content {
    width: 1100px;
    background: rgba(255,255,255,0.9);
    box-shadow: 0px 10px 56px 0px rgba(136,136,136,0.18);
    border-radius: 25px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    padding:50px 80px;
    position: relative;
    top: -50px;
}
.bk_content::before{
    position:absolute;
    top:-26px;
    left:-26px;
    content:'';
    width:58px;
    height:58px;
    background:rgba(237,182,24,1);
    box-shadow:0px 10px 56px 0px rgba(237,182,24,0.18);
    border-radius:50%;
}
.bk_content::after{
    position:absolute;
    bottom:-26px;
    right:-26px;
    content:'';
    width:58px;
    height:58px;
    background:rgba(237,182,24,1);
    box-shadow:0px 10px 56px 0px rgba(237,182,24,0.18);
    border-radius:50%;
}
.bk_tabs{
    display:flex;
    justify-content:center;
    margin-bottom:30px;
}
.bk_tabs_item {
    background: #F0F0F0;
    border-radius: 12px;
    line-height: 60px;
    cursor: pointer;
    font-size: 24px;
    padding: 0 20px;
    color: #999;
    margin: 0 15px;
}
.bk_tabs_item.on, .bk_tabs_item:hover{
    background:#d21276;
    color:#fff;
    box-shadow:0px 10px 36px 0px rgba(223,171,20,0.42);
}
    .bk_tabs_item .iconfont {
        font-size: 30px;
        padding-right: 2px;
        display: inline-block;
        vertical-align: top;
    }
.float_box{
    display:flex;
    flex-wrap:wrap;
}
.float_item{
    padding:15px 12px;
    width:20%;
}
.float_item_width40{
    width:40%;
}
.float_item_box {
    background: rgba(248,248,248,0.5);
    box-shadow: 0px 6px 20px 0px rgba(136,136,136,0.32);
    border-radius: 20px;
    width:100%;
    padding: 15px 0;
    text-align:center;
}
.float_item_img .iconfont{
    color: #d21276;
    font-size: 40px;
    padding-bottom:3px;
}
.yimei .float_item_img .iconfont {
    color: #20AFD1;
}
.float_item_text{
    color:#333;
    font-size:20px;
}
.yimei .bk_content::before {
    top: initial;
    bottom: -26px;
    left: -26px;
    content: '';
    background: rgba(32,175,209,1);
    box-shadow: 0px 10px 56px 0px rgba(32,175,209,0.18);
}
.yimei .bk_content::after {
    top: -26px;
    right: -26px;
    content: '';
    background: rgba(32,175,209,1);
    box-shadow: 0px 10px 56px 0px rgba(32,175,209,0.18);
}
.yimei .bk_tabs_item.on, .yimei .bk_tabs_item:hover {
    background: #20AFD1;
    box-shadow: 0px 10px 36px 0px rgba(32,175,209,0.42);
}
.ym_con{
    display:flex;
}
.ym_con_left{
    width:50%;
}
.ym_con_left > img{
    width:100%;
}
.ym_con_right{
    width:50%;
    padding-left:18px;
    display:flex;
    align-items:center;
}
.ym_right_con {
    border-left: 1px solid #E9E9E9;
}
.relative_box{
    position:relative;
    left:-5px;
}
.ym_right_item {
    margin-bottom: 15px;
}
.ym_right_item:last-child{
    margin-bottom:0;
}
.ym_text1 {
    line-height: 28px;
    font-size: 18px;
    font-weight: bold;
    padding-left: 18px;
    position: relative;
}
.tips3 {
    position: absolute;
    transform: translateY(-6px);
    top: 50%;
    left: -2px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(237,182,24,0.3);
}
    .tips3::before {
        content: '';
        position: absolute;
        top: 3px;
        left: 3px;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: rgba(237,182,24,1);
    }
.yimei .tips3 {
    background: rgba(32,175,209,0.3);
}
    .yimei .tips3::before {
        background: rgba(32,175,209,1);
    }
.yingxiao .tips3 {
    background: rgba(255,99,44,0.3);
    right: -2px;
    left:initial;
}

    .yingxiao .tips3::before {
        background: rgba(255,99,44,1);
    }
/*.ym_text1::before{
    content:'⦁';
    position:absolute;
    left: 0;
    line-height:28px;
    color:#20AFD1;
}*/
.shenmei .ym_text1::before {
    color: #d21276;
}
.ym_text2 {
    padding-left: 16px;
    font-size:16px;
    padding-top:3px;
}
.yingxiao .bk_content::before {
    top: initial;
    bottom: -26px;
    left: -26px;
    background: rgba(255,99,44,1);
    box-shadow: 0px 10px 56px 0px rgba(255,99,44,0.18);
}

.yingxiao .bk_content::after {
    top: -26px;
    right: -26px;
    background: rgba(255,99,44,1);
    box-shadow: 0px 10px 56px 0px rgba(255,99,44,0.18);
}
.yingxiao .bk_tabs_item.on, .yingxiao .bk_tabs_item:hover {
    background: #FF632C;
    box-shadow: 0px 10px 36px 0px rgba(255,99,44,0.42);
}
.yx_tips {
    border-radius: 10px;
    border: 1px solid #ff632C;
    line-height: 30px;
    color: #ff632c;
    font-size: 16px;
    text-align: center;
    width: 330px;
    margin: 5px auto 18px auto;
}
.yx_tips .iconfont{
    font-size: 30px;
    vertical-align: top;
    display: inline-block;
}
.yingxiao .ym_right_con {
    border-right: 1px solid #E9E9E9;
    border-left:0;
}

.yingxiao .relative_box {
    right: -4px;
    left:initial;
}

.yingxiao .ym_right_item {
    margin-bottom: 20px;
    text-align: right;
    letter-spacing: 1px;
}
.shenmei .ym_right_item {
    margin-bottom: 20px;
    letter-spacing: 1px;
}
.yingxiao .ym_text1 {
    padding-right: 18px;
}
.yingxiao .ym_text1::before {
    right: 0;
    color: #FF632C;
}
.yingxiao .ym_text2 {
    padding-right: 16px;
}
.sm_tabs_con{
    display:none;
}
.sm_tabs_con.on{
    display:flex;
}
.bk_tabs_con {
    display: none;
}

.bk_tabs_con.on {
    display: block;
}
.yingxiao .float_item {
    padding: 10px;
    width: 14.28%;
}
.yingxiao .float_item.home-li1-max {
    width:25%;
}
.yingxiao .float_item_img .iconfont {
    font-size: 34px;
    color: #FF632C;
}
.yingxiao .float_item_text{
    font-size:18px;
}
.chenggong{
    background:url('../images/success.png') no-repeat center center;
    background-size:cover;
}
.cg_content{
    width: 1100px;
    background: rgba(255,255,255,0.9);
    box-shadow: 0px 10px 56px 0px rgba(136,136,136,0.18);
    border-radius: 25px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    padding: 20px 30px;
    position: relative;
    margin-top:22px;
}
.cg_item {
    width: 25%;
}
.cg_item > img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.dingzhi {
    background: url('../images/ppdz-bg.jpg') no-repeat;
    background-size: cover;
}
.dingzhi .home1-t1, .dingzhi .home1-t2{
    color:#fff;
}
.dz_content{
    margin:25px auto 0 auto;
    width:1100px;
}
.dz_item{
    width:33.33%;
    padding:10px;
}
.dz_item_box {
    background: rgba(58,83,120,0.2);
    border-radius: 20px;
    width: 100%;
    padding: 30px 0;
    text-align: center;
}

.dz_item_img .iconfont {
    color: #d21276;
    font-size: 46px;
    padding-bottom: 8px;
}
.dz_item_text {
    color: #d21276;
    font-size: 20px;
}
.shouji{
    background:url('../images/sj-bg.jpg') no-repeat center center;
    background-size:cover;
    padding:20px 0;
    display:flex;
    align-items:center;
}
.shouji_part1{
    text-align:right;
    color:#fff;
    font-size:20px;
    width:50%;
    padding-right:15px;
}
.sj_p1_t1{
    font-size:38px;
    padding-bottom:15px;
}
.shouji_part2{
    width:50%;
    padding-left:15px;
}
.sj_p2_box {
    width: 500px;
    height: 54px;
    background: #fff;
    border-radius: 27px;
    position:relative;
    overflow:hidden;
}
.sj_input{
    height:100%;
    border:none;
    width:100%;
    padding:0 25px;
    font-size:20px;
}
.sj_btn{
    position:absolute;
    right:0;
    top:0;
    width:160px;
    cursor:pointer;
    border-radius:27px;
    background:#d21276;
    line-height:54px;
    text-align:center;
    color:#fff;
    font-size:20px;
}
.home-li1-max .float_item_img > img{
    width:38px;
    padding-bottom:10px;
}
.yingxiao .ym_con_left > img{
    width:90%;
}
.mekela-video{
    text-align:center;
}
.mekela-video .video-wrap {
    width: 760px;
    max-width: 100%;
    margin:0 auto;
    position:relative;
}
.mekela-video .video-wrap .cover, 
.mekela-video .video-wrap .cover img{
    width:100%;
}
.mekela-video .video-wrap .mybtn {
    position: absolute;
    top: 50%;
    left: 50%;
    width:140px;
    height:140px;
    padding:0;
    transform:translate(-50%,-50%);
    background: url(../images/mekelaplaybutton.png) no-repeat;
    background-size:100% 100%;
    cursor:pointer;
}
.mekela-video .video-wrap .cover img{
    width:100%;
}
.mekela-video .title {
    font-size: 44px;
    padding: 70px 0 20px;
}
.mekela-video .des {
    font-size: 26px;
    padding-bottom: 36px;
    opacity:0.6;
}
.mekela-video video {
    width:100%;
}
@media only screen and (max-width: 1200px) {
    .home1-imgs{
        width:350px;
        height:350px;
    }
    .home2-tabs{
        width:760px;
    }
    .temp-li-con .temp-t2 .style-btn{
        padding:4px 5px;
        margin:0 5px 10px 0;
    }
    .home4-ul {
        width: 560px;
    }
    .home5-ul{
        width:680px;
    }
    .home6-ul{
        width:700px;
    }
    .home6-li{
        padding:20px 20px 0 20px;
    }
    .home7-con{
        width:770px;
    }
    .home7-right {
        padding: 20px;
        height: 522px;
    }
    .banner-text{
        font-size:30px;
    }
    .home8-li > span.min-span {
        font-size: 14px;
    }
    .home8-con{
        width:760px;
    }
    .bk_content {
        width: 90%;
        padding: 30px 50px;
    }
    .cg_content{
        width:90%;
    }
    .shouji{
        display:none;
    }
    .dz_content{
        width:90%;
    }
}
@media only screen and (max-width: 767px) {
    .home1{
        padding:20px 0;
    }
    .home1-t1 {
        font-size: 28px;
    }
    .home1-t2 {
        font-size: 18px;
    }
    .home1-imgs {
        width: 150px;
        height:150px;
        margin: 20px auto 10px auto;
    }
    .home2-tabs{
        width:100%;
    }
    .home2 .home2-t1{
        font-size:26px;
    }
    .my-tab-ul > li a{
        font-size:20px;
    }
    .my-tab-con{
        padding:30px 0;
    }
    .my-tab-con .tab-left{
        width:100% !important;
        float:initial;
    }
    .my-tab-con .tab-right{
        width:320px !important;
        margin:0 auto;
        padding-left:0;
        float: initial;
    }
    .my-tab-con .con-title{
        font-size:20px;
        padding:10px 0 10px 15px;
    }
    .temp-ul{
        width:320px;
        margin:0 auto;
    }
    #home2-2-tab2 .tab-right{
        padding-left:0;
    }
    #home2-2-tab2 .tab-left img{
        top:-20px;
    }
    .home4-t1 {
        font-size: 28px;
    }
    .home4-ul {
        width: 280px;
    }
    .home5-ul {
        width: 100%;
        margin:40px auto 0 auto;
    }
    .home5{
        padding:40px 0 30px 0;
    }
    .home5-li {
        width: 50%;
        margin-bottom: 40px;
    }
    .home5-li img{
        height:60px;
    }
    .home5-li .home5-li-text{
        font-size:20px;
    }
    .home6-ul {
        width: 100%;
    }
    .home6-li {
        width: 100%;
        padding: 10px 20px;
        height:auto;
    }
    .home6-li img{
        height:90px;
    }
    .home6-li-con{
        margin-left:110px;
        padding-top:10px;
    }
    .home7-con {
        width: 100%;
    }
    .home7-left {
        width: 120px;
    }
    .home7-left-li{
        font-size:20px;
    }
    .home7-right{
        padding:20px;
    }
    .home7-right-li .home7-t1{
        font-size:22px;
    }
    .home7-right-li .home7-t2 {
        font-size: 16px;
    }
    .home7-right-li .home7-t3 {
        font-size: 12px;
    }
    .home7-btn{
        width:80px;
        margin-right:10px;
    }
    .home8-con{
        width:99%;
    }
    .home8-li{
        padding:0 10px;
    }
    .home8-li img {
        height: 50px;
    }
    .home8-li img {
        height: 50px;
    }
    .home8-li > span{
        font-size:14px;
    }
    .home8-li > span.min-span{
        font-size:12px;
    }
    .home8-li {
        height: 100px;
    }
    .banner-text {
        font-size: 16px;
    }

    .bk_title::before {
        width: 40px;
        left: -50px;
    }

    .bk_title::after {
        width: 40px;
        right: -50px;
    }
    .bk_con{
        margin-top:40px;
    }
    .bk_content {
        padding: 20px 20px;
        top: -20px;
    }
    .bk_tabs_item{
        line-height:36px;
        font-size:18px;
        padding:0 12px;
        margin:0 10px;
    }
    .float_item{
        width:33.33%;
        padding:5px;
    }
    .float_item_box{
        padding:10px 0;
        border-radius:12px;
    }
    .float_item_text{
        font-size:14px;
    }
    .ym_con_left{
        display:none;
    }
    .ym_con_right{
        width:100%;
    }
    .dz_item_img .iconfont{
        font-size:30px;
    }
    .dz_item {
        padding: 5px;
    }
    .dz_item_text {
        font-size: 13px;
    }
    .home7-right {
        height: 612px;
    }
    .cg_item{
        width:33.33%;
    }
    .yingxiao .float_item {
        width: 25%;
        padding: 5px;
    }
    .yingxiao .float_item_img .iconfont{
        font-size:26px;
    }
    .yingxiao .float_item_text {
        font-size: 14px;
    }
    .yx_tips {
        font-size: 12px;
        width: 250px;
        margin: 5px auto 10px auto;
    }
    .yingxiao .float_item.home-li1-max{
        width:50%;
    }
    .home-li1-max .float_item_img > img{
        width:30px;
        padding-bottom:8px;
    }
    .ym_text1{
        font-size:16px;
        line-height:24px;
    }
    .ym_text2{
        font-size:14px;
    }
    .yingxiao .ym_right_item{
        margin-bottom:15px;
    }
    .shenmei .ym_right_item {
        margin-bottom: 15px;
    }
    .ym_text1::before {
        line-height: 24px;
    }
}
