/* 智能营销融合 */
.talent-cultivation{
    padding: 45px 0 100px 0;
}
.talent-cultivation .main{
    position: relative;
    margin-top: 52px;
    overflow: hidden;
    /* min-width: 1260px; */
}
.talent-cultivation .main .cover .title{
    width: 372px;
    font-size: 24px;
    font-weight: 400;
    color: #333333;
    margin-top: 20px;
    text-align: center;
}
.talent-cultivation .main .cover{
    width: 520px;
    float: left;
    position: absolute;
}
.talent-cultivation .main .cover img{
    width: 372px;
}
.talent-cultivation .main .list{
    /* width: 740px; */
    width: 100%;
    padding-left: 520px;
    float: right;
}
.talent-cultivation .main .list .top{
    position: relative;
    overflow: hidden;
    padding-bottom: 30px;
    border-bottom: 1px dotted #F0F0F0;
}
.talent-cultivation .main .list .top .box{
    /* width: 33.3333%; */
    float: left;
    text-align: center;
}
.talent-cultivation .main .list .top .box .img{
    width: 130px;
    height: 130px;
    border-radius: 50%;
    border: 1px solid #F0F0F0;
    text-align: center;
    position: relative;
}
.talent-cultivation .main .list .top .box .img img{
    width: 72px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 29px;
}
.talent-cultivation .main .list .top .box .title{
    font-size: 20px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    margin-top: 17px;
}
.talent-cultivation .main .list .top .box .sub-title{
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 22px;
    margin-top: 19px;
}
.talent-cultivation .main .list .top .box2{
    margin: auto;
    position: absolute;
    left: 50%;
    margin-left: -65px;
    
}
.talent-cultivation .main .list .top .box3{
    float: right;
}
.talent-cultivation .main .list .desc{
    
}
.talent-cultivation .main .list .desc .title{
    font-size: 24px;
    font-weight: 400;
    color: #333333;
    margin-top: 27px;
    text-align: center;
}
.talent-cultivation .main .list .desc .botton{
    width: 256px;
    height: 50px;
    border: 1px solid #ED6827;
    text-align: center;
    line-height: 50px;
    margin: auto;
    margin-top: 46px;
}
.talent-cultivation .main .list .desc .botton .box{
    display: inline-block;
}
.talent-cultivation .main .list .desc .botton .box img{
    float: left;
    width: 25px;
    height: 25px;
    margin-top: 12.5px;
}
.talent-cultivation .main .list .desc .botton .box span{
    font-size: 20px;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    margin-left: 11px;
    float: right;
    margin-top: 14px;
}

/* 载体 */
.carrier{
    padding: 65px 0 90px 0;
    background: #F2F2F2;
}
.carrier .main{
    margin-top: 69px;
}
.carrier .main img{
    width: 100%;
}

.scheme{
    padding: 63px 0 90px 0;
}
.scheme .main{
    margin-top: 69px;
}
.scheme .main img{
    width: 100%;
}

.serve{
    padding: 66px 0 90px 0;
    background: #F2F2F2;
}
.serve .main{
    margin-top: 69px;
}
.serve .main img{
    width: 100%;
}
.serve .main .img2{
    margin-top: 32px;
}

.practice{
    padding: 60px 0 100px 0;
}
.practice .main{
    margin-top: 69px;
}
.practice .main img{
    width: 100%;
}


.flow-main{
    padding: 68px 0 105px 0;
    background: #F2F2F2;
}
.flow-main .list{
    margin: 0 -7px;
    margin-top: 69px;
}
.flow-main .list li{
    float: left;
    width: 25%;
    padding: 0 7px;
}
.flow-main .list .box{
    min-height: 285px;
    background: #F7F7F7;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
    cursor: pointer;
    transition: all .5s;
    position: relative;
}
.flow-main .list .box::after{
    content: "";
    display: block;
    width: 0;
    height: 4px;
    background: #ed6827;
    margin: auto;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    transition: all .5s;
}
.flow-main .list .box:hover, .flow-main .list .box.active{
    background-color: #fff;
    box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.08);
}
.flow-main .list .box:hover::after, .flow-main .list .box.active::after{
    width: 100%;
}

.flow-main .list .box .cover{
    width: 144px;
    height: 107px;
    margin: auto;
    margin-bottom: 22px;
}
.flow-main .list .box .cover img{
    width: 100%;
    height: 100%;
}
.flow-main .list .box .title{
    font-size: 18px;
    font-weight: 400;
    color: #333333;
}
.flow-main .list .box .sub-title{
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    margin-top: 10px;
    padding: 0 40px;
}


.diffuse{
    padding: 76px 0 90px 0;
}
.diffuse .main{
    margin-top: 69px;
}
.diffuse .main img{
    width: 100%;
}
.diffuse .main .img2{
    margin-top: 32px;
}



