@charset "utf-8";

@font-face {
    font-family: 'AkzidenzGrotesk-BoldCondAlt';
    src: url('../fonts/AkzidenzGrotesk-BoldCondAlt.otf') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham-Bold';
    src: url('../fonts/gotham-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham-Book';
    src: url('../fonts/gotham-book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gotham-medium';
    src: url('../fonts/gotham-medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'sheepsansbold';
    src: url('../fonts/sheepsansbold.ttf') format('woff');
    font-weight: normal;
    font-style: normal;
}

html, body,area, figure, dl, dd, img, form, div, ul, ol, li, h1, h2, h3, h4, h5, h6, p, button, input, textarea, a, span, em {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    outline: none;
}

body {
    font-family: 'Microsoft Yahei';
    font-size: 12px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
}

input, textarea, button {
    padding: 0;
    font-family: Verdana, Arial;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

img {
    border: 0;
    vertical-align: middle;
}

input[type=submit], input[type=text], button {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    cursor: pointer;
}

input:focus, textarea:focus, button:focus, input:active {
    outline-color: transparent;
    border: 0;
}

select, input, select, textarea {
    vertical-align: middle;
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

ul, ol, li {
    list-style: none;
}

a {
    color: #333;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    cursor: pointer;
}

a:active {
    text-decoration: none;
}
.w1250 {
    width: 1250px;
    margin: 0 auto;
}
#canvas {
    position: relative;
    width: 100%;
    height: 100%;
}
.hidden {
    display: none;
    visibility: hidden;
}
.pinone_xiabiao {
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -15px;
    animation: rightan 2s infinite;
    animation-fill-mode: both;
    margin-top: -30px;
    z-index: 3333;
}
@-webkit-keyframes rightan {
    0% {
        bottom: 40px;
        opacity: 1;
    }
    70% {
        opacity: 0.4;
    }
    100% {
        bottom: 10;
        opacity: 0;
    }
}
.index2_bottom_content{
    position: relative;
}
#containertext {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.tmp_wkwk {
    position: absolute;
    top: 35%;
    /*left: 50%;*/
    /*margin-left: -408px;*/
    width:100%;
    perspective: 150;
    -webkit-perspective: 150;
}
.swiper-slide-active .fonts_wkwk {
    -webkit-animation-name: scaletxt;
    animation-name: scaletxt;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes scaletxt {
    0% {
        transform: scale(5);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes scaletxt {
    0% {
        transform: scale(5);
    }
    100% {
        transform: scale(1);
    }
}
.index_navbox {
    width: 100%;
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 9999;
}
.logo-site {
    float: left;
    width: 260px;
    height:50px;
    position: relative;
    margin-top: -20px;
}
.line{
    float: left;
    width: 1px;
    height:50px;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(255,255,255,1),rgba(0,0,0,0));
}
.logo {
    width: 76px;
    position: absolute;
    top: 0;
    left: 0;
}
.logo-1 {
    z-index: 2;
}
.logo-2 {
    z-index: 5;
    animation-delay: 0.2s;
}
.logo-3 {
    animation-delay: 0.4s;
}
.logo-4 {
    z-index: 3;
    -webkit-animation-name: huaxian;
    animation-name: huaxian;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 0.8s;
}
@-webkit-keyframes huaxian {
    0% {
        height: 0px;
    }
    100% {
        height: 72.81px;
    }
}
@keyframes huaxian {
    0% {
        height: 0px;
    }
    100% {
        height: 72.81px;
    }
}
.logo_text {
    width: 260px;
    height: 72.81px;
    padding-left: 70px;
    box-sizing: border-box;
    padding-top: 12px;
}
.blue {
    -webkit-animation-name: blue;
    animation-name: blue;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 1s;
}
@-webkit-keyframes blue {
    0% {
        color: #fff;
    }
    25% {
        color: #007AFF;
    }
    50% {
        color: #fff;
    }
    75% {
        color: #007AFF;
    }
    100% {
        color: #fff;
    }
}
@keyframes blue {
    0% {
        color: #fff;
    }
    25% {
        color: #007AFF;
    }
    50% {
        color: #fff;
    }
    75% {
        color: #007AFF;
    }
    100% {
        color: #fff;
    }
}
.orange {
    -webkit-animation-name: orange;
    animation-name: orange;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 1.5s;
}
@-webkit-keyframes orange {
    0% {
        color: #fff;
    }
    25% {
        color: #ff8800;
    }
    50% {
        color: #fff;
    }
    75% {
        color: #ff8800;
    }
    100% {
        color: #fff;
    }
}
@keyframes orange {
    0% {
        color: #fff;
    }
    25% {
        color: #ff8800;
    }
    50% {
        color: #fff;
    }
    75% {
        color: #ff8800;
    }
    100% {
        color: #fff;
    }
}
.logo_zw {
    color: #fff;
    font-size: 0;
}
.logo_zw span {
    font-size: 32px;
    padding: 0 7px;
    line-height: 36px;
}
.logo_yw {
    font-size: 12px;
    color: #fff;
    line-height: 16px;
    white-space: nowrap;
    padding-left: 7px;
}
.zcylogobox{
    float:left;
    margin-left:10px;
}
.zcylogobox img{
    width:40px;
    height:40px;
    float:left;
    margin-top:5px;
}
.zcylogobox .rinfo{
    float:left;
    height:50px;
    line-height:50px;
    color:#fff;
    font-size:24px;
    margin-left:10px;
}
.index_nav {
    float: right;
    width: 64%;
}
.index_nav .nav_item {
    float: left;
    width: 11.111111%;
}
.index_nav .nav_item a {
    display: block;
}
.index_nav .nav_item a:hover p:first-child {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    color: #FF8800;
}
.index_nav .nav_item a:hover p:first-child + p {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    color: #FF8800;
}
.index_nav .nav_item a.on p{
    color: #FF8800;
    font-weight:bold;
}
.index_nav .nav_item a p {
    color: #fff;
    font-size: 14px;
    text-align: center;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.index_nav .nav_item a p:first-child {
    font-size: 18px;
}
#containertext > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 138px;
}
#containertext .swiper-pagination-bullet {
    background: #fff;
    width: 10px;
    height: 10px;
}
#containertext .swiper-pagination-bullet-active {
    background: #FF8800;
}
.newsfonts_h1 {
    text-align: center;
    font-family: "微软雅黑";
    color: #fff;
    font-size: 72px;
    font-weight: 500;
    letter-spacing: 28px;
    padding:0 10%;
}
.newsfonts_h2 {
    text-align: center;
    color: #fff;
    font-family: "Arial";
    font-size: 24px;
    font-weight: 100;
    padding-top: 6px;
    padding-bottom: 15px;
}
.newsfonts_h3 {
    text-align: center;
    color: #fff;
    font-family: "思源雅黑 CN";
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 5px;
}
.newsfonts_h3.stroung {
    font-size: 39px;
}
.pinone_xiabiao {
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -15px;
    animation: rightan 2s infinite;
    animation-fill-mode: both;
    margin-top: -30px;
    z-index: 3333;
}
.titlebox {
    text-align: center;
    color: #fff;
    margin: 155px auto 0;
}
.titlebox h1 {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 30px;
}
.titlebox h3 {
    font-size: 14px;
    font-weight: 200;
    color: rgba(255, 255, 255, 0.7);
}
.wrap {
    border: 0;
    padding: 0;
    margin: 0 auto;
    *zoom: 1;
    position: relative;
}

.wrap:after {
    clear: both;
    content: "";
    display: table;
}

.clear {
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    visibility: hidden;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.wrap:after,
.wrap:before,
.container:after,
.container:before {
    content: "";
    display: table;
}

.wrap:after,
.container:after {
    clear: both;
}

.container {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0;
}

.clear {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.absolute {
    position: absolute;
}

.pors {
    position: relative;
}

.tl {
    text-align: left;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.hide {
    opacity: 0;
}

.en {
    font-family: 'gotham-medium';
}

nav li, .index-banner li, .item-list li, .inner-tab li {
    list-style-type: none;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #6f6f6f;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #6f6f6f;
}


body {
    letter-spacing:0.5px;
}
/*header*/
header {
    z-index: 99;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all .55s cubic-bezier(0.55, 0.75, 0.6, 1) 0s;
    -webkit-transition: all .55s cubic-bezier(0.55, 0.75, 0.6, 1) 0s;
    -moz-transition: all .55s cubic-bezier(0.55, 0.75, 0.6, 1) 0s;
}

.header-inner {
    width: 100%;
    position: relative;
}

header .logo {
    position: absolute;
    left: 40px;
    top: 20px;
    z-index:200;
}

header .right-side {
    position: relative;
    width: 100%;
    text-align: center;
}

header .right-side li {
    margin: 0 23px;
    display: inline-block;
}

header .right-side li a {
    font-size: 16px;
    color: #fff;
    line-height: 36px;
    position: relative;
    padding: 28px 0 6px;
    display: block;
}

header .right-side li a:after {
    content: '';
    bottom: 0;
    position: absolute;
    display: block;
    width: 0;
    height: 1px;
    background: #fff;
    transition: all .4s;
}

header .right-side li.on a:after,
header .right-side li a:hover:after {
    width: 100%;
}

.header-phone-number {
    position: absolute;
    right: 40px;
    top: 28px;
    font-size: 22px;
    line-height: 36px;
    color: #fff;
    background: url(../images/icon1.png) left center no-repeat;
    padding-left: 30px;
    font-family: Arial;
}

.js-container {
    position: relative;
    /*overflow-x: hidden;*/
    /*overflow-y: auto;*/
    overflow:hidden;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    transition: all .3s cubic-bezier(0.66, 0.53, 0.65, 1) 0s;
    -webkit-transition: all .3s cubic-bezier(0.66, 0.53, 0.65, 1) 0s;
    -moz-transition: all .3s cubic-bezier(0.66, 0.53, 0.65, 1) 0s;
}
footer {
    position: relative;
    overflow: hidden;
}

.top-foot {
    width: 100%;
    min-height: 260px;
    height: 260px;
    padding: 60px 160px 0;
    background: #222;
    display: table;
}

.top-foot li {
    width: 20%;
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    float: left;
}

.top-foot li .ewm {
    width: 100px;
    float: left;
    margin-right: 10px;
}

.top-foot li .titles {
    font-weight: bold;
    padding-top: 22px;
}

.top-foot li .txt {
}

.top-foot li .txt a {
    color: #fff;
}

.friend-link {
    width: 100%;
    background: #fff;
    padding: 41px 160px 21px;
}

.friend-link a {
    display: inline-block;
    color: #666;
    line-height: 30px;
    margin-right: 24px;
    transition: all ease .3s;

}

.friend-link span {
    display: inline-block;
    color: #666;
    line-height: 30px;
    margin-right: 24px;
    transition: all ease .3s;

}

.friend-link a:hover {
    color: #000;
}

/*fixed-contact*/
.fixed-contact-wrap {
    z-index: 999;
    position: fixed;
    right: 30px;
    top: 75%;
    width: 60px;
    margin-top: -90px;
    overflow: hidden;
    border-radius: 30px;
    opacity: 0;
    transition: all .4s;
    transform: translateX(95px);
    -webkit-transform: translateX(95px);
    -moz-transform: translateX(95px);
}

.fixed-contact-wrap.show {
    transform: none;
    opacity: 1;
}

.fixed-contact-wrap.active {
    width: 215px;
}

.fixed-contact-wrap li {
    position: relative;
    height: 60px;
    background: #222;
    overflow: hidden;
}

.fixed-contact-wrap.active li {
    overflow: inherit;
}

.fixed-contact-wrap li a {
    position: relative;
    z-index: 1000;
    display: block;
}

.fixed-contact-wrap li i {
    z-index: 1000;
    position: absolute;
    right: 0;
    display: block;
    width: 60px;
    height: 60px;
    transition: all .4s;
}

.fixed-contact-wrap.active li:after {
    z-index: 1001;
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    width: 80%;
    height: 1px;
    margin-left: -40%;
    background: rgba(255,255,255,.1);
}

.fixed-contact-wrap.active li:last-child:after {
    display: none;
}

/*.fixed-contact-wrap li:hover i, .fixed-contact-wrap li:hover strong {
	opacity: .5;
}*/

.fixed-contact-wrap .phone i {
    background: #222 url(../images/icon5.png) no-repeat center center;
    border-top-left-radius: 30px;
    -moz-border-top-left-radius: 30px;
    -webkit-border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    -moz-border-top-right-radius: 30px;
    -webkit-border-top-right-radius: 30px;
}

.fixed-contact-wrap .qq i {
    background: #222 url(../images/icon6.png) no-repeat center center;
}

.fixed-contact-wrap .back-top i {
    background: #222 url(../images/icon7.png) no-repeat center center;
}

.fixed-contact-wrap.active .back-top i {
    border-bottom-left-radius: 0;
    -moz-border-bottom-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
}

.fixed-contact-wrap li strong {
    position: absolute;
    top: 0;
    right: -145px;
    display: block;
    width: 125px;
    padding: 0 15px 0 30px;
    font: normal 16px/60px 'gotham-medium';
    color: #fff;
    background: #222;
    white-space: nowrap;
    transition: all .4s;
}

.fixed-contact-wrap.active li strong {
    right: 60px;
}

.fixed-contact-wrap.black li {
    background: #111;
}

.fixed-contact-wrap.black li strong {
    background: #111;
}
@media(max-width:1400px) {
    .fixed-contact-wrap {
        right: 15px;
        width: 50px;
        border-radius: 25px;
    }

    .fixed-contact-wrap.active {
        width: 200px;
    }

    .fixed-contact-wrap li {
        height: 50px;
    }

    .fixed-contact-wrap li i {
        width: 50px;
        height: 50px;
    }

    .fixed-contact-wrap li strong {
        right: -120px;
        width: 100px;
        padding: 0 15px 0 20px;
        font: normal 14px/50px 'gotham-medium';
    }

    .fixed-contact-wrap.active li strong {
        right: 70px;
    }
}

@media(max-width:1200px) {
    .top-footer .logo {
        width: 15%;
    }

    .top-footer .logo img {
        width: 80px;
    }

    .top-footer .bottom-item-wrap {
        width: 100%;
    }

    .top-footer .each-item dl {
        width: 95%;
        padding-right: 5%;
    }
}

.mb15 {
    margin-bottom: 1%;
}

footer .wrap .gotop {
    display: none;
}

.index-banner {
    position: static;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.index-banner .en {
    font-family: 'gotham-medium';
}

.index-banner .swiper-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.index-banner .carousel-inner {
    position: absolute;
    top: -60px;
    right: 0;
    bottom: 0;
    left: 0;
    padding-top: 60px;
    overflow: hidden;
    /*cursor: -webkit-grab!important;*/
    /*cursor: grab!important;*/
}

.page-header-fullscreen-trame {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

@media (min-width: 768px) {
    .index-banner .carousel-inner {
        position: absolute;
        top: 0;
        padding-top: 0;
    }
}

.index-banner .carousel-item {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 10;
    opacity:0;
    /*opacity: 0;
	transition: .6s opacity cubic-bezier(.19,1,.22,1);
	cursor: move;
	touch-action: pan-y;
	user-select: none;*/
}

.index-banner .carousel-item .video-inner {
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    z-index: 8;
    width: 2560px;
    margin-left: -1280px;
    background-color: #fff;
    text-align: center;
}

.index-banner .carousel-item .video video {
    position: relative;
    display: inline-block;
    vertical-align: baseline;
}

.index-banner .carousel-item.carousel-item-prev {
    transform-origin: center right;
    transform: translateX(-100%);
}

.index-banner .carousel-item.carousel-item-next {
    transform-origin: center right;
    transform: translateX(100%);
}

.index-banner .carousel-item:active {
    cursor: -webkit-grab !important;
    cursor: grab !important;
}

.index-banner .carousel-item.active {
    z-index: 15;
    opacity: 1;
    transform-origin: center right;
}
.index-banner .carousel-item1 img {
    width:100%;
    position:absolute;
    left:0;
    top:0;
    -moz-transition: all 4.5s linear;
    -o-transition:  all 4.5s linear;
    transition: all 4.5s linear;
}
.index-banner .carousel-item1.active img {
    top:-200px;
}
.index-banner .carousel-item2 .bg-img {
    width:100%;
    position:absolute;
    left:0;
    top:0;
}
.index-banner .carousel-item2 .img-box {
    width:1600px;
    height:100%;
    position:absolute;
    top:0;
    left:50%;
    transform:translateX(-50%);
    z-index:2;
}
.index-banner .carousel-item2 .img-box .img1 {
    width:143px;
    height:286px;
    position:absolute;
    left:647px;
    top:532px;
    background:url(../images/004.png) top center no-repeat;
    background-size:100%;
    padding:10px;
    z-index:3;
}
.index-banner .carousel-item2 .img-box .img1 img {
    width:100%;
    opacity:0;
    transition:all ease .3s;
    transition-delay:1.5s;
}
.index-banner .carousel-item2.active .img-box .img1 img {
    opacity:1;
}
.index-banner .carousel-item2 .img-box .img2 {
    width:332px;
    height:391px;
    position:absolute;
    right:-44px;
    top:447px;
    background:url(../images/005.png) top center no-repeat;
    background-size:100%;
    padding:23px 35px 0 35px;
    z-index:3;
}
.index-banner .carousel-item2 .img-box .img2 img {
    width:100%;
    opacity:0;
    transition:all ease .3s;
    transition-delay:1s;
}
.index-banner .carousel-item2.active .img-box .img2 img {
    opacity:1;
}
.index-banner .carousel-item2 .img-box .img3 {
    width:760px;
    height:755px;
    position:absolute;
    top:184px;
    right:160px;
    background:url(../images/006.png) top center no-repeat;
    background-size:100%;
    padding:20px;
}
.index-banner .carousel-item2 .img-box .img3 img {
    width:100%;
    opacity:0;
    transition:all ease .3s;
    transition-delay:.5s;
}
.index-banner .carousel-item2.active .img-box .img3 img {
    opacity:1;
}
@media(max-width:1680px) {
    .index-banner {
        height: auto;
    }
    .index-banner .carousel-item2 .img-box .img1 {
        width:100px;
        height:286px;
        position:absolute;
        left:667px;
        top:502px;
        padding:7px;
    }
    .index-banner .carousel-item2 .img-box .img2 {
        width:182px;
        height:391px;
        position:absolute;
        right:180px;
        top:447px;
        padding:13px 25px 0 25px;
    }
    .index-banner .carousel-item2 .img-box .img3 {
        width:36%;
        position:absolute;
        top:22%;
        right:18%;
        padding:20px 10px;
    }


}

.index-banner .carousel-item3 .bg-img {
    width:100%;
    position:absolute;
    left:0;
    top:0;
}
.index-banner .carousel-item3 .img-box {
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
    overflow:hidden;
}
.index-banner .carousel-item3 .img-box li {
    position: absolute;
    width: 100%;
    height: 100%; }
.index-banner .carousel-item3 .img-box li img {
    width: 100%;
    height: 100%; }
.index-banner .carousel-item3 .img-box .img1 {
    z-index: 2;
    top:-20px;
    position:absolute;
}
.index-banner .carousel-item3 .img-box .img2 {
    z-index: 3;
    right:-20px;
    position:absolute;
}

/*.index-banner .carousel-item2.active img,.index-banner .carousel-item3.active img {
	-webkit-transform:  scale(1.2) ;
    -moz-transform: scale(1.2) ;
    -ms-transform: scale(1.2);
    -o-transform:  scale(1.2) ;
    transform:  scale(1.2);
}*/
.static .carousel-item {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    cursor: default !important;
}

.static.is-mobile .carousel-item {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 0;
}

.index-banner .carousel-item-inner {
    position: absolute;
    width: 100%;
    height: 100%;
}

.carousel-item-image-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.carousel-item-image-wrapper:before {
    z-index: 20;
}

.carousel-item-image-wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .2;
    background-color: #000;
    z-index: 8;
}

@media (min-width: 768px) {
    .carousel-item-image-wrapper:after {
        content: none;
    }
}

.carousel-item-image {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.carousel-item-image:before {
    opacity: .2;
    z-index: 20;
}

.banner-background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.carousel-item-image img {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: none;
    z-index: 10;
}

.index-banner .swiper-inner-text-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

.carousel-item1 .page-header-fullscreen-text {
    background:url(../images/bannerbg.png) center center no-repeat;
    background-size:cover;
}
/*.carousel-item .page-header-fullscreen-text{
    background: -moz-linear-gradient(left, rgba(23,9,49,.6) 0%, rgba(30,95,116,.6) 100%);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%,from(rgba(23,9,49,.6)), to(rgba(30,95,116,.6))));
    background: -webkit-linear-gradient(left, rgba(23,9,49,.6) 0%,rgba(30,95,116,.6) 100%);
    background: -o-linear-gradient(left, rgba(23,9,49,.6) 0%,rgba(30,95,116,.6) 100%);
    background: -ms-linear-gradient(left, rgba(23,9,49,.6) 0%,rgba(30,95,116,.6) 100%);
    background: linear-gradient(to right, rgba(23,9,49,.6) 0%,rgba(30,95,116,.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(23,9,49,.6)', endColorstr='rgba(30,95,116,.6)',GradientType=1 );
}*/
.index-banner .swiper-inner-text {
    position: absolute;
    top: 50%;
    left: 8.6%;
    /*right: 12%;*/
    width: auto;
    color: #fff;
    line-height: 1.3;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.index-banner .carousel-item1 .swiper-inner-text {
    text-align: left;
}
.index-banner .carousel-item1 .swiper-inner-text .cansual-des {
    font-size:36px;
    line-height:60px;
}
.index-banner .carousel-item1 .swiper-inner-text .cansual-des span {
    font-size:48px;
    display:block;
    margin-bottom:10px;
}
.index-banner .carousel-item .link {
    width:135px;
    height:50px;
    background:#222 url(../images/icon22.png) 95px center no-repeat;
    display:block;
    font-size:14px;
    line-height:50px;
    color:#fff;
    font-family: 'sheepsansbol';
    padding-left:20px;
    margin-top:48px;
}

.index-banner .carousel-item2 .swiper-inner-text {
    text-align: left;
}

.index-banner .carousel-item2 .cansual-title {
    font-size: 48px;
    color: #fff;
}

.index-banner .cansual-line {
    width: 0;
    height: 3px;
    margin: 25px 0 20px;
    background: #fff;
}

.index-banner .cansual-des {
    font-size: 18px;
    color: #fff;
    line-height: 1.8;
}

.index-banner .carousel-item3 .cansual-des {
    font-size:36px;
    line-height:60px;
}
.index-banner .carousel-item3 .cansual-des .s1 {
    font-size:48px;
    line-height:78px;
    font-family: 'gotham-medium';
}
.index-banner .carousel-item2 .cansual-des {
    text-align: left;
    font-size: 22px;
}
.index-banner .carousel-item2 .cansual-des .s1 {
    font-size:30px;
    font-family: 'gotham-medium';
}
.index-banner .carousel-item2 .cansual-des .s2 {
    font-size:48px;
    font-weight:bold;
}

.index-banner .carousel-item3 .cansual-des .s2 {
    font-size:48px;
    font-weight:bold;
}

.index-banner .carousel-item .cansual-title {
    margin-bottom: 10px;
    font-size: 40px;
    font-weight:bold;
    color: #fff;
    text-align: left;
}

.index-banner .carousel-item3 .cansual-item-title .en-word {
    display: block;
    padding-bottom: 15px;
    font-family: 'AkzidenzGrotesk-BoldCondAlt';
    font-size: 84px;
    color: #fff;
    line-height: .9;
}

.index-banner .carousel-item4 .swiper-inner-text {
    padding-left: 50%;
    text-align: left;
}

.index-banner .carousel-item4 .cansual-item-title {
    font-size: 48px;
    color: #fff;
}

.index-banner .carousel-item3 .cansual-des {
    margin-bottom: 35px;
}

.index-banner .cansual-item-title {
    position: relative;
    margin-bottom: 15px;
}

.index-banner .cansual-item-title .small-title {
    display: block;
    margin-bottom: -10px;
    font-size: 22px;
    line-height: 36px;
}

.index-banner .cansual-item-title .number {
    font: normal 180px/1 'AkzidenzGrotesk-BoldCondAlt';
    color: #fff;
    letter-spacing:3px;
    margin-left:-6px;
}

.index-banner .carousel-item3 .cansual-item-title .number {
    padding-bottom: 15px;
    font: normal 84px/1 'AkzidenzGrotesk-BoldCondAlt';
}

.index-banner .cansual-item-title .number .add-icon {
    font-size: 60px;
    line-height: 180px;
    vertical-align: 40px;
}

.carousel-item-subtitle-line {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 3px;
    background-color: #fff;
    content: '';
}

.index-banner .cansual-item-title .small-title,
.index-banner .cansual-item-title .number,
.index-banner .cansual-sub-title,
.index-banner .carousel-item .cansual-des,
.index-banner .carousel-item .cansual-line,
.index-banner .carousel-item3 .cansual-title,
.index-banner .carousel-item3 .radiu-button {
    display: block;
    opacity: 0;
    transform: translate3d(-150%, 0, 0);
    transition: all 1s;
    transition-delay: .2s;
    overflow: hidden;
}

.index-banner .carousel-item2 .cansual-des {
    transform: translate3d(150%, 0, 0);
}

.index-banner .carousel-item3 .cansual-des,
.index-banner .carousel-item3 .cansual-line,
.index-banner .carousel-item3 .cansual-title,
.index-banner .carousel-item3 .radiu-button {
    text-align: left;
    transform: translate3d(0, -150%, 0);
}

.index-banner .carousel-item .cansual-line {
    transition-delay: .2s;
}

.index-banner .carousel-item3 .cansual-des {
    transition-delay: .4s;
}

.index-banner .active .cansual-item-title .small-title,
.index-banner .active .cansual-item-title .number,
.index-banner .active .cansual-sub-title,
.index-banner .carousel-item.active .cansual-des,
.index-banner .carousel-item3.active .cansual-title,
.index-banner .carousel-item.active .cansual-line,
.index-banner .carousel-item3.active .radiu-button {
    opacity: 1;
    transform: none;
}

.index-banner .carousel-item2 .cansual-title {
    opacity: 0;
    transform: matrix(1, 0, 0, 1, 0, -80);
    -webkit-transform: matrix(1, 0, 0, 1, 0, -80);
    -moz-transform: matrix(1, 0, 0, 1, 0, -80);
    transition: all 1000ms cubic-bezier(0.35, 0.85, 0.55, 1) 0.6s;
    -webkit-transition: all 1000ms cubic-bezier(0.35, 0.85, 0.55, 1) 0.6s;
    -moz-transition: all 1000ms cubic-bezier(0.35, 0.85, 0.55, 1) 0.6s;
}

.index-banner .carousel-item2.active .cansual-title {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    -moz-transform: matrix(1, 0, 0, 1, 0, 0);
}

.index-banner .carousel-item .cansual-line {
    width: 45px;
}

.index-banner .carousel-item3 .radiu-button {
    color: #fff;
    text-align: center;
    border: 1px solid #fff;
    background: transparent;
}

.index-banner .carousel-item3 .radiu-button:hover {
    color: #333;
    background: #fff;
}

.carousel-item-subtitle-line-timer {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    display: block;
    height: 100%;
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
}

.active .carousel-item-subtitle-line-timer {
    animation: linewidth 5s;
    -moz-animation: linewidth 5s;
    -webkit-animation: linewidth 5s;
    -o-animation: linewidth 5s;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
}

@keyframes linewidth {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

@-moz-keyframes linewidth {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

@-webkit-keyframes linewidth {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

@-o-keyframes linewidth {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

.page-header-fullscreen-text {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    text-align: center;
    z-index: 25;
}

.collapsing .page-header-fullscreen-text {
    transition: .8s -webkit-transform cubic-bezier(.19, 1, .22, 1);
    transition: .8s transform cubic-bezier(.19, 1, .22, 1);
}
.index-banner .cansual-sub-title span {
    display: block;
    font-size: 20px;
    line-height: 32px;
}

.page-header-bar {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    height: 70px;
    line-height: 70px;
    z-index: 55;
    transform-origin: bottom;
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    transform: rotateX(0deg) translate3d(0,0,0);
    -webkit-transform: rotateX(0deg) translate3d(0,0,0);
    -moz-transform: rotateX(0deg) translate3d(0,0,0);
    transition: all .65s cubic-bezier(0.55,0.65,0.55,1) 0s;
    -webkit-transition: all .65s cubic-bezier(0.55,0.65,0.55,1) 0s;
    -moz-transition: all .65s cubic-bezier(0.55,0.65,0.55,1) 0s;
}

/*.page-header-bar.active {
	transform: rotateX(90deg) translate3d(0,0,0);
	-webkit-transform: rotateX(90deg) translate3d(0,0,0);
	-moz-transform: rotateX(90deg) translate3d(0,0,0);
}*/

.page-header-bar-inner {
    transition: -webkit-transform .4s;
    transition: transform .4s;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
}

.page-header-bar-hidden .page-header-bar-inner, .static.home .page-header-bar-inner {
    transition: visibility .4s steps(1, end), -webkit-transform .4s;
    transition: visibility .4s steps(1, end), transform .4s;
    visibility: hidden;
    -webkit-transform: rotateX(94deg) rotateZ(0);
    transform: rotateX(94deg) rotateZ(0);
}

.no-transition .page-header-bar-inner {
    transition: none;
}

.page-header-collapsed .page-header-bar-inner {
    visibility: hidden;
    transition: none;
}

.carousel-bar-inner {
    width: 100%;
    height: 100%;
}

.carousel-bar-title-word {
    padding-left: 75px;
    font-size: 12px;
    color: #666;
}

.carousel-scroll-btn {
    z-index: 56;
    position: absolute;
    bottom: 50px;
    left: 160px;
    width: 52px;
    height: 52px;
    border: 1px solid #fff;
    border-radius: 100%;
    overflow: hidden;
    cursor: pointer;
}

.carousel-scroll-btn .carousel-scroll-btn-icon {
    position: absolute;
    display: block;
    width: 52px;
    height: 52px;
    margin: 0 auto;
    background: url(../images/icon2.png) no-repeat center center;
    cursor: pointer;
    animation: downico 1.5s ease-out infinite;
}

@keyframes downico {
    0% {
        top: 0;
        opacity: 1;
    }

    35% {
        top: 50%;
        opacity: 0;
    }

    65% {
        top: -50%;
        opacity: 0;
    }

    100% {
        top: 0;
        opacity: 1;
    }
}

.carousel-controls {
    position: absolute;
    right: 0;
    top: 0;
    width: 465px;
    height: 70px;
    background: rgba(255,255,255,.6);
}

.carousel-controls .count {
    position: absolute;
    left: 0;
    width: 180px;
    padding-left: 66px;
    font: bold 18px/80px 'gotham-medium';
    color: #999;
}

.carousel-controls .count span {
    display: inline-block;
}

.carousel-controls .count .current {
    color: #222;
}

.carousel-controls .controls {
    position: absolute;
    left: 180px;
}

.carousel-controls .carousel-line {
    z-index: 1;
    position: absolute;
    left: 50%;
    top: 18px;
    display: block;
    width: 1px;
    height: 35px;
    background: #e5e5e5;
    opacity:.3;
}

.carousel-controls .carousel-control {
    float: left;
    width: 70px;
    height: 70px;
    cursor: pointer;
}

.carousel-controls .swiper-button-next,
.carousel-controls .swiper-button-prev {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.carousel-controls .swiper-button-line {
    z-index: 1;
    position: absolute;
    top: 0;
    display: block;
    width: 25px;
    height: 100%;
    overflow: hidden;
    transition: all .45s ease-out 0s;
    -webkit-transition: all .45s ease-out 0s;
    -moz-transition: all .45s ease-out 0s;
}

.carousel-controls .swiper-button-prev .swiper-button-line {
    background: url(../images/icon4.png) no-repeat left center;
    left: 15px;
}

.carousel-controls .swiper-button-next .swiper-button-line {
    background: url(../images/icon3.png) no-repeat right center;
    right: 15px;
}

.carousel-controls .swiper-button-prev:hover .swiper-button-line {
    width: 35px;
}

.carousel-controls .swiper-button-next:hover .swiper-button-line {
    width: 35px;
}
/*.carousel-controls .swiper-button:after{
    content:'';
    position:absolute;
    top:39px;
    display:block;
    width: 14px;
    height: 2px;
    background-color: #333;
    -webkit-transition: -webkit-transform .45s cubic-bezier(.25,.46,.45,.94) 0s;
    transition: transform .45s cubic-bezier(.25,.46,.45,.94) 0s;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
}
.carousel-controls .swiper-button-prev:after {left:28px;}
.carousel-controls .swiper-button-next:after {right:28px;}
@media(min-width:1200px){
    .carousel-controls .swiper-button:hover:after{
        transform: scaleX(1);
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
    }
}*/

.index-page-block {
    /*z-index:99;*/
    /*position:relative;*/
    background: #fff;
}

.index-service {
    position: relative;
    padding: 90px 0 100px;
    overflow: hidden;
}


.index-customer .index-title .big-title .big {
    background: #fff;
}

.swiper-slide-text-scroll {
    position: relative;
}

.radiu-button {
    z-index: 2;
    position: relative;
    display: block;
    width: 215px;
    height: 60px;
    font: normal 16px/60px 'gotham-medium';
    text-align: center;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 30px;
    transition: all .4s ease-in-out;
    overflow: hidden;
}

.radiu-button:hover {
    color: #fff;
    background: #000;
    border-color: #000;
}

.radiu-button:hover:after {
    transform-origin: center bottom;
    transform: scaleY(1);
}

.ourwork-mobile-images-scroll .work-buttons .iconfont {
    background: transparent;
}

.ourwork-mobile-images-scroll .work-buttons .iconfont:after {
    background: #fff;
}

.index-data {
    position: relative;
    overflow: hidden;
}

.index-data .wrap {
    z-index: 1;
    position: relative;
    background: -moz-linear-gradient(left, rgba(23,9,49,.6) 0%, rgba(30,95,116,.6) 100%);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%,from(rgba(23,9,49,.6)), to(rgba(30,95,116,.6))));
    background: -webkit-linear-gradient(left, rgba(23,9,49,.6) 0%,rgba(30,95,116,.6) 100%);
    background: -o-linear-gradient(left, rgba(23,9,49,.6) 0%,rgba(30,95,116,.6) 100%);
    background: -ms-linear-gradient(left, rgba(23,9,49,.6) 0%,rgba(30,95,116,.6) 100%);
    background: linear-gradient(to right, rgba(23,9,49,.6) 0%,rgba(30,95,116,.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(23,9,49,.6)', endColorstr='rgba(30,95,116,.6)',GradientType=1 );
}

.index-data .index-data-list {
    /*width: 1140px;*/
    margin: 0 auto;
}

.data-background {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
}

.index-data .item {
    float: left;
    width: 33.33%;
    height: 240px;
}

.index-data .item-inner {
    position: relative;
    height: 240px;
    text-align: center;
    border-right: 1px solid rgba(255,255,255,.2);
}

.index-data .item:nth-child(3n) .item-inner {
    border-right: 0;
}

.index-data .text-wrap {
    position: absolute;
    top: 50%;
    width: 100%;
    font-size: 16px;
    color: #fff;
    transform: translateY(-50%);
}

.index-data .text-wrap .number-wrap {
    display: block;
    font: normal 108px/1 'AkzidenzGrotesk-BoldCondAlt';
    color: #fff;
    letter-spacing:2px;
}

.index-data .text-wrap .number-wrap .icon {
    display: inline-block;
    font-size: 72px;
    vertical-align: 13px;
}

.index-tips {
    width: 770px;
    margin: 0 auto 60px;
    font-size: 14px;
    color: #666;
    line-height: 1.8;
    text-align: center;
}

.index-customer .wrap {
    padding: 90px 10%;
}

.index-customer-list {
    transform: translateY(50px);
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
    overflow: hidden;
}

.index-customer.active .index-customer-list {
    transform: none;
}

.index-customer-list li {
    position: relative;
    float: left;
    width: 20%;
    height: 200px;
    padding: 27px 0;
    text-align: center;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
    transition-delay: .5s;
}
/*.index-customer-list .item600 {top:600px;}*/
/*.index-customer-list .item450 {top:450px;}*/
/*.index-customer-list .item550 {top:550px;}*/
/*.index-customer-list .item400 {top:400px;}*/
/*.index-customer-list .item300 {top:300px;}*/
/*.index-customer-list .item700 {top:700px;}*/
.index-customer.active .index-customer-list li.item {
    top: 0;
}

.index-customer-list .item-inner {
    display: block;
    width: 100%;
    height: 145px;
    border-left: 1px solid #e6e6e6;
}

.index-customer-list li:nth-child(5n +1) .item-inner {
    border-left: 0;
}

.index-customer-list li:nth-child(5n +1) .lt-dot,
.index-customer-list li:nth-child(5n +1) .lb-dot,
.index-customer-list li:nth-child(5n) .rt-dot,
.index-customer-list li:nth-child(5n) .rb-dot {
    display: none;
}

.index-customer-list li:nth-child(5n) .item-inner {
}

.index-customer-list li a {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 80%;
    height: 200px;
    margin-left: -40%;
}

.index-customer-list li.double-item a {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.index-customer-list li img {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    margin-left: -75px;
    transition: all .5s linear 10ms;
}

.index-customer-list li img:first-child {
}

.index-customer-list li img:last-child {
    opacity: .6;
}

.index-customer-list li:hover img:last-child,
.index-customer-list li img:first-child {
    opacity: 0;
    transform: translateY(-50%) rotateY(180deg);
}

.index-customer-list li img,
.index-customer-list li:hover img:first-child {
    opacity: 1;
    transform: translateY(-50%) rotateY(0deg);
}

.index-customer-list .dot {
    position: absolute;
    display: block;
    width: 2px;
    height: 2px;
    background: #e6e6e6;
}

.index-customer-list .lt-dot {
    left: 0;
    top: 0;
}

.index-customer-list .lb-dot {
    left: 0;
    bottom: 0;
}

.index-customer-list .rt-dot {
    right: 0;
    top: 0;
}

.index-customer-list .rb-dot {
    right: 0;
    bottom: 0;
}

.index-title, .index-service-scroll-wrap {
    opacity: 0;
    margin-top: 30px;
    transition: all .5s ease-in-out;
}

.normal-more-wrap1 {
    padding-top: 50px;
    text-align: center;
}

.normal-more-wrap1 .more {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    padding-top: 23px;
    background: #fff;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
}

.normal-more-wrap1 .more .icon {
    z-index: 1;
    position: relative;
    display: inline-block;
    width: 22px;
    height: 10px;
    background: url(../images/more-icon.png) no-repeat center center;
    transition: all .5s ease-in-out;
}

.normal-more-wrap1 .more:hover .icon {
    background: url(../images/more-icon1.png) no-repeat center center;
}

.normal-more-wrap1 .more:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: #339ec1;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    transform: scale(0);
    transition: all .5s ease-in-out;
}

.normal-more-wrap1 .more:hover:after {
    transform: scale(1);
}

.swiper-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.inner-main-container {
    background: #f2f2f2;
}

.inner-main-container img {
    max-width: 100%;
    vertical-align: middle;
}

.inner-main-container.contact-us {
    background: #f6f6f6;
}

.ourwork-mobile-article .code-wrap img {
    max-width: 120px;
}

.inner-main-container .each-item .image-wrap img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    transition: all .4s;
}

.ourwork-list .each-item .image-wrap,
.solution-list .each-item .image-wrap {
    position: relative;
    overflow: hidden;
}

.ourwork-list .each-item:hover .image-wrap img,
.solution-list .each-item:hover .image-wrap img {
    transform: scale(1.025);
}

.inner-main-container .fullwindow-banner .each-item img {
    height: 70px;
}

.normal-inner-banner,
.fullwindow-banner {
    position: relative;
    width: 100%;
    height: 100%;
}

.fullwindow-banner {
    height: 100vh;
}

.fullwindow-banner img {
    width: 100%;
    height: 100%;
}

.normal-inner-banner .normal-banner-inner-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: -moz-linear-gradient(left, rgba(30,95,116,.7) 0%, rgba(23,9,49,.7) 100%);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%,from(rgba(30,95,116,.7)), to(rgba(23,9,49,.7))));
    background: -webkit-linear-gradient(left, rgba(30,95,116,.7) 0%,rgba(23,9,49,.7) 100%);
    background: -o-linear-gradient(left, rgba(30,95,116,.7) 0%,rgba(23,9,49,.7) 100%);
    background: -ms-linear-gradient(left, rgba(30,95,116,.7) 0%,rgba(23,9,49,.7) 100%);
    background: linear-gradient(to right, rgba(30,95,116,.7) 0%,rgba(23,9,49,.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(30,95,116,.7)', endColorstr='rgba(23,9,49,.7)',GradientType=1 );
}

.normal-inner-banner.left-text-banner .normal-banner-inner {
    padding-top: 90px;
    color: #fff;
    text-align: left;
}

.news-page .normal-inner-banner .container {
    max-width: 1350px;
}

.normal-inner-banner .normal-banner-inner {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}

.normal-inner-banner img {
    display: block;
    height: 100%;
    min-height: 450px;
}

.solution-info-banner.normal-inner-banner img {
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -ms-filter: blur(4px);
    filter: blur(4px);
}

.left-text-banner .inner-banner-title1 {
    font: 42px/1 'Gotham-Bold';
    text-transform: uppercase;
}

.left-text-banner .inner-banner-title2 {
    font-size: 28px;
    font-weight: bold;
    color: #fff;
}

.left-text-banner .inner-line {
    margin: 25px 0 20px;
    background: #fff;
}

.inner-banner-title {
    padding-top: 40px;
    font-weight: bold;
    font-size: 32px;
    color: #fff;
    text-align: center;
}

.inner-banner-title .mark img {
    display: inline-block;
    max-width: 100%;
    height: 26px;
    min-height: 26px;
}

.normal-inner-banner .descrition {
    margin-top: 16px;
    font-size: 16px;
    color: #fff;
    line-height: 28px;
}

.fullwindow-banner-inner-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%,from(rgba(30,95,116,.6)), to(rgba(23,9,49,.6)));
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(30,95,116,.6)), to(rgba(23,9,49,.6)));
    background: -webkit-linear-gradient(left,rgba(30,95,116,.6),rgba(23,9,49,.6));
    background: -moz-linear-gradient(left, rgba(30,95,116,.6) 0%, rgba(23,9,49,.6) 100%);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%,from(rgba(30,95,116,.6)), to(rgba(23,9,49,.6))));
    background: -webkit-linear-gradient(left, rgba(30,95,116,.6) 0%,rgba(23,9,49,.6) 100%);
    background: -o-linear-gradient(left, rgba(30,95,116,.6) 0%,rgba(23,9,49,.6) 100%);
    background: -ms-linear-gradient(left, rgba(30,95,116,.6) 0%,rgba(23,9,49,.6) 100%);
    background: linear-gradient(to right, rgba(30,95,116,.6) 0%,rgba(23,9,49,.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(30,95,116,.6)', endColorstr='rgba(23,9,49,.6)',GradientType=1 );
}

.fullwindow-banner-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60.5%;
    margin-left: -30%;
    transform: translateY(-50%);
}

.fullwindow-banner-inner li {
    position: relative;
    float: left;
    width: 34.33%;
    height: 25vh;
    text-align: center;
    border-top: 1px solid rgba(255,255,255,.15);
    border-left: 1px solid rgba(255,255,255,.15);
}

.fullwindow-banner-inner li:nth-child(2),
.fullwindow-banner-inner li:nth-child(5) {
    width: 31.33%;
}

.fullwindow-banner-inner li:first-child,
.fullwindow-banner-inner li:nth-child(2),
.fullwindow-banner-inner li:nth-child(3) {
    border-top: 0;
}

.fullwindow-banner-inner li:first-child,
.fullwindow-banner-inner li:nth-child(3n+1) {
    border-left: 0;
}

.fullwindow-banner-inner .each-item img {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}

.fullwindow-banner-inner .item-inner {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}

.fullwindow-banner-inner .item-inner .icon-wrap {
    display: block;
    height: 70px;
}

.fullwindow-banner-inner .item-inner .text-inner {
    display: block;
    padding-top: 15px;
    font-weight: normal;
    font-size: 16px;
    color: #fff;
}

.inner-title {
    font-weight: bold;
    font-size: 42px;
    color: #333;
}

.inner-line {
    display: inline-block;
    width: 55px;
    height: 4px;
    margin: 15px 0 30px;
    background: #333;
}

.inner-descrition {
    font-size: 16px;
    color: #333;
    line-height: 1.75;
}

.about-page {
    padding-bottom: 85px;
}

.about-page .each-item .image-wrap img {
    width: 100%;
}

.about-wrap-first {
    z-index: 1;
    position: relative;
    height: 43vh;
    text-align: center;
    background: #fff;
}

.about-wrap-first .inner-descrition {
    width: 720px;
    margin: 0 auto;
}

.about-wrap-first .inner-text-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60%;
    margin-left: -30%;
    transform: translateY(-50%);
}

.about-wrap-second .item-list {
    margin-left: -1%;
}

.about-wrap-second .each-item {
    float: left;
    width: 49%;
    margin: 0 0 1% 1%;
}

.about-page .image-wrap {
    position: relative;
    overflow: hidden;
}

.about-page .image-wrap:after,
.join-list .each-item .image-wrap:after,
.ourwork-list .each-item .image-wrap:after,
.solution-list .each-item .image-wrap:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
    opacity: 0;
    transition: all .6s ease-in-out;
}

.ourwork-list .each-item .image-wrap:after,
.solution-list .each-item .image-wrap:after {
    background: rgba(0,0,0,0);
}

.about-wrap-second .each-item:hover .image-wrap:after,
.about-wrap-four .each-item:hover .image-wrap:after,
.about-page .each-item .image-wrap:hover:after,
.join-list .each-item:hover .image-wrap:after,
.ourwork-list .each-item:hover .image-wrap:after,
.solution-list .each-item:hover .image-wrap:after {
    opacity: 1;
}

.about-page .each-item img,
.join-list .each-item .image-wrap img {
    transition: all .4s ease-in-out;
}

.about-wrap-second .each-item:hover .image-wrap img,
.about-page .each-item .image-wrap:hover img,
.join-list .each-item:hover .image-wrap img {
    transform: scale(1.05);
}

.about-wrap-second .item-inner {
    position: relative;
}

.about-wrap-second .item-inner .text-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: -ms-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,1));
    background: -moz-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,1));
    background: -webkit-gradient(linear, 0% 0%, 0% 100%,from(rgba(0,0,0,0)), to(rgba(0,0,0,1)));
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0,0,0,0)), to(rgba(0,0,0,1)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,1));
    background: -o-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,1));
}

