﻿* {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

html,
body {
    width: 100%;
    font-size: 14px;
    color: #666;
    line-height: 24px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

    .row:before,
    .row:after {
        content: "";
        display: table;
    }

    .row:after {
        clear: both;
    }

    .row .col {
        float: left;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        box-sizing: border-box;
    }

    .row .col-4 {
        width: 25%;
    }

.main {
    width: 1300px;
    margin: auto;
    position: relative;
    padding: 48px 0;
}

.screen1 {
    height: 330px;
    background: url('../images/screen-bg1.png') no-repeat center 100%;
}

.screen2 {
    background: #fff;
    text-align: center;
}

    .screen2 .main {
        padding: 248px 0 48px;
    }

    .screen2 .title {
        margin: 68px auto;
    }

.screen3 {
    background: #f8fafd;
    text-align: center;
}

    .screen3 .title {
        margin-bottom: 30px;
    }

.charts-block {
    position: absolute;
    left: 50%;
    margin-left: -404px;
    top: 312px;
}

.feat-box h3 {
    color: #333;
    font-size: 20px;
    font-weight: 500;
    line-height: 40px;
}

.feat-box img {
    transform: rotateY(0deg);
}

.feat-box:hover img {
    transform: rotateY(360deg);
    transition: all 1.2s;
}

.content-text {
    width: 920px;
    margin: auto;
    color: #4c617f;
    font-size: 16px;
    text-indent: 2em;
    text-align: left;
    line-height: 30px;
}

.location-wrap {
    width: 920px;
    padding: 170px 0 120px;
    position: relative;
    margin: auto;
}

.location-text {
    width: 260px;
    text-align: left;
    color: #4c617f;
    line-height: 30px;
}

.location-content h3 {
    font-size: 20px;
    font-weight: 400;
    color: #ff9900;
    margin: 5px 0;
}

    .location-content h3 img,
    .location-content h3 span {
        vertical-align: middle;
    }

.location-content p {
    font-size: 18px;
}

.location-text2 {
    color: #fff;
    width: 384px;
    position: absolute;
    right: -56px;
}

    .location-text2 .location-content h3,
    .location-text2 .location-content b {
        color: #ffcc00;
        font-weight: 400;
    }

.location-img1 {
    position: absolute;
    right: -120px;
    top: 86px;
}

.screen4 {
    height: 866px;
    background: url('/images/v4/precise/screen-bg4.jpg') no-repeat center 100%;
    background-image: linear-gradient(to right, #1f90fb, #1b91fb);
}

.location-img2 {
    position: absolute;
    left: -200px;
    top: 86px;
}

.screen4 .location-wrap {
    height: 450px;
  
}

.compete_footer {
    width: 100%;
    position: absolute;
    bottom: 0;
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 35px;
}

.btn {
    display: inline-block;
    width: 200px;
    height: 56px;
    line-height: 56px;
    background: #fff;
    color: #0e90fe;
    border-radius: 40px;
    margin-top: 18px;
}

a {
    text-decoration: none;
}
.screen1_bg {
    height: 330px;
    background-image: linear-gradient(to right, #065efe, #0e87f0);
}