*{
    margin: 0;
    padding: 0;
    list-style: none;
}
html,body{
    background-color: #e6e6e6;
    /*height: 100%;*/
    width: 100%;
}

.clearfix{*zoom:1;}
.clearfix:after{
    content:".";
    display:block;
    height:0;
    visibility:hidden;
    clear:both;
}

.clearfix1{zoom:1;}
.clearfix1:after{
    content:".";
    display:block;
    height:0;
    visibility:hidden;
    clear:both;
}

@media (min-width: 1200px){
    #carousel-example-generic {
        height: 100%;
        width: 100%;
        margin-top: 85px;
    }
    .carousel-inner img{
        position: relative;
        width: 1000px;
        left: 50%;
        margin-left: -500px;
    }
    .box{
        position: fixed;
        top: 0;
        height: 80px;
        width: 100%;
        z-index: 999;
        background-color:rgba(0,0,0,0);
        background-color: #ed6d00;
    }
    .box_1{
        position: fixed;
        top: 0;
        height: 80px;
        width: 100%;
        z-index: 10;
        background-color: #ed6d00;
    }
    .box-menu{
        position: absolute;
        height: 80px;
        width: 1200px;
        left: 50%;
        margin-left: -600px;
    }
    #menu{
        position: absolute;
        height: 80px;
        width: 800px;
        display: inline-block !important;
        margin-left: 25px;
        /* background-color: #fff; */
        /* margin-top: -80px; */
    }
    #menu li{
    float: left;
    margin-left:10px;
    height: 80px;
    width: 120px;
    font-size: 24px;
    font-family: "微软雅黑";
    line-height: 80px;
    color: #fff;
    text-align: center;
    }
    #menu li a .line{
        display: block;
        width: 0px;
        height: 4px;
        color: #fff;
        background-color: #fff;
        margin: 0 auto;
        /* text-align: center; */
        border-radius: 50px;
        margin-top: -15px;
        transition: width 0.3s;
        /* margin-left: 20px; */
    }
    #menu li a:hover>.line{
        width:80px;
    }


    #menu #to-h5 .line_1,#menu #to-app .line_1,#menu #to-forum .line_1,#to-forumDetal .line_1{
        display: block;
        width: 80px;
        height: 4px;
        color: #fff;
        background-color: #fff;
        margin: 0 auto;
        /* text-align: center; */
        border-radius: 50px;
        margin-top: -15px;
        /*transition: width 0.5s;*/
    }

    #menu #to-h5 a,#menu #to-forum a,#menu #to-app a,#menu #to-forumDetal a{
        font-size: 26px;
        color: #fff;
    }


    #menu li:hover >a{
    color: #fff;
    }
    .logo{
        height: 55px;
        width: 110px;
        display: inline-block;
        background: url(../img/wlogo.png) no-repeat;
        background-size: 100% 100%;
        margin-top: 11px;
    }
    /*#menu .logo:hover{*/
    /*border-bottom: none;*/
    /*}*/
    .logo:after{
        content: "";
        width:2px;
        background:#fff;
        height:42px;
        margin-top:-21px;
        position: absolute;
        left: 12.4%;
        top:50%;
    }

    #menu li a{
    color: #333;
    text-decoration: none;
    outline: none;
    }
    /*登录和注册按钮*/
    #member{
        position: absolute;
        height: 50px;
        width: 160px;
        top: 15px;
        right: 100px;
    }
    #member li{
        float: left;
        height: 20px;
        width: 75px;
        margin-top: 15px;
        font-size: 18px;
        font-family: "微软雅黑";
        color: #fff;
        line-height: 20px;
        text-align: center;
        cursor: pointer;

    }
    #member li a{
        text-decoration: none;
        font-size: 18px;
        font-family: "微软雅黑";
        color: #fff;
    }
    #member li:nth-child(1):after{
        content: "/";
        color:#fff;
        width:5px;
        height:20px;
        line-height: 20px;
        position:absolute;
        left:45%;
    }
    .after{
        width: 160px;
        /*height: 200px;*/
        /*border: 1px solid red;*/
        margin-top: -60px;
        position: relative;
        left: 78%;
        display: none;
    }
    .circle_1{
        display: block;
        text-align: center;
        margin: 0 auto;
        width: 60px;
        height: 60px;
        /* margin-top: -10px; */
        /* border: 1px solid #F3F3F3; */
        background-color: #F3F3F3;
        /* position: absolute; */
        /* right: 13%; */
        border-radius: 50%;
    }
    .circle_1 img{
        /* display: block; */
        width: 44px;
        height: 48px;
        margin: 12px 8px;
    }
    .box0{
        width: 100%;
        /* border: 1px solid #dddddd; */
        margin-top: 9px;
        padding: 5px;
        background-color: #002776;
        display: none;
    }
    .box0 p{
        width: 80px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        margin: 12px auto;
    }
    .box0 p a{
        font-family: 'Microsoft Yahei', serif;
        font-size: 16px;
        color: #fff;
        text-decoration: none;
    }
    .box0 p a:hover{
        font-size: 18px;
        color: #ED6D00;
    }



    /*菜单和搜索按钮*/



    #content{
        margin: 0 auto ;
        width: 1200px;
        top: 330px;
        /*margin-top: 76px;*/
        padding-top: 72px;
        background-color: #e6e6e6;
    }
    .search{
        height: 80px;
        width: 100%;
        margin: 0 auto 20px;
        /*margin-top:72px;*/
    }
    .search p{
        /*float: left;*/
        margin: 0 auto;
        height: 80px;
        width: 612px;
        padding: 30px 0 0;
    }
    .search input{
        float: left;
        height: 60px;
        width: 500px;
        line-height: 60px;
        font-family: "微软雅黑";
        font-size: 18px;
        padding-left: 10px;
        text-decoration: none;
        border-top-left-radius:10px;
        border-bottom-left-radius:10px;
        border: 2px solid #ED6D00;
        outline: none;
    }
    .search p label{
        float: left;
        height: 60px;
        width: 110px;
        background-color: #ed6d00;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        line-height: 62px;
        text-align: center;
        font-family: "微软雅黑";
        font-size: 18px;
        color: #fff;
    }


    #menus{
        position: absolute;
        height: 50px;
        top: 15px;
        right: 0px;
    }
    #carte{
        float: left;
        height: 50px;
        width: 50px;
        font-size: 30px;
        line-height: 50px;
        display: none;
        cursor: pointer;
    }
    #search{
        float: right;
        height: 50px;
        width: 50px;
        font-size: 30px;
        line-height: 50px;
        color: #eee;
        cursor: pointer;
    }

    #footer{
        clear: both;
        margin: 0 auto;
        width: 100%;
        /*position: fixed;*/
        /*bottom:10px;*/
        background: url("../img/ft.png") no-repeat;
        background-size: 100% 100%;
    }
    .footer{
        height: 100px;
        width: 1200px;
        margin: 0 auto;

    }
    .QR{
        float: left;
        height: 70px;
        width: 70px;
        margin-top: 15px;
        margin-left: 100px;
    }
    .QR img{
        height: 100%;
        width: 100%;
    }
    .footer-con{
        float: left;
        width: 900px;
        height: 50px;
        margin-top: 25px;
        margin-left: 50px;
    }
    .footer-con p{
        float: left;
        margin: 0;
        height: 25px;
        width: 300px;
        font-family: "微软雅黑";
        font-size: 12px;
        line-height: 25px;
        color: #fff;
    }

}









