@-webkit-keyframes flip {
    0% {
        -webkit-transform:perspective(400px) translateZ(0) rotateY(0) scale(0.8);
        transform:perspective(400px) translateZ(0) rotateY(0) scale(0.8);
        -webkit-animation-timing-function:ease-out;
        animation-timing-function:ease-out
    }
    40% {
        -webkit-transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(0.8);
        transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(0.8);
        -webkit-animation-timing-function:ease-out;
        animation-timing-function:ease-out
    }
    50% {
        -webkit-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(0.8);
        transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(0.8);
        -webkit-animation-timing-function:ease-in;
        animation-timing-function:ease-in
    }
    80% {
        -webkit-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        -webkit-animation-timing-function:ease-in;
        animation-timing-function:ease-in
    }
    100% {
        -webkit-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(0.8);
        transform:perspective(400px) translateZ(0) rotateY(360deg) scale(0.8);
        -webkit-animation-timing-function:ease-in;
        animation-timing-function:ease-in
    }
}
@keyframes flip {
    0% {
        -webkit-transform:perspective(400px) translateZ(0) rotateY(0) scale(0.8);
        -ms-transform:perspective(400px) translateZ(0) rotateY(0) scale(0.8);
        transform:perspective(400px) translateZ(0) rotateY(0) scale(0.8);
        -webkit-animation-timing-function:ease-out;
        animation-timing-function:ease-out
    }
    40% {
        -webkit-transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(0.8);
        -ms-transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(0.8);
        transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(0.8);
        -webkit-animation-timing-function:ease-out;
        animation-timing-function:ease-out
    }
    50% {
        -webkit-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(0.8);
        -ms-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(0.8);
        transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(0.8);
        -webkit-animation-timing-function:ease-in;
        animation-timing-function:ease-in
    }
    80% {
        -webkit-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        -ms-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        -webkit-animation-timing-function:ease-in;
        animation-timing-function:ease-in
    }
    100% {
        -webkit-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(0.8);
        -ms-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(0.8);
        transform:perspective(400px) translateZ(0) rotateY(360deg) scale(0.8);
        -webkit-animation-timing-function:ease-in;
        animation-timing-function:ease-in
    }
}
@-webkit-keyframes fangda {
    0% {
        -webkit-transform:scale(0.8);
        transform:scale(0.8);
        -webkit-animation-timing-function:ease-out;
        animation-timing-function:ease-out
    }  
    50% {
        -webkit-transform:scale(1.1);
        transform:scale(1.1);
        -webkit-animation-timing-function:ease-in;
        animation-timing-function:ease-in
    }  
    100% {
        -webkit-transform:scale(0.8);
        transform:scale(0.8);
        -webkit-animation-timing-function:ease-in;
        animation-timing-function:ease-in
    }
}
@keyframes fangda {
    0% {
        -webkit-transform:scale(0.8);
        transform:scale(0.8);
        -webkit-animation-timing-function:ease-out;
        animation-timing-function:ease-out
    }  
    50% {
        -webkit-transform:scale(1.1);
        transform:scale(1.1);
        -webkit-animation-timing-function:ease-in;
        animation-timing-function:ease-in
    }  
    100% {
        -webkit-transform:scale(0.8);
        transform:scale(0.8);
        -webkit-animation-timing-function:ease-in;
        animation-timing-function:ease-in
    }
}
@-webkit-keyframes tiaodong {
    0% {
        -webkit-transform:translateY(0);
        transform:translateY(0);
        -webkit-animation-timing-function:ease-out;
        animation-timing-function:ease-out
    }  
    20% {
        -webkit-transform:translateY(-40%);
        transform:translateY(-40%);
        -webkit-animation-timing-function:ease-in;
        animation-timing-function:ease-in
    }  
    40% {
        -webkit-transform:translateY(0);
        transform:translateY(0);
        -webkit-animation-timing-function:ease-in;
        animation-timing-function:ease-in
    }  
    60% {
        -webkit-transform:translateY(-20%);
        transform:translateY(-20%);
        -webkit-animation-timing-function:ease-in;
        animation-timing-function:ease-in
    }  
    80% {
        -webkit-transform:translateY(0);
        transform:translateY(0);
        -webkit-animation-timing-function:ease-in;
        animation-timing-function:ease-in
    }   
    90% {
        -webkit-transform:translateY(-40%);
        transform:translateY(-40%);
        -webkit-animation-timing-function:ease-in;
        animation-timing-function:ease-in
    }     
    100% {
        -webkit-transform:translateY(0);
        transform:translateY(0);
        -webkit-animation-timing-function:ease-in;
        animation-timing-function:ease-in
    }
}
.ch_xuanfu{
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	background: url(../images/ch_img3.png) bottom center no-repeat;
	background-size: contain;   
    z-index: 199;
    height: 116px;  
	padding-top: 40px;
}
.ch_xuanfu li{
	width: 17.85%;
	float: left;
	text-align: center; 
}
.ch_xuanfu li img{
	max-width: 80%;
}
.ch_xuanfu li span{
	text-align: center;
    color: #fff; 
    display: block;
    margin-top: 0; 
    width: 100%;
}
.ch_xuanfu li:nth-child(1){ 
	position: absolute;
	bottom: 8px;
	left: 0; 
}
.ch_xuanfu li:nth-child(2){ 
	position: absolute;
	bottom: 6px;
	left: 17.85%; 
}
.ch_xuanfu li:nth-child(2) img{ 
	width: 80%;
}
.ch_xuanfu li:nth-child(3){
	width: 28.6%;
	position: absolute;
	bottom: -4px;
	left: 50%;
	transform: translateX(-50%);
}
.ch_xuanfu li:nth-child(3) .ch_img2{
	position: absolute;
	top: 15%;
	left: 36%;
	transform: translateX(-50%);
	width: 28%; 
    animation: fangda 2s infinite linear;
    -webkit-animation: fangda 2s infinite linear;
    -moz-animation: fangda 2s infinite linear;
    -o-animation: fangda 2s infinite linear;
}
.ch_xuanfu li:nth-child(3) em {
    background: red none repeat scroll 0 0;
    border-radius: 1em;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    height: 16px;
    left: 59%;
    line-height: 23px;
    position: absolute;
    text-align: center;
    top: 12%;
    width: 16px; 
    animation: tiaodong 2s infinite linear;
    -webkit-animation: tiaodong 2s infinite linear;
    -moz-animation: tiaodong 2s infinite linear;
    -o-animation: tiaodong 2s infinite linear;
}
.ch_xuanfu li:nth-child(4){ 
	position: absolute;
	bottom: 8px;
	right: 17.85%; 
} 
.ch_xuanfu li:nth-child(4) img{
	max-width: 28%;
    animation: flip 2s infinite linear;
    -webkit-animation: flip 2s infinite linear;
    -moz-animation: flip 2s infinite linear;
    -o-animation: flip 2s infinite linear;
}
.ch_xuanfu li:nth-child(5){ 
	position: absolute;
	bottom: 8px;
	right: 0; 
}

 

