body {
    font: 12px;
    font-family: "microsoft yahei";
    color: #333333;
}

* {
    margin: 0;
    padding: 0;
}

em,
i {
    font-style: normal;
}

li {
    list-style: none;
}

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

button {
    cursor: pointer;
    outline: 0 none;
}

button:disabled {
    cursor: no-drop;
}

a {
    color: #666;
    text-decoration: none;
}

a:hover {
    color: #c81623;
}

p {
    margin: 0;
}

button,
html,
input,
a {
    -webkit-tap-highlight-color: transparent;
}

body,
html {
    overflow-x: hidden;
}

.width1020 {
    width: 1020px;
    margin: 0 auto;
}

.index_icon {
    background-image: url(../images/index_icon.png);
    background-size: 200px 3000px;
}

.iframe_icon {
    background-image: url(../images/iframe_icon.png);
}


/*.slide_icon {background-image: url(../images/slide_icon.png);background-size: 100%;}*/

.fl_r {
    float: right;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.pt_30 {
    padding-top: 30px;
}

.pt_50 {
    padding-top: 50px;
}

.pt_70 {
    padding-top: 70px;
}

.pt_80 {
    padding-top: 80px;
}

.mt_80 {
    margin-top: 80px;
}

.pt_100 {
    padding-top: 100px;
}

.ml_50 {
    margin-left: 50px;
}

.mr_20 {
    margin-right: 20px;
}

.mr_16 {
    margin-right: 16px;
}

.mr_120 {
    margin-right: 120px;
}

.dis_in {
    display: inline-block;
}

.width_220 {
    width: 220px;
}

.height_432 {
    height: 432px !important;
}

.height_86 {
    height: 86px !important;
}

.hide {
    display: none;
}

p,
h4,
h5,
h6 {
    margin: 0px;
}

.cursor_p {
    cursor: pointer;
}

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

.loadingbox {
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 50%;
    text-align: center;
    color: #fff;
    background: rgba(40, 40, 40, .75);
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    border-radius: 8px;
    font-size: 16px;
    padding: 8px 19px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.loading_svg {
    margin: 3em auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 3px solid rgba(255, 255, 255, .2);
    border-right: 3px solid rgba(255, 255, 255, .2);
    border-bottom: 3px solid rgba(255, 255, 255, .2);
    border-left: 3px solid #fff;
    -webkit-animation: load8 .5s infinite linear;
    animation: load8 .5s infinite linear
}

.loading_svg,
.loading_svg:after {
    border-radius: 50%;
    width: 45px;
    height: 45px;
    margin: 14px
}


/*头部*/

.wraper {
    min-width: 1020px;
    padding-top: 70px;
}

.head_fixd {
    height: 70px;
    background-color: white;
    line-height: 70px;
    width: 100%;
    position: fixed;
    top: 0px;
    z-index: 999;
    box-shadow: 2px 2px 10px #ccc;
}

.head_fixd ul.tab li {
    font-size: 16px;
    float: left;
    list-style: none;
    width: 78px;
    text-align: center;
    margin-right: 30px;
    cursor: pointer;
}

.head_fixd ul.tab li:hover,
.head_fixd ul.tab li.active {
    border-bottom: 2px solid #f2981b;
    color: #f2981b;
}


/* 轮播图 */

.carousel_figure {
    position: relative;
    height: 500px;
}

.carousel_figure .swiper-wrapper img {
    width: 100%;
    height: 500px;
}

.carousel_figure .z_font {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 310px;
    z-index: 98;
}

.carousel_figure .z_font .title {
    background: url(../images/title.png) no-repeat;
    width: 344px;
    height: 70px;
    margin-top: 98px;
}

.carousel_figure .z_font .line {
    background: url(../images/line.png) no-repeat;
    width: 384px;
    height: 20px;
    margin-left: 80px;
}

.carousel_figure .z_font .font {
    color: white;
    font-size: 22px;
    font-weight: lighter;
    letter-spacing: 1px;
    margin-top: 14px;
}

.carousel_figure .z_font .download {
    width: 204px;
    height: 48px;
    margin-top: 30px;
}

.carousel_figure .z_font .download a {
    width: 100%;
    height: 100%;
    display: inline-block;
    text-align: center;
    font-size: 13px;
    background-color: #01a781;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 20px;
    line-height: 43px;
    font-size: 22px;
    color: #fff;
    cursor: pointer;
}

.carousel_figure .z_font .download a:hover {
    text-decoration: none;
    opacity: 0.75;
}

.carousel_figure .z_font .download .download_icon {
    width: 30px;
    height: 30px;
    background-position: 0px -2140px;
    margin-left: 10px;
}

.carousel_figure .z_font .download a span {
    vertical-align: middle;
}

.carousel_figure .pagination {
    position: absolute;
    z-index: 99;
    height: 10%;
    bottom: 0px;
    width: 100%;
    text-align: center;
    margin: 0px;
}

.carousel_figure .pagination .swiper-pagination-switch {
    display: inline-block;
    width: 10px !important;
    height: 10px !important;
    border-radius: 8px;
    background: #555;
    margin: 0 5px;
    opacity: 0.8;
    border: 1px solid #fff;
    cursor: pointer;
}

.carousel_figure .pagination .swiper-active-switch {
    background: #1885FE !important;
}

.company_profile {
    height: 490px;
    width: 100%;
}

.company_profile .left {
    width: 472px;
    float: left;
    padding-top: 40px;
    padding-left: 48px;
}

.company_profile .right {
    width: 500px;
    float: right;
}

.company_profile .right img {
    float: right;
    margin-top: 100px;
}

.company_profile .left .life_service {
    color: #999999;
    font-size: 14px;
    margin-bottom: 10px;
    margin-left: -48px;
}

.company_profile .left .p_in {
    color: #4b4b4b;
    font-size: 14px;
    line-height: 30px;
}

.company_profile .left h5 {
    font-size: 24px;
    color: #333333;
    margin-top: 30px;
    margin-bottom: 5px;
    font-weight: normal;
}

.company_profile .left .life_service .life_icon {
    width: 160px;
    height: 44px;
    background-position: 0px -310px;
    vertical-align: bottom;
}

.company_profile .left .life_service .life_font {
    margin-left: 15px;
    height: 44px;
    line-height: 62px;
}


/* 业务功能 */

.business_box {
    width: 100%;
    height: 943px;
    background-color: #f1f1f1;
}

.business_box h6 {
    font-size: 30px;
    color: #333333;
    text-align: center;
    margin-bottom: 30px;
}

.business_box .content {
    width: 500px;
    height: 400px;
    background-color: #f9f9f9;
    float: left;
    margin-bottom: 20px;
    overflow: hidden;
}

.business_box .content {
    -webkit-perspective: 400px;
    perspective: 400px;
}

.business_box .content.height_432 {
    -webkit-perspective: 432px;
    perspective: 432px;
}

.business_box .content:nth-child(even) {
    margin-right: 20px;
}

.business_box .content .normal {
    width: 100%;
    height: 100%;
}

.business_box .content .info {
    font-size: 16px;
    color: #fff;
    -webkit-transform: rotate3d(1, 0, 0, 90deg);
    -moz-transform: rotate3d(1, 0, 0, 90deg);
    -ms-transform: rotate3d(1, 0, 0, 90deg);
    -o-transform: rotate3d(1, 0, 0, 90deg);
    transform: rotate3d(1, 0, 0, 90deg);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 4px;
    pointer-events: none;
    background-color: rgba(26, 188, 156, 0.9);
}

.business_box .content .info ul {
    /*width: 50%;  
	min-height: 50%;*/
    overflow: auto;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 20%;
    right: 0;
    /*border: 1px solid;*/
}

.business_box .content .info ul li {
    margin-bottom: 10px;
}

.business_box .content:nth-child(2) .info ul,
.business_box .content:nth-child(3) .info ul {
    margin-top: -37px;
}

.business_box .content:nth-child(4) .info ul,
.business_box .content:nth-child(5) .info ul,
.business_box .content:nth-child(7) .info ul {
    margin-top: -57px;
}

.business_box .content:nth-child(6) .info ul {
    margin-top: -72px;
}

.business_box .content:nth-child(8) .info ul {
    margin-top: -88px;
}

.business_box .content:nth-child(9) .info ul {
    margin-top: -58px;
}

.business_box .content.in-top .info {
    -ms-transform-origin: 50% 0%;
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -o-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-animation: in-top 300ms ease 0ms 1 forwards;
    -moz-animation: in-top 300ms ease 0ms 1 forwards;
    -o-animation-name: in-top 300ms ease 0ms 1 forwards;
    animation: in-top 300ms ease 0ms 1 forwards;
}

.business_box .content.in-right .info {
    -ms-transform-origin: 100% 0%;
    -webkit-transform-origin: 100% 0%;
    -moz-transform-origin: 100% 0%;
    -o-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    -webkit-animation: in-right 300ms ease 0ms 1 forwards;
    -moz-animation: in-right 300ms ease 0ms 1 forwards;
    -o-animation-name: in-right 300ms ease 0ms 1 forwards;
    animation: in-right 300ms ease 0ms 1 forwards;
}

.business_box .content.in-bottom .info {
    -ms-transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-animation: in-bottom 300ms ease 0ms 1 forwards;
    -moz-animation: in-bottom 300ms ease 0ms 1 forwards;
    -o-animation-name: in-bottom 300ms ease 0ms 1 forwards;
    animation: in-bottom 300ms ease 0ms 1 forwards;
}

.business_box .content.in-left .info {
    -ms-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-animation: in-left 300ms ease 0ms 1 forwards;
    -moz-animation: in-left 300ms ease 0ms 1 forwards;
    -o-animation-name: in-left 300ms ease 0ms 1 forwards;
    animation: in-left 300ms ease 0ms 1 forwards;
}

.business_box .content.out-top .info {
    -ms-transform-origin: 50% -1%;
    -webkit-transform-origin: 50% -1%;
    -moz-transform-origin: 50% -1%;
    -o-transform-origin: 50% -1%;
    transform-origin: 50% -1%;
    -webkit-animation: out-top 300ms ease 0ms 1 forwards;
    -moz-animation: out-top 300ms ease 0ms 1 forwards;
    -o-animation-name: out-top 300ms ease 0ms 1 forwards;
    animation: out-top 300ms ease 0ms 1 forwards;
}

.business_box .content.out-right .info {
    -ms-transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-animation: out-right 300ms ease 0ms 1 forwards;
    -moz-animation: out-right 300ms ease 0ms 1 forwards;
    -o-animation-name: out-right 300ms ease 0ms 1 forwards;
    animation: out-right 300ms ease 0ms 1 forwards;
}

.business_box .content.out-bottom .info {
    -ms-transform-origin: 50% 101%;
    -webkit-transform-origin: 50% 101%;
    -moz-transform-origin: 50% 101%;
    -o-transform-origin: 50% 101%;
    transform-origin: 50% 101%;
    -webkit-animation: out-bottom 300ms ease 0ms 1 forwards;
    -moz-animation: out-bottom 300ms ease 0ms 1 forwards;
    -o-animation-name: out-bottom 300ms ease 0ms 1 forwards;
    animation: out-bottom 300ms ease 0ms 1 forwards;
}

.business_box .content.out-left .info {
    -ms-transform-origin: 0% 0%;
    /* IE 9 */
    -webkit-transform-origin: 0% 0%;
    /* Safari 和 Chrome */
    -moz-transform-origin: 0% 0%;
    /* Firefox */
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-animation: out-left 300ms ease 0ms 1 forwards;
    -moz-animation: out-left 300ms ease 0ms 1 forwards;
    -o-animation-name: out-left 300ms ease 0ms 1 forwards;
    animation: out-left 300ms ease 0ms 1 forwards;
}

.business_box .content .head {
    width: 100%;
    text-align: center;
    height: 92px;
    position: relative;
}

.business_box .content .head .function_icon {
    position: absolute;
    bottom: 0px;
}

.business_box .content .head .function_icon1 {
    background-position: 0px -2546px;
    width: 52px;
    height: 56px;
    left: 224px;
}

.business_box .content .head .function_icon2 {
    background-position: 0px -988px;
    width: 48px;
    height: 55px;
    left: 226px;
}

.business_box .content .head .function_icon3 {
    background-position: 0px -798px;
    width: 54px;
    height: 45px;
    left: 223px;
}

.business_box .content .head .function_icon4 {
    background-position: 0px -1084px;
    width: 50px;
    height: 56px;
    left: 225px;
}

.business_box .content .head .function_icon5 {
    background-position: 0px -890px;
    width: 54px;
    height: 58px;
    left: 223px;
}

.business_box .content .head .function_icon6 {
    background-position: 0px -1184px;
    width: 64px;
    height: 50px;
    left: 218px;
}

.business_box .content .head .function_icon7 {
    background-position: right -1448px;
    width: 63px;
    height: 52px;
    left: 218px;
}

.business_box .content .head .function_icon8 {
    background-position: right -656px;
    width: 52px;
    height: 56px;
    left: 223px;
}

.business_box .content h5 {
    font-size: 20px;
    color: #f2981b;
    width: 100%;
    text-align: center;
    margin-top: 6px;
}

.business_box .content p {
    font-size: 14px;
    color: #999999;
    width: 380px;
    margin: 20px auto;
    line-height: 26.42px;
    text-indent: 28px;
    height: 56px;
}

.business_box .content .example {
    width: 368px;
    margin: 0 auto;
}

.business_box .content .example .item {
    width: 112px;
    text-align: center;
    color: #333333;
    font-size: 14px;
    float: left;
}

.business_box .content .example .item .item_img {
    width: 105px;
    height: 105px;
    background-color: white;
    margin: 0 auto;
}

.business_box .content .example .item .item_img .range_icon {
    width: 70px;
    height: 70px;
    margin-top: 17.5px;
}

.business_box .content .example .item .item_img .peccancy_icon {
    background-position: 0px -1264px;
}

.business_box .content .example .item .item_img .broadband_icon {
    background-position: 0px -1659px;
}

.business_box .content .example .item .item_img .bill_icon {
    background-position: 0px -1467px;
}

.business_box .content .example .item .item_img .water_icon {
    background-position: 0px -1370px;
}

.business_box .content .example .item .item_img .light_icon {
    background-position: 0px -396px;
}

.business_box .content .example .item .item_img .gas_icon {
    background-position: 0px -103px;
}

.business_box .content .example .item .item_img .cat_icon {
    background-position: 0px -2238px;
    width: 66px;
    height: 77px;
    margin-top: 14px;
}

.business_box .content .example .item .item_img .tao_icon {
    background-position: 0px -490px;
    width: 80px;
    height: 76px;
    margin-top: 14px;
}

.business_box .content .example .item .item_img .line_icon {
    background-position: 0px -588px;
    width: 44px;
    height: 80px;
    margin-top: 10px;
}

.business_box .content .example .item .item_img .play_icon {
    width: 77px;
    height: 75px;
    margin-top: 15px;
}

.business_box .content .example .item .item_img .game_icon {
    /* background-position: 0px -2828px; */
    background: url("../images/yk.png") no-repeat;
    background-size: cover;
}

.business_box .content .example .item .item_img .video_icon {
    background-position: 0px -2924px;
}

.business_box .content .example .item .item_img .chat_icon {
    background-position: -1px -1px;
}

.business_box .content .example .item .item_img .phone_icon {
    height: 70px;
    margin-top: 17.5px;
}

.business_box .content .example .item .item_img .swx_icon {
    background-position: 0px -2347px;
    width: 80px;
}

.business_box .content .example .item .item_img .shs_icon {
    background-position: 0px -696px;
    width: 82px;
}

.business_box .content .example .item .item_img .spb_icon {
    background-position: 0px -2448px;
    width: 74px;
}

.business_box .content .example .item .item_img .bank_icon {
    width: 94px;
    height: 60px;
    margin-top: 22.5px;
}

.business_box .content .example .item .item_img .zs_icon {
    background-position: 0px -1569px;
}

.business_box .content .example .item .item_img .ms_icon {
    background-position: -2px -2641px;
}

.business_box .content .example .item .item_img .pa_icon {
    background-position: 0px -2737px;
}

.business_box .content .example .item .item_img .position_icon {
    background-position: -137.5px -767px;
    width: 62px;
    height: 59px;
    margin-top: 25.5px;
}

.business_box .content .example .item .item_img .data_icon {
    background-position: right -880px;
    width: 52px;
    height: 61px;
    margin-top: 24.5px;
}

.business_box .content .example .item .item_img .message_icon {
    background-position: right -992px;
    width: 56px;
    height: 62px;
    margin-top: 22.5px;
}

.business_box .content .example .item .item_img .android_icon {
    background-position: -138px -1108px;
    width: 61px;
    height: 55px;
    margin-top: 29.5px;
}

.business_box .content .example .item .item_img .engine_icon {
    background-position: right -1218px;
    width: 67px;
    height: 62px;
    margin-top: 23.5px;
}

.business_box .content .example .item .item_img .card_icon {
    background-position: right -1332px;
    width: 57px;
    height: 60px;
    margin-top: 25.5px;
}

.business_box .content .example .item .item_font {
    color: #333333;
    font-size: 14px;
    margin-top: 10px;
}

.service_advantage {
    height: 500px;
    background: url(../images/bg_svc.png) 100% no-repeat;
    color: #fff;
}

.service_advantage h5 {
    font-size: 30px;
    text-align: center;
}

.service_advantage .advantage_content {
    font-size: 14px;
    width: 780px;
    margin: 50px auto;
}

.service_advantage .advantage_content .items {
    margin-bottom: 50px;
    line-height: 26.42px;
}

.service_advantage .advantage_content .items span {
    vertical-align: middle;
}

.service_advantage .advantage_content .items .advantage_icon {
    width: 80px;
    height: 82px;
    margin-right: 20px;
}

.service_advantage .advantage_content .items .advantage_icon1 {
    background-position: 0px -1753px;
}

.service_advantage .advantage_content .items .advantage_icon2 {
    background-position: 0px -1850px;
}

.service_advantage .advantage_content .items .advantage_icon3 {
    background-position: 0px -1948px;
}

.service_advantage .advantage_content .items .advantage_icon4 {
    background-position: 0px -2044px;
}

.contact_us {
    padding-bottom: 30px;
    text-align: center;
}

.contact_us h5 {
    color: #333333;
    font-size: 30px;
    margin-bottom: 50px;
}

.contact_us .map {
    background: url(../images/map.png) 100% no-repeat;
    width: 100%;
    height: 460px;
    position: relative;
}

.contact_us .map .content {
    position: absolute;
    text-align: left;
    top: 68px;
    left: 384px;
    color: #4d4d4d;
    font-size: 14px;
    width: 348px;
    height: 178px;
    padding: 0px 10px;
    box-sizing: border-box;
    background: url(../images/dialog.png) 100% no-repeat;
}

.contact_us .map .position {
    position: absolute;
    top: 225px;
    left: 494px;
}

.contact_us .map .content .name {
    font-size: 16px;
    margin-top: 10px;
    font-weight: bold;
}

.contact_us .map .content .url {
    margin-top: 14px;
    margin-bottom: 5px;
}

.contact_us .map .content p {
    line-height: 20px;
    margin-bottom: 5px;
}

.footer {
    color: #999;
    text-align: center;
    background-color: #f9f9f9;
    height: 145px;
    font-size: 12px;
}

.footer p {
    margin-bottom: 10px;
}

.footer p a {
    color: #999
}

.footer p a:hover {
    color: #0fb6f2;
}

.footer p .bottom_icon {
    width: 18px;
    height: 22px;
    background-position: 0px -225px;
    vertical-align: middle;
    margin-left: 10px;
    margin-right: 2px;
}

.head_fixd .logobox {
    width: 140px;
    overflow: hidden;
}
.head_fixd .logobox img {
    width: 100%;
}
.head_fixd .logobox:before {
    content: "";
    position: absolute;
    left: -665px;
    top: -460px;
    width: 200px;
    height: 15px;
    background-color: rgba(255, 255, 255, .5);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -moz-animation: searchLights 1s ease-in 1s infinite;
    -webkit-animation: searchLights 1s ease-in 1s infinite;
    -o-animation: searchLights 1s ease-in 1s infinite;
    animation: searchLights 1s ease-in 1s infinite;
}


/* 广告语 */

.carousel_figure .z_font {
    display: none;
}

.carousel_figure .z_font.transform {
    display: inherit;
}

.carousel_figure .z_font.transform .title,
.carousel_figure .z_font.transform .font {
    overflow: hidden;
    -moz-animation: transform-title 1s ease;
    -webkit-animation: transform-title 1s ease;
    -o-animation: transform-title 1s ease;
    animation: transform-title 1s ease;
}


/* title下的线 */

.carousel_figure .z_font.transform .line {
    -moz-animation: transform-line 1.2s ease;
    -webkit-animation: transform-line 1.2s ease;
    -o-animation: transform-line 1.2s ease;
    animation: transform-line 1.2s ease;
}


/*下载按钮*/

.carousel_figure .z_font.transform .download {
    -moz-animation: transform-downloadbtn 2s ease;
    -webkit-animation: transform-downloadbtn 2s ease;
    -o-animation: transform-downloadbtn 2s ease;
    animation: transform-downloadbtn 2s ease;
}


/* .carousel_figure .z_font.transform .title .light{
    cursor:pointer;
    position: absolute;
    top: 0;
    left: -344px;
    width: 344px;
    height: 70px;
    background-image: -moz-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,0.5),rgba(255,255,255,0));
    background-image: -webkit-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,0.5),rgba(255,255,255,0));
     transform: skewx(-25deg);
    -o-transform: skewx(-25deg);
    -moz-transform: skewx(-25deg);
    -webkit-transform: skewx(-25deg); 
    animation: transform-light 1s ease-in 1s;
} */


/*k快充*/

.company_profile .life-serve {}

.company_profile .life-serve nav {
    height: 50px;
    background-color: #01a781;
    padding: 0px 30px;
}

.company_profile .life-serve nav ul {
    padding-top: 10px;
}

.company_profile .life-serve nav ul li {
    float: left;
    color: #fff;
    cursor: pointer;
    width: 130px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    opacity: 0.7;
}

.company_profile .life-serve nav ul li:hover {
    opacity: 1;
}

.company_profile .life-serve nav ul li:hover {
    opacity: 1;
}

.company_profile .life-serve nav ul li.active {
    color: #00a781;
    background-color: #fafafa;
    opacity: 1;
}


/*.company_profile .life-serve nav ul li span{margin:0 8px;}*/

.company_profile .life-serve nav ul li .iframe_icon {
    vertical-align: middle;
    margin-right: 10px;
}

.company_profile .life-serve nav ul li.active .flow_icon {
    background-position: 0px 0px;
}

.company_profile .life-serve nav ul li.active .bill_icon {
    background-position: 0px -55px;
}

.company_profile .life-serve nav ul li.active .oil_icon {
    background-position: 0px -116px;
}

.company_profile .life-serve nav ul li .flow_icon {
    width: 20px;
    height: 25px;
    background-position: -50px 0px;
}

.company_profile .life-serve nav ul li .bill_icon {
    width: 25px;
    height: 24px;
    background-position: -46px -55px;
}

.company_profile .life-serve nav ul li .oil_icon {
    width: 25px;
    height: 26px;
    background-position: -46px -116px;
}

.company_profile .life-serve nav ul li .discount_icon {
    width: 15px;
    height: 16px;
    background-position: 0px -173px;
    margin: 0px 0px 12px 4px;
}

.life-serve-box,
.life-serve-box .content {
    width: 100%;
    height: 740px;
}

.life-serve-box iframe {
    width: 100%;
    height: 100%;
    border: none;
}

@-webkit-keyframes searchLights {
    0% {
        left: -100px;
        top: 0;
    }
    to {
        left: 120px;
        top: 100px;
    }
}

@-o-keyframes searchLights {
    0% {
        left: -100px;
        top: 0;
    }
    to {
        left: 120px;
        top: 100px;
    }
}

@-moz-keyframes searchLights {
    0% {
        left: -100px;
        top: 0;
    }
    to {
        left: 120px;
        top: 100px;
    }
}

@keyframes searchLights {
    0% {
        left: -100px;
        top: 0;
    }
    to {
        left: 120px;
        top: 100px;
    }
}

@-webkit-keyframes transform-line {
    0% {
        width: 0px;
    }
    83% {
        width: 0px;
    }
    100% {
        width: 384px;
    }
}

@-o-keyframes transform-line {
    0% {
        width: 0px;
    }
    83% {
        width: 0px;
    }
    100% {
        width: 384px;
    }
}

@-moz-keyframes transform-line {
    0% {
        width: 0px;
    }
    83% {
        width: 0px;
    }
    100% {
        width: 384px;
    }
}

@keyframes transform-line {
    0% {
        width: 0px;
    }
    83% {
        width: 0px;
    }
    100% {
        width: 384px;
    }
}

@-moz-keyframes transform-title {
    from {
        -moz-transform: translate3d(567px, 184px, 0) scale(9);
    }
    to {
        -moz-transform: translate3d(0, 0, 0) scale(1);
    }
}

@-webkit-keyframes transform-title {
    from {
        -webkit-transform: translate3d(567px, 184px, 0) scale(9);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
    }
}

@-o-keyframes transform-title {
    from {
        -o-transform: translate3d(567px, 184px, 0) scale(9);
    }
    to {
        -o-transform: translate3d(0, 0, 0) scale(1);
    }
}

@keyframes transform-title {
    from {
        transform: translate3d(567px, 184px, 0) scale(9);
        -ms-transform: translate3d(567px, 184px, 0) scale(9);
        -moz-transform: translate3d(567px, 184px, 0) scale(9);
        -webkit-transform: translate3d(567px, 184px, 0) scale(9);
        -o-transform: translate3d(567px, 184px, 0) scale(9);
    }
    to {
        transform: translate3d(0, 0, 0) scale(1) rotate(0deg);
        -ms-transform: translate3d(0, 0, 0) scale(1);
        -moz-transform: translate3d(0, 0, 0) scale(1);
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        -o-transform: translate3d(0, 0, 0) scale(1);
    }
}

@-webkit-keyframes transform-downloadbtn {
    0% {
        top: -310px;
    }
    50% {
        top: -100px;
    }
    80% {
        top: 260px;
    }
    90% {
        top: 233px;
    }
    98% {
        top: 240px;
    }
    100% {
        top: 233px;
    }
}

@-o-keyframes transform-downloadbtn {
    0% {
        top: -310px;
    }
    50% {
        top: -100px;
    }
    80% {
        top: 260px;
    }
    90% {
        top: 233px;
    }
    98% {
        top: 240px;
    }
    100% {
        top: 233px;
    }
}

@-moz-keyframes transform-downloadbtn {
    0% {
        top: -310px;
    }
    50% {
        top: -100px;
    }
    80% {
        top: 260px;
    }
    90% {
        top: 233px;
    }
    98% {
        top: 240px;
    }
    100% {
        top: 233px;
    }
}

@keyframes transform-downloadbtn {
    0% {
        top: -310px;
    }
    50% {
        top: -100px;
    }
    80% {
        top: 260px;
    }
    90% {
        top: 233px;
    }
    98% {
        top: 240px;
    }
    100% {
        top: 233px;
    }
}


/* @-webkit-keyframes transform-light {
	0% {
		left: -344px;
	}
	80%{
		left: 0px;
	}
	100% {
		left: 344px;
	}
}
@-o-keyframes transform-light {
	0% {
		left: -344px;
	}
	80%{
		left: 0px;
	}
	100% {
		left: 344px;
	}
}
@-moz-keyframes transform-light {
	0% {
		left: -344px;
	}
	80%{
		left: 0px;
	}
	100% {
		left: 344px;
	}
}
@keyframes transform-light {
	0% {
		left: -344px;
	}
	80%{
		left: 0px;
	}
	100% {
		left: 344px;
	}
} */

@-webkit-keyframes in-top {
    from {
        -webkit-transform: rotate3d(-1, 0, 0, 90deg);
        -moz-transform: rotate3d(-1, 0, 0, 90deg);
        transform: rotate3d(-1, 0, 0, 90deg);
    }
    to {
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        -moz-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg);
    }
}

@-moz-keyframes in-top {
    from {
        -moz-transform: rotate3d(-1, 0, 0, 90deg);
        transform: rotate3d(-1, 0, 0, 90deg);
    }
    to {
        -moz-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg);
    }
}

