.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@keyframes bounce {
    from,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

.pos-abs-box {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.pos-abs-box>.bg-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto
}

.pos-abs-box>.bg-img>.mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    opacity: .5;
    filter: alpha(opacity=50)
}

.same-slide {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.same-slide.noFirst .bx-wrapper .bx-controls {
    display: block
}

.same-slide .ul {
    height: 100%
}

.same-slide .ul .li {
    height: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto
}

.same-slide .bx-wrapper {
    z-index: 0
}

.same-slide .bx-wrapper,
.same-slide .bx-wrapper .bx-viewport {
    height: 100%
}

.same-slide .bx-wrapper .bx-pager {
    bottom: 60px
}

.same-slide .bx-wrapper .bx-pager.bx-default-pager a.active,
.same-slide .bx-wrapper .bx-wrapper .bx-pager.bx-default-pager a:focus,
.same-slide .bx-wrapper .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background-color: #fff
}

.same-slide .bx-wrapper .bx-pager.bx-default-pager a {
    background-color: #969490
}

.same-slide .bx-wrapper .bx-controls {
    display: none
}

.same-slide .bx-wrapper .bx-controls-direction a {
    width: 35px;
    height: 103px;
    margin-top: -51px;
    background-image: url(../images/control3.png);
    background-repeat: no-repeat
}

.same-slide .bx-wrapper .bx-prev {
    left: 6.77083333%;
    background-position: 0 0
}

.same-slide .bx-wrapper .bx-next {
    right: 6.77083333%
}

.same-slide .bx-wrapper .bx-next,
.same-slide .bx-wrapper .bx-next:focus,
.same-slide .bx-wrapper .bx-wrapper .bx-next:hover {
    background-position: -53px 0 !important
}

.loading {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../images/bkg7.jpg);
    z-index: 9999;
    width: 100%;
    background-position: center;
}

.load_title {
    position: absolute;
    top: 30%;
    text-align: center;
    width: 100%;
    font-size: 20px;
}

.load_title span {
    color: #6db758;
    font-size: 30px;
}

.load_img {
    position: absolute;
    top: 60%;
    left: 50%;
    margin-left: -118px;
}

.load_img:click .loading {
    display: none;
}

.loading .logo-s {
    width: 395px;
    height: 76px;
    position: absolute;
    top: 46%;
    left: 50%;
    margin-left: -198px;
    margin-top: -22px;
    background: url(../images/logo.png) no-repeat
}

.p-header {
    height: 77px;
    line-height: 77px;
    background: url(../images/bg.png);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    padding: 0 3.90625% 0 6.66666667%;
    z-index: 9
}

.p-header .logo {
    width: 207px;
    height: 100%;
    float: left
}

.p-header .logo a {
    width: 100%;
    height: 100%;
    display: inline-block;
    background: url(../images/logo.png) no-repeat center center;
    background-size: 100% auto
}

.p-header .nav-icon {
    float: right;
    width: 50px;
    height: 100%;
    cursor: pointer;
    background: url(../images/i-nav-icon.jpg) no-repeat center center
}

.p-header .nav {
    float: right
}

.p-header .nav .ul .li {
    font-size: 14px;
    position: relative;
    float: left
}

.p-header .nav .ul .li>a {
    font-size: 14px;
    padding: 0 15px;
    color: #fff;
    display: inline-block;
    position: relative
}

.p-header .nav .ul .li>.cn-a {
    text-align: center;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    opacity: 0;
    filter: alpha(opacity=0)
}

.p-header .nav .dropdown {
    min-width: 100%;
    position: absolute;
    top: 77px;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    display: none
}

.p-header .nav .dropdown .row {
    line-height: 30px;
    text-align: center;
    white-space: nowrap
}

.p-header .nav .dropdown .row .a {
    width: 100%;
    height: 100%;
    display: inline-block;
    color: #fff;
    font-size: 14px
}

.p-footer {
    line-height: 38px;
    background: url(../images/bg.png);
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    color: #fff;
    text-align: center;
    z-index: 9
}

.p-footer .span {
    padding: 0 5px
}

.i-content,
.i-content .slider {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.i-content .slider {
    height: 100%
}

.i-content .slider .ul {
    height: 100%
}

.i-content .slider .ul .li {
    height: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto
}

.i-content .slider .bx-wrapper {
    z-index: 0
}

.i-content .slider .bx-wrapper,
.i-content .slider .bx-wrapper .bx-viewport {
    height: 100%
}

.i-content .list {
    z-index: 2;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.i-content .list .item {
    width: 25%;
    height: 100%;
    float: left;
    position: relative
}

.i-content .list .item .bg-img,
.i-content .list .item .text,
.i-content .list .item .mask,
.i-content .list .item .link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.i-content .list .item .bg-img {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
    display: none
}

.i-content .list .item .text {
    top: 30px;
    opacity: 0;
    background-repeat: no-repeat
}

.i-content .list .item .mask {
    background-color: #000;
    filter: alpha(opacity=20);
    opacity: 0
}

.i-content .list .item .line {
    width: 2px;
    position: absolute;
    right: 0;
    background-color: #fff
}

.i-content .list .item1 .text {
    background-image: url(../testimg/text1.png);
    background-position: center 50%
}

.i-content .list .item2 .text {
    background-image: url(../testimg/text2.png);
    background-position: center 45%
}

.i-content .list .item3 .text {
    background-image: url(../testimg/text3.png);
    background-position: center 40%
}

.i-content .list .item4 .text {
    background-image: url(../testimg/text4.png);
    background-position: center 35%
}