@charset "utf-8";
/* CSS Document */
.wrap1400{width: 1400px; margin: 0 auto;}

.banner{background-position: 50% 50%;background-repeat: no-repeat;background-color: #2a2d40;}
.banner .desc{ height: 825px; position: relative; line-height: 1; color: #fff; padding: 110px 0 0 0;}
.banner span{ display: inline-block; padding: 0 30px;  font-size: 20px; line-height: 42px; background: #1082eb; border-radius: 42px;}
.banner h2{ font-size: 44px; line-height: 1; margin: 80px 0 15px; }
.banner p{ font-size: 20px; line-height: 32px; color: #c1c2c6;}
.banner .QR{position: absolute;left: 0;bottom: 120px;font-size: 18px;line-height: 1;text-align: center;}
.banner .QR img{margin-bottom: 9px;}
.banner em{display: block;font-size: 12px;letter-spacing: 0;margin: 9px 0 0 0;}

/*界面*/
.section-jieMian{}
.section-jieMian h2{text-align: center;line-height: 1;padding: 70px 0 0 0;font-size: 48px;color: #111;}
.section-jieMian .con{ position: relative;}
.section-jieMian ul{}
.section-jieMian li{position: absolute;}
.section-jieMian li h3{font-size: 20px;line-height: 1;color: #373738;margin-bottom: 14px;}
.section-jieMian li p{font-size: 16px;line-height: 24px;color: #818181;}
.section-jieMian li.t1{left: 50px;top: 77px;}
.section-jieMian li.t2{right: 50px;top: 77px;text-align: right;}
.section-jieMian li.t3{left: 50px;top: 415px;}
.section-jieMian li.t4{right: 50px;top: 340px; text-align: right}


/*功能*/
.section-gongNeng{ background: #f6f7fb;}
.section-gongNeng li.even{ background: #fbfcff;}
.section-gongNeng li .wrap1400{position:relative;}
.section-gongNeng li .text+img{float:right;}
.section-gongNeng li.even .text+img{float:left;}
.section-gongNeng li .text img{border-radius: 10px;box-shadow: 0px 3px 17.1px 0.9px rgba(6, 39, 135, 0.06);}
.section-gongNeng li .text h2{ font-size: 48px; color: #111; line-height: 1; margin: 42px 0 36px;}
.section-gongNeng li .text p{font-size: 20px;line-height: 32px;color: #565a5e;max-width: 480px;}
.section-gongNeng li .text{position: absolute;left: 0;top: 50%;transform: translateY(-50%);}
.section-gongNeng li.even .text{left:auto;right: 0;}

@media (max-device-width: 1440px) {
    .wrap1400{width: 100%}   
    .section-gongNeng li .text{left: 40px;}
    .section-gongNeng li.even .text{right: 40px;}
    
}