@charset "utf-8";
/* CSS Document */
* {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none!important;
}
.text-center{
    text-align: center;
}
img{
	border:0;
}
body {
    background: #fff;
    font: 12px/1.5 Microsoft YaHei, Helvitica, Verdana, Arial, san-serif;
    font-family: "Microsoft YaHei";
    overflow-x:hidden;
}
#func .list li{
	    opacity: 0;
	     

}
.icon_01 {
    background: url(../images/icon_01.png) no-repeat;
}
#spinners{
    position: absolute;
    top: 50%;
    left: 50%;
}
#spinners li{
    position:absolute;
    float:left;
    width:100px;
    height:50px;
    top:0px;
    left:0px;
    opacity:0;
    -webkit-transition:all .3s ease-in-out;
    -webkit-transform:translateX(-100px);

    -moz-transition:all .3s ease-in-out;
    -moz-transform:translateX(-100px);

    -ms-transition:all .3s ease-in-out;
    -ms-transform:translateX(-100px);

    transition:all .3s ease-in-out;
    transform:translateX(-100px);
}

#pagination{
    width: 140px;
    position: fixed;
    bottom: 20px;
    left: 50%;
    margin-left: -54px;
}
#pagination li a{
    width:18px;
    height:18px;
    background:#7F8C8D;
    float:left;
    margin-right:5px;
    border-radius:20px;
    display:block;
}
#pagination li a.pag_active{
    background:#3498DB;
}
.clear{
    clear:both;
    display:block;
}
#spinners li.active{
    -webkit-transform:translateX(0);
    -moz-transform:translateX(0);
    -ms-transform:translateX(0);
    transform:translateX(0);
    opacity:1;
}
#spinners li:nth-child(2){
    margin-top: -17px;
    margin-left: -43px;
}
#spinners li:nth-child(3){
    margin-top: -14px;
    margin-left: 6px;
}
#spinners li:nth-child(3){
    margin-top:-10px;
}
#spinners li:nth-child(4){
    margin-left: -22px;
    margin-top: -8px;
}
#spinners li:nth-child(5){
    margin-left: 19px;
    margin-top: -10px;
}
#spinners li:nth-child(6){
    margin-top: -21px
}
/******************* PRELOADER 1 **********
*******************************************/
#preloader_1{
    position:relative;
}
#preloader_1 span{
    display:block;
    bottom:0px;
    width: 9px;
    height: 5px;
    background:#9b59b6;
    position:absolute;
    -webkit-animation: preloader_1 1.5s	 infinite ease-in-out;
    -moz-animation: preloader_1 1.5s	 infinite ease-in-out;
    -ms-animation: preloader_1 1.5s	 infinite ease-in-out;
    -o-animation: preloader_1 1.5s	 infinite ease-in-out;
    animation: preloader_1 1.5s	 infinite ease-in-out;

}
#preloader_1 span:nth-child(2){
    left:11px;
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    -ms-animation-delay: .2s;
    -o-animation-delay: .2s;
    animation-delay: .2s;

}
#preloader_1 span:nth-child(3){
    left:22px;
    -webkit-animation-delay: .4s;
    -moz-animation-delay: .4s;
    -ms-animation-delay: .4s;
    -o-animation-delay: .4s;
    animation-delay: .4s;
}
#preloader_1 span:nth-child(4){
    left:33px;
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
}
#preloader_1 span:nth-child(5){
    left:44px;
    -webkit-animation-delay: .8s;
    -moz-animation-delay: .8s;
    -ms-animation-delay: .8s;
    -o-animation-delay: .8s;
    animation-delay: .8s;
}
@-webkit-keyframes preloader_1 {
    0% {height:5px;-webkit-transform:translateY(0px);background:#9b59b6;}
    25% {height:30px;-webkit-transform:translateY(15px);background:#3498db;}
    50% {height:5px;-webkit-transform:translateY(0px);background:#9b59b6;}
    100% {height:5px;-webkit-transform:translateY(0px);background:#9b59b6;}
}

@-moz-keyframes preloader_1 {
    0% {height:5px;-moz-transform:translateY(0px);background:#9b59b6;}
    25% {height:30px;-moz-transform:translateY(15px);background:#3498db;}
    50% {height:5px;-moz-transform:translateY(0px);background:#9b59b6;}
    100% {height:5px;-moz-transform:translateY(0px);background:#9b59b6;}
}

@-ms-keyframes preloader_1 {
    0% {height:5px;-ms-transform:translateY(0px);background:#9b59b6;}
    25% {height:30px;-ms-transform:translateY(15px);background:#3498db;}
    50% {height:5px;-ms-transform:translateY(0px);background:#9b59b6;}
    100% {height:5px;-ms-transform:translateY(0px);background:#9b59b6;}
}

@keyframes preloader_1 {
    0% {height:5px;transform:translateY(0px);background:#9b59b6;}
    25% {height:30px;transform:translateY(15px);background:#3498db;}
    50% {height:5px;transform:translateY(0px);background:#9b59b6;}
    100% {height:5px;transform:translateY(0px);background:#9b59b6;}
}




/******************* PRELOADER 2 **********
*******************************************/



#preloader_2{

}
#preloader_2 span{
    display:block;
    bottom:0px;
    width: 20px;
    height: 20px;
    background:#9b59b6;
    position:absolute;

}
#preloader_2 span:nth-child(1){
    -webkit-animation: preloader_2_1 1.5s infinite ease-in-out;
    -moz-animation: preloader_2_1 1.5s infinite ease-in-out;
    -ms-animation: preloader_2_1 1.5s infinite ease-in-out;
    animation: preloader_2_1 1.5s infinite ease-in-out;
}
#preloader_2 span:nth-child(2){
    left:20px;
    -webkit-animation: preloader_2_2 1.5s infinite ease-in-out;
    -moz-animation: preloader_2_2 1.5s infinite ease-in-out;
    -ms-animation: preloader_2_2 1.5s infinite ease-in-out;
    animation: preloader_2_2 1.5s infinite ease-in-out;

}
#preloader_2 span:nth-child(3){
    top:0px;
    -webkit-animation: preloader_2_3 1.5s infinite ease-in-out;
    -moz-animation: preloader_2_3 1.5s infinite ease-in-out;
    -ms-animation: preloader_2_3 1.5s infinite ease-in-out;
    animation: preloader_2_3 1.5s infinite ease-in-out;
}
#preloader_2 span:nth-child(4){
    top:0px;
    left:20px;
    -webkit-animation: preloader_2_4 1.5s infinite ease-in-out;
    -moz-animation: preloader_2_4 1.5s infinite ease-in-out;
    -ms-animation: preloader_2_4 1.5s infinite ease-in-out;
    animation: preloader_2_4 1.5s infinite ease-in-out;
}

@-webkit-keyframes preloader_2_1 {
    0% {-webkit-transform: translateX(0px) translateY(0px)  rotate(0deg); border-radius:0px;}
    50% {-webkit-transform: translateX(-20px) translateY(-10px) rotate(-180deg); border-radius:20px;background:#3498db;}
    80% {-webkit-transform: translateX(0px) translateY(0px) rotate(-360deg); border-radius:0px;}
    100% {-webkit-transform: translateX(0px) translateY(0px) rotate(-360deg); border-radius:0px;}
}
@-webkit-keyframes preloader_2_2 {
    0% {-webkit-transform: translateX(0px) translateY(0px)  rotate(0deg);border-radius:0px;}
    50% {-webkit-transform: translateX(20px) translateY(-10px) rotate(180deg);border-radius:20px;background:#f1c40f;}
    80% {-webkit-transform: translateX(0px) translateY(0px) rotate(360deg);border-radius:0px;}
    100% {-webkit-transform: translateX(0px) translateY(0px) rotate(360deg);border-radius:0px;}
}
@-webkit-keyframes preloader_2_3 {
    0% {-webkit-transform: translateX(0px) translateY(0px)  rotate(0deg);border-radius:0px;}
    50% {-webkit-transform: translateX(-20px) translateY(10px) rotate(-180deg); border-radius:20px;background:#2ecc71;}
    80% {-webkit-transform: translateX(0px) translateY(0px) rotate(-360deg);border-radius:0px;}
    100% {-webkit-transform: translateX(0px) translateY(0px) rotate(-360deg); border-radius:0px;}
}


@-webkit-keyframes preloader_2_4 {
    0% {-webkit-transform: translateX(0px) translateY(0px)  rotate(0deg); border-radius:0px;}
    50% {-webkit-transform: translateX(20px) translateY(10px) rotate(180deg); border-radius:20px;background:#e74c3c;}
    80% {-webkit-transform: translateX(0px) translateY(0px) rotate(360deg); border-radius:0px;}
    100% {-webkit-transform: translateX(0px) translateY(0px) rotate(360deg);border-radius:0px;}
}
@-moz-keyframes preloader_2_1 {
    0% {-moz-transform: translateX(0px) translateY(0px)  rotate(0deg); border-radius:0px;}
    50% {-moz-transform: translateX(-20px) translateY(-10px) rotate(-180deg); border-radius:20px;background:#3498db;}
    80% {-moz-transform: translateX(0px) translateY(0px) rotate(-360deg); border-radius:0px;}
    100% {-moz-transform: translateX(0px) translateY(0px) rotate(-360deg); border-radius:0px;}
}
@-moz-keyframes preloader_2_2 {
    0% {-moz-transform: translateX(0px) translateY(0px)  rotate(0deg);border-radius:0px;}
    50% {-moz-transform: translateX(20px) translateY(-10px) rotate(180deg);border-radius:20px;background:#f1c40f;}
    80% {-moz-transform: translateX(0px) translateY(0px) rotate(360deg);border-radius:0px;}
    100% {-moz-transform: translateX(0px) translateY(0px) rotate(360deg);border-radius:0px;}
}
@-moz-keyframes preloader_2_3 {
    0% {-moz-transform: translateX(0px) translateY(0px)  rotate(0deg);border-radius:0px;}
    50% {-moz-transform: translateX(-20px) translateY(10px) rotate(-180deg); border-radius:20px;background:#2ecc71;}
    80% {-moz-transform: translateX(0px) translateY(0px) rotate(-360deg);border-radius:0px;}
    100% {-moz-transform: translateX(0px) translateY(0px) rotate(-360deg); border-radius:0px;}
}
@-moz-keyframes preloader_2_4 {
    0% {-moz-transform: translateX(0px) translateY(0px)  rotate(0deg); border-radius:0px;}
    50% {-moz-transform: translateX(20px) translateY(10px) rotate(180deg); border-radius:20px;background:#e74c3c;}
    80% {-moz-transform: translateX(0px) translateY(0px) rotate(360deg); border-radius:0px;}
    100% {-moz-transform: translateX(0px) translateY(0px) rotate(360deg);border-radius:0px;}
}
@-ms-keyframes preloader_2_1 {
    0% {-ms-transform: translateX(0px) translateY(0px)  rotate(0deg); border-radius:0px;}
    50% {-ms-transform: translateX(-20px) translateY(-10px) rotate(-180deg); border-radius:20px;background:#3498db;}
    80% {-ms-transform: translateX(0px) translateY(0px) rotate(-360deg); border-radius:0px;}
    100% {-ms-transform: translateX(0px) translateY(0px) rotate(-360deg); border-radius:0px;}
}
@-ms-keyframes preloader_2_2 {
    0% {-ms-transform: translateX(0px) translateY(0px)  rotate(0deg);border-radius:0px;}
    50% {-ms-transform: translateX(20px) translateY(-10px) rotate(180deg);border-radius:20px;background:#f1c40f;}
    80% {-ms-transform: translateX(0px) translateY(0px) rotate(360deg);border-radius:0px;}
    100% {-ms-transform: translateX(0px) translateY(0px) rotate(360deg);border-radius:0px;}
}
@-ms-keyframes preloader_2_3 {
    0% {-ms-transform: translateX(0px) translateY(0px)  rotate(0deg);border-radius:0px;}
    50% {-ms-transform: translateX(-20px) translateY(10px) rotate(-180deg); border-radius:20px;background:#2ecc71;}
    80% {-ms-transform: translateX(0px) translateY(0px) rotate(-360deg);border-radius:0px;}
    100% {-ms-transform: translateX(0px) translateY(0px) rotate(-360deg); border-radius:0px;}
}
@-ms-keyframes preloader_2_4 {
    0% {-ms-transform: translateX(0px) translateY(0px)  rotate(0deg); border-radius:0px;}
    50% {-ms-transform: translateX(20px) translateY(10px) rotate(180deg); border-radius:20px;background:#e74c3c;}
    80% {-ms-transform: translateX(0px) translateY(0px) rotate(360deg); border-radius:0px;}
    100% {-ms-transform: translateX(0px) translateY(0px) rotate(360deg);border-radius:0px;}
}
@-keyframes preloader_2_1 {
0% {-transform: translateX(0px) translateY(0px)  rotate(0deg); border-radius:0px;}
50% {-transform: translateX(-20px) translateY(-10px) rotate(-180deg); border-radius:20px;background:#3498db;}
80% {-transform: translateX(0px) translateY(0px) rotate(-360deg); border-radius:0px;}
100% {-transform: translateX(0px) translateY(0px) rotate(-360deg); border-radius:0px;}
}
@-keyframes preloader_2_2 {
0% {-transform: translateX(0px) translateY(0px)  rotate(0deg);border-radius:0px;}
50% {-transform: translateX(20px) translateY(-10px) rotate(180deg);border-radius:20px;background:#f1c40f;}
80% {-transform: translateX(0px) translateY(0px) rotate(360deg);border-radius:0px;}
100% {-transform: translateX(0px) translateY(0px) rotate(360deg);border-radius:0px;}
}
@-keyframes preloader_2_3 {
0% {-transform: translateX(0px) translateY(0px)  rotate(0deg);border-radius:0px;}
50% {-transform: translateX(-20px) translateY(10px) rotate(-180deg); border-radius:20px;background:#2ecc71;}
80% {-transform: translateX(0px) translateY(0px) rotate(-360deg);border-radius:0px;}
100% {-transform: translateX(0px) translateY(0px) rotate(-360deg); border-radius:0px;}
}


@-keyframes preloader_2_4 {
0% {-transform: translateX(0px) translateY(0px)  rotate(0deg); border-radius:0px;}
50% {-transform: translateX(20px) translateY(10px) rotate(180deg); border-radius:20px;background:#e74c3c;}
80% {-transform: translateX(0px) translateY(0px) rotate(360deg); border-radius:0px;}
100% {-transform: translateX(0px) translateY(0px) rotate(360deg);border-radius:0px;}
}

/******************* PRELOADER 3 **********
*******************************************/


#preloader_3{
    position:relative;
}
#preloader_3:before{
    width:20px;
    height:20px;
    border-radius:20px;
    background:blue;
    content:'';
    position:absolute;
    background:#9b59b6;
    -webkit-animation: preloader_3_before 1.5s infinite ease-in-out;
    -moz-animation: preloader_3_before 1.5s infinite ease-in-out;
    -ms-animation: preloader_3_before 1.5s infinite ease-in-out;
    animation: preloader_3_before 1.5s infinite ease-in-out;
}

#preloader_3:after{
    width:20px;
    height:20px;
    border-radius:20px;
    background:blue;
    content:'';
    position:absolute;
    background:#2ecc71;
    left:22px;
    -webkit-animation: preloader_3_after 1.5s infinite ease-in-out;
    -moz-animation: preloader_3_after 1.5s infinite ease-in-out;
    -ms-animation: preloader_3_after 1.5s infinite ease-in-out;
    animation: preloader_3_after 1.5s infinite ease-in-out;
}

@-webkit-keyframes preloader_3_before {
    0% {-webkit-transform: translateX(0px) rotate(0deg)}
    50% {-webkit-transform: translateX(50px) scale(1.2) rotate(260deg); background:#2ecc71;border-radius:0px;}
    100% {-webkit-transform: translateX(0px) rotate(0deg)}
}
@-webkit-keyframes preloader_3_after {
    0% {-webkit-transform: translateX(0px)}
    50% {-webkit-transform: translateX(-50px) scale(1.2) rotate(-260deg);background:#9b59b6;border-radius:0px;}
    100% {-webkit-transform: translateX(0px)}
}

@-moz-keyframes preloader_3_before {
    0% {-moz-transform: translateX(0px) rotate(0deg)}
    50% {-moz-transform: translateX(50px) scale(1.2) rotate(260deg); background:#2ecc71;border-radius:0px;}
    100% {-moz-transform: translateX(0px) rotate(0deg)}
}
@-moz-keyframes preloader_3_after {
    0% {-moz-transform: translateX(0px)}
    50% {-moz-transform: translateX(-50px) scale(1.2) rotate(-260deg);background:#9b59b6;border-radius:0px;}
    100% {-moz-transform: translateX(0px)}
}


@-ms-keyframes preloader_3_before {
    0% {-ms-transform: translateX(0px) rotate(0deg)}
    50% {-ms-transform: translateX(50px) scale(1.2) rotate(260deg); background:#2ecc71;border-radius:0px;}
    100% {-ms-transform: translateX(0px) rotate(0deg)}
}
@-ms-keyframes preloader_3_after {
    0% {-ms-transform: translateX(0px)}
    50% {-ms-transform: translateX(-50px) scale(1.2) rotate(-260deg);background:#9b59b6;border-radius:0px;}
    100% {-ms-transform: translateX(0px)}
}

@keyframes preloader_3_before {
    0% {transform: translateX(0px) rotate(0deg)}
    50% {transform: translateX(50px) scale(1.2) rotate(260deg); background:#2ecc71;border-radius:0px;}
    100% {transform: translateX(0px) rotate(0deg)}
}
@keyframes preloader_3_after {
    0% {transform: translateX(0px)}
    50% {transform: translateX(-50px) scale(1.2) rotate(-260deg);background:#9b59b6;border-radius:0px;}
    100% {transform: translateX(0px)}
}

/******************* PRELOADER 4 **********
*******************************************/


#preloader_4{
    position:relative;
}
#preloader_4 span{
    position:absolute;
    width:20px;
    height:20px;
    background:#3498db;
    opacity:0.5;
    border-radius:20px;
    -webkit-animation: preloader_4 1s infinite ease-in-out;
    -moz-animation: preloader_4 1s infinite ease-in-out;
    -ms-animation: preloader_4 1s infinite ease-in-out;
    -animation: preloader_4 1s infinite ease-in-out;

}
#preloader_4 span:nth-child(2){
    left:20px;
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    -ms-animation-delay: .2s;
    animation-delay: .2s;
}
#preloader_4 span:nth-child(3){
    left:40px;
    -webkit-animation-delay: .4s;
    -moz-animation-delay: .4s;
    -ms-animation-delay: .4s;
    animation-delay: .4s;
}
#preloader_4 span:nth-child(4){
    left:60px;
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    animation-delay: .6s;
}
#preloader_4 span:nth-child(5){
    left:80px;
    -webkit-animation-delay: .8s;
    -moz-animation-delay: .8s;
    -ms-animation-delay: .8s;
    animation-delay: .8s;
}

@-webkit-keyframes preloader_4 {
    0% {opacity: 0.3; -webkit-transform:translateY(0px);	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);}
    50% {opacity: 1; -webkit-transform: translateY(-10px); background:#f1c40f;	box-shadow: 0px 20px 3px rgba(0, 0, 0, 0.05);}
    100%  {opacity: 0.3; -webkit-transform:translateY(0px);	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);}
}
@-moz-keyframes preloader_4 {
    0% {opacity: 0.3; -moz-transform:translateY(0px);	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);}
    50% {opacity: 1; -moz-transform: translateY(-10px); background:#f1c40f;	box-shadow: 0px 20px 3px rgba(0, 0, 0, 0.05);}
    100%  {opacity: 0.3; -moz-transform:translateY(0px);	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);}
}
@-ms-keyframes preloader_4 {
    0% {opacity: 0.3; -ms-transform:translateY(0px);	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);}
    50% {opacity: 1; -ms-transform: translateY(-10px); background:#f1c40f;	box-shadow: 0px 20px 3px rgba(0, 0, 0, 0.05);}
    100%  {opacity: 0.3; -ms-transform:translateY(0px);	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);}
}
@keyframes preloader_4 {
    0% {opacity: 0.3; transform:translateY(0px);	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);}
    50% {opacity: 1; transform: translateY(-10px); background:#f1c40f;	box-shadow: 0px 20px 3px rgba(0, 0, 0, 0.05);}
    100%  {opacity: 0.3; transform:translateY(0px);	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);}
}


/******************* PRELOADER 5 **********
*******************************************/

#preloader5{
    position:relative;
    width:30px;
    height:30px;
    background:#3498db;
    border-radius:50px;
    -webkit-animation: preloader_5 1.5s infinite linear;
    -moz-animation: preloader_5 1.5s infinite linear;
    -ms-animation: preloader_5 1.5s infinite linear;
    animation: preloader_5 1.5s infinite linear;
}
#preloader5:after{
    position:absolute;
    width:50px;
    height:50px;
    border-top:10px solid #9b59b6;
    border-bottom:10px solid #9b59b6;
    border-left:10px solid transparent;
    border-right:10px solid transparent;
    border-radius:50px;
    content:'';
    top:-20px;
    left:-20px;
    -webkit-animation: preloader_5_after 1.5s infinite linear;
    -moz-animation: preloader_5_after 1.5s infinite linear;
    -ms-animation: preloader_5_after 1.5s infinite linear;
    animation: preloader_5_after 1.5s infinite linear;
}


@-webkit-keyframes preloader_5 {
    0% {-webkit-transform: rotate(0deg);}
    50% {-webkit-transform: rotate(180deg);background:#2ecc71;}
    100% {-webkit-transform: rotate(360deg);}
}
@-webkit-keyframes preloader_5_after {
    0% {border-top:10px solid #9b59b6;border-bottom:10px solid #9b59b6;}
    50% {border-top:10px solid #3498db;border-bottom:10px solid #3498db;}
    100% {border-top:10px solid #9b59b6;border-bottom:10px solid #9b59b6;}
}


@-moz-keyframes preloader_5 {
    0% {-moz-transform: rotate(0deg);}
    50% {-moz-transform: rotate(180deg);background:#2ecc71;}
    100% {-moz-transform: rotate(360deg);}
}
@-moz-keyframes preloader_5_after {
    0% {border-top:10px solid #9b59b6;border-bottom:10px solid #9b59b6;}
    50% {border-top:10px solid #3498db;border-bottom:10px solid #3498db;}
    100% {border-top:10px solid #9b59b6;border-bottom:10px solid #9b59b6;}
}

@-ms-keyframes preloader_5 {
    0% {-ms-transform: rotate(0deg);}
    50% {-ms-transform: rotate(180deg);background:#2ecc71;}
    100% {-ms-transform: rotate(360deg);}
}
@-ms-keyframes preloader_5_after {
    0% {border-top:10px solid #9b59b6;border-bottom:10px solid #9b59b6;}
    50% {border-top:10px solid #3498db;border-bottom:10px solid #3498db;}
    100% {border-top:10px solid #9b59b6;border-bottom:10px solid #9b59b6;}
}

@keyframes preloader_5 {
    0% {transform: rotate(0deg);}
    50% {transform: rotate(180deg);background:#2ecc71;}
    100% {transform: rotate(360deg);}
}
@keyframes preloader_5_after {
    0% {border-top:10px solid #9b59b6;border-bottom:10px solid #9b59b6;}
    50% {border-top:10px solid #3498db;border-bottom:10px solid #3498db;}
    100% {border-top:10px solid #9b59b6;border-bottom:10px solid #9b59b6;}
}


/******************* PRELOADER 6 **********
*******************************************/
#preloader6{
    position:relative;
    width: 42px;
    height: 42px;
    -webkit-animation: preloader_6 5s infinite linear;
    -moz-animation: preloader_6 5s infinite linear;
    -ms-animation: preloader_6 5s infinite linear;
    animation: preloader_6 5s infinite linear;
}
#preloader6 span{
    width:20px;
    height:20px;
    position:absolute;
    background:red;
    display:block;
    -webkit-animation: preloader_6_span 1s infinite linear;
    -moz-animation: preloader_6_span 1s infinite linear;
    -ms-animation: preloader_6_span 1s infinite linear;
    animation: preloader_6_span 1s infinite linear;
}
#preloader6 span:nth-child(1){
    background:#2ecc71;

}
#preloader6 span:nth-child(2){
    left:22px;
    background:#9b59b6;
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    -ms-animation-delay: .2s;
    animation-delay: .2s;

}
#preloader6 span:nth-child(3){
    top:22px;
    background:#3498db;
    -webkit-animation-delay: .4s;
    -moz-animation-delay: .4s;
    -ms-animation-delay: .4s;
    animation-delay: .4s;
}
#preloader6 span:nth-child(4){
    top:22px;
    left:22px;
    background:#f1c40f;
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    animation-delay: .6s;
}

@-webkit-keyframes preloader_6 {
    from {-webkit-transform: rotate(0deg);}
    to {-webkit-transform: rotate(360deg);}
}
@-webkit-keyframes preloader_6_span {
    0% { -webkit-transform:scale(1); }
    50% { -webkit-transform:scale(0.5); }
    100% { -webkit-transform:scale(1); }
}


@-moz-keyframes preloader_6 {
    from {-moz-transform: rotate(0deg);}
    to {-moz-transform: rotate(360deg);}
}
@-moz-keyframes preloader_6_span {
    0% { -moz-transform:scale(1); }
    50% { -moz-transform:scale(0.5); }
    100% { -moz-transform:scale(1); }
}

@-ms-keyframes preloader_6 {
    from {-ms-transform: rotate(0deg);}
    to {-ms-transform: rotate(360deg);}
}
@-ms-keyframes preloader_6_span {
    0% { -ms-transform:scale(1); }
    50% { -ms-transform:scale(0.5); }
    100% { -ms-transform:scale(1); }
}

@-ms-keyframes preloader_6 {
    from {-ms-transform: rotate(0deg);}
    to {-ms-transform: rotate(360deg);}
}
@keyframes preloader_6_span {
    0% { transform:scale(1); }
    50% { transform:scale(0.5); }
    100% { transform:scale(1); }
}

/*导航模块*/


.wrap_header {
      width: 100%;
    background: #fff;;
    position: relative;
   /*  z-index: 9999999; */
}

.headLogin{
       height: 35px;
    background-color: #4E7196;
    border-bottom: 1px solid rgba(255,255,255,0.3);
}
.headLogin .navigationLogin{
    width: 1000px;
    margin: 0 auto;
    line-height: 35px;
}
.navigationLogin a{
    color: #fff;
    font-size: 14px;
}
.buttonArea{
    display: none!important;
}
.right{
    float: right;
}
.header {
    width: 100%;
    background: #4E7196;
    background-color: #4E7196;
    z-index: 100;
    -webkit-transition: all 0.3s ease-out 0.1s;
    -moz-transition: all 0.3s ease-out 0.1s;
    -ms-transition: all 0.3s ease-out 0.1s;
    -o-transition: all 0.3s ease-out 0.1s;
    transition: all 0.3s ease-out 0.1s;
}

.navigation {
    position: relative;
    width: 1000px;
    height: 85px;
    margin: 0 auto;
    padding: 4px 10px 11px 10px;
    font-family: "微软雅黑";
}

.navigation .logo {
    float: left;
    width: 253px;
    height: 60px;
    margin-top: 8px
}

.navigation .logo a {
    display: block;
    width: 300px;
    height: 60px;
}


.navigation ul {
    float: right;
    margin: 18px 0 0 67px;
}

.navigation li {
    float: left;
    display: inline;
    height: 31px;
    margin-right: 15px;
    cursor: pointer;
}
.text-right{
    text-align: right;
    margin-top: 5px;
}
.text-right span{
    font-size: 17px;
    font-weight: 600;
    float: right;
}
.text-right img{
width:66%;
}
.navigation li a, .navigation .login a {
    display: block;
    height: 31px;
    text-align: center;
    font: 18px/30px "微软雅黑";
    padding:  0 14px;
    font-size: 14px;
    color: #fff;
}

.navigation li.current a, .navigation li a:hover, .navigation .login a.current, .navigation .login a:hover {
    background: #4678b7;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}

.navigation .login {
    float: left;
    margin: 27px 0 0 10px;
    *margin: 27px 0 0 0px;
}

.navigation .login a {
    float: left;
    font-size: 18px;
    padding: 0 20px;
    margin-right: 5px;
    background-color: #FEC61D;
    border-radius: 5px;
    color: #793317;
}

.navigation .login a:hover {
}

.navigation .hotLine {
    position: absolute;
    top: 8px;
    right: 0;
    color: #555555;
    font-size: 14px;
}

.navigation .hotLine em {
    color: #0099cc;
}

/*轮播图*/
#obo_slider {
    position: relative;

    width: 1000px;
}

.oneByOne1 {
    margin: 0;
    width: 100%;
   
    background: #fff;
    position: relative;
}

#obo_slider .oneByOne_item {
    position: absolute;
    width: 1000px;
    height: 400px;
}

#obo_slider .oneByOne_item span {
    font: 13px 'PT Sans', Arial, Tahoma, Verdana, Sans-Serif;
    color: #393939;
}

#obo_slider .oneByOne_item a {
    text-decoration: none;
    color: #fff;
    font-size: 40px;
    font-weight: 900;
    position: relative;
    left: 212px;
    top: 74px;
}

#obo_slider .oneByOne_item span.slide2Txt1 {
    position: relative;
    float: left;
    margin: 95px 0 0 479px;
    color: #fffefe;
    font: bold 48px "微软雅黑";
}

#obo_slider .oneByOne_item span.slide2Txt1 em {
    color: #f6f427;
    font-size: 59px;
}

#obo_slider .oneByOne_item span.slide2Txt2 {
    position: relative;
    clear: left;
    float: left;
    margin: 20px 0 0 479px;
    color: #ffffff;
    font: bold 61px "微软雅黑";
    width: 500px;
}

#obo_slider .oneByOne_item span.slide2Txt3 {
    position: relative;
    clear: left;
    float: left;
    margin: 20px 0 0 479px;
    color: #feffff;
    font: bold 20px "微软雅黑";
    width: 500px;
}

#obo_slider .oneByOne_item span.slide2Txt3 em {
    color: #f6f427;
}

#obo_slider .oneByOne_item span.slide1Txt1 {
    position: relative;
    float: left;
    display: block;
    width: 100px;
    height: 140px;
    margin: 58px 0 0 80px;
    color: #535352;
    font: 12px "微软雅黑";
    background: url(../images/icon_card.png) center 25px no-repeat;
}

#obo_slider .oneByOne_item span.slide1Txt1 p {
    margin-top: 80px;
    text-align: center;
}

#obo_slider .oneByOne_item span.slide1Txt1 h4 {
    color: #bbdbed;
    font-size: 13px;
    text-align: center;
}

#obo_slider .oneByOne_item span.slide1Txt2 {
    position: relative;
    float: left;
    display: block;
    width: 150px;
    height: 140px;
    margin: 204px 0 0 -70px;
    color: #535352;
    font: 12px "微软雅黑";
    background: url(../images/icon_cart.png) center 25px no-repeat;
}

#obo_slider .oneByOne_item span.slide1Txt2 p {
    margin-top: 80px;
    text-align: center;
}

#obo_slider .oneByOne_item span.slide1Txt2 h4 {
    color: #bbdbed;
    font-size: 13px;
    text-align: center;
}

#obo_slider .oneByOne_item span.slide1Txt3 {
    position: relative;
    float: left;
    display: block;
    width: 100px;
    height: 140px;
    margin: -250px 0 0 750px;
    color: #535352;
    font: 12px "微软雅黑";
    background: url(../images/icon_img.png) center 25px no-repeat;
}

#obo_slider .oneByOne_item span.slide1Txt3 p {
    margin-top: 80px;
    text-align: center;
}

#obo_slider .oneByOne_item span.slide1Txt3 h4 {
    color: #bbdbed;
    font-size: 13px;
    text-align: center;
}

#obo_slider .oneByOne_item span.slide1Txt4 {
    position: relative;
    float: left;
    display: block;
    width: 150px;
    height: 140px;
    margin: -100px 0 0 787px;
    color: #535352;
    font: 12px "微软雅黑";
    background: url(../images/icon_travel.png) center 25px no-repeat;
}

#obo_slider .oneByOne_item span.slide1Txt4 p {
    margin-top: 80px;
    text-align: center;
}

#obo_slider .oneByOne_item span.slide1Txt4 h4 {
    color: #bbdbed;
    font-size: 13px;
    text-align: center;
}

#obo_slider img.wp1_1 {
    position: absolute;
    top: 50px;
    left: 318px;
}

#obo_slider img.wp1_2 {
    position: absolute;
    top: 0px;
    left: 90px;
}

#obo_slider img.wp1_3 {
    position: absolute;
    top: 0px;
    left: -310px;

}

#obo_slider img.wp1_left {
    left: 0;
    right: auto;
}

#obo_slider .oneByOne_item span.txt1 {
    clear: left;
    position: relative;
    float: left;
    margin: 32px 0 0 482px;
    font-size: 32px;
    font-family: 'Microsoft Yahei', 'Simsun';
    color: #e2e6e9;
    font-weight: bold;
}

#obo_slider .oneByOne_item span.txt2 {
    clear: left;
    position: relative;
    float: left;
    width: 588px;
    margin: 77px 0 0 213px;
    font-size: 12px;
    color: #fff!important;
}

#obo_slider .oneByOne_item span.txt2 em {
    color: #f6f427;
    font-size: 36px;
    padding: 0 0px 3px;
}
#obo_slider .oneByOne_item span.txt2 em img{
    height: 130px;
}

#obo_slider .oneByOne_item span.txt3 {
    clear: left;
    position: relative;
    width: 370px;
    float: left;
    margin: 15px 0 0 482px;
    color: #ffffff;
    font: bold 15px "微软雅黑";
}

