﻿@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.1.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), 
      url('../fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'), 
      url('../fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), 
      url('../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}


body {
    background: #fff;
    margin: 0;
    color: #333;
    font-size: 16px;
    font-family:'FangSong'
}

* {
    margin: 0;
}
.container {
    width: 1170px;
}

.container {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    text-align:center;
}

.rl-head {
    height: 100px;
}

    .rl-head div {
        line-height: 100px;
    }

.left,
.right {
    display: inline-block;
    width: 49%;
    position: relative;
    vertical-align: top;
}

.right {
    text-align: right;
}

.rl-head .left .logo-img {
    /*height: 50px;*/
    width: 130px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    padding: 3px 1px;
    border-radius: 5px;
    background-color: #19b;
    border: 1px solid #19b;
}

.rl-head .left .logo-text {
    margin-left: 180px;
    padding: 1px 30px;
    border-left: 1px solid #ccc;
    font-size: 26px;
}

.rl-head .right a {
    color: #666;
    text-decoration: none;
    padding-left: 20px;
}

    .rl-head .right a:not(:last-child) {
        padding-right: 21px;
        border-right: 1px solid #ccc;
    }

    .rl-head .right a:hover {
        color: #6bd;
    }

.rl-body .title {
    height: 438px;
    background: #19b;
    color: #fff;
}

    .rl-body .title .left {
        line-height: 418px;
        text-align: right;
    }

        .rl-body .title .left div {
            display: inline-block;
            vertical-align: middle;
        }

            .rl-body .title .left div p {
                line-height: 50px;
            }

    .rl-body .title .right .img {
        position:relative;
        display:inline-block;
        height: 300px;
        width: 500px;
        padding: 0;
        margin-top: 64px;
        background: #f3f3f3;
        border-radius: 5px;
        overflow:hidden;
        border:5px solid;
    }
    .img img{
        width:100%;
        height:100%;
    }

.rl-body .vision {
    /*background:#f3f3f3;*/
    /*height:438px;*/
}

    .rl-body .vision .col4 {
        padding: 60px 20px;
    }

.rl-body .caption {
    color: #666;
    margin-top: 20px;
    font-size: 18px;
}

.rl-body .desc {
    margin-top: 20px;
    color: #999;
    font-size: 14px;
    line-height: 1.5;
}

.col4 {
    box-sizing: border-box;
    display: inline-block;
    width: 24.5%;
    position: relative;
    vertical-align: top;
    text-align: center;
}

.rl-body .service {
    background: #f3f3f3;
}

    .rl-body .service .container {
        padding: 30px;
    }

    .rl-body .service .col {
        display: inline-block;
        background: #fff;
        width: 250px;
        height: 230px;
        margin: 40px 50px;
        padding: 30px 10px;
        position: relative;
        vertical-align: top;
        text-align: center;
        border: .5px solid #ddd;
        box-shadow: 0 2px 3px 0 #6bd;
    }

.service .col ul {
    margin-top: 20px;
}

.rl-foot {
    height: 200px;
    background: #333;
    color: #999;
    font-size: 14px;
}

    .rl-foot .left {
        line-height: 200px;
        text-align:left;
    }
        /*.rl-foot .left p{
            line-height:2;
        }*/
        .rl-foot .left div {
            display: inline-block;
            vertical-align: middle;
        }

            .rl-foot .left div p {
                line-height: 30px;
            }

        .rl-foot .left .line {
            width: 500px;
            height: .5px;
            background: #666;
        }

    .rl-foot .right img {
        width: 100px;
        height: 100px;
        margin-top: 40px;
    }

    .rl-foot a {
        color: #999;
        text-decoration: none;
    }
    .rl-foot .interval{
        display:inline-block;
        width:20px;
    }

.font-icon {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    text-align: center;
}

.vision .font-icon {
    color: #6bd;
    font-size: 50px;
    width: 50px;
    height: 50px;
}

.service .font-icon {
    color: #6bd;
    font-size: 50px;
    width: 50px;
    height: 50px;
}

.icon-circle {
    display: inline-block;
    padding: 25px;
    border: .5px solid #6bd;
    border-radius: 50%;
}

ul {
    padding-left: 20px;
    text-align: left;
    margin-top: 30px;
    font-size: 14px;
    color: #999;
}

li {
    list-style: none;
    margin: 10px;
}

    li:before {
        font-family: FontAwesome;
        color: #6bd;
        content: "\f05d";
        margin-right: 2px;
        font-size: 13px;
        margin-right: 10px;
    }


@-webkit-keyframes left-slide-in {
    0% {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

@-webkit-keyframes left-slide-out {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    100% {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
    }
}
@keyframes left-slide-in {
    0% {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

@keyframes left-slide-out {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    100% {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
    }
}
.rl-slide{
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
}
.rl-slide.left-in {
    -webkit-animation: left-slide-in .5s forwards;
    animation: left-slide-in .5s forwards;
}

.rl-slide.left-out {
    -webkit-animation: left-slide-out .5s forwards;
    animation: left-slide-out .5s forwards;
}
.rl-slide.left-origin{
    left:150%;
}

.login-box{
    background: rgba(10, 60, 80, 0.70);
    width:300px;
    height:220px;
    position: absolute;
    top:0;
    right:0;
    border-left:2px solid #fff;
    color:#fff;
    padding:40px 5px;
    text-align:center;
    z-index:100;
    font-size:15px;
}
.login-box div{
    margin:10px 5px;
}
.login-box .btn-area{
    margin-top:20px;
}
.login-box .error-msg{
    color:red;
    background:rgba(255, 255, 255, 0.70)
}
.login-box .font-icon{
    height:32px;
    width:22px;
    line-height: 32px;
}
.login-box .link{
    position:absolute;
    right:10px;
    top:5px;
    color:#ccc;
    text-decoration:none;
    font-size:14px;
}
.login-box .link:hover{
    color:#fff;
}
#img_qr{
    width:200px;
    height:200px;
} 
.text-control {
    height: 32px;
    line-height: 32px;
    padding: 1px 0px 1px 5px;
    font-size: 14px;
    border-radius: 3px;
    width: 130px;
    box-sizing: border-box;
    color: #fff;
    background:none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
    .text-control:focus
    {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 12px rgba(200, 230, 255, 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 12px rgba(200, 230, 255, 0.60);
    }

.rl-btn{
    background:rgba(17, 153, 187, 0.60);
    color: #fff;
    padding: 5px 30px;
    border: none;
    border-radius: 2px;
    cursor:pointer;
}
.rl-btn:focus{
    outline:0;
}
.rl-btn:active{
    background:#6bd;
    outline:0;
}
@-webkit-keyframes trans-login-in {
    0% {
        -webkit-transform: translateZ(100%,0,0);
        transform: translate3d(100%,0,0);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateZ(50%);
        transform: translateZ(50%);
        opacity: 1;
    }
}
@keyframes trans-login-in {
    0% {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateZ(50%);
        transform: translateZ(50%);
        opacity: 1;
    }
}
@-webkit-keyframes trans-login-out {
    0% {
        -webkit-transform: translateZ(50%);
        transform: translateZ(50%);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateZ(100%,0,0);
        transform: translate3d(100%,0,0);
        opacity: 0;
    }
}
@keyframes trans-login-out {
    0% {
        -webkit-transform: translateZ(50%);
        transform: translateZ(50%);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateZ(100%,0,0);
        transform: translate3d(100%,0,0);
        opacity: 0;
    }
}
.login-in {
    -webkit-animation: trans-login-in .5s forwards;
    animation: trans-login-in .5s forwards;
}
.login-out {
    -webkit-animation: trans-login-out .5s forwards;
    animation: trans-login-out .5s forwards;
}

.loading-center
{
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    background: url("../../images/frame/loading.gif") no-repeat center center rgba(255, 255, 255, 0.80);
    z-index:12000;
    line-height:calc(100% - 30px);
}
