
.socialAnimation{
    height: 320px;
    /*padding-left: 85px;*/
    font-size: 17px;
}

		
.socialAnimation li{
	line-height: 0.4rem !important;
	font-size: 12px !important;
	font-weight: 400 !important;
    position: absolute;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    list-style-type: none;
    -webkit-animation: scaleLi 4s ease-in-out infinite;
    -moz-animation: scaleLi 4s ease-in-out infinite;
    -o-animation: scaleLi 4s ease-in-out infinite;
    -ms-animation: scaleLi 4s ease-in-out infinite;
    animation: scaleLi 4s ease-in-out infinite;
}
@-webkit-keyframes scaleLi {
    0% {
        -webkit-transform: scale(1);
    }
    45% {
        -webkit-transform: scale(1);
    }
    60% {
        -webkit-transform: scale(1.2);
    }
    75% {
        -webkit-transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1);
    }
}
@-moz-keyframes scaleLi {
    0% {
        -moz-transform: scale(1);
    }
    45% {
        -moz-transform: scale(1);
    }
    60% {
        -moz-transform: scale(1.2);
    }
    75% {
        -moz-transform: scale(1);
    }
    100% {
        -moz-transform: scale(1);
    }
}
@-o-keyframes scaleLi {
    0% {
        -o-transform: scale(1);
    }
    45% {
        -o-transform: scale(1);
    }
    60% {
        -o-transform: scale(1.2);
    }
    75% {
        -o-transform: scale(1);
    }
    100% {
        -o-transform: scale(1);
    }
}
@-ms-keyframes scaleLi {
    0% {
        -ms-transform: scale(1);
    }
    45% {
        -ms-transform: scale(1);
    }
    60% {
        -ms-transform: scale(1.2);
    }
    75% {
        -ms-transform: scale(1);
    }
    100% {
        -ms-transform: scale(1);
    }
}
@keyframes scaleLi {
    0% {
        transform: scale(1);
    }
    45% {
        transform: scale(1);
    }
    60% {
        transform: scale(1.2);
    }
    75% {
        transform: scale(1);
    }
    100% {
        transform: scale(1);
    }
}

.socialAnimation .person{
    width: 220px;
    height: 50px;
    margin: 130px 0 0 50px;
    background-color: rgb(112, 173, 71);
    z-index: 9;
    text-align: center;
   

}
.person_title{
    display: block;
	height: 50px;
	margin: auto;
	line-height: 50px;
}
.socialAnimation .person img{
    width: 70px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
}

.socialAnimation li div.connector{
    position: absolute;
    background-color: lightgray;
    height: 5px;
}
.socialAnimation li div.connector span{
    display: block;
    width: 15px;
    height: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: rgb(168, 208, 141);
    margin: -5px 0 0 0;
    position: absolute;
    -webkit-animation: connections 4s ease-in-out infinite;
    -moz-animation: connections 4s ease-in-out infinite;
    -o-animation: connections 4s ease-in-out infinite;
    -ms-animation: connections 4s ease-in-out infinite;
    animation: connections 4s ease-in-out infinite;

}
.socialAnimation li div.connector span.two{
    -webkit-animation: connections 4s ease-in-out infinite 1s;
    -moz-animation: connections 4s ease-in-out infinite;
    -o-animation: connections 4s ease-in-out infinite;
    -ms-animation: connections 4s ease-in-out infinite;
    animation: connections 4s ease-in-out infinite 1s;
}

@-webkit-keyframes connections {
    0% { left: 0}
    80% { left: 100%; }
}
@-moz-keyframes connections {
    0% { left: 0}
    80% { left: 100%; }
}
@-o-keyframes connections {
    0% { left: 0}
    80% { left: 100%; }
}
@-ms-keyframes connections {
    0% { left: 0}
    80% { left: 100%; }
}
@keyframes connections {
    0% { left: 0}
    80% { left: 100%; }
}