#obo_slider .oneByOne_item span.txt3 em {
    color: #f6f427;
    font-size: 20px;
}
.tiaojiebanner #obo_slider .oneByOne_item span.txt4{
    clear: left;
    position: relative;
    float: left;
    margin: 50px 0 0 723px;
}
#obo_slider .oneByOne_item span.txt4 {
    clear: left;
    position: relative;
    float: left;
    margin: 4px 0 0 215px;
    color: #bed6f3;
    display: block;
    width: 418px;
    font-size: 13px;
    line-height: 25px;

}
#obo_slider .oneByOne_item span.txt4 img{

}

.btn_l {
    background: url(../images/sprite.png) no-repeat scroll 0 -123px rgba(0, 0, 0, 0);
    border: medium none;
    color: #3FA3C9;
    cursor: pointer;
    font: italic bold 16px 'Microsoft Yahei', 'Simsun';
    height: 56px;
    padding: 0;
    width: 151px;
}

.btn_l:hover {
    background-position: -157px -123px;
}

#obo_slider img.wp1 {
    position: absolute;
    top: 240px;
    left: 380px;
}

#obo_slider img.wp2 {
    position: absolute;
    top: 200px;
    left: 470px;
}

#obo_slider img.wp3 {
    position: absolute;
    top: 100px;
    left: 600px;
}

#obo_slider .oneByOne_item span.txt_right {
    padding-left: 550px;
}

#obo_slider .oneByOne_item span.txt4.txt_right {
    padding-left: 735px;
}

#obo_slider .oneByOne_item span.blue {
    background: #3fa3c9;
    color: #fff;
    padding: 6px 17px;
    margin-bottom: 5px;
}

#obo_slider .oneByOne_item span.txt_right2 {
    margin-left: 405px;
}

.homeone .oneByOne1 {
    background: #0083DE url(../images/33bg.jpg) no-repeat 0 0;
   background-size:100% 100%;

}

.homeone #obo_slider .oneByOne_item span.txt1, .homeone #obo_slider .oneByOne_item span.txt2, .homeone #obo_slider .oneByOne_item span.txt3 {
    color: #fff;
}

.homeone #obo_slider .oneByOne_item span.blue {
    background: #fff;
    color: #3fa3c9;
}

.homeone #obo_slider .oneByOne_item .slide1_bot {
    margin-top: 25px;
    height: 400px;
}

.homeone #obo_slider .oneByOne_item .slide2_bot {
    margin-top: 14px;
    height: 400px;
}

.homeone #obo_slider .oneByOne_item .slide3_bot {
    margin-top: 5px;
    height: 400px;
}

.homeone .arrowButton .prevArrow, .homeone .arrowButton .nextArrow {
    top: 180px;
}

#obo_slider .oneByOne_item span.wp1 {
    clear: left;
    position: relative;
    float: left;
    margin: 120px 12px 0 60px;
    background: #20B2AA;
    padding: 8px;
    color: #FFFFFF;
    font-size: 40px;
}

#obo_slider .oneByOne_item span.wp1 a {
    color: #FFFFFF;
}

#obo_slider .oneByOne_item span.wp2 {
    clear: left;
    position: relative;
    float: left;
    margin: 12px 12px 0 60px;
    color: #FFFFFF;
    background: #5F9EA0;
    padding: 8px;
    font-size: 16px;
}

#obo_slider .oneByOne_item img.bigImage {
    position: absolute;
    top: 0;
    left: 0;
}

#obo_slider .oneByOne_item span.slide5Txt1 {
    position: relative;
    float: left;
    margin: 150px 12px 0 600px;
    color: #9ACD32;
    font-size: 24px;
    background: #FFFFFF;
    padding: 8px;
}

#obo_slider .oneByOne_item span.slide5Txt2 {
    position: relative;
    clear: left;
    float: left;
    margin: 12px 12px 0 600px;
    color: #666666;
    font-size: 12px;
    background: #FFFFFF;
    padding: 8px;
}

.buttonArea {
    float: left;
    left: 38%;
    position: relative;
    top: 285px;
}

.buttonCon {
    float: left;
    position: relative;
}

.buttonArea a.active {
    background-position: -5px -25px;
    background-color: #5eafcd;
}

.arrowButton {
    cursor: pointer;
}

.arrowButton .prevArrow {
    background: url(../images/prev.png) no-repeat;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 127px;
    left: 50px;
}

.arrowButton .nextArrow {
    background: url(../images/next.png) no-repeat;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 127px;
    right: 50px;
}

.arrowButton .prevArrow:hover, .arrowButton .nextArrow:hover {
    opacity: .9;
}

.animate0 {
    -webkit-animation-duration: .6s;
    -webkit-animation-delay: 0s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-duration: .6s;
    -moz-animation-delay: 0s;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: both;
    -ms-animation-duration: .6s;
    -ms-animation-delay: 0s;
    -ms-animation-timing-function: ease;
    -ms-animation-fill-mode: both;
    animation-duration: .6s;
    animation-delay: 0s;
    animation-timing-function: ease;
    animation-fill-mode: both;
}

.animate1 {
    -webkit-animation-duration: .6s;
    -webkit-animation-delay: .2s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-duration: .6s;
    -moz-animation-delay: .2s;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: both;
    -ms-animation-duration: .6s;
    -ms-animation-delay: .2s;
    -ms-animation-timing-function: ease;
    -ms-animation-fill-mode: both;
    animation-duration: .6s;
    animation-delay: .2s;
    animation-timing-function: ease;
    animation-fill-mode: both;
}

.animate2 {
    -webkit-animation-duration: .6s;
    -webkit-animation-delay: .4s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-duration: .6s;
    -moz-animation-delay: .4s;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: both;
    -ms-animation-duration: .6s;
    -ms-animation-delay: .4s;
    -ms-animation-timing-function: ease;
    -ms-animation-fill-mode: both;
    animation-duration: .6s;
    animation-delay: .4s;
    animation-timing-function: ease;
    animation-fill-mode: both;
}