@-o-keyframes in-top {
    from {
        -o-transform: rotate3d(-1, 0, 0, 90deg);
        transform: rotate3d(-1, 0, 0, 90deg);
    }
    to {
        -o-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg);
    }
}

@keyframes in-top {
    from {
        -webkit-transform: rotate3d(-1, 0, 0, 90deg);
        transform: rotate3d(-1, 0, 0, 90deg);
    }
    to {
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg);
    }
}

@-webkit-keyframes in-right {
    from {
        -webkit-transform: rotate3d(0, -1, 0, 122deg);
        transform: rotate3d(0, -1, 0, 122deg);
    }
    to {
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg);
    }
}

@-moz-keyframes in-right {
    from {
        -moz-transform: rotate3d(0, -1, 0, 122deg);
        transform: rotate3d(0, -1, 0, 122deg);
    }
    to {
        -moz-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg);
    }
}

@-o-keyframes in-right {
    from {
        -o-transform: rotate3d(0, -1, 0, 122deg);
        transform: rotate3d(0, -1, 0, 122deg);
    }
    to {
        -o-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg);
    }
}

@keyframes in-right {
    from {
        -webkit-transform: rotate3d(0, -1, 0, 122deg);
        transform: rotate3d(0, -1, 0, 122deg);
    }
    to {
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg);
    }
}