@media (min-width: 1001px) and (max-width: 1199px){
    #carousel-example-generic {
        height: 100%;
        width: 100%;
        margin-top: 60px;
    }
    .carousel-inner img{
        position: relative;
        width: 1000px;
        left: 50%;
        margin-left: -500px;
    }
    .box{
        position: fixed;
        top: 0;
        height: 80px;
        width: 100%;
        z-index: 999;
        background-color:#ed6d00;
    }
    .box_1{
        position: fixed;
        top: 0;
        height: 80px;
        width: 100%;
        z-index: 10;
        background-color: #ed6d00;
    }
    .box-menu{
        position: absolute;
        height: 80px;
        width: 950px;
        left: 50%;
        margin-left: -480px;
    }
    #menu{
        position: absolute;
        height: 80px;
        width: 635px;
        display: inline-block !important;
        margin-left: -10px;
        /* background-color: #fff; */
        /* margin-top: -80px; */
    }
    #menu li{
        float: left;
        margin-left: 45px;
        height: 80px;
        width: 60px;
        font-size: 22px;
        font-family: "微软雅黑";
        line-height: 80px;
        color: #fff;
        text-align: center;
    }
    #menu li a .line{
        display: block;
        width: 0px;
        height: 4px;
        color: #fff;
        background-color: #fff;
        margin: 0 auto;
        /* text-align: center; */
        border-radius: 50px;
        margin-top: -15px;
        transition: width 0.3s;
        /* margin-left: 20px; */
    }
    #menu li a:hover>.line{
        width:60px;
    }


    #menu #to-h5 .line_1,#menu #to-app .line_1,#menu #to-forum .line_1,#menu #to-forumDetal .line_1{
        display: block;
        width: 60px;
        height: 4px;
        color: #fff;
        background-color: #fff;
        margin: 0 auto;
        /* text-align: center; */
        border-radius: 50px;
        margin-top: -15px;
        /*transition: width 0.5s;*/
    }

    #menu #to-h5 a,#menu #to-forum a,#menu #to-app a,#menu #to-forumDetal a{
        font-size: 24px;
        color: #fff;
    }


    #menu li:hover >a{
        color: #fff;
    }
    .logo{
        height: 55px;
        width: 110px;
        display: inline-block;
        background: url(../img/wlogo.png) no-repeat;
        background-size: 100% 100%;
        margin-top: 11px;
    }
    /*#menu .logo:hover{*/
    /*border-bottom: none;*/
    /*}*/
    .logo:after{
        content: "";
        width:2px;
        background:#fff;
        height:42px;
        margin-top:-21px;
        position: absolute;
        left: 13%;
        top:50%;
    }

    #menu li a{
        color: #000;
        text-decoration: none;
        outline: none;
    }
    /*登录和注册按钮*/
    #member{
        position: absolute;
        height: 50px;
        width: 150px;
        top: 15px;
        right: 50px;
    }
    #member li{
        float: left;
        height: 20px;
        width: 65px;
        margin-top: 15px;
        font-size: 18px;
        font-family: "微软雅黑";
        color: #fff;
        line-height: 20px;
        text-align: center;
        cursor: pointer;

    }
    #member li a{
        text-decoration: none;
        font-size: 18px;
        font-family: "微软雅黑";
        color: #fff;
    }
    #member li:nth-child(1):after{
        content: "/";
        color:#fff;
        width:5px;
        height:20px;
        line-height: 20px;
        position:absolute;
        left:40%;
    }
    .after{
        width: 160px;
        /*height: 200px;*/
        /*border: 1px solid red;*/
        margin-top: -60px;
        position: relative;
        left: 78%;
        display: none;
    }
    .circle_1{
        display: block;
        text-align: center;
        margin: 0 auto;
        width: 60px;
        height: 60px;
        /* margin-top: -10px; */
        /* border: 1px solid #F3F3F3; */
        background-color: #F3F3F3;
        /* position: absolute; */
        /* right: 13%; */
        border-radius: 50%;
    }
    .circle_1 img{
        /* display: block; */
        width: 44px;
        height: 48px;
        margin: 12px 8px;
    }
    .box0{
        width: 100%;
        /* border: 1px solid #dddddd; */
        margin-top: 9px;
        padding: 5px;
        background-color: #002776;
        display: none;
    }
    .box0 p{
        width: 80px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        margin: 12px auto;
    }
    .box0 p a{
        font-family: 'Microsoft Yahei', serif;
        font-size: 16px;
        color: #fff;
        text-decoration: none;
    }
    .box0 p a:hover{
        font-size: 18px;
        color: #ED6D00;
    }



    /*菜单和搜索按钮*/



    #content{
        margin: 0 auto ;
        width: 900px;
        top: 330px;
        /*margin-top: 76px;*/
        padding-top: 72px;
        background-color: #e6e6e6;
    }
    .content{
        margin: 0 auto;
        width: 100%;
        /*height:1360px;*/
        /*overflow: hidden;*/
        /*background-color: #F0AD4E;*/
    }
    .search{
        height: 80px;
        width: 100%;
        margin: 0 auto 10px;
        /*margin-top:72px;*/
    }
    .search p{
        /*float: left;*/
        margin: 0 auto;
        height: 80px;
        width: 480px;
        padding: 30px 0 0;
    }
    .search input{
        float: left;
        height: 50px;
        width: 400px;
        line-height: 50px;
        font-family: "微软雅黑";
        font-size: 18px;
        padding-left: 10px;
        text-decoration: none;
        border-top-left-radius:10px;
        border-bottom-left-radius:10px;
        border: 2px solid #ED6D00;
        outline: none;
    }
    .search p label{
        float: left;
        height: 50px;
        width: 80px;
        background-color: #ed6d00;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        line-height: 49px;
        text-align: center;
        font-family: "微软雅黑";
        font-size: 16px;
        color: #fff;

    }


    #menus{
        position: absolute;
        height: 50px;
        top: 15px;
        right: 0px;
    }
    #carte{
        float: left;
        height: 50px;
        width: 50px;
        font-size: 30px;
        line-height: 50px;
        display: none;
        cursor: pointer;
    }
    #search{
        float: right;
        height: 40px;
        width: 31px;
        margin-top: 5px;
        font-size: 30px;
        line-height: 40px;
        color: #eee;
        cursor: pointer;
    }

    #footer{
        margin: 0 auto;
        width: 100%;
        clear: both;
        /*position: fixed;*/
        /*bottom:10px;*/
        background: url("../img/ft.png") no-repeat;
        background-size: 100% 100%;
    }
    #footer .footer{
        height: 100px;
        width: 1000px;
        margin: 0 auto;

    }
    .QR{
        float: left;
        height: 70px;
        width: 70px;
        margin-top: 15px;
        margin-left: 70px;
    }
    .QR img{
        height: 100%;
        width: 100%;
    }
    .footer-con{
        float: left;
        width: 808px;
        height: 73px;
        margin-top: 15px;
        margin-left: 50px;
    }
    .footer-con p{
        float: left;
        margin: 0;
        height: 25px;
        width: 300px;
        font-family: "微软雅黑";
        font-size: 12px;
        line-height: 25px;
        color: #fff;
    }

}







