*{font-family: Noto Sans TC}
.foot{width:100%;height:auto;background-color: #3A3A3A;padding-bottom: 30px;position: relative;}
.foot-main{width:85%;height:100%;margin:0 auto;}
.foot-main ul{width:auto;height:auto;margin-top:30px;margin-left:8%;}
.foot-main ul li{margin-top:10px;}
.foot-main ul li a{color:#B4B2B2;font-size:16px;}
.foot-main ul li a:hover{text-decoration: underline;}
.foot-main p{color:#B4B2B2;font-size: 16px; text-align: center; margin-top: 30px;}
@media screen and (min-width: 1280px) and (max-width: 1380px){
    .foot_pc{width:100%;height:auto;margin:0 auto;}

}
@media screen and (min-width: 1380px){
    .foot_pc{width:1280px;height:auto;margin:0 auto;}

}

/*手机*/
.foot_phone{display: none}
@media screen and (max-width: 860px) {
    .index-main-picture{margin-top: 115px;}
    .top_nav_phone{width:100%;position:fixed;top:115px;left:0;z-index:50;}
    .top{background-color:white;position:fixed;top:0;z-index:50;display: inline-block;}
    .pc{display: none;}
    .logo-ul li a img{height: 34px;margin-top:35px;}
    .foot_pc{display: none;}
    .foot_phone{display: block}
    .foot_nav_phone{width: 100%;height:50px;}
    .foot_nav_phone a{width:70%;color: white; line-height: 50px;font-size: 18px;float: left;}
    .foot_nav_phone span{float: right;line-height: 50px;color: white;font-size: 24px;display: block;}
    .yc_nav{width: 100%;display:inline-block;}
    .yc_nav>ul{width:100px;height: auto;}
    .yc_nav>ul>li{width: 100%;height: 40px;font-size: 16px;}
    .foot_back_line{width:100%;height:2px;background-color: white;}
    .new_con{width:80%;margin:0 auto;}
    .foot_back_line_s{width: 100%;height:1px;background-color:#7E7E7E; }
}