@-webkit-keyframes in-bottom {
    from {
        -webkit-transform: rotate3d(1, 0, 0, 90deg);
        transform: rotate3d(1, 0, 0, 90deg);
    }
    to {
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg);
    }
}

@-moz-keyframes in-bottom {
    from {
        -moz-transform: rotate3d(1, 0, 0, 90deg);
        transform: rotate3d(1, 0, 0, 90deg);
    }
    to {
        -moz-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg);
    }
}

@-o-keyframes in-bottom {
    from {
        -o-transform: rotate3d(1, 0, 0, 90deg);
        transform: rotate3d(1, 0, 0, 90deg);
    }
    to {
        -o-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg);
    }
}

@keyframes in-bottom {
    from {
        -webkit-transform: rotate3d(1, 0, 0, 90deg);
        transform: rotate3d(1, 0, 0, 90deg);
    }
    to {
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg);
    }
}

@-webkit-keyframes in-left {
    from {
        -webkit-transform: rotate3d(0, 1, 0, 122deg);
        transform: rotate3d(0, 1, 0, 122deg);
    }
    to {
        -webkit-transform: rotate3d(0, 0, 0, 122deg);
        transform: rotate3d(0, 0, 0, 122deg);
    }
}

@-moz-keyframes in-left {
    from {
        -moz-transform: rotate3d(0, 1, 0, 122deg);
        transform: rotate3d(0, 1, 0, 122deg);
    }
    to {
        -moz-transform: rotate3d(0, 0, 0, 122deg);
        transform: rotate3d(0, 0, 0, 122deg);
    }
}

