﻿
.hxScroll_wrap {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 874px;
    margin: auto;
}

.hxScroll_page {
    width: 100%;
    height: 100%;
    /*height:874px;*/
    min-height: 874px;
    position: relative;
}

a {
    transition: background 150ms, opacity 150ms, color 150ms;
    -webkit-transition: background 150ms, opacity 150ms, color 150ms;
    -o-transition: background 150ms, opacity 150ms, color 150ms;
    -ms-transition: background 150ms, opacity 150ms, color 150ms;
    -moz-transition: background 150ms, opacity 150ms, color 150ms;
}

.no_trans, a.no_trans {
    transition: none;
    -webkit-transition: none;
    -o-transition: none;
    -ms-transition: none;
    -moz-transition: none;
}

a:active {
    opacity: 0.6;
}

a.no_opacity:active {
    opacity: 1;
}

.clear {
    clear: both;
    overflow: hidden;
    width: 0;
    height: 0;
}

.bgc0cbbef {
    background-color: #0cbbef;
}

.bg_def {
    background-position: center center;
    background-repeat: no-repeat;
}

body, html {
    width: 100%;
    height: 100%;
    background: #ffffff;
}

.hx_block {
    height: 100%;
    min-height: 874px;
    text-align: center;
    position: relative;
    width: 100%;
    margin: auto;
}

/*第一页*/

.page_1 {
    /*height: 1000px;*/
}

.hx_header_block {
    width: 100%;
    margin: auto;
}

.hx_header {
    height: 64px;
    width: 100%;
    line-height: 64px;
}

.hx_logo_box {
    color: #13b5b1;
    font-size: 18px;
    float: left;
}

.hx_logo {
    width: 72px;
    height: 64px;
    background: url(../images/logo.png) center no-repeat;
    float: left;
    margin-right: 10px;
}

.hx_header_menu {
    float: right;
    line-height: normal;
}

.hx_header_menu li {
    float: left;
    padding: 9px 15px;
}

.hx_menu_item {
    background: #ffffff;
    font-size: 14px;
    display: block;
    position: relative;
    height: 46px;
    line-height: 46px;
    padding: 0 5px;
}

.hx_menu_item i {
    opacity: 0;

    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#02d6ef+0,0ae4cd+100 */
    background: #0ae4cd; /* Old browsers */
    background: -moz-linear-gradient(left, #02d6ef 0%, #0ae4cd 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #02d6ef 0%, #0ae4cd 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #02d6ef 0%, #0ae4cd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02d6ef', endColorstr='#0ae4cd',GradientType=1 ); !* IE6-9 *!*/
    filter: alpha(opacity=0);

    transition: opacity 200ms;
    -webkit-transition: opacity 200ms;
    -o-transition: opacity 200ms;
    -ms-transition: opacity 200ms;
    -moz-transition: opacity 200ms;
}

.hx_menu_item:hover i, .hx_menu_item.active i {
    opacity: 1;
    filter: alpha(opacity=1);
    visibility: visible;
}

.hx_page1_block {
    height: 810px;
    text-align: center;
    position: relative;
    width: 100%;
    margin: auto;
}

.hx_page1_bg {
    position: absolute;
    top: 0;
    left: -92px;
    width: 460px;
    height: 469px;
    background: url(../images/p1_bg.png) 0 0 no-repeat;
}

.hx_page1_title {
    font-size: 40px;
    padding-top: 155px;
    color: #00deff;
}

.hx_page1_tips {
    font-size: 24px;
    padding-top: 30px;
    color: #00deff;
    letter-spacing: 1px;
}

.hx_page1_download {
    background: #13b5b1;
    width: 186px;
    height: 60px;
    color: #ffffff;
    display: block;
    margin: 40px auto auto;
    font-size: 18px;
    line-height: 60px;
}

.hx_page1_download:hover, .hx_page1_download:visited {
    color: #ffffff;
    background: #13cdc9;
}

.hx_page1_download i{
    float: left;
    display: block;
    margin-left: 27px;
    margin-right: 15px;
}

.hx_page1_download span{
    float: left;
}


.hx_page1_down {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding-bottom: 4px;
    z-index: 2;
}

.hx_page1_down span {
    font-size: 12px;
    color: #555555;
}

.hx_page1_tag {
    margin-top: 3px;
}

.hx_page1_tag .icon_down.icon_down_first {
    top: 2px;
}

.hx_client{
    width: 579px;
    height: 435px;
    background: url(../images/client.jpg) center no-repeat;
    position: absolute;
    bottom: 610px;
    left: 50%;
    margin-left: -289px;
    transform: perspective(875px) rotateX(25deg) translate3d(0, 0, 0);
    -webkit-transform: perspective(875px) rotateX(25deg) translate3d(0, 0, 0);
    -moz-transform: perspective(875px) rotateX(25deg) translate3d(0, 0, 0);
    -o-transform: perspective(875px) rotateX(25deg) translate3d(0, 0, 0);
}

.hx_client_ie{
    display: none;
    width: 579px;
    height: 435px;
    background: url(../images/client.jpg) center no-repeat;
    position: absolute;
    bottom: 55px;
    left: 50%;
    margin-left: -289px;
}


/*第二页*/
.hx_page2_bg {
    background: url(../images/p2_bg.jpg) 0 0 no-repeat;
    width: 100%;
    height: 293px;
    position: absolute;
    top: 0;
    left: 0;
}

.hx_p2bl_bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: url(../images/p2_blbg.png) 0 top repeat-x;
    height: 411px;
}