.animate3 {
    -webkit-animation-duration: .6s;
    -webkit-animation-delay: .6s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-duration: .6s;
    -moz-animation-delay: .6s;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: both;
    -ms-animation-duration: .6s;
    -ms-animation-delay: .6s;
    -ms-animation-timing-function: ease;
    -ms-animation-fill-mode: both;
    animation-duration: .6s;
    animation-delay: .6s;
    animation-timing-function: ease;
    animation-fill-mode: both;
}

.animate4 {
    -webkit-animation-duration: .6s;
    -webkit-animation-delay: .8s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-duration: .6s;
    -moz-animation-delay: .8s;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: both;
    -ms-animation-duration: .6s;
    -ms-animation-delay: .8s;
    -ms-animation-timing-function: ease;
    -ms-animation-fill-mode: both;
    animation-duration: .6s;
    animation-delay: .8s;
    animation-timing-function: ease;
    animation-fill-mode: both;
}

.animate5 {
    -webkit-animation-duration: .6s;
    -webkit-animation-delay: 1s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-duration: .6s;
    -moz-animation-delay: 1s;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: both;
    -ms-animation-duration: .6s;
    -ms-animation-delay: 1s;
    -ms-animation-timing-function: ease;
    -ms-animation-fill-mode: both;
    animation-duration: .6s;
    animation-delay: 1s;
    animation-timing-function: ease;
    animation-fill-mode: both;
}

.animated {
    -webkit-animation: 1s ease;
    -moz-animation: 1s ease;
    -ms-animation: 1s ease;
    animation: 1s ease;
}

.animated.hinge {
    -webkit-animation: 2s ease;
    -moz-animation: 2s ease;
    -ms-animation: 2s ease;
    animation: 2s ease;
}

@-webkit-keyframes flash {
    0%, 50%, 100% {
        opacity: 1;
    }
    25%, 75% {
        opacity: 0;
    }
}

@-moz-keyframes flash {
    0%, 50%, 100% {
        opacity: 1;
    }
    25%, 75% {
        opacity: 0;
    }
}

@-ms-keyframes flash {
    0%, 50%, 100% {
        opacity: 1;
    }
    25%, 75% {
        opacity: 0;
    }
}

@keyframes flash {
    0%, 50%, 100% {
        opacity: 1;
    }
    25%, 75% {
        opacity: 0;
    }
}

.flash {
    -webkit-animation-name: flash;
    -moz-animation-name: flash;
    -ms-animation-name: flash;
    animation-name: flash;
}

@-webkit-keyframes shake {
    0%, 100% {
        -webkit-transform: translateX(0);
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateX(-10px);
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translateX(10px);
    }
}

@-moz-keyframes shake {
    0%, 100% {
        -moz-transform: translateX(0);
    }
    10%, 30%, 50%, 70%, 90% {
        -moz-transform: translateX(-10px);
    }
    20%, 40%, 60%, 80% {
        -moz-transform: translateX(10px);
    }
}

@-ms-keyframes shake {
    0%, 100% {
        -ms-transform: translateX(0);
    }
    10%, 30%, 50%, 70%, 90% {
        -ms-transform: translateX(-10px);
    }
    20%, 40%, 60%, 80% {
        -ms-transform: translateX(10px);
    }
}

@keyframes shake {
    0%, 100% {
        transform: translateX(0);
    }
    10%, 30%, 50%, 70%, 90% {
        transform: translateX(-10px);
    }
    20%, 40%, 60%, 80% {
        transform: translateX(10px);
    }
}

.shake {
    -webkit-animation-name: shake;
    -moz-animation-name: shake;
    -ms-animation-name: shake;
    animation-name: shake;
}

@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
    }
}

@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-30px);
    }
    60% {
        -moz-transform: translateY(-15px);
    }
}

@-ms-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -ms-transform: translateY(0);
    }
    40% {
        -ms-transform: translateY(-30px);
    }
    60% {
        -ms-transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-30px);
    }
    60% {
        transform: translateY(-15px);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    -moz-animation-name: bounce;
    -ms-animation-name: bounce;
    animation-name: bounce;
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
    }
    10%, 20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale(1.1) rotate(3deg);
    }
    40%, 60%, 80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
    }
    100% {
        -webkit-transform: scale(1) rotate(0);
    }
}

@-moz-keyframes tada {
    0% {
        -moz-transform: scale(1);
    }
    10%, 20% {
        -moz-transform: scale(0.9) rotate(-3deg);
    }
    30%, 50%, 70%, 90% {
        -moz-transform: scale(1.1) rotate(3deg);
    }
    40%, 60%, 80% {
        -moz-transform: scale(1.1) rotate(-3deg);
    }
    100% {
        -moz-transform: scale(1) rotate(0);
    }
}

@-ms-keyframes tada {
    0% {
        -ms-transform: scale(1);
    }
    10%, 20% {
        -ms-transform: scale(0.9) rotate(-3deg);
    }
    30%, 50%, 70%, 90% {
        -ms-transform: scale(1.1) rotate(3deg);
    }
    40%, 60%, 80% {
        -ms-transform: scale(1.1) rotate(-3deg);
    }
    100% {
        -ms-transform: scale(1) rotate(0);
    }
}

@keyframes tada {
    0% {
        transform: scale(1);
    }
    10%, 20% {
        transform: scale(0.9) rotate(-3deg);
    }
    30%, 50%, 70%, 90% {
        transform: scale(1.1) rotate(3deg);
    }
    40%, 60%, 80% {
        transform: scale(1.1) rotate(-3deg);
    }
    100% {
        transform: scale(1) rotate(0);
    }
}

.tada {
    -webkit-animation-name: tada;
    -moz-animation-name: tada;
    -ms-animation-name: tada;
    animation-name: tada;
}

@-webkit-keyframes swing {
    20%, 40%, 60%, 80%, 100% {
        -webkit-transform-origin: top center;
    }
    20% {
        -webkit-transform: rotate(15deg);
    }
    40% {
        -webkit-transform: rotate(-10deg);
    }
    60% {
        -webkit-transform: rotate(5deg);
    }
    80% {
        -webkit-transform: rotate(-5deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
    }
}

@-moz-keyframes swing {
    20%, 40%, 60%, 80%, 100% {
        -moz-transform-origin: top center;
    }
    20% {
        -moz-transform: rotate(15deg);
    }
    40% {
        -moz-transform: rotate(-10deg);
    }
    60% {
        -moz-transform: rotate(5deg);
    }
    80% {
        -moz-transform: rotate(-5deg);
    }
    100% {
        -moz-transform: rotate(0deg);
    }
}

@-ms-keyframes swing {
    20%, 40%, 60%, 80%, 100% {
        -ms-transform-origin: top center;
    }
    20% {
        -ms-transform: rotate(15deg);
    }
    40% {
        -ms-transform: rotate(-10deg);
    }
    60% {
        -ms-transform: rotate(5deg);
    }
    80% {
        -ms-transform: rotate(-5deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
    }
}

@keyframes swing {
    20%, 40%, 60%, 80%, 100% {
        transform-origin: top center;
    }
    20% {
        transform: rotate(15deg);
    }
    40% {
        transform: rotate(-10deg);
    }
    60% {
        transform: rotate(5deg);
    }
    80% {
        transform: rotate(-5deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

.swing {
    -webkit-animation-name: swing;
    -moz-animation-name: swing;
    -ms-animation-name: swing;
    animation-name: swing;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateX(0%);
    }
    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
    }
    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
    }
    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
    }
    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
    }
    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
    }
    100% {
        -webkit-transform: translateX(0%);
    }
}

@-moz-keyframes wobble {
    0% {
        -moz-transform: translateX(0%);
    }
    15% {
        -moz-transform: translateX(-25%) rotate(-5deg);
    }
    30% {
        -moz-transform: translateX(20%) rotate(3deg);
    }
    45% {
        -moz-transform: translateX(-15%) rotate(-3deg);
    }
    60% {
        -moz-transform: translateX(10%) rotate(2deg);
    }
    75% {
        -moz-transform: translateX(-5%) rotate(-1deg);
    }
    100% {
        -moz-transform: translateX(0%);
    }
}

@-ms-keyframes wobble {
    0% {
        -ms-transform: translateX(0%);
    }
    15% {
        -ms-transform: translateX(-25%) rotate(-5deg);
    }
    30% {
        -ms-transform: translateX(20%) rotate(3deg);
    }
    45% {
        -ms-transform: translateX(-15%) rotate(-3deg);
    }
    60% {
        -ms-transform: translateX(10%) rotate(2deg);
    }
    75% {
        -ms-transform: translateX(-5%) rotate(-1deg);
    }
    100% {
        -ms-transform: translateX(0%);
    }
}

@keyframes wobble {
    0% {
        transform: translateX(0%);
    }
    15% {
        transform: translateX(-25%) rotate(-5deg);
    }
    30% {
        transform: translateX(20%) rotate(3deg);
    }
    45% {
        transform: translateX(-15%) rotate(-3deg);
    }
    60% {
        transform: translateX(10%) rotate(2deg);
    }
    75% {
        transform: translateX(-5%) rotate(-1deg);
    }
    100% {
        transform: translateX(0%);
    }
}

.wobble {
    -webkit-animation-name: wobble;
    -moz-animation-name: wobble;
    -ms-animation-name: wobble;
    animation-name: wobble;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes pulse {
    0% {
        -moz-transform: scale(1);
    }
    50% {
        -moz-transform: scale(1.1);
    }
    100% {
        -moz-transform: scale(1);
    }
}

@-ms-keyframes pulse {
    0% {
        -ms-transform: scale(1);
    }
    50% {
        -ms-transform: scale(1.1);
    }
    100% {
        -ms-transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -ms-animation-name: pulse;
    animation-name: pulse;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -ms-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@-ms-keyframes fadeInUp {
    0% {
        opacity: 0;
        -ms-transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -ms-transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -ms-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes fadeInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@-ms-keyframes fadeInDown {
    0% {
        opacity: 0;
        -ms-transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -ms-transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -ms-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}

@-ms-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -ms-transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -ms-transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -ms-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes fadeInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}

@-ms-keyframes fadeInRight {
    0% {
        opacity: 0;
        -ms-transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -ms-transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    -moz-animation-name: fadeInRight;
    -ms-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -moz-transform: translateY(2000px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@-ms-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -ms-transform: translateY(2000px);
    }
    100% {
        opacity: 1;
        -ms-transform: translateY(0);
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        transform: translateY(2000px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    -moz-animation-name: fadeInUpBig;
    -ms-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -moz-transform: translateY(-2000px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@-ms-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -ms-transform: translateY(-2000px);
    }
    100% {
        opacity: 1;
        -ms-transform: translateY(0);
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        transform: translateY(-2000px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    -moz-animation-name: fadeInDownBig;
    -ms-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -moz-transform: translateX(-2000px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}

@-ms-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -ms-transform: translateX(-2000px);
    }
    100% {
        opacity: 1;
        -ms-transform: translateX(0);
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translateX(-2000px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    -moz-animation-name: fadeInLeftBig;
    -ms-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -moz-transform: translateX(2000px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}

@-ms-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -ms-transform: translateX(2000px);
    }
    100% {
        opacity: 1;
        -ms-transform: translateX(0);
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        transform: translateX(2000px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    -moz-animation-name: fadeInRightBig;
    -ms-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-ms-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    -moz-animation-name: fadeOut;
    -ms-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }
}

@-moz-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
    100% {
        opacity: 0;
        -moz-transform: translateY(-20px);
    }
}

@-ms-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -ms-transform: translateY(0);
    }
    100% {
        opacity: 0;
        -ms-transform: translateY(-20px);
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(-20px);
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    -moz-animation-name: fadeOutUp;
    -ms-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
    }
}

@-moz-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
    100% {
        opacity: 0;
        -moz-transform: translateY(20px);
    }
}

@-ms-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -ms-transform: translateY(0);
    }
    100% {
        opacity: 0;
        -ms-transform: translateY(20px);
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(20px);
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    -moz-animation-name: fadeOutDown;
    -ms-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
    }
}

@-moz-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
    100% {
        opacity: 0;
        -moz-transform: translateX(-20px);
    }
}

@-ms-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -ms-transform: translateX(0);
    }
    100% {
        opacity: 0;
        -ms-transform: translateX(-20px);
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(-20px);
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    -moz-animation-name: fadeOutLeft;
    -ms-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
    }
}

@-moz-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
    100% {
        opacity: 0;
        -moz-transform: translateX(20px);
    }
}

@-ms-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -ms-transform: translateX(0);
    }
    100% {
        opacity: 0;
        -ms-transform: translateX(20px);
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(20px);
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    -moz-animation-name: fadeOutRight;
    -ms-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
    }
}

@-moz-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
    100% {
        opacity: 0;
        -moz-transform: translateY(-2000px);
    }
}

@-ms-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -ms-transform: translateY(0);
    }
    100% {
        opacity: 0;
        -ms-transform: translateY(-2000px);
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(-2000px);
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    -moz-animation-name: fadeOutUpBig;
    -ms-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
    }
}

@-moz-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
    100% {
        opacity: 0;
        -moz-transform: translateY(2000px);
    }
}

@-ms-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -ms-transform: translateY(0);
    }
    100% {
        opacity: 0;
        -ms-transform: translateY(2000px);
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(2000px);
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    -moz-animation-name: fadeOutDownBig;
    -ms-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
    }
}

@-moz-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
    100% {
        opacity: 0;
        -moz-transform: translateX(-2000px);
    }
}

@-ms-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -ms-transform: translateX(0);
    }
    100% {
        opacity: 0;
        -ms-transform: translateX(-2000px);
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(-2000px);
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    -moz-animation-name: fadeOutLeftBig;
    -ms-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
    }
}

@-moz-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
    100% {
        opacity: 0;
        -moz-transform: translateX(2000px);
    }
}

@-ms-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -ms-transform: translateX(0);
    }
    100% {
        opacity: 0;
        -ms-transform: translateX(2000px);
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(2000px);
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    -moz-animation-name: fadeOutRightBig;
    -ms-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
    }
    70% {
        -webkit-transform: scale(.9);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes bounceIn {
    0% {
        opacity: 0;
        -moz-transform: scale(.3);
    }
    50% {
        opacity: 1;
        -moz-transform: scale(1.05);
    }
    70% {
        -moz-transform: scale(.9);
    }
    100% {
        -moz-transform: scale(1);
    }
}

@-ms-keyframes bounceIn {
    0% {
        opacity: 0;
        -ms-transform: scale(.3);
    }
    50% {
        opacity: 1;
        -ms-transform: scale(1.05);
    }
    70% {
        -ms-transform: scale(.9);
    }
    100% {
        -ms-transform: scale(1);
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(.3);
    }
    50% {
        opacity: 1;
        transform: scale(1.05);
    }
    70% {
        transform: scale(.9);
    }
    100% {
        transform: scale(1);
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    -moz-animation-name: bounceIn;
    -ms-animation-name: bounceIn;
    animation-name: bounceIn;
}

@-webkit-keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
    }
    80% {
        -webkit-transform: translateY(10px);
    }
    100% {
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes bounceInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(2000px);
    }
    60% {
        opacity: 1;
        -moz-transform: translateY(-30px);
    }
    80% {
        -moz-transform: translateY(10px);
    }
    100% {
        -moz-transform: translateY(0);
    }
}

@-ms-keyframes bounceInUp {
    0% {
        opacity: 0;
        -ms-transform: translateY(2000px);
    }
    60% {
        opacity: 1;
        -ms-transform: translateY(-30px);
    }
    80% {
        -ms-transform: translateY(10px);
    }
    100% {
        -ms-transform: translateY(0);
    }
}

@keyframes bounceInUp {
    0% {
        opacity: 0;
        transform: translateY(2000px);
    }
    60% {
        opacity: 1;
        transform: translateY(-30px);
    }
    80% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(0);
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    -moz-animation-name: bounceInUp;
    -ms-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
    }
    80% {
        -webkit-transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes bounceInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-2000px);
    }
    60% {
        opacity: 1;
        -moz-transform: translateY(30px);
    }
    80% {
        -moz-transform: translateY(-10px);
    }
    100% {
        -moz-transform: translateY(0);
    }
}

@-ms-keyframes bounceInDown {
    0% {
        opacity: 0;
        -ms-transform: translateY(-2000px);
    }
    60% {
        opacity: 1;
        -ms-transform: translateY(30px);
    }
    80% {
        -ms-transform: translateY(-10px);
    }
    100% {
        -ms-transform: translateY(0);
    }
}

@keyframes bounceInDown {
    0% {
        opacity: 0;
        transform: translateY(-2000px);
    }
    60% {
        opacity: 1;
        transform: translateY(30px);
    }
    80% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    -moz-animation-name: bounceInDown;
    -ms-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
    }
    80% {
        -webkit-transform: translateX(-10px);
    }
    100% {
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-2000px);
    }
    60% {
        opacity: 1;
        -moz-transform: translateX(30px);
    }
    80% {
        -moz-transform: translateX(-10px);
    }
    100% {
        -moz-transform: translateX(0);
    }
}

@-ms-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -ms-transform: translateX(-2000px);
    }
    60% {
        opacity: 1;
        -ms-transform: translateX(30px);
    }
    80% {
        -ms-transform: translateX(-10px);
    }
    100% {
        -ms-transform: translateX(0);
    }
}

@keyframes bounceInLeft {
    0% {
        opacity: 0;
        transform: translateX(-2000px);
    }
    60% {
        opacity: 1;
        transform: translateX(30px);
    }
    80% {
        transform: translateX(-10px);
    }
    100% {
        transform: translateX(0);
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    -moz-animation-name: bounceInLeft;
    -ms-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
    }
    80% {
        -webkit-transform: translateX(10px);
    }
    100% {
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes bounceInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(2000px);
    }
    60% {
        opacity: 1;
        -moz-transform: translateX(-30px);
    }
    80% {
        -moz-transform: translateX(10px);
    }
    100% {
        -moz-transform: translateX(0);
    }
}

@-ms-keyframes bounceInRight {
    0% {
        opacity: 0;
        -ms-transform: translateX(2000px);
    }
    60% {
        opacity: 1;
        -ms-transform: translateX(-30px);
    }
    80% {
        -ms-transform: translateX(10px);
    }
    100% {
        -ms-transform: translateX(0);
    }
}

@keyframes bounceInRight {
    0% {
        opacity: 0;
        transform: translateX(2000px);
    }
    60% {
        opacity: 1;
        transform: translateX(-30px);
    }
    80% {
        transform: translateX(10px);
    }
    100% {
        transform: translateX(0);
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    -moz-animation-name: bounceInRight;
    -ms-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

@-webkit-keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
    }
    25% {
        -webkit-transform: scale(.95);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.3);
    }
}

@-moz-keyframes bounceOut {
    0% {
        -moz-transform: scale(1);
    }
    25% {
        -moz-transform: scale(.95);
    }
    50% {
        opacity: 1;
        -moz-transform: scale(1.1);
    }
    100% {
        opacity: 0;
        -moz-transform: scale(.3);
    }
}

@-ms-keyframes bounceOut {
    0% {
        -ms-transform: scale(1);
    }
    25% {
        -ms-transform: scale(.95);
    }
    50% {
        opacity: 1;
        -ms-transform: scale(1.1);
    }
    100% {
        opacity: 0;
        -ms-transform: scale(.3);
    }
}

@keyframes bounceOut {
    0% {
        transform: scale(1);
    }
    25% {
        transform: scale(.95);
    }
    50% {
        opacity: 1;
        transform: scale(1.1);
    }
    100% {
        opacity: 0;
        transform: scale(.3);
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    -moz-animation-name: bounceOut;
    -ms-animation-name: bounceOut;
    animation-name: bounceOut;
}

@-webkit-keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
    }
}

@-moz-keyframes bounceOutUp {
    0% {
        -moz-transform: translateY(0);
    }
    20% {
        opacity: 1;
        -moz-transform: translateY(20px);
    }
    100% {
        opacity: 0;
        -moz-transform: translateY(-2000px);
    }
}

