.col-stylehead .head1 {
    position: absolute;
    top: 8px;
    left: 0px;
    padding-left: 46px;
    width: 150px;
}




/* 平板电脑和小屏电脑之间的分辨率 */

@media (min-width: 768px) and (max-width: 979px) {
    .col-stylehead .current {
        background-position: 9px 9px;
    }

    .col-stylehead .head1 {
        padding-left: 32px;
        width: 102px;
    }

    .col-stylehead .head3 {
        left: 135px;
        padding-left: 30px;
        width: 148px;
    }

    .col-stylehead .head4 {
        display: block;
        padding-left: 30px;
        left: 315px;
        width: 91px;
    }
}


/* 横向放置的手机和竖向放置的平板之间的分辨率 */

@media (max-width: 767px) {
    .col-stylehead .head1,
    .col-stylehead .head3,
    .col-stylehead .head4 {
        padding-left: 0;
        text-indent: 30px;
        display: block;
    }
	
	 .col-stylehead .head1 {
        width: 33%;
    }

    .col-stylehead .head3 {
        width: 37%;
        left: 33%;
    }

    .col-stylehead .head4 {
        width: 30%;
        left: 70%;
    }

    .col-stylehead .current {
        background-position: 9px 9px;
    }
}


/* 横向放置的手机及分辨率更小的设备 */

@media (max-width: 480px) {
	.col-stylehead .current {
        background-position: 16px 9px;
    }

    .col-stylehead .rest {
        display: none;
    }

    .col-stylehead .head1,
    .col-stylehead .head3,
    .col-stylehead .head4 {
        padding-left: 0;
        text-indent: 0;
        display: block;
        text-align: center;
    }

     .col-stylehead .head1 {
        width: 32%;
    }

    .col-stylehead .head3 {
        width: 44%;
        left: 32%;
    }

    .col-stylehead .head4 {
        width: 24%;
        left: 76%;
    }

    .col-stylehead .current {
        background: none;
    }

    .col-stylehead .head1 a, 
    .col-stylehead .head2 a, 
    .col-stylehead .head3 a, 
    .col-stylehead .head4 a{
		font-size: 13px;
    }


}


/* 170822 */
@media (max-width: 979px) and (min-width: 768px){
     .col-style7bg3 {
       display: block;
    }

    .friendlink-inner li{
        width: 130px;
        background: none;
    }

    .friendlink-inner li.f-w1 {
        width: 152px;
        background-position: 122px 50%;
    }
    .friendlink-inner li.f-w2 {
        width: 86px;
        background-position: 62px 50%;
    }
}


@media (max-width:768px) {
    .col-style7{
        padding-left: 10px;
        margin-top: -10px;
    }

    .col-style7bg1,
    .col-style7bg2,
    .col-style7bg3,
    .col-style7bg4{
        margin-top: 10px;
    }

    .col-style7bg3 {
       display:block;
    }

    .friendlink-inner li,
    .friendlink-inner li.f-w1,
    .friendlink-inner li.f-w2{
        width: 33%;
        background: none;
    }

    .friendlink .navcurrent{
        background: none;
    }

    .friendlink-inner li:hover{
        background: none;
    }
}

@media (max-width:480px){
    .friendlink-inner{
        height: auto;
    }

    .friendlink-inner li{
        width: 33%;
        height: 35px;
        line-height: 35px;
        background: none;
        background-color: #f7f7f7;
    }

     .friendlink-inner li.f-w1{
        width: 40%;
        background-color: #f7f7f7;
     }
    
    .friendlink-inner li.f-w2{
        width: 26%;
        background-color: #f7f7f7;
    }

    .friendlink .navcurrent{
        height: 35px;
        background: url(imagestabline02.jpg) repeat-x;
        border: 0;
        border-bottom: 1px solid transparent;
    }
    
    .friendlink-inner li a{
        font-size: 12px;
    }

    .friendlink-inner li:hover{
        background: none;
        background: url(imagestabline02.jpg) repeat-x;
    }

    .mod-fhei .clearFix{
        height: 210px;
        overflow-y:auto; 
    }

    .navcurrent a,
    .navcurrent a:hover,
    .friendlink-inner li a:hover{
        color: #fff;
    }
}


/* 170823 */
.ewb-footer-wp{
    overflow: hidden;
}

.lc-foot{
    width: 35%;
    float:left;
}

.lc-foot-logo{
    float:right;
    margin-top:15px;
    margin-right:10px;
}

div.footer p span.foot-col{
    display: inline;
    margin: 0 10px;
    color: #333;
}

.ewb-foot-timer{
    display: block;
    text-align: center;
}

.copyright{
    text-align: center;
}

div.footer{
    height: auto;
    padding-bottom: 25px;
}

div.footer p{
    margin-top: 3px;
}

.lc-foot-logo{
    margin-right: 23px;
}

.ewb-lc-right{
    float: left;
}


/* 平板电脑和小屏电脑之间的分辨率 */
@media (min-width: 768px) and (max-width: 979px) { 
    .lc-foot{
        width:30% !important;
    }

    .lc-foot-logo{
        margin-right: 12px !important;
    }
}
 
/* 横向放置的手机和竖向放置的平板之间的分辨率 */
@media (max-width: 767px) {
    .ewb-lc-right{
        width: 64%;
    }

    .lc-foot-logo{
        margin-right: 10px;
    }
 }
 
/* 横向放置的手机及分辨率更小的设备 */
@media (max-width: 480px) {
    .ewb-footer-wp{
        position: relative;
        padding-bottom: 83px;
    }

    .lc-foot{
        width: 200px;
        float: none;
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -100px;
    }

    .ewb-lc-right{
        width: 100%;
        float: none;
    }

    .lc-foot-logo{
        margin-right: 0;
    }
}