/* 移动端 */
@media screen and (max-width:768px) {

.flow-main{
    padding: 30px 0 40px 0;
}
.flow-main .list li{
    width: 100%;
}
.flow-main .list{
    margin-top: 30px;
}


.talent-cultivation .main{
    min-width: 100%;
    max-width: 100%;
}
.talent-cultivation .main .cover{
    width: 100%;
    text-align: center;
    position: relative;
}

.talent-cultivation .main .list{
    width: 100%;
    padding: 0;
}
.talent-cultivation .main .list .top .box .img{
    margin: auto;
}
.talent-cultivation .main .list .top .box{
    width: 100%;
    margin-top: 20px;
}

.talent-cultivation .main .list .top .box2{
    position: relative;
    left: auto;
    margin-left: auto;
}
.talent-cultivation .main .cover .title{
    width: 100%;
}
.talent-cultivation .main .cover img{
    width: 100%;
}



}


.anchor {
    width: 1px;
    height: 1px;
    position: absolute;
    z-index: -1;
    top: 0px;
    left: 0;
}
.font16 {
    font-size: 16px;
}
.park {
    overflow: hidden;
    line-height: 22px;
}
/* .park .inside-banner .info {
  font-size: 18px;
  padding-top: 10px;
} */
.park .inside-title {
    text-align: center;
}
.park .ptbj {
    position: relative;
    padding: 50px 0 70px 0;
}
.park .ptbj .pic {
    text-align: center;
    padding-top: 40px;
}
.park .cpys {
    position: relative;
    background: url(../images/park-bg.jpg) no-repeat top center #f3f3f3;
    padding-top: 50px;
    padding-bottom: 70px;
    line-height: 22px;
}
.park .cpys .inside-title {
    margin-bottom: 15px;
}
.park .cpys ul {
    margin: 0 -20px;
    margin-top: 20px;
}
.park .cpys ul li {
    float: left;
    width: 50%;
    margin-top: 40px;
    padding: 0 20px;
}
.park .cpys ul li .item {
    background: #fff;
    min-height: 220px;
    position: relative;
    transition: all 500ms ease-in-out;
    padding: 45px 20px;
    padding-left: 0;
    padding-bottom: 20px;
    text-align: justify;
    border-bottom: solid 3px #fff;
}
.park .cpys ul li .item em {
    font-style: normal;
    display: inline-block;
}
.park .cpys ul li span {
    width: 27%;
    float: left;
    text-align: center;
    display: block;
}
.park .cpys ul li span img {
    max-height: 80px;
    transition: all 500ms ease;
}
.park .cpys ul li .txtbox {
    width: 65%;
    float: left;
}
.park .cpys ul li .tit {
    font-size: 24px;
    position: relative;
    line-height: 30px;
}
.park .cpys ul li .txt {
    color: #666;
    margin-top: 15px;
}
.park .cpys ul li:nth-child(3) .item .txtbox {
    width: 65%;
}
.park .cpys ul li:hover .item {
    background: #fff;
    border-color: #ed6827;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.04);
}
.park .ptys {
    position: relative;
    padding: 50px 0 70px 0;
    background: url(../images/park-bg-2.jpg) no-repeat top center #f3f3f3;
}
.park .ptys .pic {
    text-align: center;
    padding-top: 50px;
}
.park .yycj {
    position: relative;
    padding: 70px 0;
    background: #f7f7f7;
}
.park .yycj ul {
    margin: 0 -25px;
    margin-top: 60px;
}
.park .yycj li {
    float: left;
    padding: 0 25px;
    width: 33.333%;
    position: relative;
}
.park .yycj li .pic {
    overflow: hidden;
    position: relative;
}
.park .yycj li .pic:after {
    content: "";
    display: block;
    padding-bottom: 65%;
}
.park .yycj li .pic img {
    width: 100%;
    transition: all 700ms ease;
}
.park .yycj li .txtbox {
    background: #fff;
    min-height: 124px;
    transition: all 334m ease;
    border-bottom: solid 2px #e0e0e0;
    padding: 30px 20px 10px 35px;
}
.park .yycj li .txtbox .tit {
    font-size: 18px;
}
.park .yycj li .txtbox .txt {
    color: #8a8a8a;
    margin-top: 10px;
}
.park .yycj li:hover .txtbox {
    border-width: 3px;
    border-color: #ed6827;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.04);
}
.park .yycj li:hover .pic img {
    transform: scale(1.1);
}
.park .cpyfw {
    position: relative;
    background: #f4f4f4;
    padding: 70px 0 80px 0;
    text-align: justify;
}
.park .cpyfw ul {
    margin: 0 -18px;
    margin-top: 60px;
}
.park .cpyfw li {
    float: left;
    padding: 0 18px;
    width: 25%;
    position: relative;
}
.park .cpyfw li .item {
    min-height: 354px;
    background: #f7f7f7;
    transition: all 334ms ease;
    padding: 40px 30px 10px 30px;
}
.park .cpyfw li .item img {
    max-height: 100px;
}
.park .cpyfw li .tit {
    padding: 20px 0;
    font-size: 18px;
    border-bottom: solid 2px  #ed6827;
}
.park .cpyfw li .txt {
    margin-top: 20px;
    color: #8a8a8a;
}
.park .cpyfw li:hover .item {
    background: #fff;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.04);
}
@media (max-width: 768px) {
    .park .cpys ul {
        margin-right: 0;
        margin-left: 0;
    }
    .park .cpys ul li {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        float: none;
        margin-top: 15px;
    }
    .park .yycj ul {
        margin-right: -10px;
        margin-left: -10px;
    }
    .park .yycj li {
        padding: 0 10px;
    }
    .park .yycj li .txtbox {
        padding: 20px;
    }
    .park .cpyfw ul {
        margin-right: -8px;
        margin-left: -8px;
        margin-top: 15px;
    }
    .park .cpyfw li {
        width: 50%;
        padding: 0 8px;
        margin-top: 15px;
    }
}
@media (max-width: 480px) {
    .park .inside-banner-m .title {
        line-height: 0.9rem;
    }
    .park .ptbj,
    .park .ptys {
        padding: 30px 0 15px 0;
    }
    .park .ptys .pic,
    .park .ptbj .pic {
        padding-top: 30px;
    }
    .park .cpys {
        text-align: justify;
        padding: 30px 0 15px 0;
    }
    .park .cpys ul li .item {
        padding: 30px 0;
        padding-right: 10px;
        overflow: hidden;
        min-height: auto;
    }
    .park .cpys ul li .item span {
        width: 100%;
        float: none;
    }
    .park .cpys ul li .item img {
        max-height: 60px;
    }
    .park .cpys ul li .txt {
        margin-top: 10px;
    }
    .park .cpys ul li .tit {
        font-size: 16px;
        margin-top: 10px;
    }
    .park .cpys ul li .txtbox {
        width: 100%;
        float: none;
        padding: 0 20px;
        text-align: center;
        padding-top: 0px;
    }
    .park .yycj {
        padding-top: 30px;
        padding-bottom: 15px;
    }
    .park .yycj ul {
        margin-left: 0;
        margin-right: 0;
        margin-top: 15px;
    }
    .park .yycj li {
        float: none;
        width: 100%;
        padding: 0;
        margin-top: 15px;
    }
    .park .yycj li .pic img {
        max-width: 100%;
    }
    .park .yycj li .txtbox {
        padding: 20px;
        min-height: auto;
    }
    .park .yycj li:first-child {
        margin-top: 0;
    }
    .park .cpyfw {
        padding-top: 30px;
        padding-bottom: 15px;
    }
    .park .cpyfw ul {
        margin-right: 0px;
        margin-left: 0px;
        margin-top: 15px;
    }
    .park .cpyfw li {
        width: 100%;
        padding: 0;
        float: none;
        margin-top: 15px;
    }
    .park .cpyfw li .item {
        min-height: auto;
        padding: 35px 30px;
        text-align: center;
    }
    .park .cpyfw li .item span img {
        max-height: 60px;
    }
    .park .cpyfw li .tit {
        border-width: 1px;
    }
    .park .cpyfw li .txt {
        text-align: left;
    }
}


