* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: #333;
}

html, body {
    position: relative;
    margin: 0;
    width: 100%;
    height: 100%;
    min-width: 1280px;
    font-family: 'microsoft YaHei' !important;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 16px;
}

.app-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
}

.app-hide {
    display: none;
}

.app-herder-content {
    position: fixed;
    top: 0;
    width: 100%;
    height: 62px;
    padding: 8px 0 10px;
    background: #0F172E;
    z-index: 10;
}

.app-herder-logo,
.pksse-operator-content {
    display: inline-block;
    vertical-align: top;
}

.is-right {
    float: right;
}

.app-main {
    width: 1200px;
    margin: 0 auto;
}

.pksse-operator-content {
    margin-top: 3px;
}

.pksse-operator-content .pksse-operator-item {
    position: relative;
    display: inline-block;
    padding: 9px 35px 8px;
    font-size: 16px;
    color: #fff;
    -webkit-border-radius: 19px;
    -moz-border-radius: 19px;
    border-radius: 19px;
    overflow: hidden;
    cursor: pointer;
}

.pksse-operator-item span {
    display: inline-block;
    color: #fff;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
}

.pksse-operator-item:hover span {
    -webkit-transform: translateX(135px);
    -moz-transform: translateX(135px);
    -ms-transform: translateX(1350px);
    -o-transform: translateX(135px);
    transform: translateX(135px);
}

.pksse-operator-item:before {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 38px;
    -webkit-border-radius: 19px;
    -moz-border-radius: 19px;
    border-radius: 19px;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
}

.pksse-operator-item:hover:before {
    left: 0;
    background-color: #0093dd;
}

.app-mini-banner {
    display: none;
    position: fixed;
    top:62px;
    width: 100%;
    height: 88px;
    padding-top: 25px;
    text-align: center;
    background: #399BF9;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
    z-index: 10;
}

.app-mini-banner .app-login-btn-1 {
    background: #fff;
    color: #399BF9;
}

.app-mini-banner .app-login-btn-1:hover {
    background: rgba(255,255,255,.6);
}

.app-main-banner {
    position: relative;
    width: 100%;
    height: calc(100vh - 62px);
    margin-top: 62px;
    background: url("../images/gis-bg.png") no-repeat 50% 50%;
    background-size: cover;
}

.app-banner-icon {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 15px;
    color: #fff;
    font-size: 12px;
    transform: translateX(-50%);
}

.app-banner-icon b {
    margin-left: 5px;
    color: #fff;
    vertical-align: -2px;
}

.app-banner-btn {
    position: absolute;
    bottom: 95px;
    left: 50%;
    transform: translateX(-50%);
}

.app-login-btn {
    display: inline-block;
    width:146px;
    height:38px;
    text-align: center;
    line-height: 32px;
    font-size: 20px;
    color: #fff;
    box-shadow:0px 4px 6px 0px rgba(15,145,255,0.3);
    border-radius:6px;
    border:2px solid rgba(255,255,255,1);
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
    cursor: pointer;
}

.app-login-btn + .app-login-btn {
    margin-left: 30px;
}

.app-login-btn-1 {
    border: 0;
    line-height: 38px;
    background:linear-gradient(180deg,rgba(101,194,255,1) 0%,rgba(53,142,255,1) 100%);
    box-shadow:0px 4px 6px 0px rgba(15,145,255,0.3);
}

.app-login-btn-1:hover {
    background: linear-gradient(180deg,rgb(49 164 240) 0%,rgb(0 90 203) 100%);
}

.app-login-btn-2:hover {
    box-shadow: inset 0px 50px rgba(255,255,255,0.3);
}

.app-terrace-content {
    padding-top: 50px;
    padding-bottom: 44px;
    text-align: center;
}

.app-terrace-content h3 {
    font-size: 24px;
    color: #333;
    font-weight: normal;
}

.app-terrace-content p {
    display: inline-block;
    margin: 0 auto;
    position: relative;
    margin-top: 10px;
    font-size: 16px;
}

.app-terrace-content p span {
    margin-left: 10px;
}

.app-terrace-content p:before,
.app-terrace-content p:after {
    position: absolute;
    top: 50%;
    content: '';
    width: 58px;
    height: 1px;
    background: #333;
    transform: translateY(-50%);
}

.app-terrace-content p:before {
    left: -68px;
}

.app-terrace-content p:after {
    right: -68px;
}

.app-terrace-item {
    width: 314px;
    padding-top: 50px;
    margin: 0 auto;
}

.app-terrace-block span {
    display: block;
    margin-top: 15px;
    font-size: 14px;
    color: #333;
}

