.top_fixed{
    background-color: #31004A;
    width:100%;
    height:26px;
    position: fixed;
    z-index: 9999;
    top: 0;
}
.top_menu{
    width:1000px;
    margin:0px auto;
    overflow: hidden;
}
.top_menu .t_logo{
    background: url(/french/web/images/logo_big.png) no-repeat center center;
    background-size: contain;
    width:100px;
    margin-top:3px;
    float: left;
    margin-right: 15px;
}
.top_menu .t_logo a{
    display: block;
    text-indent: -9999px;
}
.top_menu .menu{
    overflow: hidden;
    float: left;
}
.top_menu .menu a,
.top_menu .language a{
    float: left;
    font-family: 'roboto_light',Arial;
    font-size: 14px;
    display: block;
    margin:0px 10px;
    color:#fff;
    line-height: 26px;
    font-weight: bold;
}
.top_menu .menu span,
.top_menu .language span{
    color:#fff;
    float:left;
    font-size: 12px;
    height: 26px;
    line-height: 26px;
}
.top_menu .language{
    float: right;
}
@media screen and (max-width: 999px){
    .top_menu{
        width: 690px;
    }
    .top_menu .language{
        display: none;
    }
}
@media screen and (max-width: 767px){
    .top_fixed{
        display: none;
    }
}

/* 头部 */
.top_info{
    width:1000px;
    margin: 0px auto 70px;
    padding-top: 40px;
    padding-bottom:10px;
    background-color: #000;
    min-height: 1rem;
    position: relative;
}
.top_info::after{
    content: '';
    display: block;
    clear: both;
}
.top_info::before{
    position: absolute;
    content: '';
    background: url(/french/web/images/top_b.png) no-repeat left center;
    width: 100%;
    height: 60px;
    bottom: -50px;
    z-index: -1;
}
.top_info .bk{
    padding:0px 15px;
}
/* 头部logo */
.top_info .t_logo{
    width:30%;
    float: left;
}
.top_info .t_logo a{
    background: url(/french/web/images/logo_big.png) no-repeat left center;
    background-size: contain;
    display: block;
    text-indent: -9999px;
    height: 35px;
    width: 100%;
}
/* 头部搜索 */
.top_info .t_so{
    width:40%;
    float: left;
}
.top_info .t_so .sokuang{
    background-color: #555555;
    border-radius: 2px;
    overflow: hidden;
    margin-left: 25px;
}
.top_info .sokuang .so_input{
    float: left;
    border: 0;
    background-color: transparent;
    padding: 5px 10px;
    color: #000000;
    height: 25px;
    /*width: max-content;*/
    width: 80%;
}
.top_info .sokuang .sub_btn{
    float: right;
    display: block;
    width:25px;
    height: 25px;
    margin: 5px;
    border: 0px;
    background: url(/french/web/images/twi_face.png) no-repeat -56px 5px;
    text-indent: -9999px;
    cursor: pointer;
}
/* 头部分享 */
.top_info .t_share{
    float: right;
    margin-top: 5px;
}
.top_info .t_share a{
    text-indent: -9999px;
    background: url(/french/web/images/twi_face.png) no-repeat;
    width: 25px;
    height: 25px;
    display: inline-block;
}
.top_info .t_share a.fac{
    background-position: -29px 0px;
}
.top_info .t_share a.twi{
    background-position: 0px 0px;
}
.top_info .t_share a.ins{
    background-position: -115px 1px;
}
.top_info .t_share a.lin{
    background-position: -146px 0px;
}
.top_info .t_share a.fac:hover{
    background-position: -29px -28px;
}
.top_info .t_share a.twi:hover{
    background-position: 0px -28px;
}
.top_info .t_share a.ins:hover{
    background-position: -115px -27px;
}
.top_info .t_share a.lin:hover{
    background-position: -146px -28px
}
/* 栏目开关按钮 */
.t_so_share .menu_btn{
    display: none;
}
/* 搜索开关按钮 */
.t_so_share .so_btn{
    display: none;
}
/* ===手机版语言和栏目菜单=== */
.language_menu{
    display: none;
    position: absolute;
    z-index: 999;
    margin-top: 44px;
    width: 80%;
    background-color: #FDD000;
}
/* 手机版 语言选择 */
.language_menu .language{
    text-align: right;
    height: 44px;
    padding:0px 15px;
    background-color: #333333;
}
.language_menu .language a{
    text-align: right;
    color: #fff;
    padding:0px 5px;
    height: 44px;
    line-height: 44px;
}
/* 手机版 栏目菜单 */
.language_menu .menu{
    padding: 0 15px;
}
.language_menu .menu a{
    width: 100%;
    height: 44px;
    line-height: 44px;
    display: block;
    border-bottom: 1px solid #FEE880;
    color: #333;
    font-size: 16px;
    font-weight: 700;
    font-family: arial;
}
@media screen and (max-width: 999px){
    .top_info{
        width: 690px;
    }
}
@media screen and (max-width: 767px){
    .top_info{
        width: 100%;
    }
    .top_info .bk{
        padding: 0;
    }
    .top_info .t_logo{
        width:100%;
        margin-top: 30px;
    }
    .top_info .t_logo a{
        background-position: center;
    }
    /* 搜索和分享 */
    .t_so_share{
        position: absolute;
        top: 0;
        left:0;
        right: 0;
        height:44px;
        background-color: #31004A;
    }
    .t_so_share .t_share{
        float: unset;
        margin: 0px auto;
        padding-top: 10px;
        text-align: center;
    }
    .t_so_share .t_share a{
        margin:0px 7px;
    }

    /* 栏目开关按钮 */
    .t_so_share .menu_btn{
        position: absolute;
        top:50%;
        margin-top:-12.5px;
        left:15px;
        text-indent: -9999px;
        display: inline-block;
        width:25px;
        height:25px;
        background: url(/french/web/images/menu_btn.png) no-repeat center center;
        background-size: contain;
    }
    /* 搜索开关按钮 */
    .t_so_share .so_btn{
        position: absolute;
        right:15px;
        top:50%;
        margin-top: -12.5px;;
        text-indent: -9999px;
        display: inline-block;
        width:25px;
        height:25px;
        background: url(/french/web/images/fdj.png) no-repeat center center;
        background-size: contain;
    }
    .t_so_share .t_so{
        display: none;
        position: absolute;
        width: calc(100% - (55px * 2));
        float: unset;
        left: 50%;
        top: 5px;
        margin-left: calc(((100% - 110px) / 2) * -1);
    }
    .t_so_share .t_so .sokuang{
        margin:0;
    }

}

