body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

address, cite, dfn, em, var {
    font-style: normal;
}

code, kbd, pre, samp {
    font-family: couriernew, courier, monospace;
}

small {
    font-size: 12px;
}

ul, ol {
    list-style: none;
}

img {
    vertical-align: top;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

legend {
    color: #000;
}

fieldset, img {
    border: 0;
}

button, input, select, textarea {
    font-size: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.Wap {
    width: 100%;
    height: 100%;
}

html, body {
    width: 100%;
    height: 100%;
}

.project-content h3 {
    border-bottom: 1px solid #EBEBEB;
    padding-bottom: 15px;
}

.project-content h4 {
    font-size: 22px;
    border-left: 2px solid #c7c7c7;
    padding-left: 10px;
    line-height: 18px;
    margin-top: 20px;
    padding-bottom: 10px;
}

.project-content table {
    font-size: 15px;
}

.project-content td {
    padding-left: 15px;
}

.evenRow {
    background-color: #fbfbfb;
    transition: all .5s ease 0s;
}

.oddRow {
    background-color: #fff;
    transition: all .5s ease 0s;
}

.activeRow {
    background-color: #fffeec;
}

.clickRow {
    background-color: #fcfcfc;
}

.c-btn {
    color: #ffffff;
    text-decoration: none;
    position: relative;
    display: inline-block;
    height: 100%;
}

.c-btn:after {
    content: '';
    display: block;
    position: absolute;
}

.c-btn:before {
    content: '';
    display: block;
    position: absolute;
}

.c-btn--border-line {
    background: none;
    border: 0;
    box-sizing: border-box;
    box-shadow: inset 0 0 0 0px transparent;
}

.c-btn--border-line:after, .c-btn--border-line:before {
    box-sizing: border-box;
    border: 2px solid transparent;
    width: 0;
    height: 0;
    border-radius:20px;
}

.c-btn--border-line:after {
    top: 0;
    left: 0;
    -webkit-transition: border-color 0s ease-in 0.8s, width 0.2s ease-in 0.6s, height 0.2s ease-in 0.4s;
    transition: border-color 0s ease-in 0.8s, width 0.2s ease-in 0.6s, height 0.2s ease-in 0.4s;
}

.c-btn--border-line:before {
    bottom: 0;
    right: 0;
    -webkit-transition: border-color 0s ease-in 0.4s, width 0.2s ease-in 0.2s, height 0.2s ease-in;
    transition: border-color 0s ease-in 0.4s, width 0.2s ease-in 0.2s, height 0.2s ease-in;
}

.c-btn--border-line:hover:after, .c-btn--border-line:hover:before {
    width: 100%;
    height: 100%;
}

.c-btn--border-line:hover:after {
    border-top-color: white;
    border-right-color: white;
    -webkit-transition: width 0.2s ease-out, height 0.2s ease-out 0.2s;
    transition: width 0.2s ease-out, height 0.2s ease-out 0.2s;
}

.c-btn--border-line:hover:before {
    border-bottom-color: white;
    border-left-color: white;
    -webkit-transition: border-color 0s ease-out 0.4s, width 0.2s ease-out 0.4s, height 0.2s ease-out 0.6s;
    transition: border-color 0s ease-out 0.4s, width 0.2s ease-out 0.4s, height 0.2s ease-out 0.6s;
}

.c-btn--line:after {
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    bottom: 0;
    background-color: white;
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.6s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
}

.c-btn--line:hover:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.6s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
}

.wap {
    width: 100%;
    height: 100%;
    background: #00a7e6;
    overflow: hidden;
    -webkit-transition: all 2s cubic-bezier(0, 0, 0.2, 1);
    -moz-transition: all 2s cubic-bezier(0, 0, 0.2, 1);
    -ms-transition: all 2s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 2s cubic-bezier(0, 0, 0.2, 1);
    transition: all 2s cubic-bezier(0, 0, 0.2, 1);
}

.bg-one {
    background: #00a7e6 url("../img/bg.png") center center no-repeat;
}

.yun-box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
}

.yun-box .yun_a {
    width: 200%;
    height: 100%;
    background: url("../img/yun_a.png") 0 center repeat-x;
    -webkit-background-size: 50%;
    background-size: 50%;
    position: absolute;
    animation: myfirst 30s linear infinite;
    /* Firefox: */
    -moz-animation: myfirst 30s linear infinite;
    /* Safari and Chrome: */
    -webkit-animation: myfirst 30s linear infinite;
    /* Opera: */
    -o-animation: myfirst 30s linear infinite;
    left: 0;
    top: 0px;
}

