/* 在大屏幕上的样式 */

footer ul {
    margin: 0;
    padding: 0;
}

 li {
    list-style: none;
}
 a:hover{
    text-decoration: none;
}
footer a:hover{
    color: #1AA26B;
}
.topbig a:hover{
    color: #FFFFFF;
}
.weixnimg:hover{
    border: none;
    background-color: #1AA26B;
}

.insimg:hover{
    border: none;
    background-color: #3062B9;
}
.weixnimg{
    position: relative;
}
.weixnimg:hover .hidden-div{
    display: block;
}
.hidden-div{
    display: none;
    position: absolute;
    top: -175px;
    width: 160px;
    height: 160px;
    background-color:#FFFFFF;
    left: -20px;
    box-shadow: 0 2px 10px #aaa;
    transition: all 200ms;
}
.hidden-div:before {
    content: '';
    width: 0;
    height: 0;
    border: 14px solid transparent;
    border-top-color: transparent;
    position: absolute;
    left: 24px;
    bottom: 0%;
    margin-bottom: -20px;
}
.hidden-div:after {
    content: "";
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-top-color: #FFFFFF;
    position: absolute;
    left: 24px;
    bottom: 0%;
    margin-bottom: -22px;
}
.hidden-div p{
    width: 100%;
    text-align: center;
    font-size: 12px;
    margin: 0;
    background-color: #FFFFFF;
    margin-top: -2px;
}
.hidden-div img{
   width: 120px !important;  
   margin-left: 20px;
}
.hidden-div .shahr{
    width: 100%;
    height: 26px;
    background-color:#f3f3f3;
    color: #777;
    font-size: 12px;
    text-align: center;
    line-height: 26px;
}


/* 在大屏幕上的样式 */
@media screen and (min-width: 1024px) {

    .mobilelist{
        display: none;
    }
    footer {
       
        height: 251px !important;
        background: #000000;

    }

    ul {
        height: 146px;
    }

    ul li {
        margin-bottom: 10px;
    }

    ul .topbig a {
        font-size: 24px;
        margin-bottom: 15px;
        color: #FFFFFF;
    }

    ul li a {
        color: rgba(255, 255, 255, 0.7);
        font-size: 18px;
    }
    

    .line {
        width: 1px;
        height: 136px;
        border: 1px solid #FFFFFF;
        opacity: 0.38;
        margin: 0 8%;
    }

    .cicleine {
        width: 35px;
        height: 35px;
        border-radius: 50%;
        border: 2px solid #FFFFFF;
        margin-right: 20px;
    }
    .cicleine img{
        width: 18px;
    }


}

/* 在小屏幕上的样式 */
@media screen and (max-width: 1024px) {




    /* 样式规则 */


    footer {
        width: 100%;

        background: #000000;
       

    }

    footer ul {
        margin-top: 40px !important;
        width: 49%; 
        min-height: 100px;
        
        

    }

    ul li {
        margin-left: 20%;
        margin-bottom: 0px;
    }
    ul .topbig{
        margin-bottom: 15px;  
    }

    ul .topbig a {
        font-size: 16px;
        color: #FFFFFF;
        font-weight: 500;
       
    }

    ul li a {
        color: #FFFFFF;
        font-size: 12px;
    }

    .line {
        width: 1px;
        height: 136px;
        border: 1px solid #FFFFFF;
        opacity: 0.38;
        margin: 0 8%;
        display: none;
    }

    .cicleine {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: 1px solid #FFFFFF;
        margin-right: 10px;
    }
    .cicleine img{
        width: 21px;
        height:auto
    }
    .sunsnediv {
        margin-left: 20%;
    }
    .mobilelist{
        display: none;
        position: absolute;
        width: 100%;
        height: 410px;
        top: 0;
       left: -100px;
        z-index: 222;
       }
       .slide-right {
        -webkit-animation: slide-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
                animation: slide-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    }
    .slide-out-left {
        -webkit-animation: slide-out-left 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
                animation: slide-out-left 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
    }
    @-webkit-keyframes slide-out-left {
        0% {
          -webkit-transform: translateX(0);
                  transform: translateX(0);
          opacity: 1;
        }
        100% {
          -webkit-transform: translateX(-100px);
                  transform: translateX(-100px);
          opacity: 0;
        }
      }
      @keyframes slide-out-left {
        0% {
          -webkit-transform: translateX(0);
                  transform: translateX(0);
          opacity: 1;
        }
        100% {
          -webkit-transform: translateX(-100px);
                  transform: translateX(-100px);
          opacity: 0;
        }
      }
      
    @-webkit-keyframes slide-right {
        0% {
          -webkit-transform: translateX(0);
                  transform: translateX(0);
        }
        100% {
          -webkit-transform: translateX(100px);
                  transform: translateX(100px);
        }
      }
      @keyframes slide-right {
        0% {
          -webkit-transform: translateX(0);
                  transform: translateX(0);
        }
        100% {
          -webkit-transform: translateX(100px);
                  transform: translateX(100px);
        }
      }
      
       .mobilmenuLi{
        width: 52%;
        height: 100%;
        background-color:#1AA26B;
       }
       .mobilmenuLi li{
          margin-bottom: 25px;
          margin-left: 27px;
          color: #FFFFFF;
          font-size: 14px;
       }
       .mobilmenuLi li a{
      
        color: #FFFFFF;
        font-size: 14px;
     }
     .imgcisne{
        width: 80%;
        height: 26px;
        background-color: #FFFFFF;
        border-radius: 22px;
       
     }
     .imgcisne input{
        width: 80%;
        margin-left: 10%;
        border: none;
     }
     .imgcisne img{
        width: 16px;
        margin-right: 5px;
     }
       .mobilmenuLi .active a{
        font-weight: bold;
       }
       .mobmentyop{
        width: 100%;
        height: 50px;
        background-color: #159A69;
        color: #FFFFFF;
        font-size: 18px;
        font-weight: bold;
       }
       .ricoame{
        margin-right:15px ;
       }
       .mobmentyop i{
        margin-left: 20px;
       }
       .mobmentyop img{
        width: 15px;
        height: auto;
        margin-left: 20px;
       }
}