@-ms-keyframes bounceOutUp {
    0% {
        -ms-transform: translateY(0);
    }
    20% {
        opacity: 1;
        -ms-transform: translateY(20px);
    }
    100% {
        opacity: 0;
        -ms-transform: translateY(-2000px);
    }
}

@keyframes bounceOutUp {
    0% {
        transform: translateY(0);
    }
    20% {
        opacity: 1;
        transform: translateY(20px);
    }
    100% {
        opacity: 0;
        transform: translateY(-2000px);
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    -moz-animation-name: bounceOutUp;
    -ms-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}

@-webkit-keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
    }
}

@-moz-keyframes bounceOutDown {
    0% {
        -moz-transform: translateY(0);
    }
    20% {
        opacity: 1;
        -moz-transform: translateY(-20px);
    }
    100% {
        opacity: 0;
        -moz-transform: translateY(2000px);
    }
}

@-ms-keyframes bounceOutDown {
    0% {
        -ms-transform: translateY(0);
    }
    20% {
        opacity: 1;
        -ms-transform: translateY(-20px);
    }
    100% {
        opacity: 0;
        -ms-transform: translateY(2000px);
    }
}

@keyframes bounceOutDown {
    0% {
        transform: translateY(0);
    }
    20% {
        opacity: 1;
        transform: translateY(-20px);
    }
    100% {
        opacity: 0;
        transform: translateY(2000px);
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    -moz-animation-name: bounceOutDown;
    -ms-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
    }
}

@-moz-keyframes bounceOutLeft {
    0% {
        -moz-transform: translateX(0);
    }
    20% {
        opacity: 1;
        -moz-transform: translateX(20px);
    }
    100% {
        opacity: 0;
        -moz-transform: translateX(-2000px);
    }
}

@-ms-keyframes bounceOutLeft {
    0% {
        -ms-transform: translateX(0);
    }
    20% {
        opacity: 1;
        -ms-transform: translateX(20px);
    }
    100% {
        opacity: 0;
        -ms-transform: translateX(-2000px);
    }
}

@keyframes bounceOutLeft {
    0% {
        transform: translateX(0);
    }
    20% {
        opacity: 1;
        transform: translateX(20px);
    }
    100% {
        opacity: 0;
        transform: translateX(-2000px);
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    -moz-animation-name: bounceOutLeft;
    -ms-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
    }
}

@-moz-keyframes bounceOutRight {
    0% {
        -moz-transform: translateX(0);
    }
    20% {
        opacity: 1;
        -moz-transform: translateX(-20px);
    }
    100% {
        opacity: 0;
        -moz-transform: translateX(2000px);
    }
}

@-ms-keyframes bounceOutRight {
    0% {
        -ms-transform: translateX(0);
    }
    20% {
        opacity: 1;
        -ms-transform: translateX(-20px);
    }
    100% {
        opacity: 0;
        -ms-transform: translateX(2000px);
    }
}

@keyframes bounceOutRight {
    0% {
        transform: translateX(0);
    }
    20% {
        opacity: 1;
        transform: translateX(-20px);
    }
    100% {
        opacity: 0;
        transform: translateX(2000px);
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    -moz-animation-name: bounceOutRight;
    -ms-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
}

@-moz-keyframes rotateIn {
    0% {
        -moz-transform-origin: center center;
        -moz-transform: rotate(-200deg);
        opacity: 0;
    }
    100% {
        -moz-transform-origin: center center;
        -moz-transform: rotate(0);
        opacity: 1;
    }
}

@-ms-keyframes rotateIn {
    0% {
        -ms-transform-origin: center center;
        -ms-transform: rotate(-200deg);
        opacity: 0;
    }
    100% {
        -ms-transform-origin: center center;
        -ms-transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateIn {
    0% {
        transform-origin: center center;
        transform: rotate(-200deg);
        opacity: 0;
    }
    100% {
        transform-origin: center center;
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    -moz-animation-name: rotateIn;
    -ms-animation-name: rotateIn;
    animation-name: rotateIn;
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
}

@-moz-keyframes rotateInUpLeft {
    0% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(90deg);
        opacity: 0;
    }
    100% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(0);
        opacity: 1;
    }
}

@-ms-keyframes rotateInUpLeft {
    0% {
        -ms-transform-origin: left bottom;
        -ms-transform: rotate(90deg);
        opacity: 0;
    }
    100% {
        -ms-transform-origin: left bottom;
        -ms-transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(90deg);
        opacity: 0;
    }
    100% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    -moz-animation-name: rotateInUpLeft;
    -ms-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
}

@-moz-keyframes rotateInDownLeft {
    0% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(-90deg);
        opacity: 0;
    }
    100% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(0);
        opacity: 1;
    }
}

@-ms-keyframes rotateInDownLeft {
    0% {
        -ms-transform-origin: left bottom;
        -ms-transform: rotate(-90deg);
        opacity: 0;
    }
    100% {
        -ms-transform-origin: left bottom;
        -ms-transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(-90deg);
        opacity: 0;
    }
    100% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    -moz-animation-name: rotateInDownLeft;
    -ms-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
}

@-moz-keyframes rotateInUpRight {
    0% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(-90deg);
        opacity: 0;
    }
    100% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(0);
        opacity: 1;
    }
}

@-ms-keyframes rotateInUpRight {
    0% {
        -ms-transform-origin: right bottom;
        -ms-transform: rotate(-90deg);
        opacity: 0;
    }
    100% {
        -ms-transform-origin: right bottom;
        -ms-transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(-90deg);
        opacity: 0;
    }
    100% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    -moz-animation-name: rotateInUpRight;
    -ms-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
}

@-moz-keyframes rotateInDownRight {
    0% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(90deg);
        opacity: 0;
    }
    100% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(0);
        opacity: 1;
    }
}

@-ms-keyframes rotateInDownRight {
    0% {
        -ms-transform-origin: right bottom;
        -ms-transform: rotate(90deg);
        opacity: 0;
    }
    100% {
        -ms-transform-origin: right bottom;
        -ms-transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(90deg);
        opacity: 0;
    }
    100% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    -moz-animation-name: rotateInDownRight;
    -ms-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(200deg);
        opacity: 0;
    }
}

@-moz-keyframes rotateOut {
    0% {
        -moz-transform-origin: center center;
        -moz-transform: rotate(0);
        opacity: 1;
    }
    100% {
        -moz-transform-origin: center center;
        -moz-transform: rotate(200deg);
        opacity: 0;
    }
}

@-ms-keyframes rotateOut {
    0% {
        -ms-transform-origin: center center;
        -ms-transform: rotate(0);
        opacity: 1;
    }
    100% {
        -ms-transform-origin: center center;
        -ms-transform: rotate(200deg);
        opacity: 0;
    }
}

@keyframes rotateOut {
    0% {
        transform-origin: center center;
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        transform-origin: center center;
        transform: rotate(200deg);
        opacity: 0;
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    -moz-animation-name: rotateOut;
    -ms-animation-name: rotateOut;
    animation-name: rotateOut;
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        opacity: 0;
    }
}

@-moz-keyframes rotateOutUpLeft {
    0% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(0);
        opacity: 1;
    }
    100% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(-90deg);
        opacity: 0;
    }
}

@-ms-keyframes rotateOutUpLeft {
    0% {
        -ms-transform-origin: left bottom;
        -ms-transform: rotate(0);
        opacity: 1;
    }
    100% {
        -ms-transform-origin: left bottom;
        -ms-transform: rotate(-90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        -transform-origin: left bottom;
        -transform: rotate(-90deg);
        opacity: 0;
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    -moz-animation-name: rotateOutUpLeft;
    -ms-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        opacity: 0;
    }
}

@-moz-keyframes rotateOutDownLeft {
    0% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(0);
        opacity: 1;
    }
    100% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(90deg);
        opacity: 0;
    }
}

@-ms-keyframes rotateOutDownLeft {
    0% {
        -ms-transform-origin: left bottom;
        -ms-transform: rotate(0);
        opacity: 1;
    }
    100% {
        -ms-transform-origin: left bottom;
        -ms-transform: rotate(90deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        transform-origin: left bottom;
        transform: rotate(90deg);
        opacity: 0;
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    -moz-animation-name: rotateOutDownLeft;
    -ms-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        opacity: 0;
    }
}

@-moz-keyframes rotateOutUpRight {
    0% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(0);
        opacity: 1;
    }
    100% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(90deg);
        opacity: 0;
    }
}

@-ms-keyframes rotateOutUpRight {
    0% {
        -ms-transform-origin: right bottom;
        -ms-transform: rotate(0);
        opacity: 1;
    }
    100% {
        -ms-transform-origin: right bottom;
        -ms-transform: rotate(90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        transform-origin: right bottom;
        transform: rotate(90deg);
        opacity: 0;
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    -moz-animation-name: rotateOutUpRight;
    -ms-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        opacity: 0;
    }
}

@-moz-keyframes rotateOutDownRight {
    0% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(0);
        opacity: 1;
    }
    100% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(-90deg);
        opacity: 0;
    }
}

@-ms-keyframes rotateOutDownRight {
    0% {
        -ms-transform-origin: right bottom;
        -ms-transform: rotate(0);
        opacity: 1;
    }
    100% {
        -ms-transform-origin: right bottom;
        -ms-transform: rotate(-90deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        transform-origin: right bottom;
        transform: rotate(-90deg);
        opacity: 0;
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    -moz-animation-name: rotateOutDownRight;
    -ms-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        -webkit-transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
    }
    20%, 60% {
        -webkit-transform: rotate(80deg);
        -webkit-transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
    }
    40% {
        -webkit-transform: rotate(60deg);
        -webkit-transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
    }
    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        opacity: 1;
        -webkit-transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
    }
    100% {
        -webkit-transform: translateY(700px);
        opacity: 0;
    }
}

@-moz-keyframes hinge {
    0% {
        -moz-transform: rotate(0);
        -moz-transform-origin: top left;
        -moz-animation-timing-function: ease-in-out;
    }
    20%, 60% {
        -moz-transform: rotate(80deg);
        -moz-transform-origin: top left;
        -moz-animation-timing-function: ease-in-out;
    }
    40% {
        -moz-transform: rotate(60deg);
        -moz-transform-origin: top left;
        -moz-animation-timing-function: ease-in-out;
    }
    80% {
        -moz-transform: rotate(60deg) translateY(0);
        opacity: 1;
        -moz-transform-origin: top left;
        -moz-animation-timing-function: ease-in-out;
    }
    100% {
        -moz-transform: translateY(700px);
        opacity: 0;
    }
}

@-ms-keyframes hinge {
    0% {
        -ms-transform: rotate(0);
        -ms-transform-origin: top left;
        -ms-animation-timing-function: ease-in-out;
    }
    20%, 60% {
        -ms-transform: rotate(80deg);
        -ms-transform-origin: top left;
        -ms-animation-timing-function: ease-in-out;
    }
    40% {
        -ms-transform: rotate(60deg);
        -ms-transform-origin: top left;
        -ms-animation-timing-function: ease-in-out;
    }
    80% {
        -ms-transform: rotate(60deg) translateY(0);
        opacity: 1;
        -ms-transform-origin: top left;
        -ms-animation-timing-function: ease-in-out;
    }
    100% {
        -ms-transform: translateY(700px);
        opacity: 0;
    }
}

@keyframes hinge {
    0% {
        transform: rotate(0);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }
    20%, 60% {
        transform: rotate(80deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }
    40% {
        transform: rotate(60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }
    80% {
        transform: rotate(60deg) translateY(0);
        opacity: 1;
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }
    100% {
        transform: translateY(700px);
        opacity: 0;
    }
}

.hinge {
    -webkit-animation-name: hinge;
    -moz-animation-name: hinge;
    -ms-animation-name: hinge;
    animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
    }
}

@-moz-keyframes rollIn {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100%) rotate(-120deg);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0px) rotate(0deg);
    }
}

@-ms-keyframes rollIn {
    0% {
        opacity: 0;
        -ms-transform: translateX(-100%) rotate(-120deg);
    }
    100% {
        opacity: 1;
        -ms-transform: translateX(0px) rotate(0deg);
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        transform: translateX(-100%) rotate(-120deg);
    }
    100% {

        opacity: 1;
        transform: translateX(0px) rotate(0deg);
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    -moz-animation-name: rollIn;
    -ms-animation-name: rollIn;
    animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
    }
}

@-moz-keyframes rollOut {
    0% {
        opacity: 1;
        -moz-transform: translateX(0px) rotate(0deg);
    }
    100% {
        opacity: 0;
        -moz-transform: translateX(100%) rotate(120deg);
    }
}

@-ms-keyframes rollOut {
    0% {
        opacity: 1;
        -ms-transform: translateX(0px) rotate(0deg);
    }
    100% {
        opacity: 0;
        -ms-transform: translateX(100%) rotate(120deg);
    }
}

@keyframes rollOut {
    0% {
        opacity: 1;
        transform: translateX(0px) rotate(0deg);
    }
    100% {
        opacity: 0;
        transform: translateX(100%) rotate(120deg);
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    -moz-animation-name: rollOut;
    -ms-animation-name: rollOut;
    animation-name: rollOut;
}

/*消息模块*/
.message {
    width: 870px;
    height: 22px;
    overflow: hidden;
    margin: 22px auto 33px;
    line-height: 22px;
}

.message .wrap_msg {
    width: 708px;
    height: 22px;
    overflow: hidden;
    float: left;
    margin-left: 35px;
    background: url(../images/icon_msg.jpg) left center no-repeat;
    padding-left: 32px;
}

.message .msgList {
    position: relative;
    width: 708px;
    height: 22px;
    overflow: hidden;
    z-index: 10;
}

.message ul {
    position: relative;
    height: 22px;
}

.message li {
    float: left;
    display: inline;
    width: 708px;
    height: 22px;
}

.message li a {
    color: #646463;
    font-size: 16px;
    font-family: "微软雅黑";
}

.message li i {
    color: #646463;
    font: 14px Arial, Helvetica, sans-serif;
    margin-left: 10px;
}

.message .op {
    float: right;
}

.message .op a {
    color: #c8c8c6;
    font-size: 18px;
    margin: 0 0 0 30px;
    _margin: 0 0 0 15px;
}

.message .op a:hover {
    text-decoration: none;
}

/*功能模块*/
.funcList {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    
   
}
.funcList h1{
       font-size: 32px;
      margin-left: 17px;
    position: relative;
    top: 20px;
    text-align: center;

    color:#fff!important;
}

.funcList h3{

    font-weight: 500;
    color: #a5a5a5;
}
.funcList ul.list {
	padding-top: 136px;
    overflow: hidden;

}

.funcList .list li {
    float: left;
    display: inline;
    width: 255px;
    height: 204px;
    text-align: center;
    padding: 12px 0 0;
    margin: 0 -8px;
    margin-bottom: -30px;
}
.sucImg img{
    width: 120px;
    margin: 0 26px;
}
.suggess{
  
    background-size: cover;

    padding: 49px 0;
    overflow: hidden;
 
    
}
.question .qusCon{
    width: 708px;
    margin: 0 auto;
    padding: 25px;

}
.question{


}
.question .circle-harf{
    position: relative;
    padding: 7px 15px;
    background-color: #0082de;
    top: -59px;
    left: 50%;
    border-radius: 20px;
    margin-left: -20px;
}
.map{
    overflow: hidden;
    border-top: 2px solid #388bae ;
}
.map .circle-harf{
    position: relative;
    padding: 7px 15px;
    background-color: #388bae;
    top: -9px;
    left: 50%;
    border-radius: 20px;
    margin-left: -20px;
}
.starNav{
    border-top: 2px solid #388bae ;
}
.starNav .circle-harf{
    position: relative;
    padding: 7px 15px;
    background-color: #388bae;
    top: -36px;
    left: 50%;
    border-radius: 20px;
    margin-left: -20px;
}
.news .circle-harf{
    position: relative;
    padding: 7px 15px;
    background-color: #2d5076;
    top: -9px;
    left: 50%;
    border-radius: 20px;
    margin-left: -20px;
}
.colorB8B8B8{
    color: #B8B8B8;
    padding: 0 2px;
}
.colorFA3F4F{
    color: #FA3F4F;
}
.qusCon ul li a{

    padding-bottom: 5px;
    width: 707px;
    display: block;
    padding: 5px;
}
.color0685DF{
    color: #0685DF;
}
.color333{
    color: #333;
}
.question .qusCon h2{

    font-weight: 600;
}
.question .qusCon p{
    font-size: 14px;
    font-weight: 600;
}
.suggess .sugCon{
    width: 704px;
    height: 207px;
    margin: 0 auto;


}
.funcList .list li h3 {
    color: #fff;
    font: 16px/20px "微软雅黑";
    margin: 10px auto;
    width:100px;
}

.funcList .list li p {
    color: #535352;
    font: 14px/20px "微软雅黑";
    margin: 10px 0 0;
}

.funcList .list li:hover {
    /*width: 154px;*/
    /*height: 201px;*/
    /*border: 1px solid #ebebeb;*/
    /*border-bottom: 3px solid #ebebeb;*/
    /*border-right: 3px solid #ebebeb;*/
    /*border-radius: 5px;*/
    /*padding-top: 11px;*/
    /*cursor: pointer;*/
}

.btn_more {
    clear: both;
    width: 247px;
    height: 44px;
    margin: 30px auto;
}


.btn_more a:hover {
    text-decoration: none;
}



.tc_detail .op {
    position: absolute;
    width: 322px;
    top: 0;
    left: 0;
    z-index: 30;
}

.tc_detail .op .fl {
    float: left;
    width: 79px;
    height: 44px;
    background: #633c23;
    padding: 0 14px;
}

.tc_detail .op .fl a {
    color: #fff;
    line-height: 44px;
    font-size: 18px;
}

.tc_detail .op .fl a.slider_prev {
    margin-right: 50px;
}

.tc_detail .op a.close {
    float: right;
    display: block;
    width: 18px;
    height: 18px;
    background-position: -200px -400px;
    margin: 12px 12px 0 0;
}

.tc_detail .wrap_slider {
    width: 1200px;
    height: 652px;
    overflow: hidden;
}

.tc_detail .detailList {
    position: relative;
    height: 652px;
}

#magazine {
    width: 1200px;
    height: 652px;
}


/*.tc_detail .detailList li{ position:absolute; width:1440px; height:652px; z-index:1;}*/
.tc_detail .detailList .page {
    width: 1200px;
    height: 652px;
}

.tc_detail .detailList .fl {
    float: left;
    width: 322px;
    height: 560px;
    padding: 92px 0 0 0;
}

.tc_detail .detailList .title {
    text-align: center;
    color: #ffffff;
    font-size: 30px;
    line-height: 82px;
}

.tc_detail .detailList .title img {
    margin-right: 20px;
}

.tc_detail .detailList .title span {
    background: url(../images/round.png) left center no-repeat;
    padding-left: 22px;
}

.tc_detail .detailList h3 {
    width: 270px;
    color: #ffffff;
    font: 18px "微软雅黑";
    margin: 40px auto 30px;
}

.tc_detail .detailList p {
    width: 300px;
    margin: 0 auto;
    color: #ffffff;
    font: 14px/24px "微软雅黑";
    margin-bottom: 30px;
}

.tc_detail .detailList .fr {
    float: left;
    width: 813px;
    height: 622px;
    padding: 30px 0 0 65px;
}

/*案例*/
.wrap_case {
    width: 100%;
    height: 560px;
    background: #f3f1ec;
}

.case {
    width: 1070px;
    margin: 0 auto;
    padding: 35px 0 0 0;
}

.case h2, .join h2 {
    margin: 0 0 0 80px;
    color: #666666;
    font: bold 30px "微软雅黑";
}

.case h2 em, .join h2 em {
    color: #fea005;
}

.case h2 i, .join h2 i {
    color: #bcbcbc;
    font: normal 14px Arial, Helvetica, sans-serif;
}

.case .slider-box {
    width: 1070px;
    height: 403px;
    overflow: hidden;
    margin: 40px 0 0 0;
}