.hx_p2bl_fg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: url(../images/p2_blfb.png) left center repeat-x;
    height: 405px;
}

.hx_p2_computer_block {
    position: absolute;
    bottom: 247px;
    left: 0;
    width: 100%;
    height: 507px;
}

.hx_computer {
    margin: auto;
    background: url(../images/p2_computer.png) center no-repeat;
    width: 636px;
    height: 507px;
}

.p2_btns_block {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.p2_btns {
    height: 283px;
    margin: auto;
}

.pw_btn1 {
    width: 270px;
    height: 92px;
    background: url(../images/p2_btn1.png) center no-repeat;
    margin-left: 46px;
}

.pw_btn2 {
    width: 334px;
    height: 92px;
    background: url(../images/p2_btn2.png) center no-repeat;
    margin-right: 198px;
    margin-top: 20px;
}

.pw_btn3 {
    width: 355px;
    height: 92px;
    background: url(../images/p2_btn3.png) center no-repeat;
    margin-left: 206px;
    margin-top: 35px;
}

.pw_btn4 {
    width: 382px;
    height: 92px;
    background: url(../images/p2_btn4.png) center no-repeat;
    margin-right: 25px;
    margin-top: 55px;
}

.p2_xx {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 2;
    left: 50%;
}

.p2_xx i {
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    background: url(../images/icon_xx.png) center no-repeat;
}

.p2_xx i.x1 {
    left: 420px;
    top: 62px;
}

.p2_xx i.x2 {
    top: -32px;
    right: 154px;
}

.p2_xx i.x3 {
    top: 77px;
    right: 26px;
}

.p2_xx i.x4 {
    top: 197px;
    left: 53px;
}

.p2_xx i.x5 {
    top: 214px;
    left: 689px;
}

/*第三页*/
.page_3 {
    background: #16c4c8;
}

.hx_p3_bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.hx_p3b_temp {
    width: 100%;
}

.hx_p3b_temp div {
    border-bottom: 129px #fff solid;
    border-left-color: transparent;
    border-left-style: solid;
    border-right: 0;
}

.hx_p3b_block {
    background: #ffffff;
    height: 415px;
    position: relative;
}

.hx_p3b_block_top {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 415px;
    width: 100%;
}

.hx_page3_title {
    color: #ffffff;
    padding-top: 65px;
}

.hx_page3_tips {
    font-size: 16px;
    color: #ffffff;
    padding-top: 35px;
}

.hx_p3_e1 {
    background: url(../images/p3_e1.png) center top no-repeat;
    width: 588px;
    height: 609px;
    margin: 30px auto auto;
    cursor: move;
}

.hx_p3_title2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.hx_page3_title2 {
    color: #555555;
    padding-top: 55px;
}

.hx_page3_tips2 {
    color: #555555;
    font-size: 16px;
    padding-top: 30px;
}

.hx_p3_btns {
    position: absolute;
    bottom: 52px;
    left: 0;
    width: 100%;
}

.hx_p3_btn {
    display: block;
    width: 102px;
    height: 92px;
    text-align: center;
    position: relative;
    background: #ffffff;
    margin: auto;
    opacity: 0;
    /*visibility: hidden;*/

    transform: scale(0.1);
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -o-transform: scale(0.1);
}

.hx_p3_btn em {
    display: block;
    background: url(../images/p3_icon.png) 0 0 no-repeat;
    width: 78px;
    height: 90px;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -39px;

    transition: all 200ms;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -o-transition: all 200ms;
}

.hx_p3_btn span {
    display: block;
    position: absolute;
    color: #ffffff;
    width: 100%;
    text-align: center;
    font-size: 20px;
    left: 0;
    top: 0;
    line-height: 90px;
    z-index: 2;
}

.hx_p3_btn div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    opacity: 0;

    transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
}