.socialAnimation .facebook{
    width: 80px;
    height: 40px;
    margin: 40px 0 0 0px;
}
.containerImg{
    background-color: white;
    position: absolute;
    border: 1px solid lightgray;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    z-index: 10;
    background-repeat: no-repeat;
    width: 80px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    transition: transform 2s;
    -webkit-transition: -webkit-transform 2s ease-out;
    -moz-transition: -moz-transform 2s ease-out;
    -o-transition: -o-transform 2s ease-out;
    -ms-transition: -ms-transform 2s ease-out;
}
.containerImg:hover{
    border: 1px solid rgb(168, 208, 141);
   
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
}
.socialAnimation .facebook div.connector{
    position: absolute;
    height: 5px;
    width: 110px;
    margin: 60px 0 0 42px;
    transform: rotate(-130deg);
    -webkit-transform: rotate(-130deg);
    -moz-transform:rotate(-130deg);
    -ms-transform:rotate(-130deg);
    -o-transform:rotate(-130deg);

}


.socialAnimation .googlePlus{
    width: 80px;
    height: 40px;
    margin: 40px 0 0 125px;
}


.socialAnimation .googlePlus div.connector{
    width: 85px;
    margin: 80px 0px 0px 0px;
    position: absolute;
    height: 5px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform:rotate(-90deg);
    -ms-transform:rotate(-90deg);
    -o-transform:rotate(-90deg);

}

.socialAnimation .twitter{
    width: 80px;
    height: 40px;
    margin: 40px 0 0 250px;
}

.socialAnimation .twitter div.connector{
    position: absolute;
    height: 5px;
    width: 95px;
    margin: 62px 0px 0px -66px;
    transform: rotate(-50deg);
    -webkit-transform: rotate(-50deg);
    -moz-transform:rotate(-50deg);
    -ms-transform:rotate(-50deg);
    -o-transform:rotate(-50deg);

}

.socialAnimation .linkedin{
    width: 80px;
    height: 40px;
    margin: 240px 0 0 0px;
}


.socialAnimation .linkedin div.connector{
    position: absolute;
    height: 5px;
    width: 130px;
    margin: -30px 0 0 30px;
    transform: rotate(-125deg);
    -webkit-transform: rotate(125deg);
    -moz-transform:rotate(-125deg);
    -ms-transform:rotate(-125deg);
    -o-transform:rotate(-125deg);

}

.socialAnimation .yt{
    width: 80px;
    height: 40px;
    margin: 240px 0 0 250px;
}
.socialAnimation .jiben {
    width: 80px;
    height: 40px;
    margin: 240px 0 0 125px;
}

.socialAnimation .jiben div.connector {
    position: absolute;
    height: 5px;
    width: 85px;
    margin: -40px 0px 0px 0px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}


.socialAnimation .yt div.connector{
    position: absolute;
    height: 5px;
    width: 100px;
    margin: -35px 0 0 -75px;
    transform: rotate(50deg);
    -webkit-transform: rotate(50deg);
    -moz-transform:rotate(50deg);
    -ms-transform:rotate(50deg);
    -o-transform:rotate(50deg);

}
.center_back{text-align: center}
.company_introduce table tr td:nth-of-type(1){
    width: 150px;
    background-color: #f5f6fa;
}
.back_history{float: right;margin-left: 10px;}
#really_table table tbody tr td:nth-of-type(1) p{
    width: 200px!important;
}
#really_table table tbody tr:nth-of-type(5),#really_table table tbody tr:nth-of-type(11),
#really_table table tbody tr:nth-of-type(19),#really_table table tbody tr:nth-of-type(20),#really_table table tbody tr:nth-of-type(21){
    display: none;
}
#really_table table tbody tr td:nth-of-type(2) p{
    width: 320px!important;
}
.guanlian strong{
    font-size: 18px;
}
.z_l{
    font-size: 12px;
    margin-left: 20px;
}
.score ,.comprehensive_score{
    margin-left: 5px;
    display: inline-block;
    font-size: 12px;
    width: 40px;
    height: 16px;
    line-height: 15px;
    text-align: center;
    background-color: rgb(168,208,141);
    color: white;
    font-weight: 600;
    border-radius: 5px;
}
.title_the, .credit_code_title{display: inline-block;}
.credit_code_title{font-size: 16px;}
.portrait{
    margin-top: 10px;
}
.static{
    width: 94%;
    height: 1px;
    background-color: lightgrey;
}