@media (min-width: 769px) and (max-width: 1000px){
    .box_1{
        position: fixed;
        height: 60px;
        width: 100%;
        z-index: 10;
        top: 0;
        background-color: #fff !important;
        /*display: none;*/
    }
    .box-menu{
        height: 60px;
        width: 100%;
        background-color: #fff;
    }
    .logo{
        width: 130px;
        height: 60px;
        background: url(../img/logo0.png) no-repeat;
        background-size: 120px 75px;
        margin-left: 20px;
        background-position: 4px -1px;
    }

    #menu{
        position: absolute;
        top: 60px;
        /*height: calc(100% - 50px);*/
        width: 100%;
        /*display: none;*/
        opacity: 0;
        background:rgba(255,255,255,0.9);
        transition: height 0.5s;
        -webkit-animation: menu 0.3s linear;
        -webkit-animation-fill-mode: forwards;
        overflow: hidden;
        z-index: 10;
    }
    .hide{
        display: none;
    }
    .bl{
        display: block;
    }
    @-webkit-keyframes menu{
        from{
            opacity: 0;

        }
        to{ opacity: 0.8;}
    }
    #menu li{
        float: left;
        height: 60px;
        width: 100%;
        font-size: 24px;
        font-family: "微软雅黑";
        line-height: 60px;
        text-align: center;
        /*border-bottom: 1px solid #aaa;*/
    }
    #menu li:hover{
        background-color: #ddd;
        border-radius: 5px;
    }
    #menu li a{
        color: #222 !important;
        text-decoration: none;
        outline: none;
    }


    #menus{
        position: absolute;
        height: 50px;
        width: 100px;
        top: 5px;
        right: 5px;
    }
    #carte{
        float: left;
        height: 50px;
        width: 50px;
        font-size: 30px;
        line-height: 50px;
        color: #525050;
        display: block;
        cursor: pointer;
    }
    #search{
        float: right;
        height: 50px;
        width: 50px;
        font-size: 30px;
        line-height: 50px;
        color: #525050 !important;
    }
    /*登录和注册按钮*/
    #member{
        position: absolute;
        height: 50px;
        width: 130px;
        top: 7px;
        right: 100px;
    }
    #member li{
        float: left;
        height: 20px;
        width: 50px;
        margin-top: 15px;
        font-size: 18px;
        font-family: "微软雅黑";
        color: #666;
        line-height: 20px;
        text-align: center;
        cursor: pointer;

    }
    #member li a{
        text-decoration: none;
        font-size: 18px;
        font-family: "微软雅黑";
        color: #666;
    }
    #member li:nth-child(1):after{
        content: "/";
        color: #666;
        width: 5px;
        height: 20px;
        line-height: 20px;
        position: absolute;
        left: 35%;
    }



    .after{
        width: 80px;
        /* height: 200px; */
        /* border: 1px solid red; */
        margin-top: -55px;
        float: right;
        margin-right: 110px;
        /* position: relative; */
        left: 60%;
        z-index: 999;
        display: none;
    }
    .circle_1{
        display: block;
        text-align: center;
        margin: 0 auto;
        width: 50px;
        height: 50px;
        /* margin-top: -10px; */
        /* border: 1px solid #F3F3F3; */
        background-color: #ddd;
        /* position: absolute; */
        /* right: 13%; */
        border-radius: 50%;
        overflow: hidden;
    }
    .circle_1 img{
        /* display: block; */
        width: 38px;
        height: 35px;
        margin: 12px 7px;
    }
    .box0{
        width: 80px;
        /* border: 1px solid #dddddd; */
        margin-top: 5px;
        padding: 5px;
        background-color: #002776;
        position: absolute;
        display: none;
    }
    .box0 p{
        width: 100%;
        /* height: 20px; */
        line-height: 20px;
        text-align: center;
        margin: 12px auto;
    }
    .box0 p a{
        font-family: 'Microsoft Yahei', serif;
        font-size: 14px;
        color: #fff;
        text-decoration: none;
    }
    .box0 p a:hover{
        font-size: 16px;
        color: #ED6D00;
    }




    #footer{
       /* margin: 0 auto; */
        width: 100%;
        clear: both;
        /*position: fixed;*/
        /*bottom: 0;*/
        /*padding: 10px;*/
        background: url(../img/ft.png) no-repeat;
        background-size: 100% 100%;
    }
    .footer{
        width: 400px;
        margin: 0 auto;
        padding: 15px 0;
        clear: both;

    }
    .QR{
        /* float: left; */
        height: 70px;
        margin: 0 auto;
        width: 70px;
        /* margin-top: 15px; */
        /* margin-left: 70px; */
        clear: both;
    }
    .QR img{
        height: 100%;
        width: 100%;
    }
    .footer-con{
        /* float: left; */
        width: 50%;
        /* height: 93px; */
        width: 80%;
        /* padding: 10px; */
        margin: 0 auto;
        margin-top: 15px;
        /* margin-left: 20%; */
    }
    .footer-con p{
        /* float: left; */
        margin: 0;
        /* height: 25px; */
        width: 300px;
        font-family: "微软雅黑";
        font-size: 12px;
        /* line-height: 25px; */
        margin-left: 50px;
        color: #fff;
    }
}