.hx_p3_btn i {
    position: absolute;
    width: 60px;
    height: 60px;
    background: url(../images/p3_icon.png) 0 0 no-repeat;

    transition: all 400ms;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -o-transition: all 400ms;
}

.hx_p3_btn .i1 {
    left: 0;
    top: 0;
    /*background: url(../images/p3_e9.png) center no-repeat;*/
    background-position: -180px -90px; /*粉*/
    transform: translate3d(21px, 16px, 0);
    -webkit-transform: translate3d(21px, 16px, 0);
    -moz-transform: translate3d(21px, 16px, 0);
    -o-transform: translate3d(21px, 16px, 0);
}

.hx_p3_btn .i2 {
    right: 0;
    top: 0;
    background-position: -60px -90px; /*蓝*/
    transform: translate3d(-21px, 16px, 0);
    -webkit-transform: translate3d(-21px, 16px, 0);
    -moz-transform: translate3d(-21px, 16px, 0);
    -o-transform: translate3d(-21px, 16px, 0);

}

.hx_p3_btn .i3 {
    left: 50%;
    bottom: 0;
    margin-left: -30px;
    background-position: 0 -90px; /*绿*/
    transform: translate3d(0, -16px, 0);
    -webkit-transform: translate3d(0, -16px, 0);
    -moz-transform: translate3d(0, -16px, 0);
    -o-transform: translate3d(0, -16px, 0);
}

.hx_p3_btn:hover em {
    opacity: 0;

    transform: scale(0.1);
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -o-transform: scale(0.1);
}

.hx_p3_btn:hover div {
    opacity: 1;

    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
}

.hx_p3_btn:hover i {
    opacity: 1;

    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
}

.hx_p3_btn2 em {
    background-position: -78px 0;
}

.hx_p3_btn2 .i1 {
    background-position: 0 -90px; /*绿*/
}

.hx_p3_btn2 .i2 {
    background-position: -120px -90px; /*黄*/
}

.hx_p3_btn2 .i3 {
    background-position: -60px -90px; /*蓝*/
}

.hx_p3_btn3 em {
    background-position: -156px 0;
}

.hx_p3_btn3 .i1 {
    background-position: -60px -90px; /*蓝*/
}

.hx_p3_btn3 .i2 {
    background-position: -180px -90px; /*粉*/
}

.hx_p3_btn3 .i3 {
    background-position: -120px -90px; /*黄*/
}

.hx_p3_btn4 em {
    background-position: -234px 0;
}

.hx_p3_btn4 .i1 {
    background-position: -120px -90px; /*黄*/
}

.hx_p3_btn4 .i2 {
    background-position: 0 -90px; /*绿*/
}

.hx_p3_btn4 .i3 {
    background-position: -180px -90px; /*粉*/
}

.hx_p3_btns table {
    margin: auto;
}

/*第四页*/
.page_4 {
    margin: auto;
    text-align: center;
    position: relative;
}

.hx_page4_title {
    color: #555555;
    padding-top: 76px;
}

.hx_page4_tips {
    padding-top: 32px;
    padding-bottom: 20px;
    color: #999999;
    font-size: 20px;
}

p.hx_p4_tips {
    color: #999999;
    font-size: 16px;
    padding-top: 12px;
    letter-spacing: 1px;
}

.hx_p4_bg {
    background: url(../images/p4_b1.png) center no-repeat;
    width: 350px;
    height: 648px;
    position: absolute;
    right: 60px;
    top: 0;
    pointer-events: none;
}

.hx_oval_block {
    width: 932px;
    height: 331px;
    position: absolute;
    left: 50%;
    margin-left: -466px;
    bottom: 55px;
}

