.brief-top{
    padding: 70px 0 110px;
}
.brief-top .cont-l{
    float: left;
    width: 48.33333333333333%;
    margin-bottom: 15px;
}
.brief-top .cont-r{
    float: right;
    width: 48.33333333333333%;
    margin-bottom: 15px;
}
.brief-top .cont img{
    display: block;
    max-width: 100%;
}
@media (max-width:1200px){
    .brief-top{
        width: 100%;
        padding: 70px 15px 110px;
    }
}
@media (max-width:768px){
    .brief-top {
        padding: 39px 15px 60px;
    }
    .brief-top .cont-l,
    .brief-top .cont-r{
        float: none;
        width: 100%;
    }
}


.brief-bot {
    padding: 135px 0 110px 0;
    background-color: #f2f2f2;
}

.brief-bot .mode01 {
    background: url(http://www.yxlianfeng.com/en/images/about06.jpg) no-repeat right top;
}

.qywh_list {
    margin-top: 50px;
}

.qywh_list li {
    width: 33.3%;
    float: left;
    height: 346px;
    color: #fff;
    cursor: pointer;
    overflow: hidden;
}

.qywh_list li:nth-of-type(1) {
    width: 33.4%;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#E54A5465', endColorstr='#E54A5465');
    background: rgba(74, 84, 101, 0.9);
}

.qywh_list li:nth-of-type(2) {
    color: #000;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#E5DCDDE5', endColorstr='#E5DCDDE5');
    background: rgba(220, 221, 229, 0.9);
}

.qywh_list li:nth-of-type(3) {
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#E52C91D8', endColorstr='#E52C91D8');
    background: rgba(44, 145, 216, 0.9);
}

.qywh_list li .warp {
    padding: 80px 40px 40px 40px;
    font-size: 16px;
    text-align: center;
}

.qywh_list li h2 {
    font-size: 20px;
    line-height: 32px;
    color: #fff;
}
.qywh_list li p {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}
.qywh_list li:nth-of-type(2) h2{
    color: #000;
}
.qywh_list li:nth-of-type(2) p{
    color: #000;
}

.qywh_list li .inco {
    width: 84px;
    height: 80px;
    overflow: hidden;
    margin: 0 auto 20px auto;
}

.qywh_list li .inco01 {
    background: url(http://www.yxlianfeng.com/en/images/about09.png) no-repeat center;
}

.qywh_list li .inco02 {
    background: url(http://www.yxlianfeng.com/en/images/about08.png) no-repeat center;
}

.qywh_list li .inco03 {
    background: url(http://www.yxlianfeng.com/en/images/about07.png) no-repeat center;
}

.qywh_list li .warp {
    transition: transform 1s;
}

.qywh_list li:hover .warp {
    transform: scale(0.9);
}

.brief-bot .mode02 {
    width: 100%;
    height: 389px;
    overflow: hidden;
    background: url(http://www.yxlianfeng.com/en/images/about10.jpg) no-repeat right top;
}

.brief-bot .mode02 .txtarea {
    width: 50%;
    float: left;
    background: #fff;
    height: 388px;
    border-left: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
}

.brief-bot .mode02 .txtarea .warp {
    padding: 50px;
}

.brief-bot .mode02 .txtarea dl {
    font: 300 16px/24px microsoft yahei;
    margin: 0 0 20px;
}

.brief-bot .mode02 .txtarea dt {
/*    margin-bottom: 24px;	*/
    font-size: 22px;
    line-height: 36px;
    font-weight: bold;
    color: #000;
    text-align: center;
}

.brief-bot .mode02 .txtarea dd {
    margin: 0;
    font-size: 16px;
    line-height: 26px;
    color: #666;
    text-indent:0em;
}

@media only screen and (max-width: 768px) {

    .qywh_list li {
        width: 100%;
        height: auto;
    }

    .qywh_list li:nth-of-type(1) {
        width: 100%;
    }

    .brief-bot .mode01 {
        background-size: cover;
    }

    .qywh_list li .warp {
        padding: 40px;
        font-size: 16px;
    }
    .brief-bot {
        padding: 30px 0 60px 0;
    }
    .brief-bot .mode02 {
        height: auto;
        background-size: cover;
    }

    .brief-bot .mode02 .txtarea {
        width: 100%;
        float: none;
        height: auto;
        border: none 0;

        filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#CCFFFFFF', endColorstr='#CCFFFFFF');
        background: rgba(255, 255, 255, 0.8);
    }

    .brief-bot .mode02 .txtarea .warp {
        padding: 50px 20px;
        color: #365da8;
    }

}


.honor{
    padding: 100px 0 124px;
    overflow: hidden;
}
.honor .cont{
    width: 101.4166666666667%;
    padding-top: 43px;
}
.honor .cont-item{
    float: left;
    width: 25%;
    padding: 0 1.396877567789647% 50px 0;
    box-sizing: border-box;
}
.honor .cont-item img{
    display: block;
    max-width: 100%;
}
.modular-more{
    display: block;
    width: 100%;
    height: 64px;
    font-size: 16px;
    line-height: 64px;
    color: #666;
    text-align: center;
    background-color: #f1f1f1;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.modular-more:hover{
    color: #fd8c16;
}

@media (max-width:1200px){
    .honor {
        padding: 100px 15px 124px;
    }
}
@media (max-width:768px){
    .honor {
        padding: 50px 15px 70px;
    }
    .honor .cont-item {
        width: 50%;
    }
}


.speak{
    padding: 84px 0 120px;
    background-color: #f5f5f5;
}
.speak .cont-l{
    float: left;
    width: 43.5%;
}
.speak .modular-title{
    text-align: left;
    margin-bottom: 30px;
}
.speak .modular-sub{
    display: block;
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 24px;
    line-height: 40px;
    color: #999;
    text-align: left;
}
.speak .s-line{
    display: block;
    width: 90px;
    height: 2px;
    background-color: #999;
}
.speak .modular-p{
    text-indent: 2em;
    text-align: left;
}
.speak .cont-r{
    float: right;
    width: 50%;
    margin-top: 84px;
    background-color: #2b54a3;
}
.speak .cont-r img{
    /* position: relative;
    left: 15%;
    top: -64px; */
    margin: -64px 0 0 15%;
}
.cont-rt{
    display: block;
    margin: 30px 0;
    padding-left: 15%;
    font-size: 24px;
    line-height: 40px;
    color: #fff;
}
.cont-rt span{
    padding-left: 15px;
    font-size: 16px;
    line-height: 40px;
    color: #fff;
}

@media (max-width:992px){
    .speak .cont-l{
        float: none;
        width: 100%;
    }
    .speak .modular-title{
        text-align: center;
    }
    .speak .modular-sub{
        text-align: center;
    }
    .speak .s-line{
        margin: 0 auto;
    }
    .speak .cont-r{
        float: none;
        width: 100%;
        margin-top: 30px;
    }
    .speak .cont-r img{
        /* position: relative;
        left: 15%;
        top: -64px; */
        display: block;
        max-width: 100%;
        margin: -64px 0 0 0;
    }
    .cont-rt {
        margin: 0;
    }
}
@media (max-width:768px){
    .speak {
        padding: 50px 0 60px;
    }
}