.case .wrap_slider {
    float: left;
    margin-left: 42px;
    width: 908px;
    overflow: hidden;
}

.case .slider-box li {
    float: left;
    display: inline;
    margin-right: 37px;
}

/*代理加盟*/
.join {
    width: 980px;
    margin: 40px auto 0;
    overflow: hidden;
}

.join table {
    width: 944px;
    margin: 10px 0 40px 29px;
}

.join table td {
    text-align: left;
    color: #666666;
    font: 16px/22px "微软雅黑";
}

.join table td p {
    text-indent: 1.5em;
}

.join table td.step01 {
    padding-left: 87px;
}

.join table td.step02 {
    padding-left: 71px;
}

.join table td.step03 {
    padding-left: 59px;
}

.join table td.step04 {
    padding-left: 85px;
}

.joinLine {
    width: 100%;
    height: 50px;
    background: #777770;
    text-align: center;
    color: #ffffff;
    font: 19px/50px "微软雅黑";
}

/*footer*/
.footer {
    width: 100%;
    height: 186px;
    background: #0099cc;

}

.footer_con {
    width: 951px;
    margin: 0 auto;
    padding: 30px 0 0 29px;
}

.footer_con .logo {
    float: left;
    width: 200px;
    height: 62px;
    margin-top: 25px
}

.footer_con .logo a {
    display: block;
    width: 200px;
    height: 60px;
    background: url(../images/logo3.png) no-repeat;
    text-indent: -9999em;
    overflow: hidden;
}

.footer_con .link {
    float: left;
    width: 555px;
    margin-left: 15px;
    color: #fff;
    font: 14px/36px "微软雅黑";
}

.footer_con .link a {
    color: #fff;
}

.copyright {
    clear: both;
    width: 100%;
    height: 58px;
    text-align: center;
    color: #777770;
    font: 12px/36px "微软雅黑";
}

/*右侧悬浮*/
.consult {
    position: fixed;
    right: 0;
    top: 250px;
    width: 36px;
    height: 180px;
}

/*代理页面*/
.banner_agency {
    width: 100%;
    height: 399px;
    text-align: center;
    background: #308ae0;
}

.main_agency {
    width: 1004px;
    overflow: hidden;
    margin: 87px auto 0;
    font-family: "微软雅黑";
}

.main_agency .title {
    width: 989px;
    height: 75px;
    padding-left: 15px;
}

.main_agency .title i {
    float: left;
    margin-right: 20px;
    font-size: 72px;
    line-height: 75px;
}

.main_agency .title h1 {
    color: #bfbfbe;
    font-size: 18px;
    line-height: 1.8em;
    font-weight: normal;
}

.main_agency .title h1 em {
    font-size: 36px;
}

.main_agency .item p {
    margin: 40px 0;
    color: #4A4A4A;
    font-size: 18px;
    line-height: 33px;
}

.item_green em {
    color: #bbcd15;
}

.item_green .title {
    border-bottom: 1px solid #bbcd15;
}

.item_blue em {
    color: #5faae3;
}

.item_blue .title {
    border-bottom: 1px solid #5faae3;
}

.item_red em {
    color: #e55e48;
}

.item_red .title {
    border-bottom: 1px solid #e55e48;
}

.main_agency .item ul.flow {
    width: 954px;
    height: 301px;
    margin: 50px auto;
}

.main_agency .item ul.flow li {
    float: left;
    display: inline;
    width: 231px;
    height: 301px;
    margin-right: 10px;
}

.main_agency .item .flow li h2 {
    font: 18px/20px "微软雅黑";
    margin: 165px 0 0 0;
    text-align: center;
}

.main_agency .item .flow li p {
    width: 210px;
    margin: 30px auto 0;
    font: 14px/20px "微软雅黑";
}


.main_agency .item .flow li.step04 p {
    color: #4d7b9f;
}

.main_agency .item .apply_table {
    margin: 30px 0 0 0;
}

.main_agency .item .apply_table h2 {
    color: #514c47;
    text-align: center;
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 30px;
}

.main_agency .item .apply_table em {
    color: #f00;
    font: 12px "宋体";
}

.main_agency .item .wrap_table {
    border: 1px solid #d9d9d9;
    color: #737577;
    margin: 0 auto 50px;
}

.main_agency .item .wrap_table h3 {
    padding-left: 25px;
    height: 33px;
    background: #eaeaea;
    margin: 1px;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    font: 18px/33px "微软雅黑";
    color: #505151;
}

.main_agency .item .wrap_table p {
    clear: both;
    height: auto;
    color: #77797b;
    font-size: 14px;
    line-height: 30px;
    margin: 10px 0 20px;
}

.main_agency .item .wrap_table label {
    float: left;
    display: block;
    width: 155px;
    padding: 0 25px 0 10px;
    text-align: right;
}

.main_agency .item .wrap_table label i {
    color: #f3640f;
    margin-right: 8px;
    font-style: normal;
    line-height: 30px;
}

.main_agency .item .wrap_table label s {
    line-height: 15px;
    text-decoration: none;
}

.main_agency .item .wrap_table input {
    vertical-align: middle;
    margin-right: 5px;
}

.main_agency .item .wrap_table input.txtBox {
    width: 328px;
    height: 28px;
    padding: 0 5px;
    border: 1px solid #c8c8c8;
    color: #77797b;
    line-height: 28px;
}

.main_agency .item .wrap_table ul {
    float: left;
    width: 500px;
    font-size: 14px;
}

.main_agency .item .wrap_table li {
    float: left;
    display: inline;
    width: 160px;
    line-height: 20px;
}

.main_agency .item .wrap_table li input {
    vertical-align: middle;
}

.main_agency .item .wrap_table textarea {
    width: 800px;
    height: 73px;
    padding: 0 5px;
    border: 1px solid #c8c8c8;
    margin: 10px 0;
    font-size: 12px;
    color: #77797b;
}

.main_agency .item .wrap_table span {
    color: #e06d52;
    font-size: 12px;
    margin-left: 24px;
}

.main_agency .item .wrap_table span.note {
    margin-left: 190px;
}

.main_agency .item .btn_submit {
    width: 208px;
    height: 68px;
    margin: 0 auto 75px;
}

.main_agency .item .btn_submit input {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    cursor: pointer;
    width: 208px;
    height: 68px;
    background: #e23f2e;
    color: #f8ccbf;
    text-align: center;
    line-height: 68px;
    font-size: 24px;
}

/*案例*/
.w_case_nav {
    width: 100%;
    height: 450px;
    background: #0099cc;
}

.w_case_nav p {
    width: 515px;
    height: auto;
    margin: 0 auto;
    padding: 73px 0 0;
    text-align: right;
    color: #ffffff;
    font-weight: bold;
    font-size: 32px;
    font-family: "微软雅黑";
}

.w_case_nav p span {
    font-size: 18px;
    font-weight: normal;
}

.w_case_nav p span em {
    color: #ecff6a;
    font-size: 30px;
}

.case_type {
    width: 1150px;
    margin: 54px auto 0;
}

.case_type .btn_slide {
    display: block;
    float: left;
    width: 28px;
    height: 56px;
    margin-top: 38px;
}

.case_type .slider_prev {
    background: url(../images/prev.png) no-repeat;
}

.case_type .slider_next {
    float: right;
    background: url(../images/next.png) no-repeat;
}

.case_type .wrap_slider {
    position: relative;
    float: left;
    margin-left: 40px;
    width: 1002px;
    height: 192px;
    top: -15px;
    overflow: hidden;
}

.case_type ul {
    margin-top: 15px;
}

.case_type li {
    float: left;
    display: inline;
    width: 167px;
    height: 130px;
    padding: 25px 0 0;
    background: #ffffff;
    box-shadow: 2px 2px 2px #e9e9e9;
    text-align: center;
    cursor: pointer;
    border-bottom: 1px solid #e9e9e9;
    border-radius: 10px;
}

.case_type li i {
    display: block;
    width: 70px;
    height: 70px;
    margin: 0 auto;
}

.case_type li i.icon_game {
    background-position: 0 0;
}

.case_type li i.icon_service {
    background-position: 0 -100px;
}

.case_type li i.icon_commerce {
    background-position: 0 -200px;
}

.case_type li i.icon_travel {
    background-position: 0 -300px;
}

.case_type li i.icon_mobi {
    background-position: 0 -400px;
}

.case_type li i.icon_medicine {
    background-position: 0 -500px;
}

.case_type li i.icon_govern {
    background-position: -300px 0px;
}

.case_type li i.icon_hotel {
    background-position: -300px -100px;
}

.case_type li i.icon_car {
    background-position: -300px -200px;
}

.case_type li i.icon_ezine {
    background-position: -300px -300px;
}

.case_type li h3 {
    color: #444444;
    font: normal 18px/56px "微软雅黑";
}

.case_type li span {
    color: #999998;
    font-size: 14px;
    font-family: "微软雅黑";
    display: none;
}

.case_type li span em {
    color: #0099cc;
    font-size: 24px;
    margin-left: 12px;
}

.case_type li.hover {
    position: relative;
    top: -15px;
    height: 165px;
}

.case_type li.hover span {
    display: block;
}

.case_submenu {
    clear: both;
    width: 100%;
    overflow: hidden;
    background: #fff;
    padding-bottom: 30px;
}

.case_submenu ul {
    width: 1002px;
    margin: 0 auto;
    display: none;
    *margin-top: 20px;
    text-align: center;
}

.case_submenu li {
    display: inline;
    padding-left: 18px;
    margin-right: 30px;
    line-height: 24px;
    background: url(../images/round01.png) left center no-repeat;
}

.case_submenu li a {
    color: #9f9f9f;
    font-size: 18px;
    font-family: "微软雅黑";
}

.case_submenu li a:hover {
    text-decoration: none;
}

.case_submenu li.hover, .case_submenu li.active {
    background: url(../images/round02.png) left center no-repeat;
}

.case_submenu li.hover a, .case_submenu li.active a {
    color: #0099cc;
}

.more_company {
    width: 100%;
    overflow: hidden;
    margin: 30px 0 0;
    text-align: center;
}

.more_company h3 {
    color: #595959;
    font-size: 24px;
    font-family: "微软雅黑";
    margin-bottom: 25px;
    font-weight: normal;
}

.company_intro {
    position: relative;
    width: 100%;
    height: 705px;
}

.company_intro .code {
    position: absolute;
    top: 346px;
    left: 50%;
    margin-left: -456px;
    width: 170px;
    height: 230px;
    color: #e2e6e9;
    font: bold 20px/23px "微软雅黑";
}

.company_intro .code p {
    padding: 20px 0 0 10px;
}

.company_intro li {
    display: none;
}

.company_intro li, .company_intro li .main {
    width: 100%;
    height: 705px;
    font: 14px/24px "宋体";
    color: #ffffff;
}

.company_intro li h2 {
    color: #fff;
    text-align: center;
    font-size: 36px;
    padding: 50px 0 20px;
}

.company_intro li p {
    width: 910px;
    margin: 0 auto;
}

.company_intro li .black h2 {
    color: #545454;
}

.company_intro li .black p {
    color: #7f7f7f;
}



.main_contact {
    width: 960px;
    margin: 40px auto 120px;
}

.nav_contact {
    overflow: hidden;
    margin-bottom: 40px;
}

.nav_contact a {
    float: left;
    display: block;
    width: 140px;
    height: 45px;
    text-align: center;
    color: #0099cc;
    font: 20px/45px "微软雅黑";
    border-bottom: 2px solid #0099cc;
    margin-right: 16px;
}

.nav_contact a.hover, .nav_contact a:hover {
    background: #0099cc;
    color: #ffffff;
    text-decoration: none;
}

.main_contact h2 {
    clear: both;
    color: #0099cc;
    font: 20px/40px "微软雅黑";
    border-bottom: 1px dashed #a6a6a6;
}

.main_contact .about li {
    margin: 40px 0;
}

.main_contact .about li h3 {
    width: 191px;
    height: 40px;
    background: url(../images/square.jpg) left center no-repeat;
    padding-left: 20px;
    color: #0099cc;
    font: 20px/40px "微软雅黑";
    border-bottom: 1px dashed #0099cc;
}

.main_contact .about li p {
    color: #454545;
    font: 18px/30px "微软雅黑";
    margin-top: 20px;
}

.main_contact .contact p {
    color: #0099cc;
    font: 22px/100px "微软雅黑";
}

.main_contact .contact .fl { /*width:382px; float:left;*/
}

.main_contact .contact .fl li {
    color: #454545;
    height: 60px;
    font: 18px/60px "微软雅黑";
    margin-bottom: 30px;
}

.main_contact .contact .fl li i {
    float: left;
    display: block;
    width: 66px;
    height: 60px;
    margin-right: 18px;
}

.main_contact .contact .fl li i.tel {
    background-position: -100px 0;
}

.main_contact .contact .fl li i.tel02 {
    background-position: -100px -100px;
}

.main_contact .contact .fl li i.mail {
    background-position: -100px -200px;
}

.main_contact .contact .fl li i.adr {
    background-position: -100px -300px;
}

.main_contact .contact .fl li span {
    line-height: 18px;
}


.main_login {
    position: relative;
    width: 1170px;
    height: 760px;
    margin: 0 auto;
    padding-top: 40px;
}

.main_login .logo {
    width: 133px;
    height: 68px;
    background: url(../images/logo02.png) no-repeat;
    text-indent: -9999em;
    overflow: hidden;
}


.main_login .loginBox p {
    position: relative;
    width: 320px;
    height: 41px;
    margin: 0 0 12px;
    line-height: 40px;
}

.main_login .loginBox input {
    width: 237px;
    height: 41px;
    border: 1px solid #b8b5b5;
    padding-left: 55px;
    color: #b0b0b0;
    line-height: 40px;
    font-size: 14px;
}

.main_login .loginBox input.code {
    width: 84px;
    float: left;
    margin-right: 17px;
}

.main_login .loginBox input.chk {
    width: 15px;
    height: 15px;
    padding: 0;
    vertical-align: middle;
    margin-right: 10px;
}

.main_login .loginBox span {
    color: #ffffff;
    font-size: 13px;
    margin-right: 122px;
}

.main_login .loginBox a.changecode {
    margin-left: 20px;
    color: #02affb;
    font-size: 15px;
    text-decoration: underline;
}

.main_login .loginBox a.forgetPwd {
    color: #ffffff;
    font-size: 13px;
}

.main_login .loginBox p i {
    position: absolute;
    display: block;
    left: 20px;
    top: 12px;
    width: 20px;
    height: 20px;
}

.main_login .loginBox p i.account {
    background-position: -200px 0;
}

.main_login .loginBox p i.pwd {
    background-position: -200px -100px;
}

.main_login .loginBox p i.pwd02 {
    background-position: -200px -300px;
}

.main_login .loginBox p i.code {
    background-position: -200px -200px;
}

.main_login .loginBox .btn_login input {
    display: block;
    width: 291px;
    height: 41px;
    background: #02affb;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    line-height: 40px;
    padding: 0;
    border: 0;
    cursor: pointer;
}

.main_login .loginBox .btn_login a:hover {
    text-decoration: none;
}

.main_login .bottom {
    clear: both;
    width: 660px;
    overflow: hidden;
    margin: 100px 0 0 276px;
    font: 14px/33px "微软雅黑";
    color: #fff;
}

.main_login .bottom a {
    color: #fff;
}


.main_login .btn_reg a {
    display: block;
    width: 55px;
    height: 80px;
    text-indent: -9999em;
    overflow: hidden;
    margin: 30px 0 0 30px;
}


.main_login .btn_reg_hover a {
    display: block;
    width: 90px;
    height: 90px;
    text-indent: -9999em;
    overflow: hidden;
    margin: 30px 0 0 30px;
}

.main_login .slogan {
    position: absolute;
    top: 320px;
    left: 900px;
    width: 360px;
    color: #e2e6e9;
    font: 21px/44px "微软雅黑";
}

.main_login .slogan em {
    font-size: 26px;
    margin-right: 10px;
}

.main_login .slogan p {
    text-indent: 3em;
}

.regBox {
    width: 844px;
    margin: 30px auto 0;
    padding-left: 160px;
}

.regBox th {
    color: #606060;
    font: 18px/42px "微软雅黑";
    text-align: right;
    padding-right: 30px;
}

.regBox input {
    width: 380px;
    height: 40px;
    border: 1px solid #b8b5b5;
    margin: 15px 0;
    padding: 0 5px;
    line-height: 40px;
}

.regBox input.btn_reg {
    padding: 0;
    border: 0;
    margin: 55px 0 200px 40px;
    width: 294px;
    height: 43px;
    background: #02affb;
    color: #ffffff;
    font: 18px/43px "微软雅黑";
    cursor: pointer;
}

.loginBox .tip_success {
    margin: 50px 0 0;
}

.loginBox .tip_success p {
    margin: 30px 0 0 25px;
    color: #48c5fc;
    font-size: 16px;
}

.loginBox .tip_success p b {
    font-size: 24px;
    font-weight: bold;
    margin-right: 10px;
}

.loginBox .tip_success p em {
    color: #fb3102;
}

.loginBox .tip_success p a {
    color: #33C;
}

.error {
    width: 683px;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
}

.error h1 {
    text-align: center;
    color: #1098be;
    font: 36px "微软雅黑";
    margin-bottom: 25px;
}

.error p {
    text-align: left;
    color: #7f7f7f;
    font-size: 20px;
}

.error p span {
    display: block;
    background: url(../images/icon_arrow.jpg) left center no-repeat;
    padding-left: 30px;
}

.error .tip {
    text-align: left;
    color: #505050;
    font: 20px "微软雅黑";
    margin-top: 20px;
}

.error .tip em {
    color: #f63b28;
    font: 52px Arial, Helvetica, sans-serif;
    margin-right: 10px;
}


.onShow {
    background-position: 3px -147px;
    border-color: #40B3FF;
    color: #959595
}

.onFocus {
    background-position: 3px -147px;
    border-color: #40B3FF;
}

.onError {
    background-position: 3px -47px;
    border-color: #40B3FF;
    color: red
}

.onCorrect {
    background-position: 3px -247px;
    border-color: #40B3FF;
}

.onLamp {
    background-position: 3px -200px
}

.onTime {
    background-position: 3px -1356px
}

/* 更新轮播，新增医疗和酒店 - 20140523 @Cyrano */
#obo_slider .oneByOne_item span.slide4txt1 {
    clear: left;
    position: relative;
    float: left;
    margin: 98px 0 0 569px;
    width: 251px;
    height: 216px;
    background: url(../images/hotel01.png) no-repeat;
}

#obo_slider .oneByOne_item span.slide4txt2 {
    clear: left;
    position: relative;
    float: left;
    margin: 15px 0 0 599px;
    font-size: 24px;
    font-family: 'Microsoft Yahei', 'Simsun';
    color: #ffffff;
}

#obo_slider .oneByOne_item span.slide5txt1 {
    clear: left;
    position: relative;
    float: left;
    margin: 75px 0 0 702px;
    width: 250px;
    height: 139px;
    background: url(../images/medical01.png) no-repeat;
}

#obo_slider .oneByOne_item span.slide5txt2 {
    clear: left;
    position: relative;
    float: left;
    margin: 13px 0 0 723px;
    width: 221px;
    height: 111px;
    background: url(../images/medical02.png) no-repeat;
}

/* 更新招商热线 - 20140523 @Cyrano */
.navigation .hotline02 {
    position: absolute;
    right: 40px;
    bottom: -76px;
    width: 219px;
    height: 76px;
    background: url(../images/hotline.png) no-repeat;
    z-index: 10000;
    text-indent: -9999em;
    overflow: hidden;
}



.reg_main .title i {
    float: left;
    display: block;
    width: 30px;
    height: 30px;
    background: #6cde8b;
    border-radius: 15px;
    color: #ffffff;
    font-size: 24px;
    font-family: "微软雅黑";
    font-style: normal;
    text-align: center;
    line-height: 30px;
    margin: 0 20px;
}

