﻿ul,li {
    margin:0;
    padding:0;
    list-style: none;
}
a:link {
    transition: color 0.2s ease, background-color 0.2s ease;
    -webkit-transition: color 0.2s ease, background-color 0.2s ease;
    -moz-transition: color 0.2s ease, background-color 0.2s ease;
    color: #247BA0;
}
a:hover {
    text-decoration: none;
    color: #000;
}
.header {
    position: relative;
}
.site-nav {
    position: absolute;
    z-index: 101;
    top: 0;
    left: 0;
    width: 100%;
height: 70px;
    background-color: rgba(255,255,255,0.1);
    color: #fff;
    transition: color 0.2s ease, background-color 0.2s ease;
    -webkit-transition: color 0.2s ease, background-color 0.2s ease;
    -moz-transition: color 0.2s ease, background-color 0.2s ease;
}
.site-nav.affix {
    position: fixed;
    top: 0;
    background-color: rgba(255,255,255,1);
    box-shadow: 0 3px 15px -3px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 3px 15px -3px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 3px 15px -3px rgba(0,0,0,0.1);
    -o-box-shadow: 0 3px 15px -3px rgba(0,0,0,0.1);
}
.site-nav:hover {
    background-color: rgba(255,255,255,0.2);
}
.site-nav.affix:hover {
    background-color: rgba(255,255,255,1);
}
.site-nav .logo {
    display: block;
    float: left;
    width:109px;
    height:40px;
    margin-top:15px;
    background: url(images/logo.png) no-repeat;
}
.site-nav.affix .logo {
    background-position: 0 -40px;
}
.site-nav .menu {
    float: right;
}
.site-nav .menu a {
    position: relative;
    font-size: 16px;
    color: #fff;
    float: left;
    margin-left:40px;
    padding:15px 0;
    line-height:40px;
}
.site-nav .menu a:hover {
    color: #fff;
}
.site-nav.affix .menu a {
    color: #818181;
}
.site-nav.affix .menu a:hover {
    color: #000;
}
.site-nav .menu a:after {
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 2px;
    width: 100%;
    content: " ";
    background-color: #fff;
    background-color: transparent\9;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all .3s cubic-bezier(.19,1,.22,1);
    -o-transition: all .3s cubic-bezier(.19,1,.22,1);
    transition: all .3s cubic-bezier(.19,1,.22,1);
}
.site-nav.affix .menu a:after {
    background-color: #000;
}

.site-nav .menu a:hover:after {
    transform: scaleX(1);
}

.slider-caption {
    position: absolute;
    left:0;
    width:100%;
    top: 50%;
    z-index: 3;
    margin-top:-55px;
    color: #fff;
    text-align: left;
    text-shadow: 0 1px 1px rgba(0,0,0,.5);
    opacity: .9;
}
.slider-caption h1 {
    margin:0;
    font-size: 60px;
    line-height:70px;
}
.slider-caption h3 {
    margin-top:10px;
    margin-bottom:0;
    line-height:30px;
}
.carousel-indicators li {
    border:0;
    background: rgba(255,255,255,0.5);
    transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
}
.carousel-indicators .active {
    width:20px;
}

.home-block {
    padding:40px 0;
}
.home-block-gray {
    background: #f3f3f3;
}
.home-block h2 {
    font-size: 40px;
    line-height: 50px;
}
.home-block h4 {
    margin-top:10px;
}

.article {
margin-top: 24px;
    border: 1px solid #ddd;
    padding: 24px;
}

.article div {
    padding-bottom: 12px;
    line-height: 1.5em;
font-size: 16px;
}

