* {
    margin: 0;
    padding: 0;
    list-style: none;
    font-style: normal;
}

body {
    font-family: "Microsoft YaHei", "SimSun";
    font-size: 14px;
    color: #000;
}

a {
    text-decoration: none;
    color: #21242c
}

a:hover {
    text-decoration: none;
    color: #21242c;
}

.page-content {
    width: 1200px;
    margin: 0 auto;
    position: relative
}

.hd-banner{
    background: url(../images/qrs/banner.jpg) no-repeat top center;
    background-size: cover;
    height: 400px;
}
.hd-banner .info{
    padding: 70px 0 0 0;
}
.hd-banner .info h2{
    font-size: 40px;
    color: #fff;
}
.hd-banner .info h3{
    color: #fafaba;
    font-size: 24px;
    padding: 20px 0 0;
}
.hd-banner .info p{
    font-size: 18px;
    color: #fff;
    line-height: 32px;
    padding-top:15px;
}
.nav-box{
    height: 110px;
    background: #fff;
    border-right: 10px;
    box-shadow:  0 5px 20px rgba(0,0,0,.05);
    margin-top: -55px;
    border-radius:0 10px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px 0 0;
    position: relative;
}
.nav-box .tip{
    background: url(../images/qrs/q.png) no-repeat;
    width: 273px;
    height: 51px;
    position: absolute;
    top:-51px;
    left:0
}
.nav-box .left{
    display: flex;
}
.nav-box .left .item{
    text-align: center;
    padding: 0 40px;
    position: relative;
}
.nav-box .left .item h3{
    font-size: 30px;
    color: #ff4a00;
}
.nav-box .left .item h3 span{
    font-size: 18px;
    font-weight: normal;
}
.nav-box .left .item p{
    font-size: 16px;
    color: #666;
    padding-top: 5px;
}
.nav-box .left .item::after {
    content: '/';
    position: absolute;
    right: -6px;
    top: 50%;
    color: #ff4a00;
    vertical-align: middle;
    font-size: 24px;
    transform: translate(0, -50%);
}
.nav-box .left .item:last-child::after {
    content: '';
}
.nav-box .right .btn a{
    display: block;
    background: #ff4a00;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    width: 140px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border-radius: 40px;
}
.page-title{
    text-align: center;
    padding:80px 0 50px;
}
.page-title h3{
    font-size: 30px;
    color: #333;
}
.page-title h3 span{
    color: #9c2cff;
}
.page-title p{
    color: #666;
    font-size: 18px;
    padding-top: 10px;
}
.qrs-a{
    display: flex;
    justify-content: space-between;
    padding-bottom: 150px;
}
.qrs-a .item{
    text-align: center;
    width: 320px;
    border-radius: 12px;
    background: linear-gradient(180deg, #22adfc, #127fea);
    padding: 25px 0 25px;
    position: relative;
}
.qrs-a .item h4{
    background:#4db9fb;
    height: 50px;
    padding: 0 30px;
    border-radius: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    margin: 0 auto;
    font-size: 20px;
    position: relative;
    z-index: 1;
    display: inline-block;
    margin-bottom: 20px;
}
.qrs-a .item .info{
    background: #fff;
    border-radius: 10px;
    width:280px;
    height:210px;
    margin:0 auto 0;
    font-size: 18px;
    line-height: 34px;
    padding-top: 20px;
    box-sizing: border-box;
    color: #127fea;
}
.qrs-a .item .bd{
    position: absolute;
    bottom: -76px;
    left:50%;
    transform: translateX(-50%);
}
.qrs-a .item .bd p{
    width: 146px;
    height: 46px;
    border:#127fea solid 2px;
    border-radius: 30px;
    color: #127fea;
    font-size: 20px;
    text-align: center;
    line-height: 44px;
    box-sizing: border-box;
    margin-top: 5px;
    font-weight: bold;
}
.qrs-b{
    background: url(../images/qrs/bg.jpg) no-repeat bottom center;
    padding-bottom: 80px;
}

.qrs-c{
    padding-bottom: 80px;
}
.qrs-c .box{
    text-align: center;
}
.qrs-c .box h3{
    font-weight: bold;
    font-size: 36px;
    line-height: 40px;
    color: #FFFFFF;
    text-align: center;
}
.qrs-c .box b{
    color: #ffff00;
    position: relative;
}
.qrs-c .box p{
    margin-top: 28px;
    font-weight: 400;
    font-size: 28px;
    line-height: 30px;
    color: #FFFFFF;
}
.qrs-c .box p b:after{
    content: '';
    position: absolute;
    bottom: -4px;
    width: 100%;
    height: 16px;
    background: #732ffc;
    z-index: 0;
    left:0
}
.qrs-c .box p span{
    position: relative;
    z-index: 2;
}
.qrs-d{
    background:#f1fbff;
    padding-bottom: 80px;
}
.qrs-d .hd{
    width: 1080px;
    margin: 0 auto;
}
.qrs-d .hd ul{
    display: flex;
    justify-content: space-between;
}
.qrs-d .hd ul li{
    text-align: center;
    cursor: pointer;
}
.qrs-d .hd ul li h3{
    font-size: 30px;
    padding-bottom:10px;
    color: #666;
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
}
.qrs-d .hd ul li h3:after{
    content: '';
    position: absolute;
    width: 32px;
    height:3px;
    background: #ccc;
    left:50%;
    bottom:0;
    transform: translate(-50%,0);
    z-index: 1;
}
.qrs-d .hd ul li p{
    font-size: 18px;
    color: #666;
    padding: 15px 0 0 0;
}
.qrs-d .hd ul li.on h3,.qrs-d .hd ul li.on p{
    color: #127fea;
}
.qrs-d .hd ul li.on h3::after{
    background: #127fea;
}
.qrs-d .bd{
    padding: 40px 0 0 0;
}
.qrs-d .bd .box{
    width: 1100px;
    background: #fff;
    border-radius: 10px;
    margin: 0 auto;
    box-shadow: 0 5px 20px rgba(18,127,234,.1);
    text-align: center;
    padding: 40px 0;
}


.qrs-e .skills_item {
    font-size: 0;
}

.qrs-e .skills_item>ul.tr {
    text-align: right
}

.qrs-e .skills_item li {
    width: 164px;
    height: 64px;
    margin-left: 36px;
    margin-bottom: 8px;
    display: inline-table;
    vertical-align: top;
    text-align: center;
    justify-content: center;
    align-items: center;
    border: 1px solid #979797;
    border-radius: 8px;
    background: #fff;
    color: #1c1f21;
    font-size: 14px
}

.qrs-e .skills_item li>span {
    display: table-cell;
    vertical-align: middle;
    line-height: 20px
}

.qrs-e .skills_item li>span>h6 {
    font-size: 14px;
    line-height: 22px;
    font-weight: 700
}

.qrs-e .skills_item li>span>p {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: -1px
}

.qrs-e .skills_item .skills_head {
    margin-bottom: 12px;
    margin-top: 24px;
    position: relative;
    cursor: pointer
}

.qrs-e .skills_item .skills_head::after {
    content: '展开';
    font-size: 14px;
    color: #383d42;
    position: absolute;
    right: -40px;
    top: 50%;
    margin-top: -18px
}

.qrs-e .skills_item .skills_head.highlight::after {
    display: none
}

.qrs-e .skills_item .skills_head.highlight>li {
    background: #127fea;
    border-color: #127fea
}

.qrs-e .skills_item .skills_head.highlight>li::after {
    content: '';
    width: 1px;
    height: 20px;
    background: inherit;
    position: absolute;
    left: 50%;
    bottom: -21px
}

.qrs-e .skills_item .skills_head>li {
    height: 52px;
    background: #383d42;
    border-color: #383d42;
    color: #fff;
    position: relative;
    font-size: 16px
}

.qrs-e .skills_item .skills_head>li .new-icon {
    display: inline-block;
    position: absolute;
    width: 40px;
    height: 18px;
    background-image: url(../images/qrs/icon_new.png);
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    top: -15px;
    right: -12px
}

.qrs-e .skills_item .skills_head>li::before {
    content: '';
    width: 36px;
    height: 1px;
    background: inherit;
    position: absolute;
    left: -37px;
    top: 50%
}

.qrs-e .skills_item .skills_head>li:first-child {
    margin-left: 0
}

.qrs-e .skills_item .skills_head>li:first-child::before {
    display: none
}

.qrs-e .skills_item .skills_box {
    display: none;
    width: 1176px;
}

.qrs-e .skills_item .skills_body {
    display: flex;
    justify-content: space-between;
}

.qrs-e .skills_item .skills_body ul {
    width: 166px
}

.qrs-e .skills_item .skills_body li {
    margin-left: 0
}

.qrs-f{
    background: #f1faff;
    padding-bottom: 80px;
    margin-top: 60px;
}
.qrs-kc .table{
    background: #fff;
    border:#333 solid 1px;
    border-radius: 5px;
    width: 100%;
    
    border-collapse: collapse;
}
.qrs-kc .table th{
    padding:20px;
    border:#333 solid 1px;
    font-size: 18px;
}
.qrs-kc .table td{
    padding:15px 20px;
    border:#333 solid 1px;
    line-height:24px;
}
.qrs-kc .table .t1{
    width: 200px;
    text-align: center;
    font-size: 18px;
}
.qrs-kc .table .t2{
    width: 300px;
}
.qrs-kc .table .t4{
    width: 120px;
    text-align: center;
    font-size: 18px;
}

.qrs-j{
    background: linear-gradient(100deg, #127fea, #127fea);
    border-radius: 20px;
    padding: 10px;
    margin-bottom: 80px;
}
.qrs-j .box{
    background: #fff;
    border-radius:15px;
    overflow: hidden;
}
.qrs-j .box ul li{
    display: flex;
    line-height: 50px;
    border-bottom:#eee solid 1px
}
.qrs-j .box ul li .t1{
    width:150px;
    padding-left: 30px;
}
.qrs-j .box ul li .t2{
    width: 300px;
}
.qrs-j .box ul li .t3{
    width: 240px;
}
.qrs-j .box ul li .t4{
    width: 260px;
    text-align: center;
    background: #127fea;
    color: #fff;
}
.qrs-j .box ul li .t5{
    width: 200px;
    text-align: center;
}
.qrs-j .box ul li .b{
    font-weight: bold;
    font-size: 16px;
}

@media screen and (max-width: 1000px) {
    .qrs-content {
        width: 1200px;
        margin: 0 auto;
        display: table;
        overflow: hidden;
    }
}