.reg_main table {
    margin-left: 20px;
}

.reg_main table th {
    width: 107px;
    color: #767676;
    font-size: 18px;
    font-family: "微软雅黑";
    font-weight: normal;
    text-align: left;
    line-height: 43px;
}

.reg_main table input {
    float: left;
    width: 354px;
    height: 39px;
    padding: 0 10px;
    border: 2px solid #d3d3d3;
    border-radius: 5px;
    margin: 10px 15px;
    color: #aaaaaa;
    font-size: 18px;
    font-family: "微软雅黑";
    background: #f9f9f9;
}

.reg_main table input.focus {
    border: 2px solid #b69494;
}




.reg_main table .onCorrect, .reg_main table .onShow {
    display: none;
}

.reg_main table select {
    padding: 8px 3px;
    border: 2px solid #d3d3d3;
    margin-left: 15px;
    border-radius: 5px;
}

.reg_main .btn_reg {
    width: 276px;
    height: 64px;
    margin: 30px 0 0 200px;
    background: #5fcf80;
    border: 0;
    color: #ffffff;
    font: 36px "微软雅黑";
    border-radius: 10px;
    cursor: pointer;
}

/*20140611 登陆页面*/
.header_login {
    width: 100%;
    height: 70px;
    border: 1px solid #0d2d3c;
    background: #071c26;
}

.header_login_main {
    width: 1000px;
    height: 70px;
    margin: 0 auto;
}

.header_login_main .logo {
    float: left;
    margin: 10px 0 0 22px;
}

.header_login_main ul {
    float: right;
    margin: 24px 30px 0 0;
}

.header_login_main li {
    float: left;
    display: inline;
    margin: 0 0 0 30px;
}

.header_login_main li a {
    color: #fff;
    font-family: "黑体";
    font-size: 13px;
    line-height: 22px;
}


.login_main .img {
    position: absolute;
    top: 3px;
    left: 30px;
    width: 485px;
    height: 485px;
    transition: transform 3s;
    -moz-transition: -moz-transform 3s;
    -o-transition: -o-transform 3s;
    -webkit-transition: -webkit-transform 3s;
}

.login_main .active {
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
}

.login_main .img02 {
    position: absolute;
    top: 184px;
    left: 208px;
    width: 127px;
    height: 127px;
}

.login_main input {
    color: #999;
}



.login_main .txt_pwd {
    position: absolute;
    top: 242px;
    right: 144px;
    width: 231px;
    height: 38px;
    background: none;
    border: 0;
    padding-left: 15px;
    line-height: 38px;
}

.login_main .txt_code {
    position: absolute;
    top: 295px;
    right: 322px;
    width: 55px;
    height: 30px;
    border: 0;
    padding-left: 15px;
    line-height: 30px;
}

.login_main .code {
    position: absolute;
    top: 295px;
    right: 126px;
    width: 134px;
    height: 31px;
}

.login_main .code img {
    float: left;
}

.login_main .code a {
    float: right;
    color: #071c26;
    text-decoration: underline;
    line-height: 31px;
}

.login_main .op {
    position: absolute;
    top: 336px;
    right: 121px;
    width: 272px;
    height: 10px;
    color: #fff;
}

.login_main .op span {
    float: left;
}

.login_main .op span input {
    border: 0;
    margin-right: 5px;
}

.login_main .op a {
    float: right;
    color: #fff;
}

.login_main .btn_login {
    position: absolute;
    top: 361px;
    right: 117px;
    width: 277px;
    height: 45px;
    border: 0;
    background: none;
    cursor: pointer;
}



.login_main .btn_reg:hover {
    text-decoration: none;
}

.footer_login {
    width: 645px;
    margin: 22px auto 30px;
}

.footer_login .fl {
    float: left;
    width: 560px;
}

.footer_login .logo {
    float: left;
    width: 74px;
}

.footer_login .footercon {
    float: left;
    margin: 0 0 0 20px;
    line-height: 24px;
    color: #6a7074;
}

.footer_login .footercon a {
    color: #6a7074;
    margin-right: 10px;
}

.copyright {
    width: 100%;
    height: 34px;
    background: #175371;
    color: #fff;
    line-height: 34px;
}



.hudongzhushou {
    display: block;
    padding-bottom: 5px;
}

/*全站右侧wpa&申请体验*/
#fltAll {
    margin-top: -67px;
    position: fixed;
    _position: absolute;
    right: 0;
    top: 50%;
    width: 38px;
    height: 216px;
}

#fltAll a {
    float: left;
    display: inline-block;
    width: 38px;
}


#fltAllApply:hover {
    background-position: -38px 0px;
}

#fltAllWpa:hover {
    background-position: -38px -127px;
}

















.hoverTxt{
    position: relative;
    background-color: #000;
    overflow: hidden;
    color: #fff;
    top: -315px;
    padding-bottom: 15px;
    display: none;
}

.hoverTxt li{
    margin: 0!important;
    height: auto!important;
    width: 100%!important;
}
.funcList .list li b{
    border-style: solid;
    border-width: 10px;
    border-color: #000 transparent transparent transparent;
    line-height: 27px;
    cursor: pointer;
    position: relative;
    top: -310px;
    right: 0px;
}
.showTxt{
    -webkit-transition: all 0.1s ease-out 0s ;
    -moz-transition: all 0.1s ease-out 0s ;
    -ms-transition: all 0.1s ease-out 0s ;
    -o-transition: all 0.1s ease-out 0s ;
    transition: all 0.1s ease-out 0s ;
    opacity: 0;
    display: none;
}
.funcList .list li:hover .showTxt{

    opacity: 1;
    display: none;
}
.serviceSol{
    position: absolute;
    left: 50%;
    margin-left: -84px;
    top: 10px;
}
footer{
    background-color: #ebebeb;
    margin-top: 50px;
    width: 100%;
    bottom: 0;
}
footer .ban{
    width: 1000px;
    margin: 0 auto;
    text-align: center;
    color: #73767a;
    padding: 13px 0;
}

footer .email,footer .ps{
    width: 1000px;
    margin: 0 auto;
    text-align: center;
    padding: 10px 0;
    padding-top: 15px;
}
footer .ps a{
    color: #666;
    border-right: 1px solid #666;
    padding: 0 10px;
}
footer .email a{
    margin: 0 5px;
    color: #0082de;
    font-weight: 800;
}
footer .email i{
    font-size: 20px;
}

#r-result{width:100%;}
.comment-user {
    height: 32px;
    line-height: 32px;
    font-size: 12px;
}
.comment-username {
    font-weight: 600;
    color: #379be9;
}
.comment-time {
    color: #999;
    display: inline-block;
    margin-left: 12px;
}
.comment-short .comment-content {
    margin-top: 2px;
}

.comment-content {
    font-size: 14px;
    color: #4b4b4b;
    line-height: 24px;
    margin-top: 10px;
    word-wrap: break-word;
}
.author .comment-block{
    border: 1px solid #d7d7d7;
    padding: 10px 45px;
}
 .ali-product-show-more:hover {
    color: #00c1de;
    border: 1px solid #00c1de;
}

.ali-product-show-more {
    width: 120px;
    height: 36px;
    line-height: 36px;
    margin: 35px auto 40px;
    text-align: center;
    font-size: 14px;
    color: #373d41;
    border: 1px solid #d7d7d7;
    cursor: pointer;
}
.indexnewslist ul {
    width: 1000px;
    margin: 0 auto;
    margin-top: 70px;
}
#news_li0 {
    position: relative;
    top: 0;
    right: 0;
    animation: animation0_li 1.7s ease 0s;
    -webkit-animation: animation0_li 1.7s ease 0s;
}

.indexnewslist ul li {
    width: 465px;
    float: left;
    margin-bottom: 75px;
}
.indexnewslist ul li .newdate {
    width: 75px;
    height: 75px;
    float: left;
    text-align: center;
    color: #FFF;
    background: #539fed;
    border-radius: 500px;
    margin-top: 24px;
}
.indexnewslist ul li .newtitle {
    width: 315px;
    height: 62px;
    float: right;
    padding-top: 5px;
    padding-bottom: 15px;
    padding-right: 50px;
}
.indexnewslist ul li h1 {
    font-size: 18px;
    height: 35px;
    font-weight: 600;
    line-height: 35px;

}
.indexnewslist ul li h1 a{
    color: #666666;
}
.indexnewslist ul li .newtitle h2 {
    font-size: 13px;
    line-height: 21px;
    font-weight: normal;
    color: #666;
}
.indexnewslist .more{
    display: block;
    color: #2d7bc3;
}
.rankingContent .tab{
    margin: 10px 0 20px 0;

}
.rankingContent .tab a{
    color: #666;
    font-size: 16px;
    margin: 0 7px;
    font-weight: 500;
    padding: 3px 0;
}
.rankingContent .tab a:hover,.rankingContent .tab .active{
    color: #2d7bc3;
    border-bottom: 4px solid #2d7bc3;
}
.rankingContent .tavCon{
    border: 1px solid #d7d7d7;
    padding: 24px 27px;

}
.rankingContent .tavCon .tab-con-item{
    overflow: hidden;
    height: 20px;
}
.rankingContent .tavCon span{
    color: #666;
    margin: 0 10px;
}
.star{
    width: 1000px;
    margin: 0 auto;
   padding-top: 25px;

}
.cloud{
    position: absolute;
    top: 202px;
    z-index: 9;
    left: 0;
}
.part4_2 {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 70px;
    height: 310px;
    margin-top: 20px;
}
.part4img1 {
    background: #fff;
}

.part4_2_1 {
    width: 278px;
    height:330px;
    padding-bottom: 15px;
    float: left;
    position: relative;
    margin-bottom: 10px;
    margin-right: 16px;
    /*-moz-box-shadow: 5px 5px 3px #aeabab;*/
    /*box-shadow: 5px 5px 3px #aeabab;*/
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}
.part4_2_1:hover{
    -webkit-box-shadow: 0px 3px 10px 0 rgba(0,0,0,0.40);
    -moz-box-shadow: 0px 3px 10px 0 rgba(0,0,0,0.40);
    box-shadow: 0px 3px 10px 0 rgba(0,0,0,0.40);
}
.part4_2_2 {
text-align: center;
}
.part4_2_2 span{
    display: block;
    color: #555;
    text-align: center;
    padding: 0 15px;
    overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;

}
.part4_2_2 p {
    color: #555;
    font-size: 16px;
    line-height: 24px;
}
.part4_2_2 i{
    color: #ffc501;
}
.partImg{
    width: 150px;
    height: 150px;
    border-radius: 300px;
    overflow: hidden;
    margin: 37px auto 18px;

}

.device {
    width: 463px;
    height: 324px;
    position: relative;
    overflow: hidden;
    float: left;

}

.swiper-container {
    height: 300px;
    width: 640px;
}
.content-slide {
    color: #fff;
    background-color: rgba(0,0,0,0.4);
    position: relative;
    top: -64px;
    padding: 5px 26px;
}
.title {
    font-size: 16px;
}
.pagination {
    left: 173px;
    text-align: center;
    bottom: 33px;
    z-index: 9999;
    width: 100%;
}
.swiper-pagination-switch {
    display: inline-block;
    width: 15px;
    height: 15px;
    color: #fff;
    margin: 0 3px;
    line-height: 15px;
    cursor: pointer;
}
.swiper-active-switch {
    background: #ef6f30;
}
.swiper-container {
    margin:0 auto;
    position:relative;
    overflow:hidden;
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    -ms-backface-visibility:hidden;
    -o-backface-visibility:hidden;
    backface-visibility:hidden;
    /* Fix of Webkit flickering */
    z-index:1;
}
.swiper-wrapper {
    position:relative;
    width:100%;
    -webkit-transition-property:-webkit-transform, left, top;
    -webkit-transition-duration:0s;
    -webkit-transform:translate3d(0px,0,0);
    -webkit-transition-timing-function:ease;

    -moz-transition-property:-moz-transform, left, top;
    -moz-transition-duration:0s;
    -moz-transform:translate3d(0px,0,0);
    -moz-transition-timing-function:ease;

    -o-transition-property:-o-transform, left, top;
    -o-transition-duration:0s;
    -o-transform:translate3d(0px,0,0);
    -o-transition-timing-function:ease;
    -o-transform:translate(0px,0px);

    -ms-transition-property:-ms-transform, left, top;
    -ms-transition-duration:0s;
    -ms-transform:translate3d(0px,0,0);
    -ms-transition-timing-function:ease;

    transition-property:transform, left, top;
    transition-duration:0s;
    transform:translate3d(0px,0,0);
    transition-timing-function:ease;

    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.swiper-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.swiper-slide {
    float: left;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
}

/* ===============================================================
Your custom styles, here you need to specify container's and slide's
sizes, pagination, etc.
================================================================*/
.swiper-container {
    /* Specify Swiper's Size: */

    /*width:200px;
    height: 100px;*/
}
.swiper-slide {
    /* Specify Slides's Size: */

    /*width: 100%;
    height: 100%;*/
}
.swiper-slide-active {
    /* Specific active slide styling: */

}
.swiper-slide-visible {
    /* Specific visible slide styling: */

}
/* ===============================================================
Pagination Styles
================================================================*/
.swiper-pagination-switch {
    /* Stylize pagination button: */

}
.swiper-active-switch {
    /* Specific active button style: */

}
.swiper-visible-switch {
    /* Specific visible button style: */

}
.news .listtext{
    width: 455px;
    float: right;
    height: 324px;
    overflow: hidden;
}
.news .listtext .tab{
    border-bottom: 1px solid #ccc;
    padding-bottom: 4px;
    margin-bottom: 0;
}
.mytitle1 {
    padding: 18px 0 0 0;
}
.clearfix {
    zoom: 1;
    display: block;
    overflow: hidden;
    _height: 1px;

}
/*.clearfix:hover .fl a,.clearfix:hover .fr{*/
    /*color: #4678b5;*/
/*}*/
.fl {
    float: left;
    display: inline;
    margin: 3px 0;
    width: 325px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    text-align: left;
}
.mytitle1 li .fr {
    color: #868585;
}

.fr {
    float: right;
    display: inline;
    line-height: 25px;
}
.mytitle1 li a, .mytitle1 li a:link, .mytitle1 li a:visited, .mytitle1 li a:hover {
    color: #2d7bc3;
}
.flzx{
    float: left;
}
.flzx .lvImg{
    width: 220px;
    height: 197px;
    float: left;
}
.flzx .lvImg img{
    float: left;
}
.flzx .mode{
    float: left;
    margin-left: 32px;
}
.flzx .mytitle1 .clearfix{
    border-bottom: none;
    margin: 2px 0;
}
.flzx .mytitle1 .clearfix a{
    color: #555;
}
.flzx .mytitle1 .fl{
    width: 212px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    text-align: left;
}
.flzx .clearfix:hover .fl a,.clearfix:hover .fr{
    color: red;
}
.sfks{
    float: right;
}
.containerTiaojie{
    width: 1000px;
    margin: 0 auto;
    margin-bottom: 40px;
    background:#fff;
     
    
}
.containerTiaojie .search-s .form{
        background-color: #ebebeb;
    padding: 15px;
    border: 1px solid #ebebeb;
}
.containerTiaojie .search-s .form input{
       width: 595px;
    height: 34px;
    border: 2px solid #ebebeb;
    border-radius: 5px;
    color: #7f7f7f;
    outline: none;
    padding-left: 10px;

}
.search-m .form {
margin: 94px auto 85px;
    left: 320px;
    top: 25px;
    width: 776px;
}
.search-m .text {
    left: 0;
    padding: 4px;
    width: 507px;
    height: 30px;
    border: 1px solid #4678b7;
    line-height: 25px;
    font-size: 14px;
    color: #989898;
}


.search-m .button, .search-m .text {

    top: 0;
    outline: none;
}
.search-m .button {
    border-radius: 0;
    right: 0;
    width: 99px;
    height: 40px;
    line-height: 35px;
    border: none;
    background-color: #0082de;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
}

.search-m .button, .search-m .text {
float: left;
    top: 0;
    outline: none;
}
#hotwords {
    overflow: hidden;
    width: 550px;
    height: 20px;
    line-height: 20px;
    padding-top: 10px;
    margin-left: 80px;
}
.style-red {
     color: #f10215;
 }