/*弹窗*/
.ch_tanchuan{
	position: fixed;
	top: 50%;
	left:50%;
	z-index: 999;
	width: 279px;
    height: 226px;
    background: #fff;
    transform: translateX(-50%) translateY(-50%);
    box-shadow: 0 0 20px rgba(10,2,4,.75);
    border-radius: 15px;
    text-align: center; 
}
.ch_tanchuan span{
	right: -5px;
    top: -5px;
    width: 44px;
    height: 44px;
    background: url(../images/ch_img8.png) no-repeat;
    -moz-background-size: 100%;
    -webkit-background-size: 100%;
    background-size: 100%;
    cursor: pointer;
    position: absolute;
    z-index: 999;
}
.ch_tanchuan h3{
	width: 100%;
    font-size: 24px;
    text-align: center;
    line-height: 50px;
    color: #2e3642;
    margin-top: 20px;
    font-weight: 500;
}
.ch_tanchuan p{
    text-align: center;
    padding-top: 14px; 
    font-size: 14px;
    color: #ff6005;
    animation: fangda 2s infinite linear;
    -webkit-animation: fangda 2s infinite linear;
    -moz-animation: fangda 2s infinite linear;
    -o-animation: fangda 2s infinite linear;
}
.ch_tanchuan div{
	position: absolute;
	bottom: 0;
	left: 0;
	height: 58px;
	width: 100%;
	line-height: 58px;
	border-radius: 0 0 15px 15px;
	overflow:hidden;
}
.ch_tanchuan div a{
	display: block;
	width: 50%;
	height: 100%;
	float: left;
	background: #26c540;
	color: #fff;
	font-size: 16px;
	padding-left: 16px;
	text-align: center;
}
.ch_tanchuan div a:nth-child(2){
	background: #ff6005; 
	padding: 0 16px 0 0;
}
.ch_tanchuan div a i{ 
    width: 14px;
    height: 14px;
    margin-left: -34px;
    line-height: 13px; 
    font-size: 9px;
    background-color: #e60012; 
    border-radius: 14px; 
    box-shadow: 0 0 3px rgba(0,0,0,.8); 
    font-style: normal;
    transform:translateY(-40%);
    margin: 0 8px 8px 0;
}