.about-wrap-second .item-inner .text-inner {
    padding: 5%;
    color: #fff;
}

.about-wrap-second .item-inner .title {
    font-weight: bold;
    font-size: 20px;
    color: #fff;
}

.about-wrap-second .item-inner .line {
    display: inline-block;
    width: 55px;
    height: 2px;
    margin: 10px 0 5px;
    background: #fff;
}

.about-wrap-second .item-inner .descrition {
    width: 66%;
    font-size: 12px;
    color: #fff;
    line-height: 2;
}

.about-wrap-three .each-item, .about-wrap-five .each-item {
    margin-bottom: 1%;
    overflow: hidden;
}

.about-wrap-three .each-item .item-inner > div,
.about-wrap-five .each-item .item-inner a > div {
    float: left;
}

.about-wrap-three .each-item .item-inner > div.image-wrap, .about-wrap-five .each-item .item-inner a > div.image-wrap {
    float: right;
}

.about-wrap-three .each-item .item-inner > div {
    width: 50%;
}

.about-wrap-three .each-item,
.about-wrap-five .each-item {
    position: relative;
    background: #fff;
}

.about-wrap-three .each-item .text-inner {
    padding: 9.25%;
}

.about-wrap-three .each-item .inner-title {
    font-size: 36px;
}

