@charset "utf-8";
/* CSS Document */
body{background: #f6f6f6;}
.mtbd {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
	padding-top:3vw
}
.mtbd .mtbd_list01 {
    width: 47%;
    margin-right: 2%;
    padding: 20px;background: #fff;
    border: 1px solid #e1e1e1;margin-bottom: 22px;
}
.mtbd .mtbd_list01 .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}.mtbd .mtbd_list01 .item .right {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}.mtbd .mtbd_list01 .item .right h3 {
	font-weight:bold;
    font-size: 16px;
    color: #333;
    margin: 0 0 16px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    word-break: break-word;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
}.mtbd .mtbd_list01 .item .right p {
    line-height: 26px;
    color: #666;
    -webkit-line-clamp: 2;
    margin-top: 14px;
    font-size: 14px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    word-break: break-word;
    word-wrap: break-word;
}.mtbd .mtbd_list01 .item .right .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}.mtbd .mtbd_list01 .content {
    margin-top: 10px;
}.mtbd .mtbd_list01 .item .right .logo_image {
    height: 29px;
    width: 49px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}.mtbd .mtbd_list01 .item .right .baodao {
    line-height: 1.5;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    padding: 2px 10px;
    margin-left: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	    background: #ed8922;    text-align: left;font-weight: 100;
    border-radius: 2px;
}.mtbd .mtbd_list01 .item .image {
    height: 120px;
    width: 120px;
    border-radius: 5px;
    margin-left: 26px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}


@media screen and (max-width:980px){
.mtbd .mtbd_list01 {
    width: 100%;
    margin-right: 2%;
    padding: 20px;
    background: #fff;
    border: 1px solid #e1e1e1;
    margin-bottom: 3%;
}
.mtbd .mtbd_list01 .item .image {
    height: 80px;
    width: 80px;
    border-radius: 5px;
    margin-left: 16px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
}




.app{ background-image:url(../images/app_bg.jpg); background-repeat:no-repeat; width:100%; height:100vh; background-size:cover }
.app_text{ width:40%; margin:0 auto; padding:11vw 0;}
.app_erweima{}
.app_title{ width:92%; margin:0 auto 50px; display:block}
.app_erweima ul { display:flex;  justify-content:space-around}
.app_erweima ul li{ width:30%}
.app_erweima ul li img{ border-radius:20px;}
.app_erweima ul li p{ text-align:center; color:#fff; font-size:18px; margin-top:12px;}
.app_erweima ul li img{ width:100%;}

@media screen and (max-width: 980px) {
.app{ background-image:url(../images/app_bg.jpg); background-position:center center; background-repeat:no-repeat; width:100%; height:85vh }	
.app_text{width: 94%;padding: 38vw 0;}
.app_erweima ul li p{font-size: 16px;}	
.app_erweima ul li{    width: 45%;}
}