@-o-keyframes in-left {
    from {
        -o-transform: rotate3d(0, 1, 0, 122deg);
        transform: rotate3d(0, 1, 0, 122deg);
    }
    to {
        -o-transform: rotate3d(0, 0, 0, 122deg);
        transform: rotate3d(0, 0, 0, 122deg);
    }
}

@keyframes in-left {
    from {
        -webkit-transform: rotate3d(0, 1, 0, 122deg);
        transform: rotate3d(0, 1, 0, 122deg);
    }
    to {
        -webkit-transform: rotate3d(0, 0, 0, 122deg);
        transform: rotate3d(0, 0, 0, 122deg);
    }
}

@-webkit-keyframes out-top {
    from {
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg);
    }
    to {
        -webkit-transform: rotate3d(-1, 0, 0, 117deg);
        transform: rotate3d(-1, 0, 0, 117deg);
    }
}

@-moz-keyframes out-top {
    from {
        -moz-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg);
    }
    to {
        -moz-transform: rotate3d(-1, 0, 0, 117deg);
        transform: rotate3d(-1, 0, 0, 117deg);
    }
}

@-o-keyframes out-top {
    from {
        -o-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg);
    }
    to {
        -o-transform: rotate3d(-1, 0, 0, 117deg);
        transform: rotate3d(-1, 0, 0, 117deg);
    }
}