.style-gred {
    color: #ff4800;
}
.organization{
    overflow: hidden;
    border: 1px solid #ccc;
    border-top: none;
clear:both;
}
.organization .tittle{
    margin-top: 20px;
    margin-left: 20px;
    font-weight: 900;
    margin-bottom: 10px;
}
.organization .li-group{
    border-top:1px solid #ccc;
    overflow: hidden;

}
.width85 li{
    width: auto!important;
}
.width60 li{
    width: 60px!important;
}
.width95 li{
    width: 95px!important;
}
.organization .li-group .type li{
    float: left;
    width: 85px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.organization .li-group .add li{
    float: left;
    text-align: center;
}
.organization .li-group .type li a{
   color: #333;
    text-decoration: none;
}
.organization .li-group .type li.active a{
    color: #fff;
    text-decoration: none;
    background-color: #4E7196;
    padding: 7px 18px;
    border-radius: 5px;
}
.organization .li-group .type li a:hover,.organization .li-group .add li a:hover{
    color: #fff;
    text-decoration: none;
    background-color: #4E7196;
    padding: 7px 18px;
    border-radius: 5px;

}
.organization .li-group .type li.title-style,.organization .li-group .add li.title-style{
    height: 50px;
    text-align: right;
    line-height: 49px;
    font-weight: 900;
    margin:0;
    margin-right: 5px;
}
.organization .li-group .type li.title-style span,.organization .li-group .add li.title-style span{
    margin-left: 10px;
}
 .termcon, .base-termcont .subterm {
    width: 100%;
    margin-left: 0;
}
.organization .li-group .add li a{
    color: #333;
    display: inline-block;
    margin-right: 20px;
    text-decoration: none;
    line-height: 1.6;
    padding: 5px 0;
}
.section-select {
    margin-top: 30px;
}
.section {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}
.section-select .select-bar {
    height: 40px;
    background: #f4f4f4;
    border: 1px solid #ebebeb;
}
.select-bar .sort-rule {
    font-weight: bold;
    font-size: 14px;
    width: 999px;
    height: 40px;
    line-height: 38px;
    margin: 0;
}
.sort-rule li {
    font-weight: bold;
    float: left;
    margin-right: 20px;
}
.sort-rule li.curr a:link, .sort-rule li.curr a:visited, .sort-rule li.curr a:hover, .sort-rule li.curr a:active {
    color: #666;
    background: #fff;
    padding: 14px 22px;
}
.sort-rule li a:link, .sort-rule li a:visited, .sort-rule li a:active {
    color: #333;
    text-decoration: none;
    padding: 14px 22px;
}
.section-houselists {
    background: #fff;
}
.section {
    width: 1000px;
    margin: 0 auto;
    position: relative;
        clear: both;
}
.newRoomlists {
    width: 1000px;
    height: auto;
    padding-top: 10px;

    padding-left: 10px;
    cursor: pointer;
}
.newRoomlists li {
        width: 233px!important;
    height: 330px;
    padding: 0!important;
    float: left;
    margin: 20px 7px 0;
    position: relative;
    border: 1px solid #d7d7d7;
}
.newRoomlists li .room-img {
    width: 228px;
    position: relative;
    margin: 0 auto;
    text-align: center;

    padding-top: 10px;
}
.newRoomlists li .price {
    margin: 5px 0 0;
    color: red;
}
.padLeft{
    padding-left: 12px!important;
}
.newRoomlists li p {
    text-indent: 0;
    line-height: 1.6;
    margin-top: 5px;
    font-size: 12px;
    color: #333;
}
.newRoomlists .price .cRed {
    color: #eb3e22;
    margin-right: 25px;
}

.cRed {
    color: #e60012 !important;
}
.cBlueB {
    color: #7da3f4;
}

.ml_10 {
    margin-left: 10px!important;
}
.newRoomlists li .room-name a{
    color: #333 ;
}
.newRoomlists li .room-name{
    text-align: left;
}
.pageGro {
    width: 400px;
    height: 25px;
    margin: 0px auto;
    padding-top: 30px;
    padding-bottom: 30px;
}
.pageGro .pageUp, .pageGro .pageDown {
    width: 63px;
    text-indent: 5px;
    border: 1px solid #999;
    cursor: pointer;
}

.pageGro div, .pageGro div ul li {
    font-size: 12px;
    color: #999;
    line-height: 23px;
    float: left;
    margin-left: 5px;
}
.pageGro div, .pageGro div ul li {
    font-size: 12px;
    color: #999;
    line-height: 23px;
    float: left;
    margin-left: 5px;
}
.pageGro .pageUp, .pageGro .pageDown {
    width: 63px;
    text-indent: 5px;
    border: 1px solid #999;
    cursor: pointer;
}

.pageGro div, .pageGro div ul li {
    font-size: 12px;
    color: #999;
    line-height: 23px;
    float: left;
    margin-left: 5px;
}
.pageGro div ul li {
    width: 22px;
    text-align: center;
    border: 1px solid #999;
    cursor: pointer;

}
.tiaojiebanner{
    overflow: hidden;
    /*height: 200px;*/
    background-color: #0082de;
    width: 100%;
}
.navTj{
    height: auto;
    width: 1000px;
    margin: 0 auto;
}

.logo .logoa{
    overflow: hidden;
    float: left;
    width:363px;
}
.logo .logoa img{
         width: 100%;
    margin-top: 15px;
}
.logo .form{
    overflow: hidden;
    float: right;
    margin-left: 40px;
}
.logo .form .searchAll{
          width: 515px;
    height: 44px;
    float: left;
    border-radius: 10px;
    padding: 15px;
    padding-bottom: 15px;
    padding-top: 0;
}
.logo .form .searchAll p input{
        width: 330px;
    height: 32px;
    border: none;
    outline: none;
    color: #000;
    border-radius: 5px;
    padding-left: 10px;
}
.logo .form .searchAll p i{
   color: #3e5260;
    background-color: #0081dc;
    padding: 14px 5px;
    border-radius: 0 6px 6px 0;
    margin-left: -28px;
    background: transparent;
    cursor: pointer;
}
.button{
    border: none;
    outline: none;
    padding: 8px 16px;
    border-radius: 6px;
    cursor: pointer;
}
.button-blue{
       color: #fff;
    background-color: #384b59;
}
.button-red{
    color: #fff;
    background-color: #fb494a;
}
.button-default{
    color: #0081dc;
    background-color: #fff;
    border: 1px solid #0081dc;
}
.hotSearch{
    margin: 10px;
}
.hotSearch a{
    color: #fff;
}
.hasbread{
    width: 1000px;
    margin: 25px  auto 25px ;
    color: #000;
}
.hasbread a{
    color: #000;
    margin: 0 10px;
}
.hasbread .total{
    color: #fb494a;
}
.color0082de{
    color: #0082de!important;
}
.border1px{
    border: 1px solid #ebebeb;
}


.nav-container{
    position: fixed;
    bottom: 0;
    z-index: 99999999;
   left:-147px;
    height: 100%;
      background: rgba(42,51,58,.8);
    -webkit-box-shadow: 0px 3px 10px 0 rgba(0,0,0,0.40);
    -moz-box-shadow: 0px 3px 10px 0 rgba(0,0,0,0.40);
    box-shadow: 0px 3px 10px 0 rgba(0,0,0,0.40);
     -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -ms-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
}
.nav-container-open{
	 	-webkit-transform: translateX(147px);
        -moz-transform: translateX(147px);
        -ms-transform: translateX(147px);
        -o-transform: translateX(147px);
        transform: translateX(147px);
}
.nav-container-close{
	 	-webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
}
.nav-cicle{
    width: 36px;
    height: 69px;
    border: 3px solid #007dd5;
    padding-left: 33px;
    border-radius: 134px;
    margin-top: -15px;
    -webkit-box-shadow: 0px 3px 10px 0 rgba(0,0,0,0.40);
    -moz-box-shadow: 0px 3px 10px 0 rgba(0,0,0,0.40);
    box-shadow: 0px 3px 10px 0 rgba(0,0,0,0.40);
    cursor: pointer;
}
#preloader_2 .span-1{
background-color: #fb494a;
    border-radius: 5px;
}
#preloader_2 .span-2{
background-color: #f59537;
    border-radius: 5px;
}
#preloader_2 .span-3{
background-color: #1aca85;
    border-radius: 5px;
}
#preloader_2 .span-4{
background-color: #fa007a;
    border-radius: 5px;
}
.nav-container .nav-menu{
  
    
    width: 142px;
    padding: 10px 0px;
   
    border-radius: 5px;

}

.nav-container .nav-menu .fa-home{
    background-color: #0082de;
    color: #fff;
    padding: 10px;
    font-size: 20px;
    border-radius: 36px;
}

.nav-container .nav-menu .fa-institution{
       background: url(../images/window1.png) center no-repeat;
    
    background-size: 100%;
    color: transparent;
    padding: 10px 9px;
    font-size: 20px;
    border-radius: 76px;
}
.nav-container .nav-menu .kaifa.fa-institution{
       background: url(../images/pfxc.png) center no-repeat;
    
    background-size: 100%;
    color: transparent;
    padding: 10px 8px;
    font-size: 20px;
    border-radius: 76px;
}
.nav-container .nav-menu .kaifa.fa-paint-brush{
       background: url(../images/sfks.png) center no-repeat;
    
    background-size: 100%;
    color: transparent;
    padding: 10px 8px;
    font-size: 20px;
    border-radius: 76px;
}

.nav-container .nav-menu .kaifa.fa-briefcase{
       background: url(../images/fwsc.png) center no-repeat;
    
    background-size: 100%;
    color: transparent;
    padding: 10px 8px;
    font-size: 20px;
    border-radius: 76px;
}
.nav-container .nav-menu .kaifa.fa-tasks{
    background: url(../images/flws.png) center no-repeat;
    
    background-size: 100%;
    color: transparent;
    padding: 10px 8px;
    font-size: 20px;
    border-radius: 76px;
}
.nav-container .nav-menu .fa-group{
    background: url(../images/window2.png) center no-repeat;
    
    background-size: 100%;
    color: transparent;
    padding: 10px 10px;
    font-size: 20px;
    border-radius: 76px;
}
.nav-container .nav-menu .fa-balance-scale{
     background: url(../images/window3.png) center no-repeat;
    
    background-size: 100%;
    color: transparent;
    padding: 10px 8px;
    font-size: 20px;
    border-radius: 76px;
}

.nav-container .nav-menu .fa-shield{
     background: url(../images/window4.png) center no-repeat;
    
    background-size: 100%;
    color: transparent;
    padding: 10px 13px;
    font-size: 20px;
    border-radius: 76px;
}
.nav-container .nav-menu .fa-suitcase{
    background: url(../images/window5.png) center no-repeat;
    
    background-size: 100%;
    color: transparent;
    padding: 10px 10px;
    font-size: 20px;
    border-radius: 76px;
}
.nav-container .nav-menu .fa-handshake-o{
     background: url(../images/window6.png) center no-repeat;
    
    background-size: 100%;
    color: transparent;
    padding: 10px 8px;
    font-size: 20px;
    border-radius: 76px;
}

.nav-container .nav-menu .fa-map-o{
     background: url(../images/window7.png) center no-repeat;
    
    background-size: 100%;
    color: transparent;
    padding: 10px 8px;
    font-size: 20px;
    border-radius: 76px;
}
.nav-container .nav-menu .fa-tasks{
     background: url(../images/window8.png) center no-repeat;
    
    background-size: 100%;
    color: transparent;
    padding: 10px 10px;
    font-size: 20px;
    border-radius: 76px;
}

.nav-container .nav-menu .fa-paint-brush{
    background: url(../images/window10.png) center no-repeat;
    
    background-size: 100%;
    color: transparent;
    padding: 10px 10px;
    font-size: 20px;
    border-radius: 76px;
}

.nav-container .nav-menu .fa-briefcase{
    background: url(../images/window9.png) center no-repeat;
    
    background-size: 100%;
    color: transparent;
    padding: 10px 10px;
    font-size: 20px;
    border-radius: 76px;
}
.nav-container .nav-menu .fa-map{
    background: url(../images/window11.png) center no-repeat;
    
    background-size: 100%;
    color: transparent;
    padding: 8px 8px;
    font-size: 20px;
    border-radius: 76px;
}
.nav-container .nav-menu .fa-anli{
    background: url(../images/window12.png) center no-repeat;
    
    background-size: 100%;
    color: transparent;
    padding: 10px 10px;
    font-size: 20px;
    border-radius: 76px;
}
.nav-container .nav-menu a{
    color: #fff;
    font-weight: 800;

}
.nav-container .nav-menu li{
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    -moz-transition: transform .4s ease, -moz-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease, -moz-transform .4s ease;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}


.nav-container .nav-menu{
    opacity: 1;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    -moz-transition:all  .6s ease, all .6s ease;
    transition:all  .6s ease;
    transition: all .6s ease, all .6s ease, all .6s ease;
}
.nav-container .nav-menu li:hover {
    background:#2d5076;
    cursor:pointer;
}
.nav-container .nav-menu .fa{
    margin: 2px 10px;

}
 
.nav-container .static{
    width: 0;
    height: 0;
    line-height: 0;
    position: relative;
    font-size: 0;
    top: -93px;
    left: 40px;
    border-width: 8px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;

}
.typeStaic-lvsuo .newRoomlists{
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 25px;
    padding-left: 0;
    cursor: default;
}
.room-img img{
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    -moz-transition:all  .6s ease, all .6s ease;
    transition:all  .6s ease;
    transition: all .6s ease, all .6s ease, all .6s ease;
}
.room-img img:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.scale{
    width: 207px;
    height: 188px;
    overflow: hidden;
    margin: 0 auto;
}
.baseDegital{
    overflow: hidden;
    background-color: #fff;
    padding: 15px 10px;
}
.baseDegital .p-1{
    width: 208px;
    height: 188px;
    float: left;
}

.baseDegital .p-2{
    margin-left: 40px;
    height: 188px;
    float: left;
}

.baseDegital .p-2 ul li{
    font-size: 16px;
}
.baseDegital .p-2 ul li h1{
    font-size: 30px;
    margin: 20px 0;
    margin-bottom: 40px;
    font-weight: 400;
}
.baseDegital .p-3{
    width: 128px;
    height: 128px;
    float: right;
    margin: 30px;
}
.baseDegital .p-3 img{
    width: 100%;
}
.red{
    color: red;
}
.baseMessage{
    margin-top: 0;
}
.titleBefore{
    border-left: 4px solid #0082de;
    margin: 5px 10px;
    display: block;
    padding: 9px 0;
    float: left;
}
.baseMessageCont{
    overflow: hidden;
    height: auto;
}
.baseMessageCont .list-group{
    overflow: hidden;
    margin: 20px;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 20px;
}
.col-6{
    width: 48.33%;
    float: left;
}
.baseMessageCont .ul-list{
    text-align: left;
    margin: 10px 3px;
    font-size: 13px;
    font-weight: 500;
}
.baseMessageCont .list-group .time{
    float: right;
}
.baseMessageCont .list-group .sure{
    padding: 0 20px;
}
.table-bordered {
    border: 1px solid #ddd;
}

.table {
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;/* 边框合并属性  */
}
.table>caption+thead>tr:first-child>td, .table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>td, .table>thead:first-child>tr:first-child>th {
    border-top: 0;
}

.table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border-bottom-width: 2px;
}

.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #ddd;
}

.table>thead>tr>th {
    vertical-align: bottom;

}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

th {
    text-align: left;
}
.assessment{
    padding: 20px 10px;
}
.noMsg{
    padding: 10px 24px;
    font-size: 13px;
}
.baseMessageCont-jieshao .jieshaoCont{
    padding: 18px 24px;
    line-height: 28px;
    font-size: 14px;
}
.baseMessageCont-jieshao .list-group,.baseMessageCont-persons .list-group{
    border-bottom: none;
}
.baseMessageCont-jieshao .titleBefore{
    padding: 12px 0;
    margin-top: 7px;
}
.baseMessageCont-persons .part4_2_3{
    width: 220px;
}
.baseMessageCont-persons .part4_2_3 span{
    margin-left: 0;
    text-align: center;
}
.lvshiBase{
    padding: 50px;
}
.lvshiBase .p-1{
    width: 150px;
    height: 150px;
    border-radius: 300px;
    overflow: hidden;
}
.lvshiBase .p-1 img {
width: 100%;
}
.baseDegital .p-2 ul li h2 span{
    font-size: 14px;
}
.lvshiBase  .p-2 ul li{
    font-size: 13px;
}
.btn-label{
    border: none;
    outline: none;
    background-color: #ebebeb;
    padding: 5px 10px;
}
.mgBom30{
   /*  margin-bottom: 25px; */
}
h1,h2{
    font-weight: 400;
}
.mgbom12{
    margin-bottom: 12px;
}


.baseMessageCont-lsTell .lsTellCont,.baseMessageCont-lsObj .lsObjCont{
    padding: 18px 24px;
    line-height: 28px;
    font-size: 14px;
}
.baseMessageCont-lsTell .list-group{
    border-bottom: none;
}
#lsTellCont{
    height: 500px;
    width: 1000px;
}
.baseMessageCont-evaluate .comment-user{
    background-color: #f2f2f2;
    padding: 5px 25px;
    font-size: 14px;

}
.baseMessageCont-evaluate{
    padding-top: 20px;
}
.baseMessageCont-evaluate .comment-username{
    margin-right: 70px;
}
.baseMessageCont-evaluate .comment-time{
    color: #333;
}
.baseMessageCont-evaluate  .comment-content.J_CommentContent{
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 11px;
    padding-left: 26px;
    padding-right: 26px;
}
.baseMessageCont-evaluate  .comment-block{
    margin-bottom: 10px;
}
.baseMessageCont-lsCall{
    padding: 30px;
}
.baseMessageCont-lsCall .list-group{
    border-bottom: none;
    font-size: 16px;
    padding-left: 40px;
}
#func .list .fa{
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -ms-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
    color: transparent!important;
    padding: 37px 35px;
    font-size: 35px;
    border-radius: 76px;
    background-color: #D7D8DA;

}
#func .list .fa:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
#func .list li:hover{
    cursor: pointer;
}
#func .list li:hover h3{
    color: #00c1de;
}


#func .list .fa.fa-institution{    
	background:url(../images/window1.png) no-repeat;
	   
    background-size: 100%;
}
#func .list .fa.fa-institution:hover{
    background-color: #fb494a;
    color: #fff;
}

#func .list .fa.fa-group{    background:url(../images/window2.png) no-repeat;
	    
    background-size: 100%;}
#func .list .fa.fa-balance-scale{   background:url(../images/window3.png) no-repeat;
	   
    background-size: 100%;    padding: 37px 32px;}
#func .list .fa.fa-shield{    background:url(../images/window4.png) no-repeat;
	   
    background-size: 100%;    padding: 37px 41px;}
#func .list .fa.fa-suitcase{background:url(../images/window5.png) no-repeat;
	    
    background-size: 100%;padding: 35px 35px}
#func .list .fa.fa-handshake-o{    background:url(../images/window6.png) no-repeat;
	    
    background-size: 100%;    padding: 37px 32px;}
#func .list .fa.fa-map-o{    background:url(../images/window7.png) no-repeat;
	    
    background-size: 100%;}
#func .list .fa.fa-tasks{background:url(../images/window8.png) no-repeat;
	    
    background-size: 100%;    padding: 35px 35px;}
#func .list .fa.fa-briefcase{    background:url(../images/window9.png) no-repeat;
	    
    background-size: 100%;padding: 35px 35px}
#func .list .fa.fa-paint-brush{background:url(../images/window10.png) no-repeat;
	    
    background-size: 100%;padding: 35px 35px}
#func .list .fa.fa-map{background:url(../images/window11.png) no-repeat;
	   
    background-size: 100%;padding: 35px 35px}
    
#func .list .fa.jdal{    background:url(../images/12348icon.png) no-repeat;
	    
    background-size: 100%;    padding: 37px 32px;}

#func .list .fa.fa-group:hover{    }
#func .list .fa.fa-balance-scale:hover{       padding: 37px 32px;}
#func .list .fa.fa-shield:hover{       padding: 37px 41px;}
#func .list .fa.fa-suitcase:hover{padding: 35px 35px}
#func .list .fa.fa-handshake-o:hover{       padding: 37px 32px;}
#func .list .fa.fa-map-o:hover{    }
#func .list .fa.fa-tasks:hover{    padding: 35px 35px;}
#func .list .fa.fa-briefcase:hover{    padding: 35px 35px}
#func .list .fa.fa-paint-brush:hover{padding: 35px 35px}
.suggess .circle-harf{
    position: relative;
    padding: 7px 15px;
    background-color: #388bae;
    top: -59px;
    left: 50%;
    border-radius: 20px;
    margin-left: -20px;
}
.notice{
       background: #fff;
    width: 1200px;
    margin: 0 auto;

}
.notice .sugCon{
    height: auto;

}
.notice .noticeCont ul li{
    background-color: #f3f3f3;
    border: 1px solid #ebebeb;
    padding: 15px;
    color: #666;
    overflow: hidden;
    margin: 10px 0;
}
.notice .noticeCont ul li .span-1{
    float: left;
}
a{}
.notice .noticeCont ul li .span-2{
    float: right;
}
.indexnewslist .part5{
    width: 23%;
    background: #fff;
    border-radius: 0;   
    float: left;
    margin: 40px 9px 70px;
}
.indexnewslist .part5 .part5Img img{

height: 198px;
}
.indexnewslist .part5 .part5_2_2 p{
    font-size: 16px;
    font-weight: 800;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.indexnewslist .part5 .part5_2_2{
    padding: 0 20px;
}
.indexnewslist .part5 .part5_2_2 .d-1{
    height: 58px;
    color: #666;
    margin-top: 12px;
    padding: 0 11px;
    overflow: hidden;
}
.indexnewslist .part5 .part5_2_2 button{
    color: #2d7bc3;
    outline: none;
    border: 1px solid #ebebeb;
    padding: 8px 18px;
    margin: 14px;
}
.indexnewslist .part5{
    cursor: pointer;
    -webkit-box-shadow: 0px 6px 18px 2px rgba(0,0,0,0.40);
    -moz-box-shadow: 0px 6px 18px 2px rgba(0,0,0,0.40);
    box-shadow: 0px 6px 18px 2px rgba(0,0,0,0.40);
    border-radius: 0;

}
.indexnewslist .part5:hover button{
    background-color:#2d7bc3 ;
    color: #fff;
}
#map{
    width: 1200px;
    margin: 15px auto 20px;
    text-align:center;
}

#map img{
    width: 100%;
}
.title-p{
    font-size: 32px;
    font-weight: 900;
    position: relative;
    text-align: center;
}
.titleNav b{
    background: #fff;
    display: inline-block;
    overflow: hidden;
    /* width: 211px; */
    line-height: 20px;
    padding-bottom: 6px;
    border: 2px solid #2b5179;
    margin-top: 20px;
}
.titleNav a{
    font-size: 15px;
    margin-right: -9px;
    color: #0082de;
    padding: 7px 31px 7px 40px;
}
.titleNav a.active{
    background-color:#2a5178 ;
    color: #fff;
}
.lawMap{
    height: 500px;
    background-color: #fff;
    width: 940px;
    margin: 0 auto;
    margin-bottom: 70px;
    padding: 30px;
}
.map-nav{
    width: 280px;
    height: 440px;
    background-color: rgba(255,255,255,0.8);
    position: relative;
    top: -487px;
    left: 16px;
    -webkit-box-shadow: 0px 3px 10px 0 rgba(0,0,0,0.40);
    -moz-box-shadow: 0px 3px 10px 0 rgba(0,0,0,0.40);
    box-shadow: 0px 3px 10px 0 rgba(0,0,0,0.40);
}
.map-nav .u-nav{
    overflow: hidden;
}
.map-nav .u-nav li{
    width: 138px;
    float: left;
    background-color: #f6f6f6;
    text-align: center;
    padding: 13px 0;
    border: 1px solid #ebebeb;
    cursor: pointer;
}