.about-wrap-three .each-item .inner-line {
    width: 40px;
    margin: 20px 0;
}

.about-wrap-three .each-item .inner-descrition {
    width: 80%;
}

.about-wrap-four .each-item {
    position: relative;
}

.about-wrap-four .each-item .text-wrap {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

.about-wrap-four .each-item .text-inner {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}

.about-wrap-four .each-item .text-inner .title {
    margin-bottom: 50px;
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    transform: translateY(20px);
    opacity: 0;
    transition: all .6s ease-in-out;
}

.about-wrap-four .each-item .normal-more-wrap2 {
    transform: translateY(-20px);
    opacity: 0;
    transition: all .6s ease-in-out;
}

.about-wrap-four .each-item .normal-more-wrap2:before {
    border-color: #fff;
}

.about-wrap-four .each-item .normal-more-wrap2:after {
    background: #fff;
}

.about-wrap-four .each-item:hover .text-inner .title,
.about-wrap-four .each-item:hover .normal-more-wrap2 {
    opacity: 1;
    transform: none;
}

.about-wrap-five .each-item .text-wrap {
    width: 42.5%;
}

.about-wrap-five .each-item .text-inner {
    padding: 11.5%;
}

.about-wrap-five .each-item .inner-title {
    margin-bottom: 23px;
    font-size: 36px;
    text-transform: uppercase;
}

.about-wrap-five .each-item .image-wrap {
    width: 57.5%;
}

.about-wrap-five .each-item .inner-descrition {
    width: 77.5%;
    font-size: 18px;
}

.about-wrap-five .normal-more-wrap2 {
    position: absolute;
    bottom: 10%;
    border-color: #333;
    transition: all .4s;
}

.about-wrap-five .normal-more-wrap2:hover {
    border-color: #fff;
}

.about-wrap-five .normal-more-wrap2:before {
    background: url(../images/more-icon.png) no-repeat center center;
}

.about-wrap-five .normal-more-wrap2:hover:before {
    background: url(../images/more-icon1.png) no-repeat center center;
}

/*about*/
.fullwindow-banner-inner li .icon-wrap,
.fullwindow-banner-inner li .text,
.about-wrap-second .item-inner .title,
.about-wrap-second .item-inner .line,
.about-wrap-second .item-inner .descrition {
    opacity: 0;
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
}

.fullwindow-banner-inner.active li .icon-wrap,
.fullwindow-banner-inner.active li .text,
.about-wrap-second .each-item:hover .item-inner .title,
.about-wrap-second .each-item:hover .item-inner .line,
.about-wrap-second .each-item:hover .item-inner .descrition {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
}

.fullwindow-banner-inner li:nth-of-type(1) .icon-wrap,
.about-wrap-second .item-inner .title,
.about-wrap-second .item-inner .line,
.about-wrap-second .item-inner .descrition {
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
}

.fullwindow-banner-inner li:nth-of-type(1) .text {
    transition: all 0.5s ease-out .1s;
    -webkit-transition: all 0.5s ease-out .1s;
    -moz-transition: all 0.5s ease-out .1s;
}

.fullwindow-banner-inner li:nth-of-type(2) .icon-wrap {
    transition: all 0.5s ease-out .2s;
    -webkit-transition: all 0.5s ease-out .2s;
    -moz-transition: all 0.5s ease-out .2s;
}

.fullwindow-banner-inner li:nth-of-type(2) .text {
    transition: all 0.5s ease-out .3s;
    -webkit-transition: all 0.5s ease-out .3s;
    -moz-transition: all 0.5s ease-out .3s;
}

.fullwindow-banner-inner li:nth-of-type(3) .icon-wrap {
    transition: all 0.5s ease-out .4s;
    -webkit-transition: all 0.5s ease-out .4s;
    -moz-transition: all 0.5s ease-out .4s;
}

.fullwindow-banner-inner li:nth-of-type(3) .text {
    transition: all 0.5s ease-out .5s;
    -webkit-transition: all 0.5s ease-out .5s;
    -moz-transition: all 0.5s ease-out .5s;
}

.fullwindow-banner-inner li:nth-of-type(4) .icon-wrap {
    transition: all 0.5s ease-out .6s;
    -webkit-transition: all 0.5s ease-out .6s;
    -moz-transition: all 0.5s ease-out .6s;
}

.fullwindow-banner-inner li:nth-of-type(4) .text {
    transition: all 0.5s ease-out .7s;
    -webkit-transition: all 0.5s ease-out .7s;
    -moz-transition: all 0.5s ease-out .7s;
}

.fullwindow-banner-inner li:nth-of-type(5) .icon-wrap {
    transition: all 0.5s ease-out .8s;
    -webkit-transition: all 0.5s ease-out .8s;
    -moz-transition: all 0.5s ease-out .8s;
}

.fullwindow-banner-inner li:nth-of-type(5) .text {
    transition: all 0.5s ease-out .9s;
    -webkit-transition: all 0.5s ease-out .9s;
    -moz-transition: all 0.5s ease-out .9s;
}

.fullwindow-banner-inner li:nth-of-type(6) .icon-wrap {
    transition: all 0.5s ease-out 1s;
    -webkit-transition: all 0.5s ease-out 1s;
    -moz-transition: all 0.5s ease-out 1s;
}

.fullwindow-banner-inner li:nth-of-type(6) .text {
    transition: all 0.5s ease-out 1.1s;
    -webkit-transition: all 0.5s ease-out 1.1s;
    -moz-transition: all 0.5s ease-out 1.1s;
}


/*index-advantage*/
.index-advantage {
    width:100%;
    background:#fff;
    padding:50px 0 30px 0;
}
.index-box {
    max-width:1600px;
    margin:auto;
    position:relative;
}
.advantage-title {
    width:100%;
    position:relative;
    padding-bottom:54px;
}
.advantage-title .bdl {
    font-size:70px;
    line-height:70px;
    font-family:Helvetica;
    color:#000;
}
.advantage-title .tbox {

}
.advantage-title .title {
    font-size:36px;
    line-height:1;
    font-weight:bold;
    color:#222;
    margin-bottom:23px;
}
.advantage-title .txt {
    width:685px;
    font-size:14px;
    line-height:24px;
    color:#666;
}
.advantage-title .bdr {
    font-size:70px;
    line-height:70px;
    font-family:Helvetica;
    color:#000;
    display:table;
    position:absolute;
    right:0;
    top:110px;
}
.advantage-title .bdr span {
    width:300px;
    height:2px;
    background:#222;
    display:inline-block;
    position:absolute;
    top:9px;
    right:65px;
}
.advantage-list {
    width:100%;
    display:table;
    border-bottom:2px solid #222;
    padding-bottom:60px;
    overflow:hidden;
}
.advantage-list li {
    width:17%;
    float:left;
    box-sizing:border-box;
    padding:60px 20px 54px 40px;
    background:#fff;
    transition:all ease .3s;
    border-radius:3px;
    margin:0 3.125% 0 0.5%;
}
.advantage-list li:nth-child(5n) {
    margin:0;
}
.advantage-list li:hover {
    background:#21abd7;
}
.advantage-list li .icon {
    width:100%;
    height:100px;
    transition:all ease .3s;
}
.advantage-list li .icon1 {
    background:url(../images/icon8.png) left top no-repeat;
}
.advantage-list li .icon2 {
    background:url(../images/icon9.png) left top no-repeat;
}
.advantage-list li .icon3 {
    background:url(../images/icon10.png) left top no-repeat;
}
.advantage-list li .icon4 {
    background:url(../images/icon11.png) left top no-repeat;
}
.advantage-list li .icon5 {
    background:url(../images/icon91.png) left top no-repeat;
}
.advantage-list li:hover .icon1 {
    background:url(../images/icon12.png) left top no-repeat;
}
.advantage-list li:hover .icon2 {
    background:url(../images/icon13.png) left top no-repeat;
}
.advantage-list li:hover .icon3 {
    background:url(../images/icon14.png) left top no-repeat;
}
.advantage-list li:hover .icon4 {
    background:url(../images/icon15.png) left top no-repeat;
}
.advantage-list li:hover .icon5 {
    background:url(../images/icon92.png) left top no-repeat;
}
.advantage-list li .title {
    font-size:24px;
    color:#222;
    line-height:36px;
    font-weight:bold;
    margin-bottom:28px;
    transition:all ease .3s;
}
.advantage-list li:hover .title {
    color:#fff;
}
.advantage-list li .txt {
    color:#666;
    font-size:14px;
    line-height:24px;
    transition:all ease .3s;
}
.advantage-list li:hover .txt {
    color:#fff;
}
.advantage-list li .link {
    width:0;
    height:10px;
    margin-top:45px;
    background:url(../images/icon16.png) right center no-repeat;
    transition:all ease .3s;
}
.advantage-list li:hover .link {
    width:48px;
}


/*index-case*/
.index-case {
    width:100%;
    padding:30px 0 80px;
}
.index-case-title {
    font-size:36px;
    line-height:36px;
    color:#222;
    font-weight:bold;
}
.index-case .mores {
    font-family: 'sheepsansbold';
    font-size:16px;
    line-height:36px;
    color:#000;
    background:url(../images/icon21.png) right center no-repeat;
    padding-right:35px;
    display:block;
    position:absolute;
    right:0;
    top:50px;
}
.index-case-menu {
    width:100%;
    display:table;
    margin-top:30px;
    font-size: 14px;
    color: #666;
}
.index-case-list {
    width:100%;
    display:table;
    margin-top:40px;
}
.index-case-list li {
    width:32.5%;
    float:left;
    margin-right:1.25%;
    margin-bottom:20px;
    border:1px solid #ebebeb;
}
.index-case-list li:nth-child(3n) {
    margin-right:0;
}
.index-case-list li:hover {
    box-shadow:0 0 15px 1px rgba(0,0,0,.1);
}
.index-case-list li .img {
    width:100%;
    overflow:hidden;
}
.index-case-list li .img  img {
    width:100%;
    -moz-transition: all 0.5s linear;
    -o-transition:  all 0.5s linear;
    transition: all 0.5s linear;
}
.index-case-list li:hover .img img {
    -webkit-transform:  scale(1.05) ;
    -moz-transform: scale(1.05) ;
    -ms-transform: scale(1.05);
    -o-transform:  scale(1.05) ;
    transform:  scale(1.05);
}
.index-case-list li .tbox {
    width:100%;
    box-sizing:border-box;
    padding:20px 20px 0;
}
.index-case-list li .tbox .title {
    width:100%;
    position:relative;
    line-height:36px;
}
.index-case-list li .tbox .title .t1 {
    font-size:16px;
    font-weight:bold;
    color:#222;
}
.index-case-list li .tbox .title .t2 {
    font-size:14px;
    color:#666;
    height:36px;
}
.index-case-list li .tbox .title .icon {
    position:absolute;
    right:0;
    top:20px;
}
.index-case-list li .tbox .title .icon span {
    display:inline-block;
    width:18px;
    height:16px;
    margin-left:10px;
}
.index-case-list li .tbox .title .icon a {
    display:inline-block;
    width:18px;
    height:16px;
    margin-left:10px;
}
.index-case-list li .tbox .title .icon .icon1 {
    background:url(../images/icon17.png) center center no-repeat;
}
.index-case-list li .tbox .title .icon .icon2 {
    background:url(../images/icon18.png) center center no-repeat;
}
.index-case-list li .tbox .title .icon .icon3 {
    background:url(../images/icon19.png) center center no-repeat;
}
.index-case-list li .tbox .title .icon .icon50 {
    background:url(../images/icon50.png) center center no-repeat;
    background-size:cover;
}
.index-case-list li .tbox .title .icon .icon51 {
    background:url(../images/icon51.png) center center no-repeat;
    background-size:cover;
}
.index-case-list li .tbox .more {
    width:100%;
    border-top:1px solid #e3e3e3;
    margin-top:7px;
    font-size:14px;
    color:#666;
    line-height:36px;
    padding:7px;
    background:url(../images/icon20.png) right center no-repeat;
    transition:all ease .3s;
}
.index-case-list li:hover .tbox .more {
    background:url(../images/icon21.png) right center no-repeat;
}

.index-solution {
    width:100%;
    padding:80px 0;
}
.index-solution-box {
    width:100%;
    background:#373737;
    display:table;
}
.index-solution-box .img {
    width:60%;
    float:left;
}
.index-solution-box .tbox {
    width:40%;
    float:left;
    padding:8.5% 0 0 80px;
    display:inline-block;
}
.index-solution-box .tbox .title {
    font-size:36px;
    font-weight:bold;
    color:#fff;
    line-height:1;
    margin-bottom:20px;
}
.index-solution-box .tbox .txt {
    max-width:475px;
    font-size:14px;
    line-height:28px;
    color:#fff;
}
.index-solution-box .tbox .list {
    width:100%;
    margin-top:53px;
}
.index-solution-box .tbox .list li {
    float:left;
    margin:0 20px 20px 0;
}
.index-solution-box .tbox .list li a {
    line-height:36px;
    border:1px solid #bbb;
    border-radius:19px;
    display:block;
    padding:0 21px;
    font-size:14px;
    color:#bbb;
    transition:all ease .3s;
}
.index-solution-box .tbox .list li:hover a {
    color:#222;
    background:#fff;
    border:1px solid #fff;
}


.index-news {
    width:100%;
    padding-top: 80px;
    background:#fff;
    overflow:hidden;
}
.index-news-title {
    font-size:36px;
    line-height:1;
    color:#000;
    font-weight:bold;
}
.index-news-more {
    font-family: 'sheepsansbold';
    font-size: 16px;
    line-height: 36px;
    color: #000;
    background: url(../images/icon21.png) right center no-repeat;
    padding-right: 35px;
    display: block;
    position: absolute;
    right: 5px;
    top: 30px;
}
.index-news-menu {
    width:100%;
    margin-top:30px;
    display:table;
}
.index-news-menu li {
    float:left;
    margin-right:10px;
}
.index-news-menu li a {
    display:block;
    line-height:26px;
    padding:0 20px;
    border:1px solid #666;
    font-size:14px;
    color:#666;
    border-radius:14px;
    transition:all ease .3s;
}
.index-news-menu li:hover a {
    color:#fff;
    background:#222;
    border-color:#222;
}
.index-news-menu li.on a {
    color:#fff;
    background:#222;
    border-color:#222;
}
.index-news .index-box {
    overflow:hidden;
    padding:0 5px;
}
.index-news-list {
    width:calc(800% + 70px);
    margin-top:40px;
    display:inline-block;
    left:0;
    position:relative;
    transition:all ease 1s;
}
.index-news-list .lbox {
    width:calc(100% / 8);
    display:inline-block;
    float:left;
    padding-right:10px;
}
.index-news-list .lbox .box1 {
    width:30%;
    margin-right:0.625%;
    float:left;
    transition:all ease .3s;
}
.index-news-list .lbox .box1 a {
    display:inline-block;
    width:100%;
}
.index-news-list .lbox .box1 .img {
    width:100%;
    height:280px;
}
.index-news-list .lbox .box1 .tbox {
    width:100%;
    height:270px;
    box-sizing:border-box;
    background:#f7f7f7;
    padding:0 30px;
}
.index-news-list .lbox .box1:hover {
    box-shadow:0 0 10px 0 rgba(0,0,0,.3);
}
.index-news-list .lbox .box1 .tbox .time {
    color:#999;
    font-family: 'sheepsansbold';
    font-weight:bold;
    font-size:48px;
    line-height:50px;
    border-bottom:1px solid #dbdbdb;
    padding:22px 0 16px;
    background:url(../images/icon20.png) right 54px no-repeat;
    transition:all ease .3s;
}
.index-news-list .lbox .box1 .tbox:hover .time {
    color:#222;
}
.index-news-list .lbox .box1 .tbox .time span {
    font-size:16px;
    line-height:20px;
    font-weight:initial;
    display:block;
}
.index-news-list .lbox .box1 .tbox .titles {
    font-size:16px;
    line-height:36px;
    color:#000;
    margin-top:30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.index-news-list .lbox .box1 .tbox .txts {
    font-size:14px;
    line-height:24px;
    color:#666;
    margin-top:14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.index-news-list .lbox .box2 {
    width:30%;
    margin-right:0.625%;
    float:left;
}
.index-news-list .lbox .box2 .tbox {
    width:100%;
    height:270px;
    background:#f4f4f4;
    box-sizing:border-box;
    padding:0 30px;
    margin-bottom:10px;
    transition:all ease .3s;
}
.index-news-list .lbox .box2 .tbox:hover {
    box-shadow:0 0 10px 0 rgba(0,0,0,.3);
}
.index-news-list .lbox .box2 .tbox a {
    display:inline-block;
    width:100%;
}
.index-news-list .lbox .box2 .tbox .time {
    font-size:48px;
    font-weight:bold;
    line-height:50px;
    font-family: 'sheepsansbold';
    color:#999;
    padding:22px 0 15px;
    background:url(../images/icon20.png) right 54px no-repeat;
    border-bottom:1px solid #dbdbdb;
    transition:all ease .3s;
}
.index-news-list .lbox .box2 .tbox .time span {
    font-size:16px;
    line-height:20px;
    display:block;
}
.index-news-list .lbox .box2 .tbox:hover .time {
    color:#222;
}
.index-news-list .lbox .box2 .tbox .titles {
    font-size:16px;
    line-height:36px;
    color:#000;
    margin-top:30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.index-news-list .lbox .box2 .tbox .txts {
    font-size:14px;
    line-height:24px;
    color:#666;
    margin-top:10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.index-news-list .lbox .box3 {
    width:38.75%;
    float:left;
}
.index-news-list .lbox .box3 .tbox {
    width:100%;
    height:130px;
    margin-bottom:10px;
    box-sizing:border-box;
    padding:30px;
    background:#f4f4f4 url(../images/icon20.png) 95% 60px no-repeat;
    transition:all ease .3s;
}
.index-news-list .lbox .box3 .tbox:hover {
    box-shadow:0 0 10px 0 rgba(0,0,0,.3);
}
.index-news-list .lbox .box3 .tbox a {
    display:inline-block;
}
.index-news-list .lbox .box3 .tbox .time {
    font-size:48px;
    font-weight:bold;
    line-height:50px;
    font-family: 'sheepsansbold';
    color:#999;
    float:left;
    margin-right:30px;
    transition:all ease .3s;
}
.index-news-list .lbox .box3 .tbox:hover .time {
    color:#222;
}
.index-news-list .lbox .box3 .tbox .time span {
    font-size:16px;
    display:block;
    line-height:20px;
}
.index-news-list .lbox .box3 .tbox .titles {
    width:340px;
    float:left;
    font-size:16px;
    line-height:26px;
    color:#000;
    padding-top:10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


.index-client {
    width:100%;

}
.index-client-box {
    width:100%;
    display:table;
}
.index-client-img {
    width:100%;
    height:635px;
    position:relative;
}
.index-client-img .img {
    position:absolute;
    border-radius:50%;
    overflow:hidden;
    box-shadow:0 0 10px 0 rgba(0,0,0,.1);
    transition:all ease 1.5s;
    left:459px;
    top:328px;
    width:1px;
    height:1px;
    cursor:pointer;
    transform-origin: 50% 50%;
    -ms-transform-origin:50% 50%;
    -webkit-transform-origin:50% 50%;
    -moz-transform-origin:50% 50%;
    -o-transform-origin:50% 50%;

    -moz-transition: all .8s linear;
    -o-transition:  all .8s linear;
    transition: all .8s linear;
}
.index-client-img .img img {
    width:100%;
}
.index-client-img .img10 {
    z-index:2;
}
.index-client-img .img:hover {
    -webkit-transform:  scale(1.5) ;
    -moz-transform: scale(1.5) ;
    -ms-transform: scale(1.5);
    -o-transform:  scale(1.5) ;
    transform:  scale(1.5);
}
.index-client-img .img6:hover,.index-client-img .img7:hover,.index-client-img .img9:hover,.index-client-img .img11:hover    {
    -webkit-transform:  scale(1.3) ;
    -moz-transform: scale(1.3) ;
    -ms-transform: scale(1.3);
    -o-transform:  scale(1.3) ;
    transform:  scale(1.3);
}
.index-client-img .img10:hover {
    -webkit-transform:  scale(1.2) ;
    -moz-transform: scale(1.2) ;
    -ms-transform: scale(1.2);
    -o-transform:  scale(1.2) ;
    transform:  scale(1.2);
}

.index-client.active .index-client-img .img1 {
    left:17px;
    top:87px;
    width:58px;
    height:58px;
}
.index-client.active .index-client-img .img2 {
    left:93px;
    top:174px;
    width:82px;
    height:82px;
}
.index-client.active .index-client-img .img3 {
    left:46px;
    top:317px;
    width:71px;
    height:71px;
}
.index-client.active .index-client-img .img4 {
    left:17px;
    top:487px;
    width:56px;
    height:56px;
}
.index-client.active .index-client-img .img5 {
    left:210px;
    top:75px;
    width:82px;
    height:82px;
}
.index-client.active .index-client-img .img6 {
    left:244px;
    top:200px;
    width:96px;
    height:96px;
}
.index-client.active .index-client-img .img7 {
    left:177px;
    top:337px;
    width:91px;
    height:91px;
}
.index-client.active .index-client-img .img8 {
    left:164px;
    top:484px;
    width:82px;
    height:82px;
}
.index-client.active .index-client-img .img9 {
    left:412px;
    top:112px;
    width:105px;
    height:105px;
}
.index-client.active .index-client-img .img10 {
    left:389px;
    top:261px;
    width:135px;
    height:135px;
}
.index-client.active .index-client-img .img11 {
    left:325px;
    top:418px;
    width:100px;
    height:100px;
}
.index-client.active .index-client-img .img12 {
    left:591px;
    top:80px;
    width:82px;
    height:82px;
}
.index-client.active .index-client-img .img13 {
    left:583px;
    top:255px;
    width:96px;
    height:96px;
}
.index-client.active .index-client-img .img14 {
    left:533px;
    top:409px;
    width:100px;
    height:100px;
}
.index-client.active .index-client-img .img15 {
    left:782px;
    top:100px;
    width:65px;
    height:65px;
}
.index-client.active .index-client-img .img16 {
    left:735px;
    top:222px;
    width:82px;
    height:82px;
}
.index-client.active .index-client-img .img17 {
    left:714px;
    top:374px;
    width:82px;
    height:82px;
}
.index-client.active .index-client-img .img18 {
    left:688px;
    top:518px;
    width:67px;
    height:67px;
}
.index-client.active .index-client-img .img19 {
    left:867px;
    top:333px;
    width:65px;
    height:65px;
}
.index-client.active .index-client-img .img20 {
    left:827px;
    top:490px;
    width:64px;
    height:64px;
}
.index-client-tbox {
    width:35%;
    padding-top:200px;
}
.index-client-tbox .title {
    font-size:36px;
    line-height:36px;
    font-weight:bold;
    color:#000;
    margin-bottom:24px;
}
.index-client-tbox .txt {
    font-size:14px;
    line-height:24px;
    color:#666;
    margin-bottom:50px;
}
.index-client-tbox .more {
    font-size:16px;
    line-height:36px;
    padding-right:35px;
    background:url(../images/icon21.png) right center no-repeat;
    display:inline-block;
    color:#000;
    font-family: 'sheepsansbold';
}



@media(max-width:1630px) {
    .index-news {
        overflow:hidden;
        padding:80px 40px 0;
    }

    .advantage-list li {
        width:17%;
        margin:0 3% 0 0.5%;
        padding:60px 20px 54px 40px
    }

    .index-case .mores,.index-news-more {
        right:40px;
    }

    .index-solution-box .tbox {
        padding:4.5% 20px 0 40px;
    }

    .index-news-list .lbox .box3 .tbox .titles {
        width:calc(100% - 110px);
    }
    .index-client-tbox {
        padding:100px 20px 0;
    }

    .top-foot {
        padding: 60px 40px 0;
    }
    .friend-link {
        padding: 41px 40px 21px;
    }

    .index-client.active .index-client-img .img1 {
        left:1.6%;
        top:13.7%;
    }
    .index-client.active .index-client-img .img2 {
        left:9%;
        top:27.4%;
    }
    .index-client.active .index-client-img .img3 {
        left:4.4%;
        top:50%;
    }
    .index-client.active .index-client-img .img4 {
        left:1.6%;
        top:76.7%;
    }
    .index-client.active .index-client-img .img5 {
        left:20%;
        top:11.8%;
    }
    .index-client.active .index-client-img .img6 {
        left:23.5%;
        top:31.5%;
    }
    .index-client.active .index-client-img .img7 {
        left:17%;
        top:53%;
    }
    .index-client.active .index-client-img .img8 {
        left:15.8%;
        top:76%;
    }
    .index-client.active .index-client-img .img9 {
        left:39.6%;
        top:17.6%;
    }
    .index-client.active .index-client-img .img10 {
        left:37.4%;
        top:41.1%;
    }
    .index-client.active .index-client-img .img11 {
        left:31.25%;
        top:65.8%;
    }
    .index-client.active .index-client-img .img12 {
        left:56.8%;
        top:12.6%;
    }
    .index-client.active .index-client-img .img13 {
        left:56%;
        top:40%;
    }
    .index-client.active .index-client-img .img14 {
        left:51.25%;
        top:64.4%;
    }
    .index-client.active .index-client-img .img15 {
        left:75.2%;
        top:15.7%;
    }
    .index-client.active .index-client-img .img16 {
        left:70.6%;
        top:35%;
    }
    .index-client.active .index-client-img .img17 {
        left:68.7%;
        top:59%;
    }
    .index-client.active .index-client-img .img18 {
        left:66%;
        top:81.6%;
    }
    .index-client.active .index-client-img .img19 {
        left:83.4%;
        top:52.4%;
    }
    .index-client.active .index-client-img .img20 {
        left:80%;
        top:77%;
    }


}
@media(max-width:1330px) {
    .data-background {
        height:100%;
    }
    header .right-side li {
        margin: 0 13px;
        display: inline-block;
    }

}

.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;
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

@-webkit-keyframes bounce {
    0%,100%,20%,53%,80% {
        -webkit-transition-timing-function: cubic-bezier(0.215,.61,.355,1);
        transition-timing-function: cubic-bezier(0.215,.61,.355,1);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    40%,43% {
        -webkit-transition-timing-function: cubic-bezier(0.755,.050,.855,.060);
        transition-timing-function: cubic-bezier(0.755,.050,.855,.060);
        -webkit-transform: translate3d(0,-30px,0);
        transform: translate3d(0,-30px,0);
    }

    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755,.050,.855,.060);
        transition-timing-function: cubic-bezier(0.755,.050,.855,.060);
        -webkit-transform: translate3d(0,-15px,0);
        transform: translate3d(0,-15px,0);
    }

    90% {
        -webkit-transform: translate3d(0,-4px,0);
        transform: translate3d(0,-4px,0);
    }
}

@keyframes bounce {
    0%,100%,20%,53%,80% {
        -webkit-transition-timing-function: cubic-bezier(0.215,.61,.355,1);
        transition-timing-function: cubic-bezier(0.215,.61,.355,1);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    40%,43% {
        -webkit-transition-timing-function: cubic-bezier(0.755,.050,.855,.060);
        transition-timing-function: cubic-bezier(0.755,.050,.855,.060);
        -webkit-transform: translate3d(0,-30px,0);
        transform: translate3d(0,-30px,0);
    }

    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755,.050,.855,.060);
        transition-timing-function: cubic-bezier(0.755,.050,.855,.060);
        -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;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
}

@-webkit-keyframes flash {
    0%,100%,50% {
        opacity: 1;
    }

    25%,75% {
        opacity: 0;
    }
}

@keyframes flash {
    0%,100%,50% {
        opacity: 1;
    }

    25%,75% {
        opacity: 0;
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }

    50% {
        -webkit-transform: scale3d(1.05,1.05,1.05);
        transform: scale3d(1.05,1.05,1.05);
    }

    100% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }

    50% {
        -webkit-transform: scale3d(1.05,1.05,1.05);
        transform: scale3d(1.05,1.05,1.05);
    }

    100% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }

    30% {
        -webkit-transform: scale3d(1.25,.75,1);
        transform: scale3d(1.25,.75,1);
    }

    40% {
        -webkit-transform: scale3d(0.75,1.25,1);
        transform: scale3d(0.75,1.25,1);
    }

    50% {
        -webkit-transform: scale3d(1.15,.85,1);
        transform: scale3d(1.15,.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);
    }

    100% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }

    30% {
        -webkit-transform: scale3d(1.25,.75,1);
        transform: scale3d(1.25,.75,1);
    }

    40% {
        -webkit-transform: scale3d(0.75,1.25,1);
        transform: scale3d(0.75,1.25,1);
    }

    50% {
        -webkit-transform: scale3d(1.15,.85,1);
        transform: scale3d(1.15,.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);
    }

    100% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}

@-webkit-keyframes shake {
    0%,100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0);
    }

    20%,40%,60%,80% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0);
    }
}