.yun-box .yun_b {
    opacity: 0.6;
    width: 200%;
    height: 100%;
    background: url("../img/yun_b.png") 0 center repeat-x;
    -webkit-background-size: 50%;
    background-size: 50%;
    position: absolute;
    animation: myfirst 120s linear infinite;
    /* Firefox: */
    -moz-animation: myfirst 120s linear infinite;
    /* Safari and Chrome: */
    -webkit-animation: myfirst 120s linear infinite;
    /* Opera: */
    -o-animation: myfirst 120s linear infinite;
    top: 0px;
}

.speed .yun_a, .speed .yun_b {
    -webkit-animation-duration: 4s;
}

/*
@keyframes myfirst
{
  0%   { left:0px; top:0px;}
  100% { left:-150%; top:0px;}
}

@-moz-keyframes myfirst /!* Firefox *!/
{
  0%   { left:0px; top:0px;}
  100% { left:-150%; top:0px;}
}
*/
@keyframes myfirst /* Safari and Chrome */
{
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

@-webkit-keyframes myfirst /* Safari and Chrome */
{
    0% {
        -webkit-transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(-50%);
    }
}

@-moz-keyframes myfirst /* Safari and Chrome */
{
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/*
@-o-keyframes myfirst /!* Opera *!/
{
  0%   { left:0px; top:0px;}
  100% { left:-150%; top:0px;}
}
*/
a:hover {
    text-decoration: none;
}

.logo {
    width: 70%;
    min-width: 960px;
    margin: 2% auto;
    position: relative;
    z-index: 9999;
}
.logo > a {
    display: block;
    width: 20%;
    max-width: 220px;
}
.logo > a > img {
    width: 100%;
}
.wap_box {
    width: 70%;
    min-width: 960px;
    height: 100%;
    position: relative;
    margin: 0 auto;
    padding-top: 18%;
}
.center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-content:center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    flex-wrap:wrap;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    -moz-align-items: center;
    padding-top: 0% !important;
}

.wap_box a {
    display: block;
    background-color: rgba(163, 230, 255, 0.8);
    text-align: center;
    height: 18%;
    box-sizing: border-box;
    float: left;
    box-shadow: 0px 0px 22px 10px transparent;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
    border-radius: 20px;
}

.wap_box a span {
    display: block;
    width: 100%;
}

.wap_box a.lei_a {
    width: 24.5%;
    margin: 0.2%;
}
.pace {
    width: 0;
    height: 0;
}

.text_container > a > span:before {
    content: "1";
    font-size: 54px;
    top: 0;
    left: 12px;
    width: 20%;
    margin-right: 15px;
    vertical-align: middle;
    /*text-align: left;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    background-color: #fff;*/
}
.text_container > a > span {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}
.text_container > a:nth-child(2) > span:before {
    content: "2";
}
.text_container > a:nth-child(3) > span:before {
    content: "3";
}
.text_container > a:nth-child(4) > span:before {
    content: "4";
}
.text_container > a:nth-child(5) > span:before {
    content: "5";
}
.text_container > a:nth-child(6) > span:before {
    content: "6";
}
.text_container > a:nth-child(7) > span:before {
    content: "7";
}
.text_container > a:nth-child(8) > span:before {
    content: "8";
}
.text_container > a:nth-child(9) > span:before {
    content: "9";
}
.wap_box a.lei_b {
    width: 49.35%;
    margin: 0.2%;
}

.wap_box a.lei_b img {
    width: 12.5%;
}

.wap_box a.lei_c {
    width: 16.2%;
    margin: 0.2%;
}

.wap_box a.lei_c img {
    width: 35%;
}

.wap_box a.lei_d {
    width: 32.8%;
    margin: 0.2%;
}

.wap_box a.lei_d img {
    width: 17%;
}

.wap_box a.lei_e {
    width: 24.72%;
    margin: 0.2%;
    height: 36%;
}

.wap_box a.lei_e img {
    width: 17%;
}

.wap_box a.ace_ui {
    float: right;
}

.wap_box a img {
    width: 25%;
    display: block;
    margin: 0 auto;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.wap_box a.lei_a, .wap_box a.lei_b,.wap_box a.lei_c,.wap_box a.lei_d,.wap_box a.lei_e {
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap:wrap;
}

.wap_box a.yes {
    -webkit-transform: scale(1.1);
    background-color: #00a8ff;
    box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.1);
    z-index: 99;
}

.wap_box a.yes img {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}

.wap_box a.none {
    opacity: .6;
}

.wap_box .yu {
    height: 100%;
    width: 50%;
    float: left;
}

.wap_box .yu .lei_e {
    width: 49.12%;
    padding: 21% 0;
    margin: 0.4%;
    height: 36%;
}

.wap_box .yu .lei_e img {
    width: 26%;
}

.wap_box .yu .lei_b {
    width: 99%;
    padding: 6% 0;
    margin: 0.4%;
}

.login_box {
    width: 70%;
    min-width: 960px;
    height: 100%;
    margin: 40px auto;
    z-index: 9999;
    position: relative;
}

.login_inp {
    float: right;
    margin: 5% 10% 0 0;
}

.button_box a {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.4);
    color: #fff;
    padding: 10px 20px;
    margin-left: 20px;
    float: right;
    border: #fff solid 1px;
}