/*一行省略隐藏*/
.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*多行省略隐藏*/
.ellipsis2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}
.telecom .anchor {
    width: 1px;
    height: 1px;
    position: absolute;
    z-index: -1;
    top: 0px;
    left: 0;
}
/*电信运营商痛点*/
.telecom .dxyxtd {
    padding: 50px 0 70px 0;
    position: relative;
}
.telecom .dxyxtd .nr {
    margin-top: 30px;
}
.telecom .dxyxtd .list {
    clear: both;
    margin-left: -7px;
    margin-right: -7px;
}
.telecom .dxyxtd li {
    width: 33.33%;
    float: left;
    padding: 0 7px;
    position: relative;
}
.telecom .dxyxtd li .box {
    border: 1px #ededed solid;
    position: relative;
    overflow: hidden;
    text-align: center;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.telecom .dxyxtd li .box:after {
    content: "";
    display: block;
    width: 0;
    height: 4px;
    background: #ed6827;
    margin: auto;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.telecom .dxyxtd li .pic {
    background: #eeeeee;
    display: block;
    margin: auto;
    z-index: 9;
    text-align: center;
    padding: 45px 0 40px 0;
    position: relative;
}
.telecom .dxyxtd li .pic img {
    height: 114px;
}
.telecom .dxyxtd li .text {
    padding: 26px 20px;
    position: relative;
}
.telecom .dxyxtd li .title {
    font-size: 20px;
    position: relative;
    color: #333333;
}
.telecom .dxyxtd li .info {
    margin-top: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    /* -webkit-line-clamp: 2; */
}
.telecom .dxyxtd li .box:hover {
    background: #fff;
}
.telecom .dxyxtd li .box:hover:after {
    width: 100%;
}
.telecom .dxyxtd li .box:hover .title:after {
    width: 50px;
}
.telecom .dxyxtd li .box:hover .default {
    display: none;
}
.telecom .dxyxtd li .box:hover .hover {
    display: block;
}
/*项目建设的必要性*/
.telecom .xmjsbyx {
    padding: 50px 0 70px 0;
    background-color: #f5f5f5;
    position: relative;
}
.telecom .xmjsbyx .nr {
    margin-top: 30px;
}
.telecom .xmjsbyx .list {
    clear: both;
    margin-left: -7px;
    margin-right: -7px;
}
.telecom .xmjsbyx li {
    background: #FFFFFF;
    width: 100%;
    padding: 0 7px;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}
.telecom .xmjsbyx li .box {
    position: relative;
    overflow: hidden;
    text-align: center;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.telecom .xmjsbyx li .box:after {
    content: "";
    display: block;
    width: 0;
    height: 4px;
    background: #ed6827;
    margin: auto;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.telecom .xmjsbyx li .pic {
    float: left;
    margin: auto;
    z-index: 9;
    text-align: center;
    padding: 15px 40px 13px 40px;
    position: relative;
}
/* .telecom .xmjsbyx li .pic img {
  height: 100px;
} */
.telecom .xmjsbyx li .text {
    padding: 26px 20px;
    position: relative;
    text-align: left;
}
.telecom .xmjsbyx li .title {
    font-size: 24px;
    position: relative;
    color: #333333;
    font-weight: 400;
}
.telecom .xmjsbyx li .info {
    overflow: hidden;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    /* -webkit-line-clamp: 2; */
}
.telecom .xmjsbyx li .box:hover {
    background: #fff;
}
.telecom .xmjsbyx li .box:hover:after {
    width: 100%;
}
.telecom .xmjsbyx li .box:hover .title:after {
    width: 50px;
}
.telecom .xmjsbyx li .box:hover .default {
    display: none;
}
.telecom .xmjsbyx li .box:hover .hover {
    display: block;
}
/*政企*/
.telecom .zq {
    padding: 50px 0 70px 0;
    position: relative;
}
.telecom .zq_shwxkh {
    background-color: #f5f5f5;
}
.telecom .zq .nr {
    margin-top: 30px;
}
.telecom .zq .list {
    clear: both;
    margin-left: -7px;
    margin-right: -7px;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.telecom .zq li {
    width: calc(25% - 20px);
    /* float: left; */
    margin: 10px;
    position: relative;
    border: 1px solid #ECECEC;;
    background-color: #FFFFFF;
}
.telecom .zq li .box {
    position: relative;
    overflow: hidden;
    text-align: left;
    -webkit-transition: all .5s;
    transition: all .5s;
}
/* .telecom .zq li .box:after {
  content: "";
  display: block;
  width: 0;
  height: 4px;
  background: #ed6827;
  margin: auto;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
} */
.telecom .zq li .pic {
    /* background: #eeeeee; */
    display: block;
    margin: auto;
    z-index: 9;
    text-align: center;
    position: relative;
}

.telecom .zq li .pic img {
    width: 100%;
}
/* .telecom .zq li:hover .pic img {
  transform:scale(1.1);
} */
.telecom .zq li .text {
    padding: 15px 20px;
    position: relative;
    /* min-height: 211px; */
}
.telecom .zq li .title {
    font-size: 16px;
    /* position: relative; */
    color: #ED6827;
    display: flex;
    align-items: center;

}
.telecom .zq li .title span{
    display: inline-block;
}
.telecom .zq li .title_xx {
    flex: 1;
    height: 1px;
    background: #ECECEC;
    margin-left: 10px;

}
.telecom .zq li .info {
    margin-top: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    /* -webkit-line-clamp: 2; */
}
.telecom .zq li .box:hover {
    background: #fff;
}
/* .telecom .zq li .box:hover:after {
  width: 100%;
}
.telecom .zq li .box:hover .title:after {
  width: 50px;
}
.telecom .zq li .box:hover .default {
  display: none;
}
.telecom .zq li .box:hover .hover {
  display: block;
} */
@media screen and (max-width: 768px) {
    .brbr {
        display: none;
    }
    .telecom .dxyxtd {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .telecom .dxyxtd .list {
        margin-left: -5px;
        margin-right: -5px;
    }
    .telecom .dxyxtd li {
        width: 50%;
        padding: 0 5px 10px 5px;
    }
    .telecom .dxyxtd li .text {
        min-height: 185px;
    }
    .telecom .dxyxtd li:last-child {
        width: 100%;
        padding-bottom: 0;
    }
    .telecom .dxyxtd li .pic img {
        height: 100px;
    }
    .telecom .dxyxtd li .title {
        font-size: 18px;
    }
    .telecom .xmjsbyx {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .telecom .xmjsbyx .list {
        margin-left: -5px;
        margin-right: -5px;
    }
    .telecom .zq li {
        width: 80%;
        /* padding: 0 5px 10px 5px; */
        float: none;
        margin: 10px auto;
    }
    .telecom .zq li .text {
        padding: 15px;
        min-height: 100px;
        height: auto;
    }
}
@media (max-width: 480px) {
    .telecom .dxyxtd li .text {
        min-height: 130px;
    }
    .telecom .dxyxtd li {
        width: 100%;
        padding: 0 5px 10px 5px;
    }
    .telecom .xmjsbyx {
        padding-top: 30px;
        padding-bottom: 15px;
    }
    .telecom .xmjsbyx ul {
        margin-right: 0px;
        margin-left: 0px;
        margin-top: 15px;
    }
    .telecom .xmjsbyx li {
        width: 100%;
        padding: 0;
        float: none;
    }
    .telecom .xmjsbyx li .box {
        padding: 30px 0;
        padding-right: 10px;
        overflow: hidden;
        min-height: auto;
    }
    .telecom .xmjsbyx li .pic {
        padding:0 15px;
    }
    /* .telecom .xmjsbyx li .box img {
      max-height: 60px;
    } */
    .telecom .xmjsbyx li .text {
        padding-top: 0;
        padding-bottom: 0;
    }
    .telecom .xmjsbyx li .title {
        border-width: 1px;
    }
    .telecom .xmjsbyx li .title {
        text-align: left;
        font-size: 18px;
    }

    .telecom .zq {
        padding-top: 30px;
        padding-bottom: 15px;
    }
    .telecom .zq ul {
        margin-right: 0px;
        margin-left: 0px;
        margin-top: 15px;
    }
    .telecom .zq li {
        width: 90%;
        /* padding: 10px 0; */
        float: none;
        /* margin: 0 auto; */
    }
    .telecom .zq li .box {
        /* padding: 30px 0;
        padding-right: 10px; */
        overflow: hidden;
        min-height: auto;
    }
    .telecom .zq li .title {
        height: 16px;
    }
    .telecom .zq li .text {
        min-height: 80px;
    }

}


.inside-banner {
    background-color: #000000;
}
.retail {
    overflow: hidden;
}
.retail .anchor {
    width: 1px;
    height: 1px;
    position: absolute;
    z-index: -1;
    top: 0px;
    left: 0;
}
.retail .fnsht {
    padding: 50px 0 100px 0;
    position: relative;
}
.retail .fnsht .nr {
    margin-top: 50px;
}
.retail .fnsht .pic {
    text-align: center;
}
.retail .kfsj {
    padding: 50px 0 80px 0;
    background: #f4f4f4 url(../images/kfsj-bg.jpg) no-repeat center top;
    background-attachment: fixed ;
    position: relative;
}
.retail .kfsj .nr {
    margin-top: 50px;
}
.retail .kfsj .pic {
    text-align: center;
}
.retail .fnt {
    padding: 50px 0 100px 0;
    position: relative;
}
.retail .fnt .nr {
    margin-top: 50px;
}
.retail .fnt .pic {
    text-align: center;
}
.retail .gongneng {
    padding: 50px 0 70px 0;
    background: #f4f4f4;
    position: relative;
}
.retail .gongneng .nr {
    margin-top: 30px;
}
.retail .gongneng .list {
    margin-left: -10px;
    margin-right: -10px;
}
.retail .gongneng li {
    width: 50%;
    float: left;
    padding: 0 10px 14px 10px;
    position: relative;
}
.retail .gongneng li .box {
    display: block;
    border: 1px #e6e6e6 solid;
    margin: auto;
    background: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
    position: relative;
    padding: 25px 15px 25px 125px;
}
.retail .gongneng li .box:before {
    content: "";
    display: block;
    width: 0%;
    height: 3px;
    background: #ed6827;
    margin: auto;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.retail .gongneng li .box:after {
    content: "";
    display: block;
    clear: both;
}
.retail .gongneng li .pic {
    display: block;
    width: 70px;
    height: 70px;
    margin: auto;
    position: absolute;
    left: 30px;
    float: left;
    text-align: center;
}
.retail .gongneng li .text {
    float: left;
    padding-top: 10px;
}
.retail .gongneng li .title {
    font-size: 18px;
    color: #333;
}
.retail .gongneng li .info {
    color: #666;
    font-size: 14px;
    line-height: 22px;
    height: 110px;
    overflow: hidden;
}
.retail .gongneng li .btn a {
    display: inline-block;
    min-width: 120px;
    line-height: 30px;
    border: 2px #aaaaaa solid;
    color: #333;
    font-size: 16px;
    text-align: center;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.retail .gongneng li .btn a:hover {
    background: #ed6827;
    border-color: #ed6827;
    color: #fff;
}
.retail .gongneng li .box:hover {
    -webkit-box-shadow: 0px 5px 20px 0px rgba(13, 4, 9, 0.1);
    box-shadow: 0px 5px 20px 0px rgba(13, 4, 9, 0.1);
}
.retail .gongneng li .box:hover:before {
    width: 100%;
}
.retail .hangye {
    padding: 50px 0 90px 0;
    position: relative;
}
.retail .hangye .nr {
    margin-top: 50px;
}
.retail .hangye .list {
    margin-left: -3px;
    margin-right: -3px;
}
.retail .hangye li {
    width: 14.28571429%;
    float: left;
    padding: 0 3px;
}
.retail .hangye li .box {
    text-align: center;
}
.retail .hangye li .pic {
    width: 174px;
    height: 174px;
    border: 2px #e0e0e0 dotted;
    padding: 15px;
    border-radius: 50%;
    display: block;
    margin: auto;
}
.retail .hangye li .pic span {
    display: block;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: #eeeeee;
    margin: auto;
    position: relative;
}
.retail .hangye li .pic span img {
    max-width: 100px;
}
.retail .hangye li .text {
    padding: 20px 0;
}
.retail .hangye li .title {
    font-size: 18px;
}
.retail .hangye .shm {
    max-width: 611px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #666666;
    line-height: 22px;
    margin-top: 30px;
}
.retail .llzhhyy {
    padding: 50px 0 70px 0;
    background: #f4f4f4;
    position: relative;
}
.retail .llzhhyy .nr {
    margin-top: 50px;
}
.retail .llzhhyy .pic {
    text-align: center;
}
.retail .xfzhzchgl {
    padding: 50px 0 70px 0;
    position: relative;
}
.retail .xfzhzchgl .nr {
    margin-top: 50px;
}
.retail .xfzhzchgl .pic {
    text-align: center;
}
.retail .anli {
    padding: 50px 0 70px 0;
    background: #f4f4f4 url(../images/kfsj-bg.jpg) no-repeat center top;
    background-attachment: fixed ;
    position: relative;
}
.retail .anli .nr {
    margin-top: 50px;
}
.retail .anli .list {
    margin-left: 3px;
    margin-right: -3px;
}
.retail .anli li {
    width: 16.66666667%;
    float: left;
    border: 1px #e3e3e3 solid;
    margin-left: -1px;
    margin-top: -1px;
    position: relative;
}
.retail .anli li .box {
    margin: auto;
    position: relative;
    background: #fff;
    height: 115px;
}
.retail .anli li a {
    display: block;
    z-index: 222;
}
.retail .anli li:hover {
    border-color: #ed6827;
    -webkit-box-shadow: 0 0 0 2px #ed6827;
    box-shadow: 0 0 0 2px #ed6827;
    z-index: 22;
}
@media screen and (max-width: 768px) {
    .retail .fnsht {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .retail .fnsht .nr {
        margin-top: 30px;
    }
    .retail .kfsj {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .retail .kfsj .nr {
        margin-top: 30px;
    }
    .retail .fnt {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .retail .fnt .nr {
        margin-top: 30px;
    }
    .retail .gongneng {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .retail .gongneng .nr {
        margin-top: 30px;
    }
    .retail .gongneng li {
        padding: 0;
        width: 100%;
        margin: auto auto 10px auto;
    }
    .retail .gongneng li .box {
        padding-left: 90px;
    }
    .retail .gongneng li .pic {
        left: 10px;
    }
    .retail .gongneng li .title {
        font-size: 16px;
    }
    .retail .gongneng li .info {
        height: auto;
    }
    .retail .gongneng li:last-child {
        margin-bottom: 0;
    }
    .retail .hangye {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .retail .hangye .nr {
        margin-top: 30px;
    }
    .retail .hangye .list {
        padding: 0;
    }
    .retail .hangye li {
        width: 33.33333333%;
        padding: 0;
    }
    .retail .hangye li .pic {
        width: 94px;
        height: 94px;
        padding: 10px;
    }
    .retail .hangye li .pic span {
        width: 70px;
        height: 70px;
    }
    .retail .hangye li .pic span img {
        max-width: 50px;
    }
    .retail .hangye li .text {
        padding: 10px 0;
    }
    .retail .hangye li .title {
        font-size: 14px;
    }
    .retail .llzhhyy {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .retail .llzhhyy .nr {
        margin-top: 30px;
    }
    .retail .xfzhzchgl {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .retail .xfzhzchgl .nr {
        margin-top: 30px;
    }
    .retail .anli {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .retail .anli .nr {
        margin-top: 30px;
    }
    .retail .anli .list {
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
    }
    .retail .anli li {
        width: 25%;
        background: #fff;
    }
    .retail .anli li .box {
        height: auto;
        position: relative;
    }
    .retail .anli li .box:after {
        content: "";
        display: block;
        padding-top: 60%;
    }
}


.anchor {
    width: 1px;
    height: 1px;
    position: absolute;
    z-index: -1;
    top: 0px;
    left: 0;
}
.finance .inside-banner .info-02 {
    width: 45%;
}
.finance .hytd {
    position: relative;
    padding: 60px 0;
}
.finance .hytd .tu {
    top: 0;
    left: 50%;
    margin-left: -291px;
    position: absolute;
}
.finance .hytd .box {
    min-height: 390px;
    margin-top: 50px;
    position: relative;
}
.finance .hytd .box ul {
    padding-top: 17px;
}
.finance .hytd .box li {
    padding: 0px 30px 50px 30px;
}
.finance .hytd .box li .item {
    height: 78px;
    line-height: 78px;
    border-radius: 10px;
    max-width: 337px;
    width: 100%;
    float: left;
    font-size: 16px;
    color: #333;
    text-align: center;
    transition: all 500ms ease;
    border: solid 2px #fff;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.09);
}
.finance .hytd .box li .item-1 {
    margin-left: 26px;
    max-width: 305px;
}
.finance .hytd .box li .item-2 {
    margin-right: 26px;
    max-width: 305px;
}
.finance .hytd .box li .item-3 {
    margin-left: 0px;
    max-width: 305px;
}
.finance .hytd .box li .item-4 {
    max-width: 305px;
}
.finance .hytd .box li .item:last-child {
    float: right;
}
.finance .hytd .box li .item:hover {
    border-color: #ed6827;
}
.finance .jjfa {
    background: #f5f5f5;
    overflow: hidden;
    padding: 60px 0;
    position: relative;
}
.finance .jjfa ul {
    margin: 0 -20px;
}
.finance .jjfa li {
    width: 33.3333%;
    float: left;
    padding: 0 20px;
    margin-top: 40px;
    text-align: center;
}
.finance .jjfa li .item {
    padding: 0 40px;
    padding-top: 35px;
    min-height: 300px;
    background: #fff;
    transition: all 500ms ease;
}
.finance .jjfa li .icon img {
    max-height: 70px;
}
.finance .jjfa li .tit {
    margin: 10px 0 0 0;
    font-size: 18px;
    padding-bottom: 15px;
    position: relative;
}
.finance .jjfa li .tit:after {
    content: "";
    height: 3px;
    bottom: 0;
    width: 50px;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    background: #ed6827;
}
.finance .jjfa li .txt {
    font-size: 14px;
    color: #8a8a8a;
    margin-top: 20px;
}
.finance .jjfa li:nth-child(2) .item {
    padding-left: 44px;
    padding-right: 44px;
}
.finance .jjfa li:hover .item {
    box-shadow: 0px 20px 25px rgba(0, 0, 0, 0.06);
}
.finance .cpys {
    overflow: hidden;
    padding: 60px 0;
    position: relative;
}
.finance .cpys li {
    width: 33.3333%;
    float: left;
    margin-top: 40px;
    text-align: center;
}
.finance .cpys li .item {
    padding: 0 35px;
    transition: all 500ms ease;
}
.finance .cpys li .icon img {
    max-height: 105px;
    border-radius: 100%;
    transition: all 500ms ease;
    border: solid 1px #e6e6e6;
}
.finance .cpys li .tit {
    margin: 15px 0 0 0;
    font-size: 18px;
    position: relative;
}
.finance .cpys li .txt {
    font-size: 14px;
    color: #8a8a8a;
    margin-top: 10px;
}
.finance .cpys li:last-child .item {
    padding-left: 30px;
    padding-right: 30px;
}
.finance .cpys li:hover .item .icon img {
    border-color: #fff;
    background: #fff;
    border-radius: 100%;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.06);
}
.finance .sjxx {
    padding: 60px 0;
    position: relative;
    background: url(../images/finance-bg.jpg) no-repeat top center #f1f1f1;
}
.finance .sjxx .leftbox {
    width: 67%;
    float: left;
    margin-top: 50px;
}
.finance .sjxx .leftbox ul {
    margin: 0 -10px;
}
.finance .sjxx .leftbox li {
    width: 50%;
    float: left;
    padding: 10px;
}
.finance .sjxx .leftbox li .item {
    min-height: 150px;
    background: #fff;
    text-align: center;
    padding: 30px 40px;
    border: solid 1px #e7e7e7;
}
.finance .sjxx .leftbox li .tit {
    font-size: 18px;
}
.finance .sjxx .leftbox li .txt {
    color: #8a8a8a;
    margin-top: 15px;
}
.finance .sjxx .leftbox li:hover .item {
    background: #ed6827;
}
.finance .sjxx .leftbox li:hover .tit,
.finance .sjxx .leftbox li:hover .txt {
    color: #fff;
}
.finance .sjxx .tu {
    width: 30%;
    float: right;
    text-align: right;
    margin-top: 50px;
}
@media (max-width: 768px) {
    .finance .inside-banner-m .text {
        padding-top: 1.92rem;
        padding-bottom: 1.92rem;
    }
    .finance .inside-banner-m .info {
        padding-right: 0.9rem;
    }
    .finance .inside-banner-m .title {
        line-height: 0.9rem;
    }
    .finance .hytd {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .finance .hytd .tu {
        display: none;
    }
    .finance .hytd .box {
        min-height: auto;
        margin-top: 0;
    }
    .finance .hytd .box li {
        padding: 0;
    }
    .finance .hytd .box li .item {
        width: 100%;
        max-width: 100%;
        margin-top: 15px;
        height: auto;
        line-height: 24px;
        padding: 20px 10px;
        font-size: 14px;
        margin-left: 0 !important;
        float: none !important;
        border: solid 1px #eee;
    }
    .finance .jjfa {
        padding: 30px 0;
    }
    .finance .jjfa li {
        width: 50%;
    }
    .finance .cpys li .item {
        padding: 0 20px;
        min-height: auto;
        padding-bottom: 20px;
    }
    .finance .cpys li .item .icon img {
        border: 0;
        height: 76px;
    }
    .finance .sjxx .leftbox {
        width: 100%;
        float: none;
    }
    .finance .sjxx .tu {
        display: none;
    }
}
@media (max-width: 500px) {
    .finance .inside-title .title {
        font-size: 18px;
    }
    .finance .jjfa ul {
        padding-top: 10px;
    }
    .finance .jjfa li {
        width: 100%;
        margin-top: 15px;
        float: none;
    }
    .finance .jjfa li .item {
        padding: 30px 15px;
        margin: 0 10px;
        min-height: auto;
    }
    .finance .jjfa li .item:hover {
        box-shadow: none;
    }
    .finance .jjfa li .icon img {
        max-height: 46.66666px;
    }
    .finance .jjfa li .tit {
        font-size: 16px;
        margin-top: 10px;
    }
    .finance .jjfa li .tit:after {
        height: 2px;
        width: 30px;
        margin-left: -15px;
    }
    .finance .jjfa li .txt {
        padding: 0 15px;
    }
    .finance .jjfa li:first-child .item {
        border-top: 0;
    }
    .finance .cpys {
        padding: 40px 0 0 0;
    }
    .finance .cpys li {
        padding: 30px 0;
        border-top: solid 1px #eee;
        margin-top: 0px;
        width: 100%;
        float: none;
    }
    .finance .cpys li .item {
        padding-bottom: 0;
    }
    .finance .cpys li .tit {
        font-size: 16px;
        margin-top: 0px;
    }
    .finance .cpys li:first-child {
        border-top: 0;
    }
    .finance .cpys li:hover .item {
        box-shadow: none;
    }
    .finance .sjxx {
        padding: 30px 0;
    }
    .finance .sjxx .leftbox {
        margin-top: 20px;
        width: 100%;
        float: none;
    }
    .finance .sjxx .leftbox ul {
        margin-left: 0;
        margin-right: 0;
    }
    .finance .sjxx .leftbox li:first-child {
        border-top: 0;
    }
    .finance .sjxx .leftbox li {
        margin-top: 15px;
        width: 100%;
        float: none;
        padding: 0;
    }
    .finance .sjxx .leftbox li .item {
        padding: 25px 20px;
    }
    .finance .sjxx .leftbox li .tit {
        font-size: 16px;
    }
}
@media (max-width: 360px) {
    .finance .inside-title .title {
        font-size: 16px;
    }
}