/* 
    修改的样式若有冲突可注释
    2019 8 13
*/

/* 
    链东方内容页样式
*/

.chain-f {
    background-color: #F0F0F0;
    margin-bottom: 1rem;
}

.chain-f .wrap {
    margin-left: 2%;
    margin-right: 2%;
    text-align: center;
}

.chain-f .wrap .tit {
    padding-top: 1rem;
    margin-bottom: .2rem;
}

.chain-f .wrap .tit .tit-ch {
    font-size: .6rem;
    color: #000;
    font-weight: 700;
    line-height: .6rem;
}

.chain-f .wrap .tit .tit-en {
    padding-top: .2rem;
    font-size: .4rem;
    color: #adadad;
    font-weight: 300;
    line-height: .7rem;
}

/* 区块链门户基本功能 主要内容部分 */

.chain-f .wrap .content {
    padding-bottom: .7rem;
}

.chain-f .wrap .content .con-row {
    overflow: auto;
    background-color: #fff;
    text-align: left;
    margin: 0 1%;
    border-radius: 1px;
    box-shadow: 0 5px 5px 0 #cfcfcf;
    margin-bottom: .4rem;
}

.chain-f .wrap .content .con-row .con-img {
    width: 2rem;
    height: 2rem;
    margin: .2rem 0rem .2rem .4rem;
    float: left;
}

.chain-f .wrap .content .con-row .con-text {
    padding-left: .4rem;
    margin: .3rem 0rem .3rem 2.4rem;
}

.chain-f .wrap .content .con-row .con-text .con-ch {
    font-size: .7rem;
    color: #434343;
    font-weight: 600;
    margin-bottom: .1rem;
}

.chain-f .wrap .content .con-row .con-text .con-en {
    font-size: .4rem;
    color: #a0a0a0;
}

/* 启创科技开发的行业门户优势 */

.advan-h {
    background-color: #fff;
    text-align: center;
}

.advan-h .tit {
    margin-bottom: .2rem;
}

.advan-h .tit .tit-ch {
    font-size: .6rem;
    color: #000;
    font-weight: 700;
    line-height: .6rem;
}

.advan-h .tit .tit-ex {
    width: 60%;
    padding-top: .2rem;
    font-size: .32rem;
    color: #adadad;
    font-weight: 300;
    line-height: .5rem;
    margin: 0 auto;
}

/* 主要内容部分 */

.advan-h .content {}

.advan-h .content .wrap {
    padding: .5rem 0;
}

.advan-h .content .wrap:nth-child(even) {
    background-color: #f0f0f0;
}

.advan-h .content .con-row {
    width: 83%;
    overflow: auto;
    margin: 0 auto;
}

/* 背景色白色 */

/* 左边 */

.advan-h .content .con-row .con-l {
    float: left;
    width: 3rem;
}

.advan-h .content .con-row .img-l {
    width: 3rem;
}

.advan-h .content .con-row h3 {
    padding-top: .2rem;
    margin-bottom: 0;
    font-size: .3rem;
    font-weight: 700;
}

/* 右边 */

.advan-h .content .con-row .con-text-r {
    margin-left: 3.1rem;
    text-align: left;
}

.advan-h .content .con-row .con-text-r p {
    padding-left: .2rem;
    margin-bottom: .3rem;
    font-size: .31rem;
}

.advan-h .content .con-row .con-text-r p::before {
    content: "";
    display: inline-block;
    width: .3rem;
    height: .3rem;
    vertical-align: text-bottom;
    border-top: 7px solid transparent;
    border-left: 12px solid #f7711f;
    border-bottom: 7px solid transparent;
    margin-right: .1rem;
}

/* 背景色灰色 */

/* 右边 */

.advan-h .content .con-row .con-r {
    float: right;
    width: 3rem;
}

.advan-h .content .con-row .con-r .img-r {
    width: 3rem;
}

.advan-h .content .con-row .con-r h3 {
    font-size: .3rem;
    font-weight: 700;
}

/* 左边部分 */

.advan-h .content .con-row .con-text-l {
    margin-right: 3.1rem;
    text-align: left;
}

.advan-h .content .con-row .con-text-l p {
    padding-right: .2rem;
    margin-bottom: .3rem;
    font-size: .31rem;
}

.advan-h .content .con-row .con-text-l p::before {
    content: "";
    display: inline-block;
    width: .3rem;
    height: .3rem;
    vertical-align: text-bottom;
    border-top: 7px solid transparent;
    border-left: 12px solid #f7711f;
    border-bottom: 7px solid transparent;
    margin-right: .1rem;
}

/* 电子地图页面 分布情况css */

.status-map {
    /* background-color: #F0F0F0; */
    margin-bottom: 1rem;
}

.status-map .wrap {
    margin-top: .6rem;
    margin-left: 2%;
    margin-right: 2%;
    text-align: center;
}

.status-map .wrap .tit {
    margin-bottom: .6rem;
}

.status-map .wrap .tit .tit-ch {
    font-size: .6rem;
    margin: 0;
    padding: 0;
    line-height: inherit;
    font-weight: bolder;
}

.status-map .wrap .tit .tit-en {
    font-size: .4rem;
    margin: 0;
    padding: 0;
    line-height: inherit;
    color: #626263;
}

/* 主要内容部分 */

.status-map .wrap .content {
    width: 98%;
}

.status-map .wrap .content .status-text {
    font-size: .33rem;
    margin-bottom: .3rem;
}

.status-map .wrap .content .status-text p {
    margin-bottom: .2rem;
}

.status-map .wrap .content img {
    margin-bottom: .5rem;
}

.status-map .wrap .content .map-intro {
    font-size: .33rem;
}

.status-map .wrap .content .operate {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.status-map .wrap .content .operate img {
    margin: 0;
}

.status-map .wrap .content .operate .point {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: row;
}

.status-map .wrap .content .operate .point .point-bg {
    width: .8rem;
    height: 4rem;
    background: url(../images/point.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.status-map .wrap .content .operate .point span {
    position: absolute;
    top: 35%;
    left: 51%;
    font-size: .4rem;
}

/* web嘉富信页面 */

.mb-animate .zzz {
    width: 100%;
}

.business .business-content {
    overflow: auto;
}

.business .business-content .business-flex {
    width: 50%;
    /*border-right: 1px solid #cecece;*/
    float: left;
}

.business .business-content .business-flex .business-left {
    width: 2.4rem;
}

.business .business-content .business-flex .business-left img {
    width: 1.7rem;
    height: auto;
    margin: auto;
}

.business-right-title {
    text-align: center;
    font-size: 0.42666667rem;
    line-height: 0.6rem;
    font-weight: bold;
    color: #000106;
    padding-right: .5rem;
}