.special-list .item {
    margin-top:40px;
    padding:30px 20px;
    background: #fff;
    transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
}
.special-list .item:hover {
    box-shadow: 0 13px 39px -9px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 13px 39px -9px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 13px 39px -9px rgba(0,0,0,0.1);
    -o-box-shadow: 0 13px 39px -9px rgba(0,0,0,0.1);
}
.special-list .icon {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    background: url(images/business-icon.png) no-repeat;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.special-list .item:hover .icon {
    transform:translate(0,-10px);
}
.special-list .icon-1 {
    background-position: -100px 0;
}
.special-list .icon-2 {
    background-position: 0 0;
}
.special-list .icon-3 {
    background-position: -200px 0;
}
.special-list .icon-4 {
    background-position: -300px 0;
}
.special-list .name {
    padding-top: 15px;
    padding-bottom:10px;
    font-size: 20px;
    line-height: 20px;
}
.special-list .intro {
    height: 40px;
    color: #757575;
    line-height: 20px;
    overflow: hidden;
}
.home-block .action {
    padding-top:40px;
    text-align: center;
}
.home-block .action .btn {
    padding:10px 60px;
    line-height:26px;
    border:0;
    border-radius: 23px;
    transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
}

.home-bg-block {
    position: relative;
    width: 100%;
    height: 2155px;
    background-image: url(images/bg.jpg);
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all 2s  cubic-bezier(0, 0, 0.18, 0.93);
    transition: all 2s  cubic-bezier(0, 0, 0.18, 0.93);
    overflow: hidden;
}
.home-bg-block .top-border {
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height:5px;
    background: rgba(255,255,255,0.5);
    line-height:1px;
    font-size: 1px;
}
.home-bg-block .bot-border {
    position: absolute;
    left:0;
    bottom:0;
    width:100%;
    height:5px;
    background: rgba(255,255,255,0.5);
    line-height:1px;
    font-size: 1px;
}
.home-bg-block .title {
    position: relative;
    height: 400px;
}
.home-bg-block .title-content {
    position: absolute;
    left:0;
    top:50%;
    width: 100%;
    margin-top:-50px;
    color: #fff;
    text-align: center;
}
.home-bg-block .title-content h3 {
    margin:0;
    padding:0;
    line-height:30px;
}
.home-bg-block .title-content h2 {
    margin-top:20px;
    font-size: 50px;
    height:60px;
    line-height: 60px;
}
.home-bg-item {
    position: absolute;
    left:0;
    top:400px;
    width:100%;
    height:550px;
    background: rgba(255,255,255,0.9);
}
.home-bg-item2 {
    top:951px;
}
.home-bg-item3 {
    top: 1502px;
}
.home-bg-action {
    position: absolute;
    left:0;
    top:2053px;
    width:100%;
    padding-top:28px;
    text-align: center;
}
.home-bg-action a.action {
    display: inline-block;
    font-size: 16px;
    padding:5px 60px;
    line-height:30px;
    border:1px solid #fff;
    color: #fff;
    border-radius: 20px;
    transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
}
.home-bg-action a.action:hover {
    border:1px solid #000;
    color: #000;
}
.home-bg-item .img-box {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    height:550px;
}
.home-bg-item-pic {
    display: block;
    width:100%;
}
.function-text {
    padding-left:10%;
    text-align: right;
}
.function-text-left {
    padding-left:0;
    padding-right:10%;
    text-align: left;
}
.function-text h3 {
    margin-top:120px;
    font-size: 30px;
    line-height:40px;
    margin-bottom:0;
}
.function-text h4 {
    margin-top:0;
    margin-bottom:0;
    padding-top:15px;
    line-height:30px;
}
.function-text .icon-list {
    padding-top:30px;
}
.function-text .icon-list .icon-item {
    padding-left:30px;
    text-align: center;
}
.function-text .icon-list-left .icon-item {
    padding-left:0;
    padding-right:30px;
}
.function-text .icon-list .icon-item img {
    display: block;
    width:50px;
    margin:0 auto 10px auto;
}
.function-text-link {
    padding-top:20px;
}

.company-list {
    padding-top: 20px;
}
.company-list .item {
    position: relative;
    margin-top:20px;
    padding-bottom: 90px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 13px 39px -9px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 13px 39px -9px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 13px 39px -9px rgba(0,0,0,0.1);
    -o-box-shadow: 0 13px 39px -9px rgba(0,0,0,0.1);
}
.company-list .item .logo {
    display: block;
    width:100%;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.company-list .item .detail {
    position: absolute;
    left:0;
    bottom:-120px;
    width:100%;
    background: #fff;
    padding:20px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.company-list .item:hover .logo {
    transform:scale(1.1, 1.1);
}
.company-list .item:hover .detail {
    transform:translate(0,-100px);
}
.company-list .item .detail .name {
    height:20px;
    font-size: 16px;
    line-height:20px;
    overflow: hidden;
}
.company-list .item .detail .num {
    font-size: 14px;
    margin-top: 10px;
    line-height:20px;
    height:20px;
    overflow: hidden;
}
.company-list .item .detail .intro {
    height: 100px;
    margin-top:20px;
    line-height:25px;
    color: #757575;
    overflow: hidden;
}


.footer {
    padding:40px 0;
    background: #fff;
    color: #757575;
}
.footer a {
    color: #000;
}
.footer a:hover {
    color: #247BA0;
}
.footer .title {
    padding-bottom:10px;
    font-size: 18px;
    line-height:24px;
}
.footer-news .list li {
    display: block;
    margin-right:30px;
    line-height:30px;
    height:30px;
    overflow: hidden;
}
.footer-contact .name {
    line-height:30px;
}
.footer-contact .num {
    font-size: 30px;
    line-height:36px;
    color: #000;
}
.footer .copyright {
    margin-top:40px;
    padding-top:20px;
    border-top:1px dotted #e0e0e0;
    text-align: center;
}
.footer-nav {
    text-align: right;
}
.footer-nav .list li {
    display: block;
    line-height:30px;
    height:30px;
}

.side-toolbar {
    position: fixed;
    z-index: 666;
    right:10px;
    bottom:10px;
    border-bottom:1px solid #eee;
}
.side-toolbar .item {
    position: relative;
}

.side-toolbar .item .toggle {
    z-index: 1;
    display: block;
    width:40px;
    height:40px;
    background: #fff;
    border:1px solid #eee;
    border-bottom:0;
    font-size: 18px;
    line-height:38px;
    text-align: center;
    color: #515151;
    cursor: pointer;
}
.side-toolbar .item .toggle:hover {
    background: #f0f0f0;
    color: #000;
}
.side-toolbar .item-dropdown {
    position: absolute;
    right:39px;
    bottom:-41px;
    z-index: 999;
    background: #fff;
    border:1px solid #eee;
}
.side-toolbar .phone-detail {
    width:200px;
    padding:15px 15px 0 15px;
}
.side-toolbar .phone-detail .detail-item {
    position: relative;
    height:45px;
    padding-left:55px;
    margin-bottom:15px;
}
.side-toolbar .phone-detail .detail-item .icon {
    position: absolute;
    left:0;
    top:0;
    display: block;
    width:45px;
    height:45px;
    border:1px solid #eee;
    border-radius: 5px;
    text-align: center;
    font-size: 28px;
    line-height:43px;
}
.side-toolbar .phone-detail .t {
    color: #757575;
    padding-top:2px;
    font-size: 12px;
    line-height:20px;
}
.side-toolbar .phone-detail .num {
    font-size: 14px;
    line-height:20px;
}

/*动画*/
.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}
.animated-slowly {
    animation-duration: 2s;
    animation-fill-mode: both;
}
.animated.revealOnScroll {
    animation-duration: 0.6s;
}
.animated-delay-1 {
    animation-delay: 0.1s;
}
.animated-delay-2 {
    animation-delay: 0.2s;
}
.animated-delay-3 {
    animation-delay: 0.3s;
}
.animated-delay-4 {
    animation-delay: 0.4s;
}
.animated-delay-5 {
    animation-delay: 0.5s;
}
.animated-delay-6 {
    animation-delay: 0.6s;
}
.animated-delay-7 {
    animation-delay: 0.7s;
}
.animated-delay-8 {
    animation-delay: 0.8s;
}
.animated-delay-9 {
    animation-delay: 0.9s;
}
.animated-delay-10 {
    animation-delay: 1.0s;
}
.animated-delay-11 {
    animation-delay: 1.1s;
}
.animated-delay-12 {
    animation-delay: 1.2s;
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(20%, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInRight {
    animation-name: fadeInRight;
}

@keyframes fadeInRight_50 {
    from {
        opacity: 0;
        transform: translate3d(20%, 0, 0);
    }

    to {
        opacity: 0.5;
        transform: none;
    }
}

.fadeInRight_50 {
    animation-name: fadeInRight_50;
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-20%, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInLeft {
    animation-name: fadeInLeft;
}

@keyframes fadeInLeft_50 {
    from {
        opacity: 0;
        transform: translate3d(-20%, 0, 0);
    }

    to {
        opacity: 0.5;
        transform: none;
    }
}

.fadeInLeft_50 {
    animation-name: fadeInLeft_50;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 50%, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInUp {
    animation-name: fadeInUp;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -50%, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInDown {
    animation-name: fadeInDown;
}

@keyframes flip {
    from {
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        animation-timing-function: ease-out;
    }

    40% {
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        animation-timing-function: ease-out;
    }

    50% {
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        animation-timing-function: ease-in;
    }

    80% {
        transform: perspective(400px) scale3d(.95, .95, .95);
        animation-timing-function: ease-in;
    }

    to {
        transform: perspective(400px);
        animation-timing-function: ease-in;
    }
}

.animated.flip {
    backface-visibility: visible;
    animation-name: flip;
}

@keyframes flip1 {
    from {
        transform: perspective(600px) rotateY(-360deg);
        animation-timing-function: ease-out;
    }

    40% {
        transform: perspective(600px) rotateY(-190deg);
        animation-timing-function: ease-out;
    }

    50% {
        transform: perspective(600px) rotateY(-170deg);
        animation-timing-function: ease-in;
    }

    80% {
        transform: perspective(600px);
        animation-timing-function: ease-in;
    }

    to {
        transform: perspective(600px);
        animation-timing-function: ease-in;
    }
}

.animated.flip1 {
    backface-visibility: visible;
    animation-name: flip1;
}


@keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.rubberBand {
    animation-name: rubberBand;
}

@keyframes zoomIn {
    0% {
        transform: scale(0);
        opacity: 0.8;
    }
    100% {
        transform: scale(1);
        opacity: 0.0;
    }
}
.zoomIn {
    animation-name: zoomIn;
}

@keyframes zoomOut {
    0% {
        transform: scale(0);
        opacity: 0.0;
    }
    to {
        transform: scale(1);
        opacity: 1.0;
    }
}
.zoomOut {
    animation-name: zoomOut;
}

@keyframes flipZ {
    from {
        transform: rotateZ(-360deg);
    }

    25% {
        transform: rotateZ(-270deg);
        /*opacity: 0.2;*/
    }

    50% {
        transform: rotateZ(-180deg);
        /*opacity: 1;*/
    }

    75% {
        transform: rotateZ(-90deg);
        /*opacity: 0.2;*/
    }

    to {
        transform: rotateZ(0deg);

    }
}
.flipZ {
    animation-name: flipZ;
    animation-duration: 10s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}