@media (max-width: 768px){
    .box_1{
        position: fixed;
        height: 60px;
        width: 100%;
        z-index: 10;
        top: 0;
        background-color: #fff !important;
        /*display: none;*/
    }
    .box-menu{
        height: 60px;
        width: 100%;
        background-color: #fff;
    }
    .logo{
        width: 100px;
        height: 60px;
        background: url(../img/logo0.png) no-repeat;
        background-size: 85px 55px;
        margin-left: 20px;
        background-position: 2px 4px;
    }

    #menu{
        position: absolute;
        top: 60px;
        /*height: calc(100% - 50px);*/
        width: 100%;
        /*display: none;*/
        opacity: 0;
        background:rgba(255,255,255,0.9);
        transition: height 0.5s;
        -webkit-animation: menu 0.3s linear;
        -webkit-animation-fill-mode: forwards;
        overflow: hidden;
        z-index: 9999;
    }
    .hide{
        display: none;
    }
    .bl{
        display: block;
    }
    @-webkit-keyframes menu{
        from{
            opacity: 0;

        }
        to{ opacity: 1;}
    }
    #menu li{
        float: left;
        height: 60px;
        width: 100%;
        font-size: 24px;
        font-family: "微软雅黑";
        line-height: 60px;
        text-align: center;
        /*border-bottom: 1px solid #aaa;*/
    }
    #menu li:hover{
        background-color: #ddd;
        border-radius: 5px;
    }
    #menu li a{
        color: #222 !important;
        text-decoration: none;
        outline: none;
    }


    #menus{
        position: absolute;
        height: 50px;
        width: 74px;
        top: 8px;
        right: 5px;
    }
    #carte{
        float: left;
        height: 40px;
        width: 33px;
        font-size: 24px;
        line-height: 40px;
        color: #525050;
        display: block;
        cursor: pointer;
    }
    #search{
        float: right;
        height: 40px;
        width: 33px;
        font-size: 24px;
        line-height: 40px;
        margin-right: 5px;
        color: #525050 !important;
    }
    /*登录和注册按钮*/
    #member{
        position: absolute;
        height: 50px;
        width: 90px;
        top: 7px;
        right: 100px;
    }
    #member li{
        float: left;
        height: 23px;
        width: 40px;
        margin-top: 15px;
        font-size: 16px;
        font-family: "微软雅黑";
        color: #666;
        line-height: 23px;
        text-align: center;
        cursor: pointer;

    }
    #member li a{
        text-decoration: none;
        font-size: 14px;
        font-family: "微软雅黑";
        color: #666;
    }
    #member li:nth-child(1):after{
        content: "/";
        color: #666;
        width: 5px;
        height: 20px;
        line-height: 23px;
        position: absolute;
        left: 40%;
    }



    .after{
        width: 80px;
        /* height: 200px; */
        /* border: 1px solid red; */
        margin-top: -50px;
        float: right;
        margin-right: 75px;
        /* position: relative; */
        left: 60%;
        z-index: 999;
        display: none;
    }
    .circle_1{
        display: block;
        text-align: center;
        margin: 0 auto;
        width: 40px;
        height: 40px;
        /* margin-top: -10px; */
        /* border: 1px solid #F3F3F3; */
        background-color: #ddd;
        /* position: absolute; */
        /* right: 13%; */
        border-radius: 50%;
        overflow: hidden;
    }
    .circle_1 img{
        /* display: block; */
        width: 30px;
        height: 26px;
        margin: 12px 7px;
    }
    .box0{
        width: 80px;
        position: absolute;
        /* border: 1px solid #dddddd; */
        margin-top: 10px;
        padding: 5px;
        background-color: #002776;
        display: none;
    }
    .box0 p{
        width: 100%;
        /* height: 20px; */
        line-height: 20px;
        text-align: center;
        margin: 12px auto;
    }
    .box0 p a{
        font-family: 'Microsoft Yahei', serif;
        font-size: 16px;
        color: #fff;
        text-decoration: none;
    }
    .box0 p a:hover{
        font-size: 16px;
        color: #ED6D00;
    }




    #footer{
        /* margin: 0 auto; */
        width: 100%;
        clear: both;
        /*position: fixed;*/
        /*bottom: 0;*/
        /*padding: 10px;*/
        margin-bottom: 0px;
        background: url(../img/ft.png) no-repeat;
        background-size: 100% 100%;
    }
    .footer{
        width: 100%;
        margin: 0 auto;
        padding: 15px 0;
        clear: both;
        overflow: hidden;

    }
    .QR{
        /* float: left; */
        height: 70px;
        margin: 0 auto;
        width: 70px;
        /* margin-top: 15px; */
        /* margin-left: 70px; */
        clear: both;
    }
    .QR img{
        height: 100%;
        width: 100%;
    }
    .footer-con{
        /* float: left; */
        width: 345px;
        /* height: 93px; */
        /* padding: 10px; */
        margin: 0 auto;
        margin-top: 15px;
        /* margin-left: 20%; */
    }
    .footer-con p{
        /* float: left; */
        margin: 0 auto;
        /* height: 25px; */
        width: 270px;
        font-family: "微软雅黑";
        font-size: 12px;
        /* line-height: 25px; */
        /* margin-left: 50px; */
        color: #fff;
    }
}

#footer .footer .footer-con p a{
    color:#fff;
}
#footer .footer .footer-con p a:hover{
    text-decoration: none;
    color:red;
}

#footer::after{
	content: '';
	display: block;
	position: fixed;
	bottom: 120px;
	right: 10px;
	width: 140px;
	height: 170px;
	background: url(../img/wx1.png) no-repeat;
	background-size: 100%;
}

.htmls-con-ins{
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


.footer-con p:nth-of-type(4),.footer-con p:nth-of-type(1){
    width: 230px;
}
.footer-con p:nth-of-type(2),.footer-con p:nth-of-type(5){
    width: 370px;
}