/* 内容页面 */
.arc-arc-title {
    font: bold 18px/30px '微软雅黑';
    color: #000;
    text-align: center;
}

.arc-arc img {
    width: 100%;
}

.arc-arc p {
    margin-bottom: 15px;
    font: 400 14px/30px 'Microsoft Yahei';
    color: #000;
    text-align: justify;
}

@media (min-width:1200px) {
    article{
        background: url('../images/arc_bg.jpg') no-repeat center 0;
    }

    .arc-img1{
        position: absolute;
        right: 0;
        top: 110px;
    }
    .arc-img2{
        position: absolute;
        left: -20px;
        top: 100px;
    }
    .arc-img3{
        position: absolute;
        left: -110px;
        top: 200px;
    }
    .com-content{
        padding: 60px 30px;
    }
    .arc-left{
        position: relative;
        float:left;
        width: 510px;
        height: 500px;
    }
    .arc-left i{
        display: block;
        width: 450px;
        height: 490px;
        border: 5px solid #c81517;
    }
    .arc-left img{
        position: absolute;
        left: 10px;
        top: 10px;
        width: 450px;
        height: 490px;
    }
    .arc-right{
        float: right;
        width: 600px;
    }

    .arc-arc-title {
        padding:0 0 30px;
        font: 400 30px/42px '微软雅黑';
        text-align: left;
    }
    .arc-arc .com-content{
        height: 650px;
        overflow: auto;
    }
}

/* 营销网络 */
.net{
    position: relative;
    padding: 10px 15px;
    background: #fff;
}
.net-title {
    font: bold 18px/30px '微软雅黑';
    color: #000;
}

.net img {
    width: 100%;
}

.net p {
    margin-bottom: 15px;
    font: 400 14px/30px 'Microsoft Yahei';
    color: #000;
    text-align: justify;
}

@media (min-width:1200px) {
    .net {
        padding: 30px 60px;
    }
}



/* 图册列表 */

.atlas ul li {
    padding: 8px 8px;
}

.atlas ul li a {
    display: block;
}

.atlas ul li img {
    width: 100%;
}
.atlas ul li a p {
    font: 400 16px/36px '微软雅黑';
    color: #000;
    text-align: center;
}

@media (min-width:1200px) {
    .atlas{
        padding: 10px;

    }
    .atlas .com-content{
        padding:20px;
    }
    .atlas ul li {
        float: left;
        width: 33.3%;
        padding: 5px;
    }
    .atlas ul li a p {
        margin-bottom: 10px;
        font: 400 20px/36px '微软雅黑';
    }
    
}

