.primary-btn {
    border-radius: 2px;
    background-color: #0067ed;
    -webkit-transition: background-color .3s;
    transition: background-color .3s
}

.primary-btn:hover {
    background-color: #197dff
}

.primary-btn:active {
    background-color: #0056c7
}

.banner {
    width: 100%;
    position: relative
}

.banner .container {
    position: relative;
    width: 100%
}

.banner .container .content {
    width: 1240px;
    position: relative;
    margin: 110px auto auto;
    height: 400px;
    background-image: url(../images/robot.cb836fa9.png);
    background-position: top right;
    background-repeat: no-repeat;
    padding: 20px 0
}

.banner .container .content .robot-logo {
    font-size: 0;
    line-height: 1.15;
    font-weight: 700;
    color: #000;
    margin-top: 18px;
    margin-left: 15px
}

.banner .container .content .robot-logo img {
    width: 34px;
    height: 34px;
    vertical-align: middle
}

.banner .container .content .robot-logo .title-text {
    display: inline-block;
    vertical-align: middle;
    font-size: 28px;
    margin-left: 10px
}

.banner .container .content .header-title {
    font-weight: 700;
    font-size: 50px;
    line-height: 64px;
    color: #222;
    margin-top: 35px;
    margin-left: 15px
}

.banner .container .content .apply {
    display: inline-block;
    width: 220px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    background-color: #2150ff;
    cursor: pointer;
    margin-top: 40px;
    margin-left: 15px
}

.banner .container .content .apply:hover {
    background-color: #3761ff
}

.banner .container .content .apply:active {
    background-color: #1d47e5
}

.banner .container .content .footer-bottom {
    background-color: #0067ed
}

section {
    padding: 80px 0;
    color: #383838;
    text-align: center
}

section h2 {
    font-weight: 400
}

section h3 {
    font-weight: 400
}

section h4 {
    font-weight: 400
}

section .ttl {
    margin-bottom: 40px;
    font-size: 34px;
    line-height: 48px
}

section .u-title {
    position: relative;
    margin-bottom: 84px;
    font-size: 38px;
    text-align: center
}

.sect-a .list li {
    vertical-align: top;
    width: 200px;
    display: inline-block;
    margin-right: 50px
}

.sect-a .list li:last-child {
    margin-right: 0
}

.sect-a .list li .icon {
    width: 120px
}

.sect-a .list li .item-title {
    font-size: 20px;
    color: #373d40;
    margin: 16px 0 10px
}

.sect-a .list li .summary1 {
    font-size: 14px;
    color: #9b9ba3
}

.sect-a .list li .font-blue {
    color: #488bff
}

.sect-b {
    background: #f7f9fa
}

.sect-b .list {
    width: 1180px;
    box-sizing: border-box;
    margin: 0 auto
}

.sect-b .list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 40px 0 10px
}

.sect-b .list li:nth-child(2n) {
    flex-direction: row-reverse;
    padding: 0 10px 0 40px
}

.sect-b .list li .txt-content {
    width: 400px;
    text-align: left
}

.sect-b .list li .txt-content .title {
    font-size: 24px;
    color: #373d40
}

.sect-b .list li .txt-content .line {
    width: 12px;
    height: 2px;
    background: #488bff;
    margin: 16px 0 24px
}

.sect-b .list li .txt-content .txt {
    font-size: 14px;
    color: #9b9ba3
}

.reg-btn-div {
    margin-top: 30px
}

.reg-btn-div a.reg-u-btn {
    border: 1px solid #488bff;
    padding: 12px 37px;
    font-size: 16px;
    color: #337dfe;
    letter-spacing: .45px;
    line-height: 1.5;
    text-align: center;
    border-radius: 6px
}

.margTop-reg {
    margin-top: 72px;
    text-align: center
}

@media (max-width: 1600px) {
    .content {
        width: 1120px !important
    }
}

@media (max-width: 1240px) {

    .banner,
    main {
        width: 1240px
    }
}