@keyframes out-top {
    from {
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg);
    }
    to {
        -webkit-transform: rotate3d(-1, 0, 0, 117deg);
        transform: rotate3d(-1, 0, 0, 117deg);
    }
}

@-webkit-keyframes out-right {
    from {
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg);
    }
    to {
        -webkit-transform: rotate3d(0, -1, 0, 122deg);
        transform: rotate3d(0, -1, 0, 122deg);
    }
}

@-moz-keyframes out-right {
    from {
        -moz-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg);
    }
    to {
        -moz-transform: rotate3d(0, -1, 0, 122deg);
        transform: rotate3d(0, -1, 0, 122deg);
    }
}

@-o-keyframes out-right {
    from {
        -o-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg);
    }
    to {
        -o-transform: rotate3d(0, -1, 0, 122deg);
        transform: rotate3d(0, -1, 0, 122deg);
    }
}

@keyframes out-right {
    from {
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg);
    }
    to {
        -webkit-transform: rotate3d(0, -1, 0, 122deg);
        transform: rotate3d(0, -1, 0, 122deg);
    }
}

@-webkit-keyframes out-bottom {
    from {
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg);
    }
    to {
        -webkit-transform: rotate3d(1, 0, 0, 117deg);
        transform: rotate3d(1, 0, 0, 117deg);
    }
}

