.header .search {
    position: relative;
}

.header .search:hover {
    cursor: pointer;
}

.header .search .search-box {
    display: none;
    position: absolute;
    top: -6px;
    left: 0;
    background: #fff;
    z-index: 999;
}

.header .search #formsearch {
    width: 226px;
}

.header .search #formsearch #keyword {
    font: 400 14px/32px "Microsoft YaHei";
    border: none;
    background: #ececec;
    padding-left: 5px;
    float: left;
    outline: none;
}

.header .search #formsearch #s_btn {
    float: left;
    font: 400 14px/34px "Microsoft YaHei";
    border: none;
    padding: 0 20px;
    background: #ccc;
}

.share a {
    margin-left: 26px;
    position: relative;
}

.share-box {
    display: none;
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -50px;
    width: 100px;
    height: 100px;
    background: #fff;
    z-index: 999;
    text-align: center;
    line-height: 100px;
}

.share-box img {
    width: 80px;
    height: 80px;
}

@media (max-width: 1200px) {
    .share a {
        margin-left: 10px;
    }
}



/*地球旋转*/

@-webkit-keyframes cir1 {
    0% {
        -webkit-transform: rotateY(0deg) rotateZ(10deg);
    }
    100% {
        -webkit-transform: rotateY(-360deg) rotateZ(10deg);
    }
}

@keyframes cir1 {
    0% {
        transform: rotateY(0deg) rotateZ(10deg);
    }
    100% {
        transform: rotateY(-360deg) rotateZ(10deg);
    }
}

@-webkit-keyframes cir2 {
    0% {
        -webkit-transform: rotateY(-72deg) rotateZ(10deg);
    }
    100% {
        -webkit-transform: rotateY(-432deg) rotateZ(10deg);
    }
}

@keyframes cir2 {
    0% {
        transform: rotateY(0deg) rotateZ(10deg);
    }
    100% {
        transform: rotateY(180deg) rotateZ(10deg);
    }
}

@-webkit-keyframes cir3 {
    0% {
        -webkit-transform: rotateY(-144deg) rotateZ(10deg);
    }
    100% {
        -webkit-transform: rotateY(-504deg) rotateZ(10deg);
    }
}

@keyframes cir3 {
    0% {
        transform: rotateX(180deg) rotateY(0deg) rotateZ(10deg);
    }
    100% {
        transform: rotateX(180deg) rotateY(-360deg) rotateZ(10deg);
    }
}

@-webkit-keyframes cir4 {
    0% {
        -webkit-transform: rotateY(-216deg) rotateZ(10deg);
    }
    100% {
        -webkit-transform: rotateY(-576deg) rotateZ(10deg);
    }
}

@keyframes cir4 {
    0% {
        transform: rotateY(-216deg) rotateZ(10deg);
    }
    100% {
        transform: rotateY(-576deg) rotateZ(10deg);
    }
}

@-webkit-keyframes cir5 {
    0% {
        -webkit-transform: rotateY(0deg) rotateZ(10deg);
    }
    100% {
        -webkit-transform: rotateY(180deg) rotateZ(10deg);
    }
}

@keyframes cir5 {
    0% {
        transform: rotateY(0deg) rotateZ(10deg);
    }
    100% {
        transform: rotateY(180deg) rotateZ(10deg);
    }
}

@keyframes cir {
    0% {
        transform: rotateX(80deg) rotateY(20deg) rotateZ(0deg);
    }
    100% {
        transform: rotateX(80deg) rotateY(20deg) rotateZ(-360deg);
    }
}

@keyframes cir_p {
    0% {
        transform: rotateZ(0deg);
    }
    100% {
        transform: rotateZ(-360deg);
    }
}

@-webkit-keyframes cir {
    0% {
        -webkit-transform: rotateX(80deg) rotateY(-10deg) rotateZ(0deg);
    }
    100% {
        -webkit-transform: rotateX(80deg) rotateY(-10deg) rotateZ(-360deg);
    }
}

@-webkit-keyframes cir_p {
    0% {
        -webkit-transform: rotateZ(0deg);
    }
    100% {
        -webkit-transform: rotateZ(-360deg);
    }
}