/* 内容 */
.main{
    width: 1000px;
    margin:0 auto 40px;
}
.main::after{
    content: '';
    clear: both;
    display: block;
}
/* 左侧 */
.main_left{
    float: left;
    width: 710px;
}
/* 右侧 */
.main_right{
    float: right;
    width: 290px;
}
.main_left::after,
.main_right::after{
    content: '';
    clear: both;
    display: block;
}
@media screen and (max-width: 999px) {
    /* 内容 */
    .main{
        width: 690px;
        margin:0 auto 40px;
    }
    /* 左侧 */
    .main_left{
        float:unset;
        width:100%;
        margin:0 auto 20px;;
    }
    /* 右侧 */
    .main_right{
        float:unset;
        width:100%;
        margin:0 auto;
    }
}
@media screen and (max-width: 767px) {
    /* 内容 */
    .main{
        width: calc(100% - 30px);
        margin:0 auto 40px;
    }
}
@media screen and (max-width: 480px) {

}

.lan_nav{
    border-bottom: 30px solid #532C67;
    border-left: 0px solid transparent;
    border-right: 18px solid transparent;
    line-height: 32px;
    height: 0px;
    position: relative;
}
.lan_nav::before{
    width: 100%;
    height: 20px;
    content: '';
    z-index: -1;
    position: absolute;
    left: 0px;
    top: -14px;
    background: url(/french/web/images/sj_nav_top1.png) no-repeat left center;
    background-size: contain;
}
.lan_nav::after{
    content: '';
    background: url(/french/web/images/sj_nav_top.png) no-repeat right top;
    top: -42px;
    position: relative;
    display: block;
    height: 11px;
    background-size: cover;
    clear: both;
}
.lan_nav .current{
    padding:0px 15px;
}
.lan_nav .current a{
    color:#fff;
    font-family: "playfair_displayitalic";
    margin-right: 15px;
    border-right: 1px solid #fff;
    padding-right: 10px;
}
.lan_nav .current a:hover{
    color:#fccb00;
}
.lan_nav .current .home{
    background: url(/french/web/images/home.png) no-repeat center 6px;
    text-indent: -9999px;
    display: inline-block;
    width: 30px;
    border-right: 0;
    padding-right: 0;
}
/* 当前栏目二级分类 */
.lan_nav_long{
    background: url(/french/web/images/sj_nav2.png) no-repeat right center;
    background-size:cover;
    padding-bottom: 5px;
}
.lan_nav_long ul{
    overflow: hidden;
    margin-left:18px;
}
.lan_nav_long ul li{
    float: left;
    margin-right: 10px;
}
.lan_nav_long ul li a{
    display: block;
    padding:5px 5px 0;
    color: #fff;
    font-family: "playfair_displayitalic";
}

