@charset "UTF-8";

/*--------------------- 通用 ---------------------*/
html {
    font-family: "Helvetica", "Arial", "微软雅黑", "宋体", sans-serif;

    -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
img {
    border: 0;
}
body,
div,
ul,
ol,
li {
    padding: 0;
    margin: 0;
}
a:hover,
a:active {
    -webkit-tap-highlight-color: rgba(0, 0, 0, .7);
}

a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.blank10 {
    width: 100%;
    height: 10px;
    clear: both;
}
.blank50 {
    width: 100%;
    height: 50px;
    clear: both;
}
.blank100 {
    width: 100%;
    height: 100px;
    clear: both;
}
.blankLine {
    margin-top: 12px;
    height: 210px;
    text-align: center;
}
.line {
    height: 210px;
    border-right: 1px solid #c1c1c1;
    width: 50%;
}
.center {
    text-align: center;
}

.toplogo{
    position: relative;
    z-index: 999;
    height: 80px;
    text-align: center;
    color: #FFFFFF;
}

.topTitle {
    position: relative;
    z-index: 999;

    font-family: "Montserrat",sans-serif;
    font-size: 20px;
    line-height: 100px;
    text-align: center;
    border-bottom: 1px solid #ffffff;

    color: #FFFFFF;
}
.titleItem1 {
    position: relative;
    z-index: 999;

    font-family: "Montserrat",sans-serif;
    font-size: 20px;
    line-height: 100px;
    margin-right:115px;

    color: #FFFFFF;
}
.titleItem2 {
    position: relative;
    z-index: 999;

    font-family: "Montserrat",sans-serif;
    font-size: 20px;
    line-height: 100px;
    margin-right:85px;

    color: #FFFFFF;
}
.topChoose{
    position: relative;
    z-index: 999;

    font-family: "Montserrat",sans-serif;
    font-size: 15px;
    margin-top:-15px;
    text-align: center;

    color: #FFFFFF;
}
h1 {
    position: relative;
    z-index: 999;

    font-family: "Montserrat", sans-serif;
    font-size: 75px;
    font-weight: bold;

    text-align: center;
    text-transform: uppercase;

    color: #fff;
}
h2 {
    position: relative;
    z-index: 999;

    font-family: "Montserrat", sans-serif;
    font-size: 40px;
    font-weight: normal;
    padding-bottom: 50px;
    text-align: center;

    color: #fff;
}
.login {
    position: relative;
    z-index: 999;

    display: block;
    width: 200px;
    height: 40px;
    margin: 0 auto;

    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    line-height:45px;

    text-align: center;
    text-decoration: none;
    text-transform: uppercase;

    color:blue;
    border-radius: 50px;
    background: #ffffff;
}
.trial:hover {
    background: #dec209;
}
.topbg {
    position: relative;
    width: 100%;
    height:905px;

    background: url(images/bg.png) center no-repeat;
    background-size: cover;
}

.top {
    position: relative;

    display: block;
    width: 1000px;
    height: 905px;
    margin: 0 auto;
}
.w1000 {
    display: block;
    width: 1000px;
    margin: 0 auto;
    clear: both;
}
h3 {
    font-size: 36px;
    font-weight: normal;
}
p {
    font-size: 14px;
    font-weight: lighter;

    color: #abb5c4;
}
.title{
    font-size: 60px;
}
.f24 {
    font-size: 52px;
}
.intro{
    box-shadow: rgba(228,232,239,1) 0px 0px 80px;
    margin:0 auto;
    z-index: 9;
    font-size:40px;
    width:880px;
    line-height: 150px;
    background-color: #ffffff;
}
.introItem{
    font-size:40px;
    color:#454545;
}
.introItem:hover{
    width:1130px;
    z-index: 9;
    background-color: #ffffff;
    margin-left: -135px;
    font-size:40px;
    line-height: 150px;
    box-shadow: rgba(228,232,239,1) 0px 0px 30px;
    color:#454545;
}
.img{
    vertical-align: middle;
}
.split{
    width:540px;
    margin:0 auto;
    border-bottom: 1px solid #e9e9e8;
}
.bottom{
    width: 100%;
    z-index:-1;
    position: relative;
    height: 1190px;
    text-align: center;
    margin-top: -550px;
}
.bottombg{
    width: 100%;
    z-index: -1;
    position: relative;
    height: 1190px;
    text-align: center;
    margin-top: -550px;

    background: url(images/line.png) center no-repeat;
    background-size: cover;
}
.recruitLogo{
    z-index: 999;
    padding-top: 1000px;
}
.copyright{
    z-index: 999;
    padding-top: 40px;
    color: #a2a2a2;
}
@media (max-width: 999px) {
    .topbg {
        width: 100%;
    }
    .bottom {
        width: 100%;
    }
}
