/*banner*/
.w1180 {width: 1180px;margin: 0 auto;}
.w980 {width: 980px;margin: 0 auto;}
.banner-big-box {width: 100%;height: 300px;}
.banner-box {height: 100%;width: 100%;background-repeat: no-repeat;background-size: cover;background-position: center;}
.banner-box .ny p {text-align: center;}
.banner-box .ny p:first-child {font-size: 48px;color: #FFFFFF;letter-spacing: -0.96px;text-align: center;line-height: 72px;font-weight: 400;padding: 80px 0 20px 0;}
.banner-box .ny p:last-child {font-size: 16px;color: #FFFFFF;letter-spacing: 1px;text-align: center;line-height: 32px;font-weight: 400;}
/* 手机样式 */
@media screen and (max-width: 1200px) {
.banner-big-box {height: auto;}
.banner-box {background-size: 100%;}
.banner-box .ny p:first-child {font-size: 28px;color: #FFFFFF;letter-spacing: 1px;text-align: center;line-height: 48px;font-weight: 400;padding: 51px 0 51px 0;}
}
/*banner end*/
/* app */
.app_lc {margin: 60px 0 120px;}
.app_lc .pe_ewm {display: none;width: 180px;height: 180px;margin: 0 auto;}
.app_lc .pe_ewm img {width: 100%;}
.app_lc h6 {margin-bottom: 40px;}
.app_lc h6 {font-size: 16px;color: #222222;letter-spacing: 0.5px;text-align: center;line-height: 32px;font-weight: 400;}
.app_lc .app_fs {width: 980px;height: 2919px;}
/* 手机样式 */
@media screen and (max-width: 1200px) {
.app_lc {margin: 41px 0 60px;text-align: center;padding: 0 20px;}
.app_lc .pe_ewm {display: block;}
.app_lc h6 {margin-top: 40px;}
.app_lc h6 {font-size: 14px;line-height: 28px;text-align: left;}
.app_lc .app_fs {width: 100%;height: auto;}
}
/* app end */


/*其他服务end*/
/*手机端CSS*/
/*控制pc与mobile显示代码在头部*/
/*当屏幕宽度小于1200时，pc页面隐藏，移动端展示*/
@media screen and (max-width: 1200px) {

.w1180,.w980 {width: auto;}
.ty-nav-box {display: block;}
/*banner以及文字介绍*/
.m-banner-box {width: 100%;height: 150px;background-repeat: no-repeat;background-size: cover;background-position: center;display: flex;justify-content: center;align-items: center;font-size: 28px;color: #FFFFFF;letter-spacing: 1px;line-height: 48px;font-weight: 400;}

}