﻿@charset "utf-8";
/* CSS Document */
/**********************微信、新浪、腾讯**********************/

.snsIcon {
    float: left;
	/**********************/
    display: block;
    width: 38px;
    height: 38px;
    margin-left: 5px;
	margin-top:17px;
	
/**********/
    background: url(../../Images/Cooperation/sns_icon.png) no-repeat;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.wxIcon {
    background-position: 0px 0px;
}

    .wxIcon:hover, .wxIcon_ed {
        background-position: 0px -40px;
    }

.txIcon {
    background-position: -42px 0px;
}

    .txIcon:hover {
        background-position: -42px -40px;
    }

.snIcon {
    background-position: -82px 0px;
}

    .snIcon:hover {
        background-position: -82px -40px;
    }

.qqIcon {
    background-position: -122px 0px;
}

    .qqIcon:hover {
        background-position: -122px -40px;
    }


.snsIcon:hover {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.wxFl {

    float: left;
    position: relative;
    z-index: 100;
	
}

.wxBox {
    width: 108px;
    height: 148px;
    padding: 15px;
    text-align: center;
    border: 1px solid #e4e4e4;
    background: #fff;
    position: absolute;
    top: 60px;
    left: -46px;
    display: none;
}


    .wxBox .arrow {
        display: block;
        width: 16px;
        height: 10px;
        background: url(../../home/error8099.html) no-repeat -1px -19px;
        position: absolute;
        top: -10px;
        left: 60px;
    }
/**********************微信、新浪、腾讯end**********************/