.hx_oval {
    opacity: 0;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.hx_oval_1 {
    position: absolute;
    top: 56px;
    left: 181px;
    background: url(../images/p4_c1.png) center no-repeat;
    width: 590px;
    height: 210px;
}

.hx_oval_2 {
    position: absolute;
    top: 27px;
    left: 89px;
    background: url(../images/p4_c2.png) center no-repeat;
    width: 767px;
    height: 273px;
}

.hx_oval_3 {
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/p4_c3.png) center no-repeat;
    width: 932px;
    height: 331px;
}

.hx_p4_tag {
    opacity: 0;

    transform: scale(0.1);
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -o-transform: scale(0.1);
}

.hx_p4_tag_6 {
    background: url(../images/p4_e6.png) center no-repeat;
    width: 122px;
    height: 41px;
    position: absolute;
    left: 431px;
    top: 148px;

    opacity: 0;
    transform: translate3d(0, 15px, 0);
    -webkit-transform: translate3d(0, 15px, 0);
    -moz-transform: translate3d(0, 15px, 0);
    -o-transform: translate3d(0, 15px, 0);
}

.hx_p4_tag_1 {
    background: url(../images/p4_e5.png) center no-repeat;
    width: 54px;
    height: 54px;
    position: absolute;
    left: 66px;
    top: 41px;
}

.hx_p4_tag_2 {
    background: url(../images/p4_e1.png) center no-repeat;
    width: 60px;
    height: 60px;
    position: absolute;
    left: 570px;
    top: 38px;
}

.hx_p4_tag_3 {
    background: url(../images/p4_e4.png) center no-repeat;
    width: 54px;
    height: 54px;
    position: absolute;
    left: 866px;
    top: 71px;
}

.hx_p4_tag_4 {
    background: url(../images/p4_e3.png) center no-repeat;
    width: 60px;
    height: 60px;
    position: absolute;
    left: 283px;
    top: 215px;
}

.hx_p4_tag_5 {
    background: url(../images/p4_e2.png) center no-repeat;
    width: 60px;
    height: 60px;
    position: absolute;
    left: 767px;
    top: 206px;
}

.hx_oval_block i {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
}

.hx_oval_block .o1 {
    background: #ffc600;
    width: 12px;
    height: 12px;
}

.hx_oval_block .o2 {
    background: #fff;
    border-radius: 1px;
    border: 1px #d1faff solid;
    width: 4px;
    height: 4px;
}

.hx_oval_block .o3 {
    background: #8ae1e3;
    width: 8px;
    height: 8px;
}

.hx_oval_block .o4 {
    border-radius: 1px;
    background: #fff;
    border: 1px #d1faff solid;
    width: 4px;
    height: 4px;
}

.hx_oval_block .o5 {
    background: #eae086;
    width: 8px;
    height: 8px;
}

.hx_oval_block .o6 {
    background: #fff;
    border: 1px #baf6fd solid;
    border-radius: 1px;
    width: 4px;
    height: 4px;
}

.hx_oval_block .o7 {
    background: #1ce7ff;
    width: 12px;
    height: 12px;
}

.hx_oval_block .o8 {
    background: #8df3ff;
    width: 8px;
    height: 8px;
}

.hx_oval_block .o9 {
    background: #fff;
    border: 1px #fcf0d1 solid;
    border-radius: 1px;
    width: 4px;
    height: 4px;
}

.hx_oval_block .o10 {
    background: #16c4c8;
    width: 12px;
    height: 12px;
}

.hx_oval_block .o11 {
    background: #fff;
    border: 1px #d1faff solid;
    border-radius: 1px;
    width: 4px;
    height: 4px;
}

