﻿body {
    font-size: 13px !important;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol" !important;
    overflow-x:hidden;
}

.extr-page-header-space {
    display: block;
    vertical-align: middle;
    font-size: 24px;
    color: #fff;
    margin-left: 15px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol" !important;
}


#main {
    margin-top: 0 !important;
}

#main {
    background: #fff;
    margin: 0;
}

#main {
    padding-top: 20px;
}

#main {
    padding: 0;
    padding-bottom: 52px;
    min-height: 500px;
    position: relative;
    border:0;
    width:1920px;
    margin-left:auto;
    margin-right:auto;

}

#scrollView{
    width:1920px;
}


.well {
    position: absolute;
    top: 50px;
    left: 100px;
    border: 1px solid #ddd;
    width: 300px;
}
.loginform {
    margin: 0;
    outline: 0;
    color: #666;
    position: relative;
}

    .loginform header {
        padding: 15px 13px;
        margin: 0;
        font-size: 16px;
        border-bottom: 1px solid rgba(0,0,0,.1);
        background: rgba(248,248,248,.9);
    }


    .loginform fieldset {
        display: block;
        padding: 25px 14px 5px;
        border: none;
        background: rgba(255,255,255,.9);
        position: relative;
        margin-top: 0px !important;
        margin-bottom: 0px;
    }
.loginform section {
    margin-bottom: 15px;
    position: relative;
}
.loginform .label {
    display: block;
    margin-bottom: 6px;
    line-height: 19px;
    font-weight: 400;
    font-size: 13px;
    color: #333;
    text-align: left;
    white-space: normal;
}
.loginform footer {
    display: block;
    height:62px;
    padding: 7px 14px 15px;
    border-top: 1px solid rgba(0,0,0,.1);
    background: rgba(248,248,248,.9);
}
    .loginform footer .btn {
        float: right;
        height: 31px;
        margin: 10px 0 0 5px;
        padding: 0 22px;
        cursor: pointer;
    }

#scrollview-home .photo {
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.photo1 {
    background-image: url("../Images/photo/0.png");
}

.photo2 {
    background-image: url("../Images/photo/1.jpeg");
}

.photo3 {
    background-image: url("../Images/photo/2.jpeg");
}

.companyInfo{
    margin:0;
    color:#666;
    padding:0 20px;
}
    .companyInfo>div{
        margin-top:30px;

    }
        .companyInfo > div > div{
            margin-bottom:20px;
        }
        .companyInfo > div > p > i {
            margin-right: 10px;
        }
        .companyInfo .companyName {
            font-size: 16px;
            color: #808080;
            border-bottom: 1px dotted rgba(0,0,0,.1);
            height: 28px;
            line-height: 24px;
        }

span.k-tooltip {
    position: absolute;
    height: 24px;
    top: 64px;
    left: 10px;
}

@media screen and (max-width: 1366px) {
    #main {
        width: 1366px;
    }
    #scrollView {
        width: 1366px;
    }
}

@media screen and (max-width: 768px) {
    #main {
        width: 768px;
    }

    #scrollView {
        width: 768px;
    }
}