.jkl_do div.lie {
    width: 482px;
    height: 42px;
    margin-top: 35px;
    background-color: rgba(255, 255, 255, 0.4);
    border: #fff solid 1px;
}

.select {
    position: relative;
    cursor: pointer;
    padding: 0;
}

.select span {
    padding: 15px 40px 10px 20px;
}

.sai {
    display: none;
}

.select {
    min-width: 6em;
    border-top: none;
    border-bottom: none;
    margin-right: -1px;
    height: 39px;
}

.select .icon {
    position: absolute;
    width: 28px;
    height: 14px;
    background: url(../img/sad.png);
    right: 14px;
    top: 15px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.select span {
    color: #fff;
    font-size: 16px;
    width: 100%;
    display: block;
    padding: 13px;
}

input::-webkit-input-placeholder {
    color: #fff;
}

.select ul {
    position: absolute;
    top: 42px;
    background: rgba(255, 255, 255, 0.9);
    border: #fff solid 1px;
    width: calc(100% - 1px);
    left: -1px;
    border-top: 0;
    display: none;
}

.select ul li {
    padding: 10px;
    font-size: 14px;
    color: #a0a0a0;
    cursor: pointer;
}

.fomr_e {
    position: relative;
}

.fomr_e input {
    height: 100%;
    width: 90%;
    padding-left: 10px;
    color: #fff;
    background: none;
    border: 0;
    outline: none;
}

.button_box {
    margin-top: 30px;
}

.login_txt {
    margin: 80px auto;
    display: block;
}

.icon_b {
    position: absolute;
    width: 26px;
    height: 23px;
    background: url(../img/user.png);
    right: 14px;
    top: 10px;
}

.zindex {
    z-index: 999;
}

.icon_c {
    position: absolute;
    width: 24px;
    height: 25px;
    background: url(../img/suo.png);
    right: 16px;
    top: 10px;
}

.loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    height: 100%;
}

.content {
    background: #00a7e6;
    min-height: 100%;
}

.loader {
    position: absolute;
    text-align: center;
    width: 100%;
    height: 2em;
    top: 50%;
    margin-top: -1em;
}

.loader_letter {
    text-transform: uppercase;
    color: #fff;
    font-family: "Helvetica", sans-serif;
    font-weight: bold;
    padding: 0 .2em;
    font-size: 2em;
    line-height: 1;
    position: relative;
    display: inline-block;
    animation: bounce 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) infinite alternate;
}

.loader_letter:nth-child(1) {
    animation-delay: 0s;
}

.loader_letter:nth-child(2) {
    animation-delay: 0.05s;
}

.loader_letter:nth-child(3) {
    animation-delay: 0.1s;
}

.loader_letter:nth-child(4) {
    animation-delay: 0.15s;
}

.loader_letter:nth-child(5) {
    animation-delay: 0.2s;
}

.loader_letter:nth-child(6) {
    animation-delay: 0.25s;
}

.loader_letter:nth-child(7) {
    animation-delay: 0.3s;
}

@keyframes bounce {
    0% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(-1em);
    }
}

.logo_show {
    display: block;
    background: url(../img/goeasy-3_03.png) 0 0 no-repeat;
    width: 77px;
    height: 100px;
    position: absolute;
    left: 0px;
    top: -187px;
    bottom: 0;
    right: 0;
    margin: auto;
    animation: adsb 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) infinite alternate;
}
.logo_menu {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: -6px;

}
.logo_menu ul {
    display: none;
    width: 140px;
    background-color: #fff;
    margin-top:3.5em;
    padding: 20px 25px;
    border-radius: 20px 0 20px 0;
}
.logo_menu ul li {
    line-height:32px;
    position: relative;

}
.logo_menu ul li:after{

    border-bottom:#EBEBEB solid 1px;
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    left: 0;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.logo_menu ul li:hover:after{
   width: 50%;
   border-bottom:#00a8ff solid 1px;
}
.logo_menu ul li:hover a {
    color: #00a8ff;
}
.logo_menu ul li:last-child{
    border-bottom: none;
}
.logo_menu ul li a {
    color: #868686;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

@keyframes adsb {
    0% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(-1em);
    }
}

@media screen and (min-width: 1600px) {
    .wap_box .yu .lei_e {
        width: 49.12%;
        padding: 15% 0;
        margin: 0.4%;
        height: 36%;
    }
}

/*# sourceMappingURL=style.css.map */