.app-bg {
    background: #f9f9f9;
}

.app-space-content {
    text-align: center;
    padding-top: 24px;
}

.app-space-content h3 {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: normal;
}

.app-space-content p {
    display: inline-block;
    font-size: 14px;
    color: #666;
}

.app-space-item {
    width: 850px;
    padding-top: 47px;
    padding-bottom: 35px;
    margin: 0 auto;
}

.app-space-block {
    display: inline-block;
}

.app-space-block span {
    display: block;
    font-size: 14px;
    margin-top: 25px;
}

.app-gis-operator {
    padding: 29px 25px 0;
}

.app-gis-operator h3,
.app-service-content h3,
.app-gis-app h3,
.app-feature-content h3 {
    position: relative;
    font-size: 20px;
    text-align: center;
    font-weight: normal;
}

.app-gis-operator h3:before,
.app-service-content h3:before,
.app-gis-app h3:before,
.app-feature-content h3:before {
    position: absolute;
    content: '';
    left: 50%;
    bottom: -8px;
    width: 66px;
    height: 2px;
    background: #333;
    transform: translateX(-50%);
}

.app-gis-nr {
    margin-top: 35px;
}

.app-gis-left,
.app-gis-right {
    display: inline-block;
    vertical-align: top;
}

.app-gis-left {
    width: 410px;
    height: 200px;
    text-align: inherit;
}

.app-gis-right {
    flex: 1;
    padding-left: 140px;
}

.app-gis-right h6 {
    margin-bottom: 3px;
    font-size: 16px;
    font-weight: 500;
}

.app-gis-right p {
    margin-bottom: 8px;
    font-size: 14px;
    color: #666;
    line-height: 20px;
}

.app-service-content {
    margin-top: 50px;
    margin-bottom: 57px;
}

.app-service-nr {
    margin-top: 40px;
}

.app-service-card {
    position: relative;
    width:1036px;
    height:79px;
    margin: 0 auto;
    background:rgba(255,255,255,1);
    border-radius:6px;
    border:1px solid rgba(221,221,221,1);
}

.app-service-img,
.app-service-box {
    display: inline-block;
    vertical-align: top;
}

.app-service-img {
    width: 130px;
    height: 77px;
    text-align: center;
}

.app-service-img b {
    font-size: 48px;
    line-height: 77px;
}

.app-service-box {
    flex: 1;
    position: absolute;
    top: 50%;
    left: 130px;
    padding-right: 35px;
    transform: translateY(-50%);
}

.app-service-box h4 {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 8px;
}

.app-service-box p {
    font-size: 14px;
    line-height: 18px;
    color: #666;
}

.app-service-card + .app-service-card {
    margin-top: 8px;
}

.app-gis-app {
    text-align: center;
    padding: 38px 30px 59px;
}

.app-gis-block {
    margin-top: 55px;
}

.app-gis-bc,
.app-gis-bc b,
.app-gis-bc span {
    display: block;
}

.app-gis-bc b {
    font-size: 50px;
}

.app-gis-bc span {
    margin-top: 20px;
    font-size: 16px;
}

.app-feature-content {
    padding-top: 30px;
    padding-bottom: 35px;
}

.app-feature-left {
    padding-top: 20px;
    width: 660px;
    height: 300px;
}

.app-feature-flex {
    margin-top: 75px;
}

.app-feature-right {
    flex: 1;
}

.app-feature-right h6 {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: normal;
}

.app-feature-right p {
    font-size: 14px;
    margin-bottom: 8px;
    line-height: 18px;
    color: #666;
}

.app-feature-show {
    font-size: 14px;
    cursor: pointer;
}

.app-feature-show span {
    color: #399BF9;
}

.app-feature-show b {
    margin-left: 5px;
    color: #399BF9;
    vertical-align: -2px;
}

.app-togger-feature {
    height: 284px;
    overflow: hidden;
}

.footarea {
    position: relative;
    width: 100%;
    min-width: 1200px;
    height: 280px;
    background: #2071C2;
    color: #fff;
    overflow: hidden;
}

.pksse-canvas-container {
    float: right;
    width: 64%;
    height: 100%;
    overflow: hidden;
}

.pksse-canvas-footer {
    float: left;
    width: 16%;
    height: 100%;
    overflow: hidden;
}

.footcont {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
    padding: 15px 0 0;
}

.footcont .lelogo {
    width: 243px;
    height: 166px;
    margin-top: 3px;
    float: left;
    background: url('../images/energy_home_1300_1000.png') -250px 0 no-repeat;
}