.lan_nav_long ul li a:hover{
    display: block;
    padding:5px 5px 0;
    color:#fccb00;
    font-family: "playfair_displayitalic";
}
.lan_nav_long ul .on a{
    color:#fccb00;
}
@media screen and (max-width: 767px){
    .lan_nav_long{
        display: none;
    }
}



/*!*瀑布流新*!*/

/*.grid {*/
/*    width:100%;*/
/*    float: left;*/
/*    list-style: none;*/
/*    margin: 15px auto;*/
/*    padding: 0;*/
/*    left: -6px;*/
/*}*/

/*.grid li {*/
/*    display: block;*/
/*    float: left;*/
/*    padding: 0px;*/
/*    margin: 7px 6px;*/
/*    width: 31%;*/
/*    background: #fff;*/
/*    !* opacity: 0; *!*/
/*    position: relative;*/
/*}*/

/*.grid .imgholder {*/
/*    overflow: hidden;*/
/*    z-index: -1;*/
/*    object-fit: cover;*/
/*}*/

/*.main_img {*/
/*    overflow: hidden;*/
/*    min-height: 65px;*/
/*}*/

/*.img_content1 {*/
/*    z-index: 100;*/
/*    position: relative;*/
/*}*/

/*.img_content {*/
/*    background: #fff;*/
/*    z-index: 100;*/
/*    position: relative;*/
/*    padding-bottom: 30px;*/
/*}*/
/*.grid .imgholder img {*/
/*    width: 100%;*/
/*    background: #ccc;*/
/*    display: block;*/
/*    max-height: 100vh;*/
/*}*/

/*.grid li a, .grid li img {*/
/*    outline: none;*/
/*    border: none;*/
/*    !* display: block; *!*/
/*    max-width: 100%;*/
/*    !* min-height: 112px; *!*/
/*}*/


/*.img_content1 span {*/
/*    position: absolute;*/
/*    background: #fccb00;*/
/*    padding: 0px 5px;*/
/*    margin: 0px;*/
/*    font-size: 13px;*/
/*    font-family: "times";*/
/*    top: -29px;*/
/*    height: 15px;*/
/*    line-height: 15px;*/
/*    right: 15px;*/
/*    text-transform: uppercase;*/
/*    z-index: 100;*/
/*}*/

/*.img_content strong {*/
/*    padding: 0 15px;*/
/*    font-family: "playfair_displayitalic";*/
/*    color: #000;*/
/*    font-size: 18px;*/
/*    font-weight: normal;*/
/*    display: block;*/
/*}*/

/*.img_content p {*/
/*    padding: 0 15px;*/
/*    font-family: "playfair_displayregular";*/
/*    color: #333;*/
/*    font-size: 13px;*/
/*    line-height: 150%;*/
/*    padding-top: 10px;*/
/*    margin-bottom: 10px;*/
/*}*/

/*.img_content .pblbtn_w {*/
/*    width: 80px;*/
/*    margin-left: 15px;*/
/*    font-size: 12px;*/
/*    height: 20px;*/
/*    line-height: 20px;*/
/*}*/