.u_p3d {
    -webkit-transform-style: preserve-3d !important;
    transform-style: preserve-3d !important;
}

.earth {
    background: url(../images/star.png) no-repeat 50% 65%;
}

.ui_base {
    position: relative;
    width: 400px;
    margin: 0 auto;
    margin-top: -120px;
    /*z-index: 5;*/
    -webkit-perspective: 1000px;
    -webkit-perspective-origin: 50% 0%;
    perspective: 1000px;
    perspective-origin: 50% 0%;
}

.base {
    -webkit-transform: rotateX(80deg) rotateY(-10deg);
    transform: rotateX(80deg) rotateY(-10deg);
    position: relative;
    width: 400px;
    height: 400px;
    z-index: 5;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    animation: cir 10s linear 0s infinite;
}

.rota {

}

.ball_base {
    -webkit-transform-origin: 440px 0px;
    transform-origin: 440px 0px;
    position: absolute;
    top: 0px;
    left: -100px;
    width: 127px;
    height: 127px;
    /*z-index: 9;*/
    /*background: #0184c8;*/
    /*background: #000;*/
    /*background: -webkit-linear-gradient(left, #1785be, #3ba750); !* Safari 5.1 - 6.0 *!*/
    /*background: -o-linear-gradient(right, #1785be, #3ba750); !* Opera 11.1 - 12.0 *!*/
    /*background: -moz-linear-gradient(right, #1785be, #3ba750); !* Firefox 3.6 - 15 *!*/
    /*background: linear-gradient(to right, #1785be, #3ba750); !* 标准的语法 *!*/


    border-radius: 50%;
}

.ball {
    -webkit-transition: all 2s ease-out 0ms;
    transition: all 2s ease-out 0ms;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    position: absolute;
    width: 150px;
    height: 150px;
    padding-top: 50px;
    font: 600 40px/20px "Microsoft Yahei";
    text-align: center;
    background-image: url(../images/hovertreeball.png);
    background-size: 100% 100%;
    left: 0px;
    top: 0px;
    color: rgba(0, 0, 0, 0);
    font-size: 12px;
    opacity: 1;
    overflow: hidden;
}

.ball_c {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    position: absolute;
    width: 245px;
    height: 248px;
    line-height: 248px;
    text-align: center;
    background-image: url(../images/ball_center.png);
    background-repeat: none;
    left: 229px;
    top: 210px;
    color: #fff;
    font-size: 24px;
    z-index: 9999;
    transform: translateZ(100px);
}

.ball_c.cur1 {
    background-image: url(../images/ball_center2.png);
}

.ball_c.cur2 {
    background-image: url(../images/ball_center1.png);
}

.ball_c .ba1 {
    width: 90px;
    height: 70px;
    display: block;
    position: absolute;
    left: 114px;
    top: 41px;
}

.ball_c .ba2 {
    width: 90px;
    height: 70px;
    display: block;
    position: absolute;
    left: 35px;
    top: 124px;
}

.pan {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 5;
    background-image: url("../images/qiu_bg.png");
    background-size: 100% 100%;
    -webkit-animation: cir_p 5s linear 0s infinite;
    animation: cir_p 5s linear 0s infinite;
}

.ball {
    color: #fff;
    opacity: 1;
}

.ball a {
    display: block;
    width: 100%;
    height: 100%;
}

.ball_1 .ball {
    transform: rotateY(10deg) rotateZ(10deg);
    bkit-transition-delay: 1100ms !important;
    transition-delay: 1100ms !important;
    background: url(../images/e1.png) no-repeat;
    animation-fill-mode: forwards;
    animation: cir1 10s linear 0s infinite;
    /*animation-play-state:paused;*/
    color: #000;
}

.ball_1 .ball.rotate {


}

.ball_2 .ball {
    background: url(../images/e5.png) no-repeat;
    webkit-transition-delay: 900ms !important;
    transition-delay: 900ms !important;
    animation-fill-mode: forwards;
    -webkit-animation: cir2 10s linear 0s infinite;
    /*animation-play-state:paused;*/
    color: #fff;
}