@-moz-keyframes out-bottom {
    from {
        -moz-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg);
    }
    to {
        -moz-transform: rotate3d(1, 0, 0, 117deg);
        transform: rotate3d(1, 0, 0, 117deg);
    }
}

@-o-keyframes out-bottom {
    from {
        -o-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg);
    }
    to {
        -o-transform: rotate3d(1, 0, 0, 117deg);
        transform: rotate3d(1, 0, 0, 117deg);
    }
}

@keyframes out-bottom {
    from {
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg);
    }
    to {
        -webkit-transform: rotate3d(1, 0, 0, 117deg);
        transform: rotate3d(1, 0, 0, 117deg);
    }
}

@-webkit-keyframes out-left {
    from {
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg);
    }
    to {
        -webkit-transform: rotate3d(0, 1, 0, 122deg);
        transform: rotate3d(0, 1, 0, 122deg);
    }
}

@-moz-keyframes out-left {
    from {
        -moz-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg);
    }
    to {
        -moz-transform: rotate3d(0, 1, 0, 122deg);
        transform: rotate3d(0, 1, 0, 122deg);
    }
}

@-o-keyframes out-left {
    from {
        -o-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg);
    }
    to {
        -o-transform: rotate3d(0, 1, 0, 122deg);
        transform: rotate3d(0, 1, 0, 122deg);
    }
}

@keyframes out-left {
    from {
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg);
    }
    to {
        -webkit-transform: rotate3d(0, 1, 0, 122deg);
        transform: rotate3d(0, 1, 0, 122deg);
    }
}