.media__text { text-align: justify; }
#logo_pc { height: 50px; }
#logo_mobile { height: 50px; }
#logo_white { width: 180px; }
.media-service svg { width: 80px; height: 80px; }
.slick-item svg { width: 100px; height: 100px; }
#footer_qrcode { width: 120px; }
.footer { background-image: url(bg-footer-01.jpg); }
.bg-pattern-01 { background: url(bg-pattern-01.jpg) center center/cover no-repeat fixed; }

/* 分页样式 */
#pages a { display: inline-block; background: #393D49; color: #fff; line-height: 28px; text-align: center; padding: 0px 10px; }
#pages span { display: inline-block; border: 1px solid #393D49; color: #393D49; line-height: 26px; text-align: center; padding: 0px 10px; }


/* 手机站 */

/* 窗口宽度<960,设计宽度=768 */
@media screen and (max-width:959px) {}

/* 窗口宽度<768,设计宽度=640 */
@media screen and (max-width:767px) {
	.forcefullwidth_wrapper_tp_banner .rev-text-2 { font-size: 20px !important; }
	.title-1 { font-size: 20px; margin-bottom: 20px !important; }
	.media-about .media__text { margin-bottom: 20px; }
	.media-about { padding-top: 30px; }
	.media-service .media__text { line-height: 2; }
	.title-2 { font-size: 18px; }
	.media-project-3 .title-3 { font-size: 24px; }
	.media-project-3.right .media__content { padding-right: 0px; }
	.au-btn--solid, .swal-button { width: 100%; }
}

/* 窗口宽度<640,设计宽度=480 */
@media screen and (max-width:639px) {}

/* 窗口宽度<480,设计宽度=320 */
@media screen and (max-width:479px) {


}