/*.text_btn {*/
/*    font-family: "playfair_displayitalic";*/
/*    color: #FFF;*/
/*    text-align: center;*/
/*    background-color: #4A205F;*/
/*    border-width: 0px 0px 2px;*/
/*    border-style: none none solid;*/
/*    border-color: #000;*/
/*    -moz-border-top-colors: none;*/
/*    -moz-border-right-colors: none;*/
/*    -moz-border-bottom-colors: none;*/
/*    -moz-border-left-colors: none;*/
/*    border-image: none;*/
/*    cursor: pointer;*/
/*}*/
/*.text_btn a {*/
/*    color: #fff;*/
/*}*/

/*.hcl {*/
/*    height: 0px;*/
/*}*/
/*.main_img .show{*/
/*    background: rgba(253,208,0, 0.7);*/
/*    width: 100%;*/
/*    height: 60%;*/
/*    left: 0;*/
/*    opacity: 0;*/
/*    filter: alpha(opacity=0);*/
/*    position: absolute;*/
/*    top: 0;*/
/*    z-index: 10;*/
/*    cursor: pointer;*/
/*}*/
/*.main_img .show .imgArea {*/
/*    font-family: "playfair_displayitalic";*/
/*    left: 50%;*/
/*    top: 50%;*/
/*    width: 100px;*/
/*    height: 20px;*/
/*    opacity: 0;*/
/*    position: absolute;*/
/*    margin: -20px 0 0 -50px;*/
/*}*/

/*.img_content .pl {*/
/*    background: url(/french/web/images/pl.png) no-repeat left 3px;*/
/*    width: 17px;*/
/*    height: 12px;*/
/*    padding-left: 20px;*/
/*    margin-left: 20px;*/
/*}*/

/*.img_content1:before {*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 43px;*/
/*    top: -34px;*/
/*    content: "";*/
/*    z-index: 100;*/
/*    background: url(/french/web/images/sj_img_bottom_a.png) no-repeat center bottom;*/
/*}*/



/*瀑布流*/

.grid{
    width:100%;
    margin-top: 10px;
    margin-right: -5px;
    margin-left: -5px;
}
.grid li {
    min-height: 1px;
    padding: 5px 0;
    width: 33.333333%;
}
.grid_a .column{
    overflow: hidden;
    padding-right: 5px;
    padding-left: 5px;
}
/*== 瀑布流图片 ==*/
.grid_a .g_imgs{
    position: relative;
    background-color: #fff;
}
.grid_a .g_imgs::after{
    content: '';
    z-index: 2;
    background: url(/french/web/images/sj_img_bottom_a.png) no-repeat;
    display: inline-block;
    width: 100%;
    height: 130px;
    bottom: 0px;
    position: absolute;
    left: 0;
    right: 0;
}
/* 瀑布流Detail */
.grid_a .g_imgs span{
    display: none;
    position: absolute;
    background-color: rgba(253,208,0, 0.7);
    left:0;
    right:0;
    top: 0;
    bottom: 0;
    text-align: center;
}
.grid_a .g_imgs span a{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 60px;
    margin-left: -30px;
    margin-top: -20px;
}
.grid_a .g_imgs:hover span{
    display: block;
}
.grid_a .g_imgs img{
    width:100%;
}
/* 瀑布流标题和摘要 */
.grid_a .g_cont{
    background-color: #fff;
    position: relative;
    padding: 0px 10px 10px;
}
.grid_a .g_cont .lm_span{
    z-index: 2;
    position: absolute;
    display: block;
    right: 10px;
    top: -36px;
    background-color: #fccb00;
    padding: 2px;
}
.grid_a .g_cont .lm_span::before {
    position: absolute;
    z-index: 0;
    border-top: 10px solid rgb(49, 0, 74);
    border-right: 10px solid transparent;
    bottom: -10px;
    width: 0px;
    right: 0px;
    content: "";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}