@keyframes shake {
    0%,100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0);
    }

    20%,40%,60%,80% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0);
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0,0,1,15deg);
        transform: rotate3d(0,0,1,15deg);
    }

    40% {
        -webkit-transform: rotate3d(0,0,1,-10deg);
        transform: rotate3d(0,0,1,-10deg);
    }

    60% {
        -webkit-transform: rotate3d(0,0,1,5deg);
        transform: rotate3d(0,0,1,5deg);
    }

    80% {
        -webkit-transform: rotate3d(0,0,1,-5deg);
        transform: rotate3d(0,0,1,-5deg);
    }

    100% {
        -webkit-transform: rotate3d(0,0,1,0deg);
        transform: rotate3d(0,0,1,0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0,0,1,15deg);
        transform: rotate3d(0,0,1,15deg);
    }

    40% {
        -webkit-transform: rotate3d(0,0,1,-10deg);
        transform: rotate3d(0,0,1,-10deg);
    }

    60% {
        -webkit-transform: rotate3d(0,0,1,5deg);
        transform: rotate3d(0,0,1,5deg);
    }

    80% {
        -webkit-transform: rotate3d(0,0,1,-5deg);
        transform: rotate3d(0,0,1,-5deg);
    }

    100% {
        -webkit-transform: rotate3d(0,0,1,0deg);
        transform: rotate3d(0,0,1,0deg);
    }
}