/*第五页*/
.page_5 {
    background: #0ae4cd; /* Old browsers */
    background: -moz-linear-gradient(left, #02d6ef 0%, #0ae4cd 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #02d6ef 0%, #0ae4cd 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #02d6ef 0%, #0ae4cd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#02d6ef', endColorstr='#0ae4cd', GradientType=1); /* IE6-9 */
}

.hx_page5_block {
    margin: auto;
    text-align: center;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.hx_page5_title {
    color: #ffffff;
    padding-top: 75px;
}

.hx_page5_tips {
    padding-top: 32px;
    padding-left: 154px;
    padding-right: 154px;
    font-size: 16px;
    color: #ffffff;
    text-align: left;
    line-height: 30px;
}

.hx_p5_chart_block {
    position: absolute;
    bottom: 70px;
    left: 80px;
    width: 1039px;
    height: 447px;
}

.hx_chart_grid {
    background: url(../images/p5_e4.png) center no-repeat;
    width: 979px;
    height: 415px;
    position: absolute;
    left: 35px;
    top: 6px;
}

.hx_chart_line {
    background: url(../images/p5_e1.png) center no-repeat;
    width: 1039px;
    height: 447px;
    position: relative;
}

.hx_chart_copy {
    background: url(../images/p5_e3.png) center repeat-x;
    width: 976px;
    height: 349px;
    position: absolute;
    top: 14px;
    left: 36px;
}

.hx_chart_bg {
    background: url(../images/p5_e2.png) center no-repeat;
    width: 978px;
    height: 350px;
    left: 36px;
    top: 70px;
    position: absolute;

    opacity: 0;
    transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);

    transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -o-transform-origin: center bottom;
}

/*第6页*/
.hx_page6_block {
    margin: auto;
    position: relative;
    height:100%;
    overflow: hidden;
}

.hx_page6_block div.f-fr{
    width:482px;
}


.hx_page6_title {
    color: #16c4c8;
    text-align: center;
    padding-top: 72px;
}

.hx_page6_tips {
    font-size: 16px;
    color: #999999;
    text-align: left;
    padding-top: 28px;
    line-height: 28px;
}

.hx_page6_tips.f-tac {
    text-align: center;
}

.hx_page6_block div.f-fl {
    width: 430px;
    position: relative;
}

.hx_p6_left_bg {
    background: url(../images/p6_e2.jpg) center no-repeat;
    width: 286px;
    height: 521px;
    margin: auto;
    margin-top: 104px;

    opacity: 0;
    transform: translate3d(0, 50px, 0);
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    -o-transform: translate3d(0, 50px, 0);
}

.hx_p6_right_bg {
    background: url(../images/p6_e1.jpg) center no-repeat;
    width: 482px;
    height: 326px;
    margin-top: 99px;

    opacity: 0;
    transform: translate3d(50px, 0, 0);
    -webkit-transform: translate3d(50px, 0, 0);
    -moz-transform: translate3d(50px, 0, 0);
    -o-transform: translate3d(50px, 0, 0);
}

.hx_p6_btns {
    width: 320px;
    margin: auto;
    padding-top: 154px;
}

.hx_p6_btns a {
    display: block;
    width: 140px;
    border: 1px #16c4c8 solid;
    padding: 15px 0;
    font-size: 16px;
    color: #ffffff;
    border-radius: 4px;
    background: #16c4c8;
    text-align: center;
    position: relative;

    opacity: 0;
    transform: translate3d(0, 50px, 0);
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    -o-transform: translate3d(0, 50px, 0);

    overflow: hidden;
}

.hx_p6_btns a.f-fl:visited {
    color: #ffffff;
}

.hx_p6_btns a.f-fl:hover {
    color: #16c4c8;
    background: #ffffff;
    overflow: visible;
    border-radius: 0 0 4px 4px;
}

.hx_p6_btns a.f-fr {
    background: #ffffff;
    color: #16c4c8;
}

.hx_p6_btns a.f-fr:visited {
    color: #16c4c8;
}

.hx_p6_btns a.f-fr:hover {
    color: #ffffff;
    background: #16c4c8;
    overflow: visible;
    border-radius: 0 0 4px 4px;
}

.hx_p6_btns a div{
    position: absolute;
    /*top:-166px;*/
    top:0;
    left:-1px;
    width:140px;
    height:163px;
    overflow: hidden;
    background: #fff;
    text-align: center;
    border:1px #16c4c8 solid;
    border-bottom: 0;
    opacity: 0;
    border-radius: 4px 4px 0 0 ;
}

.hx_p6_btns a:hover div{
    opacity:1;
    top:-165px;
}

.hx_p6_btns a div img{
    width:128px;
    height:128px;
    display: block;
    margin: auto;
    margin-top: 5px;
}

.hx_p6_btns a div span{
    font-size: 12px;
    color: #999;
    line-height: 20px;
    height:24px;
    display: block;
}

/*第七页*/
.page_7 {
    overflow: hidden;
}

.hx_page7_block {
    margin: auto;
    position: relative;
    height: 100%;
}

.hx_p7_bg {
    position: absolute;
    left: -152px;
    top: 129px;
    background: url(../images/p7_bg.jpg) center no-repeat;
    width: 794px;
    height: 791px;
}

.hx_page7_block a {
    position: absolute;
    display: block;
    color: #ffffff;
    text-align: center;
    font-size: 16px;

    /*opacity: 0;*/
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
}

.hx_page7_block a span {
    position: relative;
    z-index: 1;
}

.hx_page7_block a em {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /*background: url(../images/p7_icon.png) center no-repeat;*/
    background-repeat: no-repeat;
    background-image: url(../images/p7_icon.png);
    opacity: 1;

    transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
}

.hx_page7_block a:hover em {
    opacity: 0;
    visibility: hidden;
}

.hx_p7_b1 {
    width: 88px;
    height: 88px;
    top: 252px;
    right: 275px;
    line-height: 88px;
}

.hx_p7_b1 em {
    /*background: url(../images/p7_e3.png) center no-repeat;*/
    background-position: 0 0;
}

.hx_p7_b1:hover {
    color: #1ce7ff;
}

.hx_page7_block a.hx_p7_b1 i.i1 {
    background-position: 0 -88px;
}

.hx_page7_block a.hx_p7_b1 i.i2 {
    background-position: -124px -88px;
}

.hx_p7_b2 {
    width: 72px;
    height: 72px;
    top: 402px;
    right: 412px;
    line-height: 72px;
}

.hx_p7_b2 em {
    /*background: url(../images/p7_e1.png) center no-repeat;*/
    background-position: -88px 0;
}

.hx_p7_b2:hover {
    color: #edc2c2;
}

.hx_page7_block a.hx_p7_b2 i.i1 {
    background-position: -248px -88px;
}

.hx_page7_block a.hx_p7_b2 i.i2 {
    background-position: -372px -88px;
}

.hx_p7_b3 {
    width: 81px;
    height: 81px;
    top: 435px;
    right: 199px;
    line-height: 81px;
}

.hx_p7_b3 em {
    /*background: url(../images/p7_e4.png) center no-repeat;*/
    background-position: -160px 0;
}

.hx_p7_b3:hover {
    color: #16c4c8;
}

.hx_page7_block a.hx_p7_b3 i.i1 {
    background-position: -496px -88px;
}

.hx_page7_block a.hx_p7_b3 i.i2 {
    background-position: -620px -88px;
}

.hx_p7_b4 {
    width: 88px;
    height: 88px;
    top: 597px;
    right: 340px;
    line-height: 88px;
}

.hx_p7_b4 em {
    /*background: url(../images/p7_e2.png) center no-repeat;*/
    background-position: -241px 0;
}

.hx_p7_b4:hover {
    color: #ffc600;
}

.hx_page7_block a.hx_p7_b4 i.i1 {
    background-position: 0 -212px;
}

.hx_page7_block a.hx_p7_b4 i.i2 {
    background-position: -124px -212px;
}

.hx_page7_block a:visited {
    color: #ffffff;
}

.hx_page7_block a i {
    position: absolute;
    display: block;
    opacity: 0;
    visibility: hidden;

    transition: all 400ms;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -o-transition: all 400ms;

    background-repeat: no-repeat;
    background-image: url(../images/p7_icon.png);
}

.hx_page7_block a i.i1 {
    /*background: url(../images/p7_c1.png) center no-repeat;*/
    width: 124px;
    height: 124px;
    top: 50%;
    left: 50%;
    margin-left: -62px;
    margin-top: -62px;

    transform: rotate(-50deg);
    -webkit-transform: rotate(-50deg);
    -moz-transform: rotate(-50deg);
    -o-transform: rotate(-50deg);
}

.hx_page7_block a i.i2 {
    /*background: url(../images/p7_c2.png) center no-repeat;*/
    width: 124px;
    height: 124px;
    top: 50%;
    left: 50%;
    margin-left: -62px;
    margin-top: -62px;

    transform: rotate(50deg);
    -webkit-transform: rotate(50deg);
    -moz-transform: rotate(50deg);
    -o-transform: rotate(50deg);
}

.hx_page7_block a:hover i {
    opacity: 1;
    visibility: visible;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}

/*第八页*/
.hx_page8_block {
    margin: auto;
    position: relative;
    height: 100%;
}

.hx_p8_bg {
    background: url(../images/p8_bg.jpg) center no-repeat;
    width: 100%;
    height: 312px;
    position: absolute;
    bottom: -50px;
    left: 0;
}

.hx_page8_title {
    text-align: center;
    color: #16c4c8;
    padding-top: 72px;
}

.hx_page8_tips {
    padding-top: 15px;
    text-align: left;
    color: #999;
    font-size: 16px;
    padding-left: 150px;
    padding-right: 150px;
    line-height: 28px;
}

.hx_page8_title2 {
    color: #555;
}

.hx_page8_tips2 {
    text-align: center;
}

.hx_p8_bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

.hx_p8_step {
    margin: auto;
    width: 986px;
    padding-bottom: 40px;
    padding-top: 148px;
}

.hx_p8_step li {
    float: left;
    width: 68px;
    height: 104px;
    position: relative;

    opacity: 0;
    transform: translate3d(-50px, 0, 0);
    -webkit-transform: translate3d(-50px, 0, 0);
    -moz-transform: translate3d(-50px, 0, 0);
    -o-transform: translate3d(-50px, 0, 0);
}

.hx_p8_step li.hx_p8_arr {
    width: 18px;
    height: 104px;
    margin: 0 110px;
}

.hx_p8_step li.hx_p8_arr i {
    display: block;
    width: 18px;
    height: 24px;
    background: url(../images/p8_icon.png) -272px 0 no-repeat;
    margin-top: 20px;
}

.hx_p8_step li div {
    width: 68px;
    height: 104px;
    background: url(../images/p8_icon.png) 0 no-repeat;
}

.hx_p8_step li.hx_p8_step1 div {
    background-position: 0 0;
}

.hx_p8_step li.hx_p8_step2 div {
    background-position: -68px 0;
}

.hx_p8_step li.hx_p8_step3 div {
    background-position: -136px 0;
}

.hx_p8_step li.hx_p8_step4 div {
    background-position: -204px 0;
}

/*版权*/
.hx_footer {
    position: relative;
    z-index: 2;
    height: 160px;
    margin: auto;
}

.hx_footer_info {
    color: #999999;
    font-size: 14px;
    padding-top: 59px;
    padding-left: 10px;
}

.hx_footer_info p {
    padding-bottom: 10px;
}

.hx_footer_about {
    padding-right: 10px;
    color: #999999;
    font-size: 14px;
    padding-top: 37px;
}

.hx_footer_about .f-fl {
    font-size: 12px;
    text-align: center;
    margin-right: 20px;
}

.hx_footer_about .f-fl p {
    padding-bottom: 10px;
}

.hx_footer_about .f-fr {
    padding-top: 50px;
}

.hx_footer_about .f-fr p {
    padding-bottom: 10px;
}

a.qq {
    display: inline-block;
    background: url(../images/qq.png) center no-repeat;
    width: 90px;
    height: 26px;
    vertical-align: middle;
}

/*分页器*/
.hx_pagination{
    position: fixed;
    top:50%;
    right: 40px;
    z-index:10;
    margin-top: -80px;
}

.hx_pagination a{
    display: block;
    padding: 5px;
}

.hx_pagination i{
    display: block;
    width:10px;
    height:10px;
    background: #dddddd;
    border-radius: 50%;
}

.hx_pagination a.active i{
    background: #13b5b1;
}
/*通用*/
.hx_fsfa {
    font-family: "仿宋", "楷体", "微软雅黑 Light", "微软雅黑", "黑体", "宋体";
}

.w1200 {
    width: 1200px;
}

.mw1200 {
    min-width: 1200px;
}

.ml600 {
    margin-left: -600px;
}

/*响应式*/
@media screen and (max-width: 1200px) {
    .hx_pagination{
        right: 5px;
    }
    .w1200 {
        width: 1000px;
    }

    .mw1200 {
        min-width: 1000px;
    }

    .ml600 {
        margin-left: -500px;
    }

    .hx_p7_b1{
        right:175px;
    }
    .hx_p7_b2{
        right:312px;
    }
    .hx_p7_b3{
        right: 99px;
    }
    .hx_p7_b4{
        right: 240px;
    }
}