.grid_a .g_cont .lm_span a{
    font-size: 12px;
    display: block;
    text-transform: uppercase;
}
.grid_a .g_cont .lm_span:hover{
    background-color: rgb(49, 0, 74);
}
.grid_a .g_cont .lm_span:hover:before{
    border-top: 10px solid #fccb00;
}
.grid_a .g_cont .lm_span:hover a{
    color: #fff;
}
/* 文章标题 */
.grid_a .g_cont h1{
    font-size: 18px;
}
.grid_a .g_cont .data{
    margin-top: 5px;
}
.grid_a .g_cont .data .comment{
    background: url(/french/web/images/pl.png) no-repeat left 7px;
    padding-left: 17px;
    margin-left: 15px;
    background-size: 50% 50%;
}
/* 文章摘要 */
.grid_a .g_cont .desc{
    margin-top: 15px;
    font-size: 14px;
}
/* 按钮 */
.grid_a .g_cont .btn{
    text-align: center;
    background-color: #4A205F;
    border-width: 0px 0px 2px;
    border-style: none none solid;
    border-color: #000;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    cursor: pointer;
    display: inline-block;
    margin-top: 15px;
}
.grid_a .g_cont .btn a{
    font-size: 14px;
    color: #fff;
    display: block;
    padding:3px 15px;
}
@media screen and (max-width: 999px) {

}
@media screen and (max-width: 767px){
    .grid{
        margin-left:unset;
        margin-right: unset;
    }
    .grid li {
        width: 50%;
    }
}
@media screen and (max-width: 480px) {

    .grid li {
        width: 100%;
    }
}

/* 右侧栏目 */
.c_lan{
    margin-bottom: 15px;
}
/* /右侧栏目名称/ */
.c_lan::after{
    content: '';
    clear: both;
    display: block;
}
.c_lan .c_lan_title{
    border-top: 30px solid #202020;
    border-right: 0px solid transparent;
    border-left: 18px solid transparent;
    height: 0px;
    font-size: 18px;
    color: #DDD;
    margin-bottom: 15px;
    text-align: right;
    position: relative;
}
.c_lan .c_lan_title a{
    position: absolute;
    top:-28px;
    right:0px;
    color:#fff;
    display: block;
    padding:3px 15px 0;
    font-size: 18px;
}
.c_lan .c_lan_title::before{
    /*content: '';
    z-index: -1;
    position: absolute;
     width:0;
    height: 0;
    right:-40px;
    top:-40px;
    border-width:10px 40px;
    border-style: solid;
    border-color: transparent transparent transparent #4A205F; */

    content: '';
    z-index: -1;
    position: absolute;
    background: url(/french/web/images/sj_right_top.png) no-repeat right center;
    width: 100%;
    height: 20px;
    background-size: contain;
    top: -40px;
    right: 0;
}
.c_lan .c_lan_title::after {
    content: "";
    position: relative;
    bottom: 1px;
    left: 0px;
    display: block;
    background: url(/french/web/images/sj_right_bottom.png) no-repeat left top;
    height: 6px;
}

/* 右侧栏目内容 */
.c_lan .c_lan_con{
    margin:15px;
}
.c_lan .c_lan_con img{
    width: 100%;
    height: 100%;
}
.c_lan .c_lan_con::after{
    content: '';
    display: block;
    clear: both;
}
/* 右侧栏目内容-新闻列表 */
.right_newslist .c_lan_con li{
    border-bottom: 1px dotted #AAA;
    padding:10px 0;
    overflow: hidden;
}
.right_newslist .news-imgs{
    float: left;
    margin-right:15px;
    margin-left: 10px;
    width: 100px;
    height:52px;
    position: relative;
}
.right_newslist .news-imgs span{
    position: absolute;
    display: block;
    bottom:9px;
    left: -10px;
    background-color: #fccb00;
    /*padding:2px;*/
}
.right_newslist .news-imgs span::before{
    position: absolute;
    z-index: -1;
    border-top: 10px solid rgb(49, 0, 74);
    border-left: 10px solid transparent;
    border-right: 0px solid transparent;
    top: 15px;
    width: 0px;
    left: 0px;
    content: "";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}
.right_newslist .news-imgs span a{
    max-width: 70px;
    color: #333;
    /*display: block;*/
    text-transform: uppercase;
    font-size: 12px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}
