@CHARSET "UTF-8";

html{
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
body{
    font-size: 13px;
    color: #676a6c;
}
html, body{
    height:100%;
}

::-webkit-scrollbar-track {
    background-color: #F5F5F5
}

::-webkit-scrollbar {
    width: 6px;
    height:6px;
    background-color: #F5F5F5
}

::-webkit-scrollbar-thumb {
    background-color: #999;
}
::-webkit-scrollbar-thumb:vertical
{
    border-radius:6px;
}
* {
    margin:0;
    padding:0;
    outline:none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.pms-home{
    position: relative;
    width:100%;
    height:100%;
    background: url('../../images/guidePage/bg.png') center;
    background-size: cover;
    min-height:740px;
    font-family:Microsoft YaHei;
    overflow-x:auto;
}
.pms-stripe{
    position: absolute;
    width: 100%;
    height:296px;
    background:none;
    top:50%;
    left:0;
    margin-top:-190px;
    overflow: visible;
    min-width:1200px;
}
.pms-info{
    width:78%;
    min-width: 1200px;
    height:504px;
    margin:-50px auto;
    overflow:hidden;
}
.pms-left{
    height: 100%;
    text-align:center;
    float:left;
    margin-left: 10%;
}
.pms-left img{
    margin-top:123px;
    max-height: 85px;
    height:85px;
}
.pms-left h1{
    margin-top:30px;
    font-family:Microsoft YaHei;
    font-size: 45px;
    color:#fff;
    font-weight: bold;
    margin-bottom: 10px;
}
.pms-right{
    position: relative;
    float:right;
    height:250px;
    background: #fff;
    background-size: 100%;
    overflow: visible;
}
.pms-right h2{
    font-size: 36px;
    margin-bottom: 20px;
    color: #333;
    font-weight: normal;
}
.pms-login-con{
    width:310px;
    margin:50px auto 25px;
}
.pms-login-con  p{
    font-size:15px;
    color:#333;
    line-height: 30px;
    text-align: justify;
    margin:0;
}
.pms-login-con .guidePage_txt{
    line-height: 30px;
    text-indent: 2em;
    text-align: justify;
}


.pms-login-button{
    position: absolute;
    bottom:-75px;
    left:50%;
    width:241px;
    height:50px;
    margin-left:-120px;
    border-radius:6px;
    font-size:20px;
    color:#fff;
    letter-spacing:10px;
    background: none;
    text-align:center;
    line-height:50px;
    cursor: pointer;
}

.pms-login-button img{
    position: absolute;
    bottom:10px;
    right:60px;
}

.pms-footer{
    position: absolute;
    width:78%;
    min-width: 1200px;
    text-align: right;
    bottom:30px;
    font-size:14px;
    color: #333;
    left:0;
    right:0;
    margin:0 auto;
}
.pms-footer p{
    margin-bottom:20px;
    text-align: right;
    padding-right: 75px;
}
.pms-footer p+p{
    padding-right: 0px;
}
.pms-footer span{
    margin-right:20px;
}
@media screen and (max-width: 1200px) {
    .pms-footer{
        width: 1200px;
        position:absolute;
        transform: translateX(0);
        left: 0;
    }
}



.pms-home .btn-submit {
    font-size: 20px;
    width: 100%;
    height: 100%;
    color: #fff;
    letter-spacing: 10px;
    background: #f5b60b;
    text-align: center;
    cursor: pointer;
    border: none;
    border-radius: 6px;
    display:inline-block;
}
.pms-home .btn-submit:hover{
    background: #eab116;
}

.pms-login-button{
    opacity: 0.9;
}