.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }

    10%,20% {
        -webkit-transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
        transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
    }

    30%,50%,70%,90% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
    }

    40%,60%,80% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
    }

    100% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }

    10%,20% {
        -webkit-transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
        transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
    }

    30%,50%,70%,90% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
    }

    40%,60%,80% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
    }

    100% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none;
    }

    15% {
        -webkit-transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
        transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
    }

    30% {
        -webkit-transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg);
        transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
        transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
    }

    60% {
        -webkit-transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg);
        transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
        transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none;
    }

    15% {
        -webkit-transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
        transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
    }

    30% {
        -webkit-transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg);
        transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
        transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
    }

    60% {
        -webkit-transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg);
        transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
        transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}

@-webkit-keyframes bounceIn {
    0%,100%,20%,40%,60%,80% {
        -webkit-transition-timing-function: cubic-bezier(0.215,.61,.355,1);
        transition-timing-function: cubic-bezier(0.215,.61,.355,1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3);
    }

    20% {
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1);
    }

    40% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03,1.03,1.03);
        transform: scale3d(1.03,1.03,1.03);
    }

    80% {
        -webkit-transform: scale3d(.97,.97,.97);
        transform: scale3d(.97,.97,.97);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }
}

@keyframes bounceIn {
    0%,100%,20%,40%,60%,80% {
        -webkit-transition-timing-function: cubic-bezier(0.215,.61,.355,1);
        transition-timing-function: cubic-bezier(0.215,.61,.355,1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3);
    }

    20% {
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1);
    }

    40% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03,1.03,1.03);
        transform: scale3d(1.03,1.03,1.03);
    }

    80% {
        -webkit-transform: scale3d(.97,.97,.97);
        transform: scale3d(.97,.97,.97);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}