.right_newslist .news-imgs span:hover{
    background-color: rgb(49, 0, 74);
}
.right_newslist .news-imgs span:hover a{
    color:#fff;
}
.right_newslist .news-imgs span:hover:before{
    border-top: 10px solid #fccb00;
}
.right_newslist .news-title{
    font-size: 14px;
}
/* 右侧栏目内容-email */
.right_email .c_lan_title a::before{
    content: '';
    position: absolute;
    width:56px;
    height:45px;
    z-index: 1;
    bottom: -7px;
    left: -80px;
    background: url(/french/web/images/mail.png) no-repeat;
}

.right_email .aemail {
    border: 0px;
    background: #fff;
    height: 38px;
    color: #777;
    padding-left: 10px;
    font-size: 16px;
    width: calc(100% - 15px);
    margin-top:15px;
}
.right_email .text_btn {
    font-size: 16px;
    padding:5px 15px;
    margin-top:15px;
    display: block;
    color: #FFF;
    text-align: center;
    background-color: #4A205F;
    border-width: 0px 0px 2px;
    border-style: none none solid;
    border-color: #000;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    cursor: pointer;
}


@media screen and (max-width: 999px) {
    /* 右侧自适应 */
    .adaptive_left{
        float:left;
        width:45%;
    }
    .adaptive_left .c_lan_title{
        border-width: 0px 18px 36px 0px;
        border-style: solid;
        border-color: transparent transparent #202020;
    }
    .adaptive_left .c_lan_title::after {
        background: url(/french/web/images/sj_bottom_l.png) no-repeat right top;
        width: 100%;
        left: 12px;
        bottom: 2px;
    }
    .adaptive_left  .c_lan_title::before{
        /* border-color: transparent #4A205F transparent transparent;
        left: -40px;
        top: -10px; */
        background: url(/french/web/images/sj_right_top1.png) no-repeat left center;
        background-size: contain;
        top: -10px;
    }
    .adaptive_left  .c_lan_title a{
        top:2px;
        left: 0;
        text-align: left;
    }
    .adaptive_right{
        float:right;
        width:55%;
    }
}

@media screen and (max-width: 767px) {
    /* 右侧自适应 */
    .adaptive_left{
        float:unset;
        width:100%;
    }
    .adaptive_right{
        float:unset;
        width:100%;
    }
    /* 右侧栏目在100%时，adaptive_right与adaptive_left样式相同 */
    .adaptive_right .c_lan_title{
        border-width: 0px 18px 36px 0px;
        border-style: solid;
        border-color: transparent transparent #202020;
    }
    .adaptive_right .c_lan_title::after {
        background: url(/french/web/images/sj_bottom_l.png) no-repeat right top;
        width: 100%;
        left: 12px;
        bottom: 2px;
    }
    .adaptive_right .c_lan_title::before {
        background: url(/french/web/images/sj_right_top1.png) no-repeat left center;
        background-size: contain;
        top: -10px;
    }
    .adaptive_right  .c_lan_title::before{
        top: -10px;
    }
    .adaptive_right  .c_lan_title a{
        top:2px;
        left: 0;
        text-align: left;
    }
    /* 修改邮件图标位置 */
    .right_email .c_lan_title a::before{
        left:50%;
    }
}

/* ===底部版权信息=== */
.footer{
    width:1000px;
    margin:0px auto;
    background-color: #000;
    position: relative;
}
.footer:before {
    position: absolute;
    display: block;
    content: "";
    top: -37px;
    background: url(/french/web/images/sj_bottom.png) no-repeat center bottom;
    height: 47px;
    width: 100%;
    z-index: -1;
}
.footer .bk{
    padding:0 15px 15px;
}
.footer_link {
    text-align: center;
}
.footer_link a{
    font-size: 14px;
    padding: 0px 10px;
    color: #959595;
    display: inline-block;
}
.footer span{
    width: 100%;
    font-family: arial;
    font-size: 14px;
}
.footer_link span{
    color: #FDD000;
}
.footer_copyright span{
    display: block;
    text-align: center;
    color:#707070;
}
@media screen and (max-width: 999px) {
    .footer{
        width:690px;
    }
}
@media screen and (max-width: 767px) {
    .footer{
        width:100%;
    }
}
@media screen and (max-width: 480px) {

}