.map-nav .u-nav .curr{
    background-color: #fff ;
    color: #108ae0  ;
}
.napCont li{
    padding: 4px 45px;
    font-size: 14px;
    cursor: pointer;
}
.napCont{
    margin-top: 15px;
    height: 335px;
    overflow: auto;
}

.napCont .mapCur{
    color: #108ae0  ;
}

.nav-container .nav-menu .kaifa{
cursor:default;
}

.colorD7D7D7{
	color: #d7d7d7;
	
}


/*个人中心*/
.userControl{
   overflow:hidden;
    width: 1000px;
    margin: 0 auto;
    background-color: #fff;
    margin-bottom: 30px;
   
}
.userControl .user{
    border: 1px solid #EBEBEB;
      height: 802px;
    border-radius: 2px;
    overflow: hidden;
    width: 195px;
    float: left;
}
.userControl .user .p-u1{
    float: left;
    margin: 28px 30px;
    text-align: center;
}
.userControl .user .p-u1 i{
    background-color: #0082de;
    color: #fff;
    border-radius: 200px;
    padding: 10px 16px;
}
.userControl .user .p-u1 h4{
    margin: 10px 0;
    font-size: 16px;
    color: #333;
    font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif, "宋体";
}
.userControl .user .p-u2{
    float: left;
}

.userControl .user .p-u1 .fa{

    font-size: 45px;
}


.userControl .user .p-u2 li{
      text-align: center;
    border-bottom: 1px solid #ebebeb;
    float: left;
    width: 196px;
    margin: 0;
    padding: 13px 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    cursor: pointer;
}


.userControl .user .p-u2 i{
    color: #666;
    font-size: 18px;
}
.userControl .user .p-u2 h4{
    margin-top: 22px;
    color: #333;
    font-size: 13px;
    display: inline;
}
.userControl .user .p-u2 .active{
        border-left: 5px solid #DD5734;
}
.userControl .user .p-u2 .active .fa,.userControl .user .p-u2 .active h4{
	color:#DD5734;
}
.userCont>h2{
    margin-top: 20px;
}
.userCont .titleBefore{
    margin-left: 1px;
    margin-top: 0;

}

.userCont-wt h2 .active{
    border-bottom: 1px solid #2494E2;
    padding-bottom: 7px;
    color: #2494E2;
}
.userCont-wt h2 span{
    padding: 0 10px;
    cursor: pointer;
}
.userCont-party .Myparty{
    font-size: 14px!important;
}
.userCont-party .Myparty i{
    margin-top: -1px!important;
}
.userCont-party .Myparty span{
    padding: 0 12px;
    cursor: pointer;
}

.userCont-party .Myparty .active{
    border-bottom: 1px solid #2494E2;
    padding-bottom: 7px;
    color: #2494E2;
}

.MypartyCont {
    color: #0082de;
    margin-top: 70px;
}
.MypartyCont a{
    border: 1px solid #ebebeb;
    padding: 10px 40px;
}
.MypartyCont i{
    font-size: 21px;
    margin: 0 5px;
}
.MypartyCont button{
    border: none;
    background-color: #fff;
    outline: none;
    font-size: 18px;
}
.accountCont li{
    margin: 10px 0;
}
.accountCont li .lb{
    visibility: hidden;
}
.accountCont li .mustBe{
    visibility: visible;
    color: red;
}
.accountCont li label{
    width: 75px;
}
.accountCont li .form-inline .form-control{
    border-radius: 0;
    height: 23px;
    font-size: 12px;
    padding: 0 17px;
}

.accountCont .submitBg button{
    padding: 6px 41px;
    color: #000;
    margin-top: 30px;
    outline: none;
}
.accountCont .submitBg .submit{
    background-color: #2fb8f8;
    color: #fff;
}
.ul-list>span:first-of-type{
	font-weight:bold
}


.slidetoolbar-closebtn:hover {

}
.slidetoolbar-closebtn{
    background-image: url(../images/icon9.png);
        height: 80px;
    width: 80px;
    display:block;
    background-size:100%;
}
.slideclosebtn-close{
       position: fixed;
    top: 180px;
    left: 0;
    z-index: 9999999;
}
.slideclosebtn-open {
	background-image: url(../images/iconclose.png);
   background-position: 0 0;
    margin-left: 41px;
    background-size: 100%;
    position: absolute;
    bottom: 5px;
}
.slideclosebtn-open {
    background-repeat: no-repeat;
}
.prevArrow,.nextArrow{
	display:none
}
.robot li{
	width:25%;
	float:left;
	margin: 15px 0px;
	
}
.robot li .p-r1{
	    float: left;
    width: 100px;
    text-align: center;
}
.robot li .p-r1 .fa{
	    padding: 16px 14px;
    color: #fff;
    background-color: #2a5178;
    border-radius: 59px;
    font-size: 26px;
}
.robotList{
	      width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 25px;
}

.robot li .p-r2{
	float:left;
	    line-height: 27px;
}
.robot li .p-r2 span{
	display:block;
	color:#fff;
	text-align:center;
	 color: #2a5178;
	 width: 138px;
}
.robot li .p-r2 b{
   
    font-size: 25px;
    margin-right: 6px;
    }
    
    .robot li .p-r1 .fa.fa-balance-scale{
     padding: 16px 11px;
    }
      .robot li .p-r1 .fa.fa-home{
        padding: 16px 17px;
    }
    
       .robot li .p-r1 .fa.fa-shield{
        padding: 15px 18px;
    }
    
    .robot li .p-r1 .fa.fa-handshake-o,.robot li .p-r1 .fa.fa-graduation-cap{
    padding: 16px 12px;
    }
        .robot li .p-r1 .fa.fa-user{
        padding: 15px 19px;
    }
    
    .robot li .p-r1 .fa.fa-tasks{
    padding: 15px 14px;
    }
    
    .robot li .p-r1 .fa.fa-street-view{
     padding: 16px 18px;
    }
    #close{
              width: 41px;
    background-color: rgb(33, 194, 248);
    height: 63px;
    overflow: hidden;
    text-align: center;
    border-radius: 100px;
    position: relative;
    left: 50%;
    top: -25px;
    margin-left: -25px;
    cursor: pointer;
    z-index:999;
    }
    #close p{
      background: url(../images/mouse.png) no-repeat;
    float: left;
    position: relative;
    display: inline;
    padding: 17px 11px;
    margin-top: 19px;
    margin-left: 12px;
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
    -moz-transition: all .8s ease, -moz-transform .8s ease;
    transition: all .8s ease;
    transition: all .8s ease, -webkit-transform .8s ease, -moz-transform .8s ease;
    -webkit-animation: changeImg 3s linear 0s;
    animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    }
    
    @-webkit-keyframes changeImg{
    from{
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    50%{
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100%{
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}


.floor-nav{
		    height: auto;
    width: 34px;
    text-align: center;
    position: fixed;
    top: calc(50% - 335px);
    right: 0;
    z-index: 99999999;
    box-shadow: 0 0 4px rgba(0,0,0,.2);
			}
			.scroll-nav{
				      display: inline-block;
    background: #fff;
    width: 34px;
    padding: 11px 0;
    line-height: 17px;
    cursor: pointer;
    color: #8a8a8a;
    border-bottom: 1px solid rgba(255,255,255,0.3);
			}
			.scroll-nav:hover{
			color: #8a8a8a; background: #e5f1f6; font-weight: bold; 
			}
			.scroll-nav.active{border:1px solid #e1e1e1; color: #8a8a8a; background: #e5f1f6; font-weight: bold; }

			
			#effect0{
			color:#fff!important;
			}
			
			.ani1{
    animation-duration: 2s!important;    
    animation-delay: 0.3s!important;    
   
}

.fa1{
    animation-delay: 0.3s!important;   
-webkit-animation-delay:0.3s; /* Safari 和 Chrome */   
}
.fa2{
    animation-delay: 0.6s!important;    
    -webkit-animation-delay:0.3s; /* Safari 和 Chrome */    
}
.fa3{
    animation-delay: 0.9s!important; -webkit-animation-delay:0.3s; /* Safari 和 Chrome */       
}
.fa4{
    animation-delay: 1.2s!important;  -webkit-animation-delay:0.3s; /* Safari 和 Chrome */      
}
.fa5{
    animation-delay: 1.5s!important;   -webkit-animation-delay:0.3s; /* Safari 和 Chrome */     
}

.fa6{
    animation-delay: 1.8s!important; -webkit-animation-delay:0.3s; /* Safari 和 Chrome */       
}
.fa7{
    animation-delay: 2.1s!important; -webkit-animation-delay:0.3s; /* Safari 和 Chrome */       
}
.fa8{
    animation-delay: 2.4s!important;  -webkit-animation-delay:0.3s; /* Safari 和 Chrome */      
}
.fa9{
    animation-delay: 2.7s!important; -webkit-animation-delay:0.3s; /* Safari 和 Chrome */       
}
.fa10{
    animation-delay: 3s!important;   -webkit-animation-delay:0.3s; /* Safari 和 Chrome */     
}
.fa11{
    animation-delay: 3.3s!important;    -webkit-animation-delay:0.3s; /* Safari 和 Chrome */    
}
.fa12{
    animation-delay: 3.6s!important;  -webkit-animation-delay:0.3s; /* Safari 和 Chrome */     
}

.slider-bottom {
    background-color: #fff;
    color: #fff;
        overflow: hidden;
}
.main-content {
    width: 1200px;
    margin: 0 auto;
        overflow: hidden;
}
.slider-bottom .main-content ul {
    background-image: url(../images/sim.jpg);
        overflow: hidden;
        background-size:1800px 100%;
}
.slider-bottom .main-content ul li {
    width: 300px !important;
    height: 364px;
	padding-top: 50px;
    cursor: pointer;
    background-color: transparent;
    transition: all .3s linear;
    float:left;
}

.slider-bottom .main-content ul li .cont-wrap {
    height: 200px;
    margin: 30px auto 0;
    position: relative;
    overflow: hidden;
    width: 127px;
	
	width: 170px;
    display: flex;
    justify-content: center;
}

.s-tac {
    text-align: center;
}
.slider-bottom .main-content ul li .cont-wrap .app-cont,.slider-bottom .main-content ul li .cont-wrap .app-cont-wx  {
    position: absolute;
    top: 73px;
}
.s-fs28 {
    font-size: 25px;
}
.slider-bottom .main-content ul li .cont-wrap .app-cont .line,.slider-bottom .main-content ul li .cont-wrap .app-cont-wx .line {
    width: 15px;
    height: 1px;
    background-color: #fff;
    margin: 10px auto 23px;
}
.gw-dis-b {
    display: block;
}
.slider-bottom .main-content ul li .cont-wrap .app-cont a,.slider-bottom .main-content ul li .cont-wrap .app-cont-wx a {
    width: 90px;
    height: 21px;
    line-height: 23px;
    border: 1px solid #fff;
    color: #fff;
    margin: 0 auto;
}
.slider-bottom .main-content ul li:hover, .video-model {
    background: rgba(0,0,0,.8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c8000000", endColorstr="#c8000000");
}
.slider-bottom .main-content ul li:hover .app-cont{
	top:8px;
}
.slider-bottom .main-content ul li {
    width: 240px;
    height: 264px;
    cursor: pointer;
    background-color: transparent;
    transition: all .3s linear;
}

.app-cont-wx-div:hover .cont-wrap{
	width:100%!important;
	margin: 0!important;
	    height: 100%!important;
}
.app-cont-wx-div:hover .app-cont-wx-1{
	display:none;
}
.app-cont-wx-div:hover .app-cont-wx-2{
	display:block!important;
	    margin-top: -72px;
}
.login{
	padding: 20px 0;
}
.login-box{
	border: 1px solid #e7e7e7;
	float: right;
	padding: 30px 50px 36px 50px;
	width: 298px;
	margin-top: 30px;
	box-sizing: content-box;
}
.login-bg{
	width: 500px;
	margin-top: 60px;
}
.login-logo{
	margin-bottom: 0px;
	    width: 147px;
}
.login-head img{
	width: 60px;
}
.login-head span{
	display: inline-block;
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	color: #383838;
	vertical-align: bottom;
	/*padding-left: 10px;*/
}
.username,.password{
	padding-left: 15%;
	width: 85%;
	height: 15px;
	padding-top: 14px;
	padding-bottom: 16px;
	border: 0;
	margin-top: 20px;
	background: url('../images/login_icon1.png') 10px 50% no-repeat;
	background-color: #ebebeb!important;
	box-sizing: content-box;
}
.password{
	background: url('../images/login_icon2.png') 10px 50% no-repeat;
	background-color: #ebebea;
	
}
.btn-login{
	width: 100%;
	background: #374B5B;
	color: #fff;
	text-align: center;
	line-height: 50px;
	height: 50px;
	font-size: 20px;
	border: 0;
	margin-top: 5px;
	margin-bottom: 5px;
}
#remember{
	width: 18px;
	height: 18px;
	background: #fff;
	margin-right: 8px;
}
.login label{
	margin-left: 8px;
	vertical-align: top;
	color: #383838;
}
.forget{
	text-decoration: none;
	color: #383838;
}
.login #rememberPwdIcon{
	width: 17px;
	height: 21px;
	margin: 0;
}
.reg {
    color: #383838;
    float: right;
}
.reg a {
    color: #27a9f2;
    text-decoration: none;
}
input {
  line-height: normal;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
#verifyCode{
	    width: 166px;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
}
.windowServer{
	margin-top: -147px;
    position: relative;
    z-index: 1;
    border-top: none;
    padding-bottom:0;
}
.windowServer .funcList{
	
    padding-bottom: 94px;
   
    padding-bottom: 163px;
    height: 507px;
}
.bdshaws{
	  -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
    -moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
    -o-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
}
.hdjl{
	border:none;
	padding-top: 0;
}
.hdjl .head-title{
	font-size: 32px;
	font-weight: 400;
	position: relative;
	    background: #fff;
	text-align: center;
	color:#666;
	width:1200px;
	margin:0 auto;
	    padding-bottom: 34px;
	        border-top: 2px solid #388bae;
}


.hdjl .head-title .circle-harf{
top: -15px;
    padding: 14px 15px;
    left: 50%;
    height: 2px;
    display: block;
    width: 0px;
}

.aliyun-index-all-product .module-wrap .ali-product-show-more:hover {
    color: #00c1de;
    border: 1px solid #00c1de;
}


.ali-product-show-more {
    width: 120px;
    height: 36px;
    line-height: 36px;
    margin: 35px auto -4px;
    text-align: center;
    font-size: 14px;
    color: #373d41;
    border: 1px solid #373d41;
    cursor: pointer;
}


.floor-nav span .fa{
	display:block;
	font-size:20px;
	margin-bottom:5px;
	
}
.color1b85ad{
	color:#1b85ad;
}
.color9ccd61{
	color:#9ccd61;
}
.color7a7fbe{
	color:#7a7fbe;
}
.color60bd93{
	color:#60bd93;
}
.color9ccd61{
	
	color:#9ccd61;
}

.colorfd6f27{
	color:#fd6f27;
}
.liucheng{
	text-align:center;
}
.under{
	border-bottom: 2px solid #C9C9C9;
    padding: 0 130px;
}
.liucheng b{
	    color: #BA8601;
    font-size: 24px;
    position: relative;
    top: 10px;
    margin: 0 25px;
}
.liucheng-cont .col-5{
	    float: left;
    width: 100%;
    background: rebeccapurple;
    color: #fff;
    border-radius: 115px;
    padding: 10px 0px;
    text-align: center;
    
}
.col-5{
	
}
.liucheng-cont li{
	width:14%!important;
	margin: 26px 10px;
	text-align:center;
	cursor:pointer;
}
.liucheng-cont .t{
	    font-size: 43px;
}
.liucheng-cont .s{
	font-size: 20px;
}

.liucheng-cont .f{
    font-size: 14px;
}
.liucheng-cont .sx{
	    padding-top: 12px;
    display: block;
    clear: both;
    white-space:nowrap;
    font-size: 15px;
}
.baseDegital .zn{
	overflow:hidden;
}
.baseDegital .zn a{
	float:left;
	display:block;
}
 .zn{
   
}
.zn a{
	float:left;
	display:block;
}


.li-5{
	    margin: 26px 10px!important;
}
.li-4{
	    margin: 26px 35px!important;
}
.li-6{
	    margin: 26px -3px!important;
}
.leftCont{
	float: left;
    padding: 0 16px;
    border: 1px solid #EBEBEB;
    height: 802px;
    border-left: none;
    width:800px;
}
.text-left{
	text-align:left;
}

.renzheng{
	color: #DD5734;
    font-size: 35px;
}
.lv{
	border: 1px solid #ebebeb;
    font-size: 12px;
    margin: 0 8px;
    padding: 2px 13px;
    color: #fff;
    font-weight: 400;
    background: #C1C1C1;
    border-radius: 4px;
    position: relative;
    top: -4px;
}
#data .part4_2_1 {
    width: 231px;
    height:320px;
    padding-bottom: 15px;
    float: left;
    position: relative;
    margin-bottom: 10px;
    margin-right: 16px;
    /*-moz-box-shadow: 5px 5px 3px #aeabab;*/
    /*box-shadow: 5px 5px 3px #aeabab;*/
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
    -webkit-box-sizing: ''!important; 
   
}
.personsCont #data .part4_2_1 {
    width: 217px;
    height:330px;
    padding-bottom: 15px;
    float: left;
    position: relative;
    margin-bottom: 10px;
    margin-right: 16px;
    /*-moz-box-shadow: 5px 5px 3px #aeabab;*/
    /*box-shadow: 5px 5px 3px #aeabab;*/
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}

.comment-info .comment-right .content{
	font-size:16px;
}

 .comment-info .comment-right .reply-btn{
 font-size:16px;
	
}
 .comment-info .comment-right .reply-btn i{
 font-size:15px!important;
	
}
.comment-list .comment-info .comment-right .reply-list .reply span{
	font-size:14px;
}
.caName{
	font-size:12px!important;
	float:right!important;
}

.amap-sug-result{
	z-index:99999999;
}


#telephoneNumber1{
width:210px!important;
height:40px!important;
margin-bottom:16px;
    margin-top: 21px;
}
#confirmTel input{
width:360px;
height:40px;
margin-left: 11px;
outline:none;
padding-left: 10px;
}
.layui-layer-molv-confirmTel .layui-layer-btn0{
width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
    margin-left: -5px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    background: #374B5B;
    border: 2px solid #374B5B;
 }
 .layui-layer-molv-confirmTel #sendCode{
 background: #1E9FFF;
    color: #fff;
    padding: 11px 37px 13px;
    font-size: 15px;
    cursor:pointer;
 
 }
 .layui-layer-molv-confirmTel .layui-layer-title{
  font-size: 15px;
 }


@media screen and (max-width:1200px){
 .wrap_header {
      width: 1200px!important; 
 }
 .oneByOne1{
 height:329px!important;
 }
 .robotList {
 
     padding-top: 0px!important; 
     padding-bottom: 0px!important; 
}
.windowServer{
	margin-top:-86px!important;
}
 
 
}

/*5.18*/
.partImg{
    width: 100px;
    height: 100px;
    border-radius: 100px;
    overflow: hidden;
    margin: 37px auto 18px;
}

.image_{
	border: none;
    border-radius: 100px;
    width: 100px;
    height: 100px;
    display: block;
    margin: 30px auto;
}


.width_80{
	width:80%!important;
}

.width_70{
	width:70%!important;
}

.accountCont label{
	text-align:right;
}

.accountCont input{
	padding:2px;
}

.accountCont textarea{
	padding:5px;
}

.keyword-input{
	height:23px!important;
}