@-webkit-keyframes bounceInDown {
    0%,100%,60%,75%,90% {
        -webkit-transition-timing-function: cubic-bezier(0.215,.61,.355,1);
        transition-timing-function: cubic-bezier(0.215,.61,.355,1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-3000px,0);
        transform: translate3d(0,-3000px,0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,25px,0);
        transform: translate3d(0,25px,0);
    }

    75% {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0);
    }

    90% {
        -webkit-transform: translate3d(0,5px,0);
        transform: translate3d(0,5px,0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInDown {
    0%,100%,60%,75%,90% {
        -webkit-transition-timing-function: cubic-bezier(0.215,.61,.355,1);
        transition-timing-function: cubic-bezier(0.215,.61,.355,1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-3000px,0);
        transform: translate3d(0,-3000px,0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,25px,0);
        transform: translate3d(0,25px,0);
    }

    75% {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0);
    }

    90% {
        -webkit-transform: translate3d(0,5px,0);
        transform: translate3d(0,5px,0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
    0%,100%,60%,75%,90% {
        -webkit-transition-timing-function: cubic-bezier(0.215,.61,.355,1);
        transition-timing-function: cubic-bezier(0.215,.61,.355,1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px,0,0);
        transform: translate3d(-3000px,0,0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px,0,0);
        transform: translate3d(25px,0,0);
    }

    75% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0);
    }

    90% {
        -webkit-transform: translate3d(5px,0,0);
        transform: translate3d(5px,0,0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInLeft {
    0%,100%,60%,75%,90% {
        -webkit-transition-timing-function: cubic-bezier(0.215,.61,.355,1);
        transition-timing-function: cubic-bezier(0.215,.61,.355,1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px,0,0);
        transform: translate3d(-3000px,0,0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px,0,0);
        transform: translate3d(25px,0,0);
    }

    75% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0);
    }

    90% {
        -webkit-transform: translate3d(5px,0,0);
        transform: translate3d(5px,0,0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
    0%,100%,60%,75%,90% {
        -webkit-transition-timing-function: cubic-bezier(0.215,.61,.355,1);
        transition-timing-function: cubic-bezier(0.215,.61,.355,1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px,0,0);
        transform: translate3d(3000px,0,0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px,0,0);
        transform: translate3d(-25px,0,0);
    }

    75% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0);
    }

    90% {
        -webkit-transform: translate3d(-5px,0,0);
        transform: translate3d(-5px,0,0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInRight {
    0%,100%,60%,75%,90% {
        -webkit-transition-timing-function: cubic-bezier(0.215,.61,.355,1);
        transition-timing-function: cubic-bezier(0.215,.61,.355,1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px,0,0);
        transform: translate3d(3000px,0,0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px,0,0);
        transform: translate3d(-25px,0,0);
    }

    75% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0);
    }

    90% {
        -webkit-transform: translate3d(-5px,0,0);
        transform: translate3d(-5px,0,0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
    0%,100%,60%,75%,90% {
        -webkit-transition-timing-function: cubic-bezier(0.215,.61,.355,1);
        transition-timing-function: cubic-bezier(0.215,.61,.355,1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,3000px,0);
        transform: translate3d(0,3000px,0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0);
    }

    75% {
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0);
    }

    90% {
        -webkit-transform: translate3d(0,-5px,0);
        transform: translate3d(0,-5px,0);
    }

    100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

@keyframes bounceInUp {
    0%,100%,60%,75%,90% {
        -webkit-transition-timing-function: cubic-bezier(0.215,.61,.355,1);
        transition-timing-function: cubic-bezier(0.215,.61,.355,1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,3000px,0);
        transform: translate3d(0,3000px,0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0);
    }

    75% {
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0);
    }

    90% {
        -webkit-transform: translate3d(0,-5px,0);
        transform: translate3d(0,-5px,0);
    }

    100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9);
    }

    50%,55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3);
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9);
    }

    50%,55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3);
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0);
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0);
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0);
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0);
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px,0,0);
        transform: translate3d(20px,0,0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0);
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px,0,0);
        transform: translate3d(20px,0,0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0);
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px,0,0);
        transform: translate3d(-20px,0,0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0);
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px,0,0);
        transform: translate3d(-20px,0,0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0);
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0);
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0,20px,0);
        transform: translate3d(0,20px,0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0);
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0);
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0,20px,0);
        transform: translate3d(0,20px,0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0);
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0);
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0);
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0);
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0);
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0);
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0);
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0);
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0);
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-360deg);
        transform: perspective(400px) rotate3d(0,1,0,-360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
        transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
        transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95,.95,.95);
        transform: perspective(400px) scale3d(.95,.95,.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-360deg);
        transform: perspective(400px) rotate3d(0,1,0,-360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
        transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
        transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95,.95,.95);
        transform: perspective(400px) scale3d(.95,.95,.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
        transform: perspective(400px) rotate3d(1,0,0,-20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,10deg);
        transform: perspective(400px) rotate3d(1,0,0,10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-5deg);
        transform: perspective(400px) rotate3d(1,0,0,-5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
        transform: perspective(400px) rotate3d(1,0,0,-20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,10deg);
        transform: perspective(400px) rotate3d(1,0,0,10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-5deg);
        transform: perspective(400px) rotate3d(1,0,0,-5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-20deg);
        transform: perspective(400px) rotate3d(0,1,0,-20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,10deg);
        transform: perspective(400px) rotate3d(0,1,0,10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-5deg);
        transform: perspective(400px) rotate3d(0,1,0,-5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-20deg);
        transform: perspective(400px) rotate3d(0,1,0,-20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,10deg);
        transform: perspective(400px) rotate3d(0,1,0,10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-5deg);
        transform: perspective(400px) rotate3d(0,1,0,-5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
        transform: perspective(400px) rotate3d(1,0,0,-20deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
        transform: perspective(400px) rotate3d(1,0,0,-20deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        opacity: 0;
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-15deg);
        transform: perspective(400px) rotate3d(0,1,0,-15deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        opacity: 0;
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-15deg);
        transform: perspective(400px) rotate3d(0,1,0,-15deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        opacity: 0;
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%,0,0) skewX(-30deg);
        transform: translate3d(100%,0,0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%,0,0) skewX(-30deg);
        transform: translate3d(100%,0,0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translate3d(100%,0,0) skewX(30deg);
        transform: translate3d(100%,0,0) skewX(30deg);
        opacity: 0;
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translate3d(100%,0,0) skewX(30deg);
        transform: translate3d(100%,0,0) skewX(30deg);
        opacity: 0;
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0,0,1,-200deg);
        transform: rotate3d(0,0,1,-200deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0,0,1,-200deg);
        transform: rotate3d(0,0,1,-200deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,-90deg);
        transform: rotate3d(0,0,1,-90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,-90deg);
        transform: rotate3d(0,0,1,-90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0,0,1,200deg);
        transform: rotate3d(0,0,1,200deg);
        opacity: 0;
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0,0,1,200deg);
        transform: rotate3d(0,0,1,200deg);
        opacity: 0;
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
        opacity: 0;
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0;
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0;
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,90deg);
        transform: rotate3d(0,0,1,90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,90deg);
        transform: rotate3d(0,0,1,90deg);
        opacity: 0;
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%,60% {
        -webkit-transform: rotate3d(0,0,1,80deg);
        transform: rotate3d(0,0,1,80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40%,80% {
        -webkit-transform: rotate3d(0,0,1,60deg);
        transform: rotate3d(0,0,1,60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    100% {
        -webkit-transform: translate3d(0,700px,0);
        transform: translate3d(0,700px,0);
        opacity: 0;
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%,60% {
        -webkit-transform: rotate3d(0,0,1,80deg);
        transform: rotate3d(0,0,1,80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40%,80% {
        -webkit-transform: rotate3d(0,0,1,60deg);
        transform: rotate3d(0,0,1,60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    100% {
        -webkit-transform: translate3d(0,700px,0);
        transform: translate3d(0,700px,0);
        opacity: 0;
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge;
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
        transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
        transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg);
        transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg);
    }
}

@keyframes rollOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg);
        transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg);
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        -webkit-animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(0.175,.885,.32,1);
        animation-timing-function: cubic-bezier(0.175,.885,.32,1);
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        -webkit-animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(0.175,.885,.32,1);
        animation-timing-function: cubic-bezier(0.175,.885,.32,1);
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(0.175,.885,.32,1);
        animation-timing-function: cubic-bezier(0.175,.885,.32,1);
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(0.175,.885,.32,1);
        animation-timing-function: cubic-bezier(0.175,.885,.32,1);
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(0.175,.885,.32,1);
        animation-timing-function: cubic-bezier(0.175,.885,.32,1);
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(0.175,.885,.32,1);
        animation-timing-function: cubic-bezier(0.175,.885,.32,1);
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        -webkit-animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(0.175,.885,.32,1);
        animation-timing-function: cubic-bezier(0.175,.885,.32,1);
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        -webkit-animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(0.175,.885,.32,1);
        animation-timing-function: cubic-bezier(0.175,.885,.32,1);
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3);
    }

    100% {
        opacity: 0;
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3);
    }

    100% {
        opacity: 0;
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175,.885,.32,1);
        animation-timing-function: cubic-bezier(0.175,.885,.32,1);
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175,.885,.32,1);
        animation-timing-function: cubic-bezier(0.175,.885,.32,1);
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px,0,0);
        transform: scale(.1) translate3d(-2000px,0,0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px,0,0);
        transform: scale(.1) translate3d(-2000px,0,0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px,0,0);
        transform: scale(.1) translate3d(2000px,0,0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px,0,0);
        transform: scale(.1) translate3d(2000px,0,0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175,.885,.32,1);
        animation-timing-function: cubic-bezier(0.175,.885,.32,1);
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175,.885,.32,1);
        animation-timing-function: cubic-bezier(0.175,.885,.32,1);
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        visibility: visible;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        visibility: visible;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        visibility: visible;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        visibility: visible;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        visibility: visible;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        visibility: visible;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        visibility: visible;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        visibility: visible;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}

/*--------footer--------*/
footer {
    width:100%;
    margin-top: 50px;
}
.foot-topbox{
    background:#363435 url(../images/f-bg1.jpg) center center no-repeat;
    background-size:auto 100%;
}
.foot-top {
    width:100%;
    max-width: 1600px;
    min-height:365px;
    padding:60px 0 18px;
    display:table;
    margin: 0 auto;
}
.foot-top li {
    width:23.5%;
    float:left;
    margin-right:2%;
}
.foot-top li:last-child {
    margin-right:0;
}
.foot-top li .title {
    font-size:14px;
    line-height:28px;
    color:#fff;
    font-weight:bold;
    border-bottom:1px solid rgba(255,255,255,.08);
    padding-bottom:12px;
}
.foot-top li .tbox {
    font-size:14px;
    line-height:28px;
    padding-top:22px;
}
.foot-top li .tbox .txt {
    color:#999;
}
.foot-top li .tbox .more {
    width:96px;
    height:32px;
    border:1px solid #504f4f;
    border-radius:16px;
    display:block;
    color:#666;
    font-size:12px;
    margin-top:32px;
    padding-left:20px;
    background:url(../images/f-icon4.png) 62px center no-repeat;
    transition:all ease .5s;
}
.foot-top li .tbox .more:hover {
    border:1px solid #fff;
    color:#fff;
    background:url(../images/f-icon5.png) 62px center no-repeat;
}
.foot-top li .tbox .link {
    width:50%;
    display:block;
    color:#999;
    float:left;
    transition:all ease .5s;
}
.foot-top li .tbox .link:hover {
    color:#fff;
}
.foot-top li .tbox li {
    width:100%;
    display:table;
    padding:12px 0;
    border-bottom:1px dashed #494848;
}
.foot-top li .tbox li:last-child {
    border:none;
}
.foot-top li .tbox li .img {
    width:90px;
    float:left;
}
.foot-top li .tbox li .img img{
    max-width: 100%;
}
.foot-top li .tbox li .tboxs {
    width:calc(100% - 110px);
    float:right;
    font-size:14px;
    line-height:28px;
    color:#999;
    word-break: break-all;
    overflow-wrap: break-word;
}
.foot-top li .tbox li .tboxs .t1 {
    color:#fff;
    font-weight:bold;
    width:270px;
}
.foot-top li .tbox li .tboxs .t2 {
    width:270px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.foot-centerbox{
    background:#222;
}
.foot-center {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding:60px 0 18px;
    display:table;
    min-height:220px;
    color:#999;
}
.foot-center li {
    width:23.5%;
    float:left;
    margin-right:2%;
}
.foot-center li:last-child {
    margin-right:0;
}
.foot-center li .f-ewm {
    width:100px;
    margin-right:10px;
    float:left;
}
.foot-center li .f-ewm img{
    width: 100%;
}
.foot-center li .tbox {
    display:inline-block;
    line-height:28px;
}
.foot-center li .tbox.ewm {
    padding-top:22px;
}
.foot-center li .tbox.tel {
    padding:6px 0 0 45px;
    background:url(../images/f-icon1.png) left 8px no-repeat;
}
.foot-center li .tbox.sz {
    padding:8px 0 0 45px;
    background:url(../images/f-icon2.png) left 4px no-repeat;
}
.foot-center li .tbox.gz {
    padding:8px 0 0 45px;
    background:url(../images/f-icon3.png) left top no-repeat;
}

.foot-center li .tbox .t1 {
    font-size:14px;
    color:#fff;
    font-weight:bold;
}


.foot-button {
    width:100%;
    padding:15px 7.8%;
    display:table;
}
.foot-button .link-box {
    text-align: center;
}
.foot-button .link-box .a-box {
    width:100%;
}
.foot-button .link-box .a-box a {
    font-size:12px;
    line-height:30px;
    color:#666;
    margin-right:20px;
    transition:all ease .5s;
}
.foot-button .link-box .a-box span {
    font-size:12px;
    line-height:30px;
    color:#666;
    margin-right:20px;
    transition:all ease .5s;
}
.foot-button .link-box .a-box a:hover {
    color:#222;
}
.foot-button .link-box .copyright {
    line-height:28px;
    color:#999;
}
.foot-button .link-box .copyright a {
    color:#999;
}
.foot-button .makelink {
    width:106px;
    height:30px;
    border:1px solid #e4e4e4;
    text-align:center;
    line-height:28px;
    display:block;
    color:#999;
    float:right;
    transition:all ease .5s;
}
.foot-button .makelink:hover {
    color:#222;
}
@media(max-width:1370px) {
    .foot-top li .tbox .txt,.foot-top li .tbox .link,.foot-top li .tbox li .tboxs .t2 {
        font-size:12px;
    }
}
/*-------footer-end--------*/
.inside-banner {
    position: relative;
    overflow: hidden;
}

.inside-banner img {
    display: block;
    width: 100%;
}

.inside-banner .ban-info {
    position: absolute;
    left: 0;
    top: 43.33333%;
    z-index: 10;
    width: 100%;
    text-align: center;
    color: #fff;
}

.inside-banner .ban-info h2 {
    margin-bottom: 10px;
    font-size: 50px;
    line-height: 66px;
}

.inside-banner .ban-info p {
    font-size: 20px;
    line-height: 30px;
}
.full-site-article {
    padding-top: 49px;
}
.weblg {
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}


.w-lg .weblg {
    max-width: 1400px;
}

.w-md .weblg {
    max-width: 1320px;
}

.w-sm .weblg {
    max-width: 1200px;
}
.m-web-title {
    font-size: 36px;
    line-height: 50px;
    color: #333;
    text-align: center;
    font-weight: bold;
    padding: 0 15px;
}
.m-web-desc {
    font-size: 16px;
    line-height: 30px;
    color: #333;
    text-align: center;
}
.full-site-article .m-web-desc {
    padding: 36px 0 77px;
}
.applet-desc-list {
    margin-bottom: 90px;
    border-left: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
}

.applet-desc-list li {
    float: left;
    width: 25%;
    max-height: 267px;
    font-size: 16px;
    line-height: 24px;
    color: #666;
}

.applet-desc-list .inner {
    padding: 43px 40px 67px;
    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    max-height: 267px;
}

.applet-desc-list .id {
    font-size: 48px;
    line-height: 48px;
    color: #d90000;
    font-weight: bold;
    margin-bottom: 16px;
}

.applet-desc-list h3 {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 24px;
    color: #333;
    font-weight: bold;
}
.full-applet-wrapper {
    position: relative;
    height: 503px;
    padding: 79px 0 40px;
    box-sizing: initial;
}
.full-applet-wrapper .m-full-bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 582px;
    overflow: hidden;
    width: 100%;
}
.full-applet-wrapper .m-full-bg img {
    position: relative;
    left: 50%;
    margin-left: -960px;
    height: 582px;
}
.full-applet-wrapper .m-web-title {
    position: relative;
    z-index: 10;
    margin-bottom: 75px;
    color: #fff;
}
.full-applet-wrapper .applet-feature {
    position: relative;
    z-index: 10;
    overflow: hidden;
}
.full-applet-wrapper .applet-feature ul {
    text-align: center;
    margin-left: -60px;
    margin-right: -60px;
    margin-left: -3.75%;
    margin-right: -3.75%;
}

.full-applet-wrapper .applet-feature li {
    float: left;
    width: 9.68992%;
    font-size: 16px;
    line-height: 24px;
    color: #ccc;
    padding: 0 3.48837%;
    box-sizing: initial;
}

.full-applet-wrapper .applet-feature .ico {
    margin-bottom: 14px;
}

.full-applet-wrapper .applet-feature .ico img {
    vertical-align: middle;
    width: 77.38095%;
}

.full-applet-wrapper .applet-feature h3 {
    margin-bottom: 19px;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
}
.applet-func {
    padding: 100px 0 34px;
}

.applet-func .m-web-title {
    margin-bottom: 58px;
}

.applet-func-list {
    overflow: hidden;
}

.applet-func-list ul {
    margin-left: -2.375%;
    margin-right: -2.375%;
}

.applet-func-list li {
    float: left;
    margin-bottom: 62px;
    width: 28.5714%;
    max-height: 309px;
    padding: 0 2.38095%;
    text-align: center;
    box-sizing: initial;
}

.applet-func-list .inner {
    padding: 48px 40px 68px;
    font-size: 15px;
    line-height: 22px;
    color: #666;
    border: solid 1px #d9d9d9;
    max-height: 309px;
}

.applet-func-list .ico {
    margin-bottom: 20px;
    height: 75px;
    line-height: 75px;
}

.applet-func-list .ico img {
    vertical-align: middle;
}

.applet-func-list h3 {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 32px;
    color: #1a1a1a;
}
.full-applet-do {
    padding: 76px 0 68px;
    background-color: #f2f2f2;
    text-align: center;
}

.full-applet-do .do-desc {
    margin-bottom: 64px;
    font-size: 16px;
    line-height: 30px;
}

.full-applet-do .inner {
    padding: 43px 40px 69px;
}