.ball_2 .ball.rotate {


}

.ball_3 .ball {
    background: url(../images/e4.png) no-repeat;
    -webkit-transition-delay: 700ms !important;
    transition-delay: 700ms !important;
    animation-fill-mode: forwards;
    -webkit-animation: cir3 10s linear 0s infinite;
    /*animation-play-state:paused;*/
    color: #fff;
}

.ball_3 .ball.rotate {


}

.ball_4 .ball {
    background: url(../images/e3.png) no-repeat;
    -webkit-transition-delay: 500ms !important;
    transition-delay: 500ms !important;
    animation-fill-mode: forwards;
    -webkit-animation: cir4 10s linear 0s infinite;
    /*animation-play-state:paused;*/
}

.ball_4 .ball.rotate {


}

.ball_5 .ball {
    background: url(../images/e2.png) no-repeat;
    -webkit-transition-delay: 300ms !important;
    transition-delay: 300ms !important;
    animation-fill-mode: forwards;
    -webkit-animation: cir5 10s linear 0s infinite;
    /* animation-play-state:paused;*/
}

.ball_5 .ball.rotate {


}

.ball_6 .ball {
    -webkit-animation: cir6 10s linear 0s infinite;
    animation: cir6 10s linear 0s infinite;
    -webkit-transition-delay: 100ms !important;
    transition-delay: 100ms !important;
}

.ball_1 {
    -webkit-transform: rotateX(90deg) rotateY(-43 eg) translateY(-70px);
    transform: rotateX(90deg) rotateY(-43deg) translateY(-70px);
    color: #fff;
}

.ball_2 {
    -webkit-transform: rotateX(-90deg) rotateY(72deg) translateY(-70px);
    transform: rotateX(-90deg) rotateY(72deg) translateY(-70px);
    color: #fff;
}

.ball_3 {
    -webkit-transform: rotateX(90deg) rotateY(-23deg) translateY(-70px);
    transform: rotateX(90deg) rotateY(-23deg) translateY(-70px);
    color: #fff;
}

.ball_4 {
    -webkit-transform: rotateX(-90deg) rotateY(216deg) translateY(-70px);
    transform: rotateX(-90deg) rotateY(216deg) translateY(-70px);
    color: #fff;
}

.ball_5 {
    -webkit-transform: rotateX(-90deg) rotateY(288deg) translateY(-70px);
    transform: rotateX(-90deg) rotateY(288deg) translateY(-70px);
    color: #fff;
}

.stop {
    animation-play-state: paused !important;
}


.count-particles{
    background: #000022;
    position: absolute;
    top: 48px;
    left: 0;
    width: 80px;
    color: #13E8E9;
    font-size: .8em;
    text-align: left;
    text-indent: 4px;
    line-height: 14px;
    padding-bottom: 2px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.js-count-particles{
    font-size: 1.1em;
}

#stats,
.count-particles{
    -webkit-user-select: none;
    margin-top: 5px;
    margin-left: 5px;
}

#stats{
    border-radius: 3px 3px 0 0;
    overflow: hidden;
}

.count-particles{
    border-radius: 0 0 3px 3px;
}


/* ---- particles.js container ---- */

#particles-js{
    width: 100%;
    height: 100%;
    background-color: #fff;
    background-image: url('');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: absolute;
    z-index: -1;
    top: 0;
}

.yl-sec{
    position: absolute;
    bottom: 34px;
    left: 0;
    width: 100%;
    background: #fff;
    display: none;
}


.yl-sec a{
    display: block;
    font: 400 14px/28px "Microsoft Yahei";
    color: #333;
    background: #fff;
    padding: 0 10px;
}



.yl-sec a:hover{
    background: -webkit-gradient(linear, left top, right top, from(#3081b1), to(#3f9796));
    background: linear-gradient(to right, #3081b1, #3f9796);
    color: #fff;
}


.xypg-news-detail{
    padding: 40px 180px 0
}
.xypg-relate{
    padding: 0px 180px
}
@media(max-width:1440px){
    .xypg-news-detail{
    padding: 40px 0 0
}
.xypg-relate{
    padding: 0px 0
}
}

