@import "reset.css";

body{
    /*width:100%;*/
    font-family: 微软雅黑;
}

.topBannerCtx{
    position: relative;
}

.topBannerImgDescCtx{
    width:100%;
    position: absolute;
    left: 0;
    top:0;
}

.topLogo{
    position: relative;
    width:8.3%;
    top: 1.9vw;
    left: 2.5vw;
}

.topBannerDesc{
    width: 100%;
    color: #fff;
    font-size:1vw;
    text-align: center;
    margin: 17vw auto 0;
}

.download_btn{
    position: relative;
    width:17.7vw;
    height: 5.2vw;
    padding-top: 0.5vw;
    /*line-height: 102px;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid white;
    color: #fff;
    text-align: center;
    font-size: 1.7vw;
    background-color: #000;
    border-radius: 0.5vw;
    margin: 18vw auto 0;
}

.btn_sub{
    font-size: 1vw;
}

/*.download_btn:after{*/
    /*content: '已互联网的方式联系马场';*/
    /*width:100%;*/
    /*position: absolute;*/
    /*left: 0;*/
    /*bottom: -50px;*/
    /*font-size: 25px;*/
    /*line-height: initial;*/
/*}*/

.btn_desc{
    font-size: 1.1vw;
    margin-top: 0.5vw;
    color: white;
    text-align: center;
}

.secondTitle{
    font-size: 2.1vw;
    text-align: center;
    line-height: 2.9vw;
    margin-top: 5.2vw;
}

.secondSubTitle{
    /*font-weight: 900;*/
    font-size: 1.2vw;
    color: #334359;
}

.secondPImg{
    /*width:100%;*/
    /*float: left;*/
    margin-top: 5.2vw;
    background-color: #50bbbf;
    color: #ffffff;
}

.secondPImgLeft{
    float: left;
    width:50%;
}

.secondPImgRight{
    width:50%;
    float: left;
    background-color: #50bbbf;
    font-size: 1.3vw;
    box-sizing: border-box;
}

.secondPImgRightTitle{
    margin-left: 7.3vw;
    margin-top: 15.6vw;
    line-height: 2.6vw;
}

.secondPImgRightSubTitle{
    margin-left: 7.3vw;
    margin-top: 3.5vw;
    font-size: 2.3vw;
}

.thirdTitle{
    margin-top: 5.2vw;
    font-size: 2.1vw;
    text-align: center;
    line-height: 2.9vw;
}

.thirdSubTitle{
    /*font-weight: 900;*/
    font-size: 1.2vw;
    color: #334359;
}

.thirdCtx{
    position: relative;
    margin-top: 5.2vw;
    background-color: #668ad2;
    color: white;
}

.matouImg{
    position: relative;
    width:34.2vw;
    float: left;
    margin-top: -8vw;
    z-index: 2;
}

.earthLineImg{
    width:71.7vw;
    position: absolute;
    right:0;
    bottom: 0;
}

.thirdDesc{
    margin-left: 43.8vw;
    padding-top: 5.6vw;
}

.thirdDescMain{
    font-size: 1.7vw;
}

.thirdDescSub{
    font-size: 1.4vw;
    line-height: 2.3vw;
    margin-top: 3vw;
}

.fourthTitle{
    margin-top: 7vw;
    font-size: 2.1vw;
    text-align: center;
    line-height: 2.9vw;
}

.fourthSubTitle{
    /*font-weight: 900;*/
    font-size: 1.2vw;
    color: #334359;
}

.thdPlatform{
    margin: 1.6vw auto 0;
    text-align: center;
    letter-spacing: 1.45vw;
}

.thdIcon{
    width:4.5vw;
    display: inline-block;
}

.fenge{
    position: relative;
    font-size: 1.2vw;
    color: #222222;
    margin-top: 9.4vw;
    text-align: center;
}

.fenge:before,.fenge:after{
    content: '';
    position: absolute;
    top:50%;
    width: 20.8vw;
    height: 1px;
    margin-top: -0.5px;
    background-color: #999999;
}

.fenge:before{
    left: 19.8vw;
}

.fenge:after{
    right: 19.8vw;
}

.er_code{
    margin-top: 7.5vw;
    text-align: center;
    font-size: 1.25vw;
    color: #222222;
}

.download_code{
    width: 10.2vw;
    display: inline-block;
}

.focusWX_code{
    width: 10.2vw;
    display: inline-block;
    margin-left: 7vw;
}

.fifthPart{
    position: relative;
    background-color: #64c1fc;
    color: #fff;
    padding-top:2.9vw;
    padding-bottom:2.2vw;
    margin-top: 8vw;
    text-align: center;
}

.fifthPart:before{
    content: '';
    position: absolute;
    left: 50%;
    top: -1vw;
    width:0;
    height:0;
    /*transform: translateX(50%);*/
    border-left: 0.9vw solid transparent;
    border-right: 0.9vw solid transparent;
    border-bottom:1.1vw solid #64c1fc;
    margin-left: -0.9vw;
}

.fifthLogo{
    width:12%;
    display: inline-block;
    vertical-align: middle;
}

.tel{
    display: inline-block;
    font-size: 3vw;
    margin-left: 5%;
    vertical-align: middle;
}

.copyright{
    text-align: center;
    padding:1.9vw 0;
    font-size: 1.1vw;
    color: #999999;
}