.full-applet-do .m-three-icolist p {
    font-size: 16px;
    line-height: 24px;
}
.m-three-icolist {
    overflow: hidden;
    zoom: 1;
    font-size: 0;
    text-align: center;
}
.m-three-icolist li {
    float: left;
    width: 33.3333%;
    font-size: 14px;
    line-height: 20px;
    color: #666;
}
.m-three-icolist .ico {
    margin-bottom: 16px;
}
.m-three-icolist .ico img {
    vertical-align: middle;
    width: 30%;
}
.m-three-icolist h3 {
    margin-bottom: 14px;
    font-size: 18px;
    line-height: 30px;
    color: #333;
}
.m-three-icolist p {
    max-width: 16em;
    margin: 0 auto;
}
.full-applet-do .m-three-icolist p {
    font-size: 16px;
    line-height: 24px;
}
/*公众号*/
.banner-wrap {
    width: 100%;
    position: relative;
    background: #000;
}
.blog-banner {
    position: relative;
    text-align: center;
}
.pc-banner {
    position: relative;
}
.blog-banner img {
    display: inline-block;
}
.pc-banner > .img-responsive {
    max-width: none;
    width: 100%;
}
.font_weight {
    position: absolute;
    top: 30%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    color: #fff;
    width: auto;
    height: 72px;
    border: 1px solid #fff;
    text-align: justify;
    line-height: 72px;
    font-size: 48px;
    font-weight: 100;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 0.5rem;
    padding: 0 20px;
}
.count-wrap {
    padding-bottom: 80px;
}
.weChat_h2 {
    font-size: 30px;
    color: #4a4a4a;
}
.count-wrap h2 {
    text-align: center;
    padding: 80px 0;
}
.w1200 {
    max-width: 1200px;
    margin: 0 auto;
}
.p3 {
    font-size: 16px;
    color: #999;
    line-height: 1.8;
}
.weChatBg {
    background-color: #F4F4F4;
    padding-bottom: 1.8%;
}
.whyWeChat {
    text-align: center;
}
.weChat_h1 {
    background-color: #fff;
    border-radius: 5px;
    position: relative;
}
.weChatPublic {
    /* height: 100%; */
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.we_img {
    width: 45px;
    height: 45px;
    margin: 0 auto;
}
.p11 {
    color: #4A4A4A;
    padding: 1.5rem 0 0;
    font-size: 18px;
    height: 5rem;
    line-height: 2.2rem;
}
.hidde {
    display: none;
}
.p1 {
    font-size: 18px;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 1rem;
}
.p2 {
    font-size: 16px;
    color: #fff;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
}
.gradient_bg {
    background: -webkit-linear-gradient(right top, #1aac18 , #9fe75a);
    background: -o-linear-gradient(bottom left, #1aac18, #9fe75a);
    background: -moz-linear-gradient(bottom left, #1aac18, #9fe75a);
    background: linear-gradient(to bottom left, #1aac18 , #9fe75a);
}
.weChat_service .noPadd{
    padding: 0 15px;
}
.weService {
    background-color: #f6f6f6;
    margin: 0 0 28px 0;
    text-align: justify;
}
.weService_left {
    width: 25%;
    float: left;
    margin-right: 6%;
}
.weService_right {
    float: left;
    width: 65%;
}
.weService_left img {
    width: 66px;
    height: 66px;
    margin: 0 auto;
}
.weService h3 {
    font-size: 18px;
    color: #4a4a4a;
    margin-bottom: 28px;
}
.weChat_swiper {
    position: relative;
}
.weChat_feature1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
}
.weChat_feature1 img {
    margin: 0 auto;
}
.weChat_feature1 h3 {
    color: #fff;
    font-size: 17px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.weChat_feature2 {
    width: 85%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    text-align: left;
}
.weChat_feature2 img {
    margin: 0 auto;
    margin-bottom: 10px;
}
.weChat_swiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    height: 403px !important;
}
.gray-bg {
    background: #f6f6f6;
}
.push-like-wrap {
    margin-left: -15px;
    margin-right: -15px;
    background-color: #f6f6f6;
    text-align: center;
}
.push-like-wrap .push-like-title {
    padding-top: 60px;
    padding-bottom: 38px;
    font-size: 30px;
    color: #323232;
}
.count-wrap h2 {
    text-align: center;
    padding: 80px 0;
}
.padding-5 {
    padding-right: 5px !important;
    padding-left: 5px !important;
}
.case-wrap .item {
    margin-bottom: 46px;
}
.case-wrap .item a {
    color: #303030;
}
.case-wrap .item .item-cont {
    background: #fff;
    box-shadow: 2px 0px 3px rgba(0, 0, 0, 0.04);
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    position: relative;
}
.case-wrap .item .item-cont h4 {
    padding: 30px 20px;
    margin: 0;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.weLearnMore {
    display: inline-block;
    background-color: #ff3d58;
    color: #fff;
    font-size: 18px;
    width: 210px;
    height: 50px;
    line-height: 50px;
    border-radius: 35px;
}
.case-wrap .item a:hover .item-cont {
    box-shadow: 0 10px 35px 5px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
}
.program-intro {
    padding-top: 23px;
    text-align: center;
    color: #4a4a4a;
    overflow: hidden;
}
.padding-12 {
    padding-left: 12px;
    padding-right: 12px;
}
.program-intro-title {
    height: 96px;
    line-height: 96px;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
}
.weChat_title {
    font-size: 42px;
    color: #000;
}
.weChat_contactP {
    font-size: 16px!important;
    color: #000!important;
}
.program-intro .program-intro-content p {
    line-height: 30px;
    font-size: 16px;
    color: #999;
    margin-bottom: 0;
    text-align: center;
}
.program-intro .program-intro-content p {
    text-align: center;
}
.contact-us {
    margin: 40px -15px 0;
}
.WeChat_addr {
    margin-top: 28px;
}
.contact-us .form-group {
    position: relative;
    margin-bottom: 20px;
}
.contact-us .form-control {
    border-radius: 0;
    -webkit-appearance: none;
}
.contact-us input.form-control {
    max-width: 740px;
    height: 52px;
}
#contact-us input.form-control {
    color: #000;
}
.WeChat_addr p {
    color: #000!important;
    font-size: 14px!important;
    text-align: left!important;
}
.program-intro .program-intro-content p {
    line-height: 30px;
    font-size: 16px;
    color: #999;
    margin-bottom: 0;
    text-align: center;
}

.program-intro .program-intro-content p {
    text-align: center;
}
.WeChat_addr p:first-of-type span {
    display: inline-block;
    width: 92.5%;
}
.contact-us .form-control {
    border-radius: 0;
    -webkit-appearance: none;
}
.contact-us textarea.form-control {
    height: 195px;
    resize: none;
}
.submit-area {
    padding-top: 34px;
    padding-bottom: 34px;
    text-align: center;
}
.submit_right {
    text-align: right;
}
.submit-area .btn-submit {
    width: 170px;
    height: 52px;
    color: #fff;
    line-height: 38px;
    font-size: 20px;
    background-color: #333;
    border-radius: 100px;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.weInformation_h2 {
    font-size: 30px;
    color: #303030;
    padding: 1.75rem 0 4rem 0!important;
}
.weInformation {
    text-align: left;
    background-color: #f6f6f6;
    margin: 7px 0;
    padding:0;
}
.weInformation:nth-of-type(2n) {
    float: right;
}
.inforReaTime {
    float: left;
    overflow: hidden;
    margin-right: 1rem;
    color: #fff;
    background-color: #ff3d58;
    width: 72px;
    text-align: center;
    height: 59px;
    padding-top: 1%;
}
.inforReaTime p:nth-of-type(1) {
    font-size: 20px;
}
.inforReaTime p:nth-of-type(2) {
    opacity: 0.5;
    font-size: 14px;
    font-weight: 100;
}
.weInformation a {
    display: block;
    font-size: 18px;
    color: #4a4a4a;
    width: 84%;
    vertical-align: middle;
    padding: 6px 0;
    height: 60px;
    line-height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media (min-width: 768px){
    .whyWeChat .col-sm-3 {
        width: 14.2857%;
        padding-right: 8px;
        padding-left: 8px;
    }
    .weChat_h1 {
        height: 252px;
    }
    .weService {
        padding-top: 5%;
        background-color: #F6F6F6;
        height: 210px;
    }
    .weService_left {
        margin-top: 15%;
    }
    .weChat_swiper .swiper-slide {
        width: 20%!important;
        height: 403px!important;
    }
    .weInformation {
        width: 47%;
    }
}
@media (min-width: 1200px){
    .font_weight {
        top: 35%;
    }
    .count-wrap {
        padding-bottom: 60px;
    }
    .fs18 {
        font-size: 18px;
    }
    .count-wrap h2 {
        text-align: center;
        padding: 60px 0;
    }
    .weChat_h1 {
        height: 280px;
    }
    .weService_left {
        margin-top: 5%;
    }
    .swiper-button-next{
        right: -46px!important;
    }
    .swiper-button-prev{
        left: -46px!important;
    }
    .count-wrap h2 {
        text-align: center;
        padding: 60px 0;
    }
}

@media (min-width: 1600px){
    .font_weight {
        top: 40%;
    }
    .weChat_h1 {
        height: 300px;
    }
    .weService_left {
        margin-right: 1%;
    }
}

/*app*/
.worth {
    width: 100%;
    max-width: 1600px;
    margin: 80px auto;
    overflow: hidden;
}
.worth h2 {
    text-align: center;
    color: #555;
    font-weight: bold;
    line-height: 30px;
    margin: 0;
}
.worth h2 span {
    color: #ff4a50;
    font-size: 18px;
    line-height: 50px;
}
.worth strong {
    color: #969696;
    display: block;
    width: 100%;
    text-align: center;
    margin: 40px 0;
    font-weight: normal;
}
.worth p {
    color: #757272;
    width: 100%;
    margin: 0 auto;
    text-indent: 2em;
    font-size: 16px;
    line-height: 28px;
    padding: 0 20px;
}
.list-box1 {
    overflow: hidden;
}
.list-wrap li {
    overflow: hidden;
    padding: 30px 0;
    box-sizing: border-box;
    padding-right: 10px;
    padding-left: 15px;
    min-height: 344px;
}
.list-wrap li:nth-of-type(1) {
    background: #29292b;
}
.list-wrap li:nth-of-type(2) {
    background: #312f32;
}
.list-wrap li:nth-of-type(3) {
    background: #363638;
}
.list-wrap li .pic {
    width: 200px;
    height: 200px;
    float: left;
    line-height: 200px;
    margin-right: 35px;
}
.list-wrap li .pic img {
    display: inline-block;
    width: 100%;
    height: auto;
    vertical-align: middle;
}
.list-wrap li h4 {
    color: #fff;
    font-weight: bold;
    margin-top: 30px;
    position: relative;
}
.list-wrap li h4:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    border-left: 3px solid #ee992c;
    border-bottom: 3px solid #ee992c;
    position: relative;
    top: 12px;
    left: 5px;
}
.list-wrap li p {
    font-size: 14px;
    color: #c2c2c6;
    line-height: 24px;
    margin-top: 15px;
}
.list-box2 {
    overflow: hidden;
    width: 800px;
    margin: 0 auto;
    margin-top: 80px;
}
.list-box2 .left-img {
    width: 300px;
    float: left;
}
.list-box2 .left-img img {
    width: 100%;
    display: block;
    height: auto;
}
.list-box2 .right-info {
    width: 400px;
    float: right;
    overflow: hidden;
}
.list-box2 .right-info h3 {
    font-weight: bold;
    color: #6e6c6f;
    position: relative;
    margin-bottom: 40px;
}
.list-box2 .right-info h3:after {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-top: 10px;
    border-right: 4px solid #e5981f;
    border-bottom: 4px solid #e5981f;
    position: relative;
    top: 10px;
}
.list-box2 .right-info ul {
    overflow: hidden;
}
.list-box2 .right-info ul li {
    overflow: hidden;
    margin-bottom: 10px;
}
.list-box2 .right-info ul li i {
    display: block;
    float: left;
    font-size: 30px;
    color: #7f7d80;
    margin-right: 15px;
}
.list-box2 .right-info ul li h5 {
    color: #7f7d80;
    text-indent: 15px;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.list-box2 .right-info ul li p {
    width: auto;
    font-size: 12px;
    text-align: left;
    text-indent: 15px;
}
.list-box2 .right-info ul li:nth-of-type(3) h5 {
    text-indent: 7px;
}
.list-box2 .right-info ul li:nth-of-type(3) p {
    text-indent: 7px;
}
.list-box3 {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 80px;
}
.list-box3 .box-info {
    width: 400px;
    float: left;
    overflow: hidden;
}
.list-box3 .box-info ul {
    overflow: hidden;
}
.list-box3 .box-info ul li {
    width: 100%;
    overflow: hidden;
    margin-bottom: 15px;
}
.list-box3 .box-info ul li i {
    display: block;
    float: left;
    font-size: 30px;
    color: #7f7d80;
    margin-right: 5px;
}
.list-box3 .box-info ul li h5 {
    color: #7f7d80;
    text-indent: 15px;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.list-box3 .box-info ul li p {
    width: 75%;
    font-size: 13px;
    text-align: left;
    text-indent: 0;
}
.list-box3 .img-ele {
    width: 400px;
    float: left;
}
.list-box3 .img-ele img {
    display: block;
    width: 100%;
    height: auto;
}
.list-box3 .box-padding {
    padding-left: 40px;
}
.list-box3 .box-info {
    width: 400px;
    float: left;
    overflow: hidden;
}
.app-case {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    background: url(../images/app-case-bg.jpg) no-repeat center center;
    position: relative;
    height: 810px;
}
.app-case .case-mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9;
}
.app-case .case-info {
    position: relative;
    z-index: 99;
    overflow: hidden;
}
.app-case .case-info h3 {
    text-align: center;
    color: #fff;
    margin: 0;
    position: relative;
    padding-bottom: 15px;
    margin-top: 80px;
}
.app-case .case-info h3:after {
    content: '';
    display: block;
    width: 50px;
    height: 5px;
    background: #287de5;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    bottom: 0;
}
.app-case .case-info p {
    text-align: center;
    color: #c2c2c6;
    margin-top: 40px;
}
#carousel {
    position: relative;
    z-index: 2;
    height: 500px;
    transform-style: preserve-3d;
    perspective: 800px;
    left: 80px;
}
#carousel img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 230px;
    height: 230px;
    margin-left: -180px;
    margin-top: -110px;
    border-radius: 8px;
    transition: transform 0.5s ease-in-out;
    box-shadow: 5px -1px 60px -3px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

/*关于我们*/
.about_banner {
    width: 100%;
    position: relative;
    background: url(../images/about_banner.jpg) no-repeat center;
    background-size: cover;
}
.about_banimg img{
    width: 100%;
    height: 700px;
}
.about_banCen {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 120px;
}
.about_banTitle {
    line-height: 100%;
    color: #FFF;
    font-size: 55px;
    font-weight: bold;
    text-align: center;
    padding-top: 60px;
}
.about_banCon {
    color: #ff95a5;
    font-size: 14px;
    line-height: 26px;
    /*height: 312px;*/
    overflow: hidden;
    padding-top: 40px;
}
.aboutvideobox{
    float: right;
    width: 35%;
    margin-left: 20px;
}
#about {
    width: 100%;
}
.about_po {
    width: 100%;
    height: 410px;
    background-color: #e4e4e4;
}
.about_poCen {
    height: 410px;
}
.about_poCen ul {
    margin-top: -106px;
    position: relative;
    z-index: 10;
}
.about_poCen li {
    float: left;
    width: 29%;
    margin-right: 6.5%;
    display: inline;
}
.about_poCen li:last-child{
    margin-right: 0;
}
.about_poicon {
    background: url(../images/about_poicon.png) no-repeat;
    width: 200px;
    height: 142px;
    margin: 0 auto;
    padding-top: 58px;
    text-align: center;
    box-sizing: content-box;
}
.about_pocn {
    height: 46px;
    line-height: 46px;
    color: #FFF;
    font-size: 26px;
}
.about_pocn span {
    padding-bottom: 5px;
    border-bottom: 2px solid #e38690;
}
.about_poen {
    font-family: 张海山锐线体简;
    color: #fffefe;
    font-size: 18px;
    line-height: 36px;
}
.about_pointro {
    color: #333;
    font-size: 14px;
    height: 96px;
    overflow: hidden;
    padding-top: 32px;
    text-align: center;
    box-sizing: content-box;
}
.sevice_banner {
    position: relative;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}
.floor5 {
    background: url(../images/team_img.jpg) no-repeat center;
    width: 100%;
    height: 700px;
}
.team {
    width: 100%;
    height: 700px;
    margin: 0 auto;
    position: relative;
}
.team_ask {
    color: #FFF;
    font-size: 20px;
    width: 800px;
    line-height: 36px;
    height: 72px;
    overflow: hidden;
    padding-top: 178px;
    margin: 0 auto 38px auto;
    text-align: center;
    box-sizing: content-box;
}
.team_move {
    position: absolute;
    left: 50%;
    margin-left: -550px;
    width: 1100px;
    height: 234px;
}
.team_l, .team_r {
    position: absolute;
    top: 80px;
    z-index: 10;
    width: 40px;
    height: 78px;
    display: block;
}
.team_l {
    background: url(../images/team_lac.png) no-repeat;
    left: -50px;
}
.team_r {
    background: url(../images/team_rac.png) no-repeat;
    right: -50px;
}
.team_Mlist {
    width: 1100px;
    height: 274px;
    overflow: hidden;
}
.team_Mlist li {
    float: left;
    width: 130px;
    height: 188px;
    margin: 0 5px;
    display: inline;
    cursor: pointer;
    transition: width .5s ease .01s, height .5s ease .01s, margin .5s ease .01s;
}
.team_Mlist li.team_on, .team_Mlist li:hover {
    width: 234px;
    height: 270px;
    margin: 0 18px 0 8px;
}
.team_Mlist li img {
    margin-left: 25px;
    margin-top: 76px;
    opacity: .5;
    transition: width .5s ease .01s, height .5s ease .01s, opacity .5s ease .01s, margin-top .5s ease .01s, margin-left .5s ease .01s, background .02s ease .01s;
}
.team_Mlist li img, .team_Mlist li span {
    display: block;
}
.team_job {
    color: #e58a93;
    height: 24px;
    padding-top: 8px;
    text-align: center;
}
.team_Mlist li.team_on img, .team_Mlist li:hover img {
    width: 220px;
    height: 220px;
    padding: 7px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    margin-top: 0;
    margin-left: 0;
    opacity: 1;
}
.team_Mlist li:hover span, .team_Mlist li.team_on span {
    color: #FFF;
    font-size: 18px;
    padding-top: 12px;
}
#replay {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}
.replay_floor1 {
    background: url(../images/replay_flor1bd.jpg) no-repeat center top;
    width: 100%;
    height: 994px;
    padding-top: 52px;
}
.replay_img {
    max-width: 1184px;
    margin: 0 auto;
}
.advantage_show {
    position: absolute;
    top: 227px;
    left: 0;
    z-index: 20;
    height: 490px;
    display: none;
}
.preNext, .service_prev, .service_next, .advan_L, .advan_R, .s_pre, .s_next {
    position: absolute;
    z-index: 99999;
    width: 40px;
    height: 78px;
    cursor: pointer;
}
.pre, .service_prev, .advan_L, .s_pre {
    background: url(../images/parter_Lac.png) no-repeat;
}
.next, .service_next, .advan_R, .s_next {
    background: url(../images/parter_Rac.png) no-repeat;
}
.pre, .advan_L, .s_pre {
    left: -220px;
}
.advan_L, .advan_R {
    top: 206px;
}
.next, .advan_R, .s_next {
    right: -220px;
}
.advantage_shBox {
    width: 1036px;
    height: 490px;
    background-color: #d0d0d0;
    padding: 28px 32px 0 32px;
    box-sizing: content-box;
}
.contact_shclose, .advan_close {
    background: url(../images/contact_clobd.png) no-repeat;
    width: 17px;
    height: 17px;
    display: inline;
    cursor: pointer;
}
.advan_close {
    margin: -50px -50px 0 0;
}
.advan_shTitle {
    color: #c70c1f;
    font-size: 20px;
}
.advan_con {
    color: #484848;
    font-size: 14px;
    line-height: 30px;
    height: 420px;
    overflow: auto;
    padding-top: 16px;
}
.advan_con::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}
.advan_con::-webkit-scrollbar-thumb {
    background-color: #333;
}
.advan_con::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}
.advan_tkImg {
    width: 346px;
    height: 380px;
}
.advan_tkcon {
    width: 542px;
}
.replay_floor3 {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #ddd;
}
.top {
    height: auto;
    overflow: hidden;
    padding-bottom: 30px;
    padding-top: 90px;
    text-align: center;
}
.top_en {
    font-family: 张海山锐线体简;
    color: #bababa;
    font-size: 30px;
    line-height: 100%;
    margin-bottom: 16px;
}
.top_cn span {
    color: #222;
    font-size: 36px;
    padding-bottom: 12px;
    border-bottom: 1px solid #b6b9bf;
}
.replay_floor3 .top_cn span {
    padding: 0 70px 12px 70px;
}
.top_cn span b {
    background: url(../images/top_enline.jpg) no-repeat bottom;
    padding-bottom: 14px;
}
.replay_floor3 .top_cn span b {
    background: url(../images/ab_topline.jpg) no-repeat bottom;
}
.service_wel {
    color: #333;
    font-size: 15px;
    padding-top: 28px;
}
.replay_floor3 .service_wel {
    color: #333;
    font-size: 16px;
    line-height: 30px;
}
.ai-about-photo {
    background-color: #bdc1c4;
}
.gridster {
    margin: 0 auto;
}
.gridster li {
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    line-height: 100%;
}
.gridster .gs-w {
    background: #000;
}
.imgAnimate {
    -moz-animation: _opacity 3.5s ease-out;
    -webkit-animation: _opacity 3.5s ease-out;
}
@-moz-keyframes _opacity{
    0%{opacity:0; -webkit-transform:rotateY(0deg);}
    30%{opacity:1; -webkit-transform:rotateY(180deg);}
    70%{opacity:0.1; -webkit-transform:rotateY(360deg);}
    100%{opacity:1; -webkit-transform:rotateY(360deg);}
}
@-webkit-keyframes _opacity{
    0%{opacity:0; -webkit-transform:rotateY(0deg);}
    30%{opacity:1; -webkit-transform:rotateY(180deg);}
    70%{opacity:0.1; -webkit-transform:rotateY(360deg);}
    100%{opacity:1; -webkit-transform:rotateY(360deg);}
}
.gridster li img {
    width: 100%;
    height: 100%;
    opacity: 0.7;
    background-color: #000;
}
.contact_banner, .advantage {
    position: relative;
    width: 100%;
}

.contact_banner {
    height: 940px;
}
.contact_banimg {
    background: url(../images/contact_banner.jpg) no-repeat center top;
    width: 100%;
    height: 940px;
}
.contact_infor {
    text-align: center;
}
.contact_infor {
    padding: 88px 0 56px;
}
.contact_infor h2 {
    color: #FFF;
    font-size: 42px;
    line-height: 100%;
    margin-bottom: 20px;
}
.contact_infor h3 {
    color: #da7d8a;
    font-size: 16px;
}
.contact {
    padding-top: 40px;
    width: 100%;
    max-width: 1600px;
    position: relative;
    margin: 0 auto;
    height: 166px;
}
.contact_banimg .contact ul {
    width: 100%;
}
.contact li {
    float: left;
    margin-right: 57px;
    display: inline;
    width: 25%;
    height: 120px;
    /*background: url(../images/contact_yy.png) repeat;*/
}
.contact_banimg .contact li {
    padding-right: 1px;
    height: auto;
    overflow: hidden;
    margin-right: 0;
}
.contact li a, .contact li span, .contact li img {
    display: block;
}
.contact li img, .contact_icon {
    width: 72px;
    height: 54px;
    margin: 18px auto 12px;
    display: block;
}
.contact li span {
    color: #e0e0e0;
    font-size: 14px;
    text-align: center;
}
.contact_banimg .contact li.contact_click:hover {
    height: 166px;
}
.contact_banimg .contact li span {
    color: #FFF;
}
.contact_banimg .contact li.contact_click {
    background: none;
    padding-right: 0;
    height: 108px;
}
.contact_click a span {
    width: 192px;
    margin: 0 auto;
    text-align: center;
    line-height: 24px;
}
.contact li span.contact_more {
    font-size: 12px;
    background-color: #6e1e26;
    border-radius: 12px;
    width: 100px;
    height: 24px;
    line-height: 24px;
    text-align: center;
}
.contact_more {
    margin: 10px auto 0;
    cursor: pointer;
}
.contact_show {
    position: absolute;
    left: 112px;
    top: -45px;
    z-index: 20;
    width: 700px;
    padding: 12px 0;
    background-color: #fac2c8;
    display: none;
}
.contact_shclose, .advan_close {
    background: url(../images/contact_clobd.png) no-repeat;
    width: 17px;
    height: 17px;
    display: inline;
    cursor: pointer;
}
.contact_shclose {
    margin: -32px -17px 0 0;
}
.contact_shwd {
    width: 350px;
}
.contact_shbox td {
    color: #484848;
    padding: 16px 0;
}
.contact_shwd img {
    float: left;
    width: 70px;
    height: 70px;
    margin: 0 12px 0 16px;
}
.contact_shR {
    width: 240px;
}
.contact_shName {
    color: #c70c1f;
    font-size: 14px;
}
.contact_mess {
    margin: 0 auto;
    padding-top: 142px;
}
/*外包*/
.net-fw {
    padding: 60px 0;
    text-align: center;
}
.net-fw h2,.des-ys h2,.qtfw h2 {
    font-size: 30px;
    color: #333;
}
.net-fw h2::before,.des-ys h2::before,.qtfw h2::before {
    content: "—";
    color: rgb(35, 99, 255);
    padding-right: 20px;
}
.net-fw h2::after,.des-ys h2::after,.qtfw h2::after {
    content: "—";
    color: rgb(35, 99, 255);
    padding-left: 20px;
}
.net-fw h3,.des-ys h3,.qtfw h3 {
    font-size: 14px;
    color: #666;
    margin-top: 10px;
}
.net-ul-t{
    padding-top: 40px;
}
.net-ul-t li {
    width: 32%;
    height: 98px;
    border: 1px solid #333;
    float: left;
    margin-right: 2%;
}
.net-ul-t li img {
    float: left;
    margin: 25px 20px 0 50px;
}
.net-ul-t li p {
    text-align: left;
    font-size: 14px;
    color: #333;
    margin-top: 6px;
    line-height: 24px;
}
.font-b {
    font-weight: bold;
}
.net-ul-t li:hover {
    border: 1px solid #2363ff;
}
.des-ys {
    text-align: center;
    padding: 60px 0 40px;
}
.des-ys-li {
    margin: 60px 0;
    height: 235px;
}
.des-ys-li li {
    width: 23.5%;
    height: 220px;
    float: left;
    margin-right: 2%;
    box-shadow: 3px 3px 5px #ccc;
    overflow: hidden;
}
.des-ys-li li img{
    width: 100%;
    height: 160px;
}
.des-ys-li li>img:hover {
    transition: all 0.5s;
    transform: scale(1.05);
}
.des-ys-li li>p {
    font-size: 16px;
    color: #333;
    margin-top: 18px;
}
.qtfw {
    width: 100%;
    height: 440px;
    text-align: center;
    padding: 60px 0;
}
.qtfw ul {
    margin-top: 40px;
    margin-bottom: 40px;
}
.qtfw ul li {
    width: 25%;
    height: 200px;
    float: left;
}
.qtfw ul li img{
    width: 100%;
    height: 100%;
}
.qtfwli2,.qtfwli4 {
    background: #6ebdff;
    text-align: left;
}
.qtfwli2 h4,.qtfwli4 h4 {
    font-size: 24px;
    color: #fff;
    margin-top: 30px;
    margin-left: 15px;
    margin-bottom: 10px;
}
.qtfwli2 p,.qtfwli4 p {
    font-size: 14px;
    color: #fff;
    margin-left: 15px;
    line-height: 34px;
}



[data-col="8"] {
    left: 1911.5px;
}

[data-col="7"] {
    left: 1638.5px;
}

[data-col="6"] {
    left: 1365.5px;
}

[data-col="5"] {
    left: 1092.5px;
}

[data-col="4"] {
    left: 819.5px;
}

[data-col="3"] {
    left: 546.5px;
}

[data-col="2"] {
    left: 273.5px;
}

[data-col="1"] {
    left: 0.5px;
}

[data-row="34"] {
    top: 6316.699999999999px;
}

[data-row="33"] {
    top: 6125.299999999999px;
}

[data-row="32"] {
    top: 5933.9px;
}

[data-row="31"] {
    top: 5742.499999999999px;
}

[data-row="30"] {
    top: 5551.099999999999px;
}

[data-row="29"] {
    top: 5359.699999999999px;
}

[data-row="28"] {
    top: 5168.299999999999px;
}

[data-row="27"] {
    top: 4976.9px;
}

[data-row="26"] {
    top: 4785.499999999999px;
}

[data-row="25"] {
    top: 4594.099999999999px;
}

[data-row="24"] {
    top: 4402.7px;
}

[data-row="23"] {
    top: 4211.299999999999px;
}

[data-row="22"] {
    top: 4019.8999999999996px;
}

[data-row="21"] {
    top: 3828.4999999999995px;
}

[data-row="20"] {
    top: 3637.0999999999995px;
}

[data-row="19"] {
    top: 3445.7px;
}

[data-row="18"] {
    top: 3254.2999999999997px;
}

[data-row="17"] {
    top: 3062.8999999999996px;
}

[data-row="16"] {
    top: 2871.4999999999995px;
}

[data-row="15"] {
    top: 2680.0999999999995px;
}

[data-row="14"] {
    top: 2488.7px;
}

[data-row="13"] {
    top: 2297.2999999999997px;
}

[data-row="12"] {
    top: 2105.8999999999996px;
}

[data-row="11"] {
    top: 1914.4999999999998px;
}

[data-row="10"] {
    top: 1723.1px;
}

[data-row="9"] {
    top: 1531.6999999999998px;
}

[data-row="8"] {
    top: 1340.2999999999997px;
}

[data-row="7"] {
    top: 1148.8999999999999px;
}

[data-row="6"] {
    top: 957.4999999999999px;
}

[data-row="5"] {
    top: 766.0999999999999px;
}

[data-row="4"] {
    top: 574.6999999999999px;
}

[data-row="3"] {
    top: 383.29999999999995px;
}

[data-row="2"] {
    top: 191.89999999999998px;
}

[data-row="1"] {
    top: 0.5px;
}

[data-sizey="1"] {
    height: 190.39999999999998px;
}

[data-sizey="2"] {
    height: 381.79999999999995px;
}

[data-sizey="3"] {
    height: 573.1999999999999px;
}

[data-sizey="4"] {
    height: 764.5999999999999px;
}

[data-sizey="5"] {
    height: 955.9999999999999px;
}

[data-sizey="6"] {
    height: 1147.3999999999999px;
}

[data-sizey="7"] {
    height: 1338.7999999999997px;
}

[data-sizey="8"] {
    height: 1530.1999999999998px;
}

[data-sizey="9"] {
    height: 1721.6px;
}

[data-sizey="10"] {
    height: 1912.9999999999998px;
}

[data-sizey="11"] {
    height: 2104.3999999999996px;
}

[data-sizey="12"] {
    height: 2295.7999999999997px;
}

[data-sizey="13"] {
    height: 2487.2px;
}

[data-sizey="14"] {
    height: 2678.5999999999995px;
}

[data-sizey="15"] {
    height: 2869.9999999999995px;
}

[data-sizey="16"] {
    height: 3061.3999999999996px;
}

[data-sizey="17"] {
    height: 3252.7999999999997px;
}

[data-sizey="18"] {
    height: 3444.2px;
}

[data-sizey="19"] {
    height: 3635.5999999999995px;
}

[data-sizey="20"] {
    height: 3826.9999999999995px;
}

[data-sizey="21"] {
    height: 4018.3999999999996px;
}

[data-sizey="22"] {
    height: 4209.799999999999px;
}

[data-sizey="23"] {
    height: 4401.2px;
}

[data-sizey="24"] {
    height: 4592.599999999999px;
}

[data-sizey="25"] {
    height: 4783.999999999999px;
}

[data-sizey="26"] {
    height: 4975.4px;
}

[data-sizey="27"] {
    height: 5166.799999999999px;
}

[data-sizey="28"] {
    height: 5358.199999999999px;
}

[data-sizey="29"] {
    height: 5549.599999999999px;
}

[data-sizey="30"] {
    height: 5740.999999999999px;
}

[data-sizey="31"] {
    height: 5932.4px;
}

[data-sizey="32"] {
    height: 6123.799999999999px;
}

[data-sizey="33"] {
    height: 6315.199999999999px;
}

[data-sizex="1"] {
    width: 272px;
}

[data-sizex="2"] {
    width: 545px;
}

[data-sizex="3"] {
    width: 818px;
}

[data-sizex="4"] {
    width: 1091px;
}

[data-sizex="5"] {
    width: 1364px;
}

[data-sizex="6"] {
    width: 1637px;
}

[data-sizex="7"] {
    width: 1910px;
}
.menunav {
    max-width:1600px;
    margin:auto;
    padding-top:13px;
    position:relative;
    z-index:5;
}
.ny-banner .nb-menu ul li {
    float:left;
    margin-right:3px;
}
.ny-banner .nb-menu ul li a {
    font-size:14px;
    color:#fff;
    line-height:35px;
    padding:0 20px;
    display:block;
    transition:all ease .3s;
    border-radius:15px;
}
.ny-banner .nb-menu ul li:hover a {
    color:#222;
    background:#fff;
}
.ny-banner .nb-menu ul li.on a {
    color:#222;
    background:#fff;
}
@media (max-width: 1720px) {
    .about_banCen,.case .box,.news-info,.ny-banner .boxs,.case-tj,.page-list,.news .list1,.menunav,.weblg,.index-box,.foot-top,.foot-center,.worth{
        max-width: 1400px;
    }
}

@media (max-width: 1600px) {
    .about_banCen,.case .box,.news-info,.ny-banner .boxs,.case-tj,.page-list,.news .list1,.menunav,.weblg,.index-box,.foot-top,.foot-center,.worth {
        max-width: 1320px;
    }
}

@media (max-width: 1400px) {
    .about_banCen,.case .box,.news-info,.ny-banner .boxs,.case-tj,.page-list,.news .list1,.menunav,.weblg,.index-box,.foot-top,.foot-center,.worth {
        max-width: 1200px;
    }
}


@media screen{.str{color:#fff}.kwd{}.typ{color:#fff}.lit{color:#fff}.pun,.opn,.clo{color:#fff}.tag{color:#fff}.atn{color:#fff}.atv{color:#fff}.dec,.var{color:#fff}.fun{color:red}}@media print,projection{.str{color:#fff}.kwd{color:#fff;font-weight:bold}.com{color:#fff;font-style:italic}.typ{color:#fff;font-weight:bold}.lit{color:#fff}.pun,.opn,.clo{color:#fff}.tag{color:#fff;font-weight:bold}.atn{color:#fff}.atv{color:#fff}}pre.prettyprint{padding:2px;border:1px solid #fff}ol.linenums{margin-top:0;margin-bottom:0}li.L0,li.L1,li.L2,li.L3,li.L5,li.L6,li.L7,li.L8{list-style-type:none}li.L1,li.L3,li.L5,li.L7,li.L9{background:#eee}

pre.prettyprint {
    border: 0;
    border-left: 5px solid rgb(204, 204, 204);
    margin-left: 5em;
    padding: 0.5em;
    font-size: 110%;
    display: block;
    font-family: "Consolas", "Monaco", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace;
    margin: 1em 0px;
    white-space: pre;
    background:#333;
    color:#fff;
}