.footcont .rightabout {
    float: left;
    display: table;
    text-align: left;
    padding-left: 100px;
    padding-top: 20px;
}

.footcont .rightabout .partcol {
    display: table-cell;
    padding-left: 35px;
}

.footcont .rightabout .partcol:first-child {
    position: relative;
    padding-right: 100px;
}

.footcont .rightabout .partcol:first-child:after {
    content: '';
    position: absolute;
    left: 100%;
    top: 0;
    width: 1px;
    height: 100%;
    background: -moz-linear-gradient(top, #2071c2 -6%,rgba(255,255,255,.85) 45%, #2071c2 113%);
    background: -webkit-linear-gradient(top, #2071c2 -6%,rgba(255,255,255,.85) 45%, #2071c2 113%);
    background: -o-linear-gradient(top, #2071c2 -6%,rgba(255,255,255,.85) 45%, #2071c2 113%);
    background: -ms-linear-gradient(top, #2071c2 -6%,rgba(255,255,255,.85) 45%, #2071c2 113%);
    background: linear-gradient(to top, #2071c2 -6%,rgba(255,255,255,.85) 45%, #2071c2 113%);
}

.footcont .rightabout .partcol:last-child {
    padding-left: 100px;
}


.footcont .rightabout .partcol h2 {
    clear: both;
    line-height: 22px;
    padding: 0 0 0;
    text-align: left;
    margin: 0;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
}

.footcont .rightabout .partcol h3 {
    clear: both;
    line-height: 22px;
    padding: 0 0 0;
    margin: 0;
    font-size: 14px;
    color: #fff;
    font-family: "Arial";
    font-weight: normal;
}

.footcont .rightabout .partcol ul {
    float: left;
    padding: 20px 0 0;
}

.footcont .rightabout .partcol li {
    clear: both;
    list-style-type: none;
    padding: 0;
    height: 24px;
    line-height: 24px;
    text-align: left;
    font-size: 14px;
    color: #fff;
    white-space: nowrap;
}

.footcont a:link, .footcont a:hover, .footcont a:visited {
    color: #fff;
}

.pe-copyright {
    display: block;
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.pe-copyright span {
    margin-left: 155px;
    font-size: 12px;
    color: #fff;
}

.clear-fix:before,
.clear-fix:after {
    content: '';
    display: table;
}

.clear-fix:after {
    clear: both;
}

.pksse-feedback-container {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background-color: rgba(0,0,0,.45);
    z-index: 999999;
}

.pksse-feedback-iframe {
    overflow: hidden;
}

.pksse-feedback-close {
    position: absolute;
    top: -10px;
    right: -9px;
    display: block;
    width: 30px;
    height: 30px;
    font-size: 30px;
    background-color: #fff;
    color: #e09c56;
    border-radius: 50%;
    z-index: 100;
    cursor: pointer;
}

.pksse-feedback-close:hover {
    color: #e09c56;
}

.pksse-feedback-close b {
    vertical-align: 7px;
    color: #e09c56;
}

.pksse-feedback-panel {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding-top: 10px;
    border: 2px solid #2071c2;
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.suggestion-box {
    margin: 15px 20px 0;
    padding-bottom: 20px;
    font-size: 16px;
    color: #2071c2;
    border-bottom: 1px solid #cbcbcb;
}

.pksse-feedback-panel .layui-form-label {
    float: none;
    display: block;
    width: auto;
    font-size: 16px;
    text-align: left;
    color: #444;
}

.pksse-feedback-panel .layui-form-label span {
    margin-right: 2px;
    color: red;
    vertical-align: -2px;
}

.pksse-feedback-panel .layui-input,
.pksse-feedback-panel .layui-textarea {
    font-size: 14px;
    resize: none;
}

.pksse-feedback-panel .layui-input-block {
    margin-left: 20px;
    margin-right: 20px;
}

.pksse-feedback-contact {
    padding-left: 20px;
}

.pksse-feedback-split .layui-btn {
    height: 34px;
    line-height: 34px;
    padding: 0 30px;
    background-color: #2071c2;
}

.pksse-feedback-split {
    padding-top: 15px;
    border-top: 1px solid #dedede;
}

.pksse-feedback-split .layui-btn.layui-btn-outline {
    color: #444;
    background-color: transparent;
    border: 1px solid #2071c2;
}

.pksse-feedback-split .layui-btn + .layui-btn {
    margin-left: 20px;
}

.pksse-feedback-split h5 {
    font-size: 16px;
    margin-bottom: 10px;
}

.pksse-feedback-split p {
    line-height: 26px;
    font-size: 14px;
}