.app_home-wrap a:hover {
    text-decoration: none;
}
.app_home-wrap .btn {
    background-color: #f3971c;
    border: none;
    outline: none;
    box-shadow: 0px 8px 16px 0px rgba(243, 151, 28, 0.58);
    color: #ffffff;
    text-align: center;
}
.app_home-wrap .navbar-wrap {
    position: fixed;
    z-index: 10;
    top: 0;
    width: 100%;
    border-bottom: 1px solid transparent;
    transition: 0.3s ease-in-out;
}
.app_home-wrap .navbar-wrap:hover,
.app_home-wrap .navbar-wrap.active {
    background-color: #ffffff;
    border-bottom-color: #E9E9E9;
}
.app_home-wrap .navbar-wrap:hover .nav-item .nav-link,
.app_home-wrap .navbar-wrap.active .nav-item .nav-link {
    color: #333333;
}
.app_home-wrap .navbar-wrap:hover .logo,
.app_home-wrap .navbar-wrap.active .logo {
    background-image: url('../image/qiawei-logo.svg');
}
.app_home-wrap .navbar-wrap .navbar {
    width: 1200px;
    margin: 0 auto;
}
.app_home-wrap .navbar-wrap .logo {
    margin-right: 56px;
    width: 163px;
    height: 44px;
    background-image: url('../image/qiawei-logo_2_white.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.app_home-wrap .navbar-wrap .telephone {
    width: 195px;
    height: 46px;
    background-image: url('../image/Telephone.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    font-size: 18px;
    font-family: Arial-Black;
    font-weight: 900;
    color: #ffffff;
    line-height: 46px;
    text-indent: 50px;
}
.app_home-wrap .navbar-wrap .nav-item:hover .nav-link {
    color: #FF9200;
}
.app_home-wrap .navbar-wrap .nav-item:hover .nav-link.dropdown-toggle {
    background: rgba(237, 237, 237, 0.7);
    border-radius: 8px 8px 0 0;
}
.app_home-wrap .navbar-wrap .nav-item .nav-link {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    color: #ffffff;
}
.app_home-wrap .navbar-wrap .dropdown:hover .dropdown-menu {
    display: block;
}
.app_home-wrap .navbar-wrap .dropdown-menu {
    overflow: hidden;
    top: 90%;
    padding: 19px 0 0 0;
    min-width: 100%;
    border: none;
    border-radius: 0 0 8px 8px;
    background: #ededed;
}
.app_home-wrap .navbar-wrap .dropdown-menu .dropdown-item {
    padding: 10px 0;
    text-align: center;
}
.app_home-wrap .navbar-wrap .dropdown-menu .dropdown-item:hover {
    background-color: #FF9200;
    color: #ffffff;
}
.app_home-wrap .banner-wrap .swiper-container {
    height: 771px;
}
.app_home-wrap .banner-wrap .swiper-container .swiper-slide {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
}
.app_home-wrap .banner-wrap .swiper-container .swiper-slide .content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.app_home-wrap .banner-wrap .swiper-container .swiper-slide .content h1 {
    margin: 0;
    font-weight: normal;
    text-align: left;
}
.app_home-wrap .banner-wrap .swiper-container .swiper-slide .content h2 {
    margin: 0;
    font-weight: normal;
    text-align: left;
}
.app_home-wrap .banner-wrap .swiper-container .swiper-slide .content .button {
    display: inline-block;
    width: 222px;
    height: 65px;
    border-radius: 65px;
    font-size: 28px;
    line-height: 65px;
    background-color: #f3971c;
    border: none;
    outline: none;
    box-shadow: 0px 8px 16px 0px rgba(243, 151, 28, 0.58);
    color: #ffffff;
    text-align: center;
}
.app_home-wrap .banner-wrap .swiper-container .swiper-slide:nth-child(1) {
    height: 771px;
    background-image: url(../image/banner1.png);
}
.app_home-wrap .banner-wrap .swiper-container .swiper-slide:nth-child(1) .content {
    left: 38%;
    color: #ffffff;
    text-align: center;
}
.app_home-wrap .banner-wrap .swiper-container .swiper-slide:nth-child(1) .content h1 {
    font-size: 62px;
}
.app_home-wrap .banner-wrap .swiper-container .swiper-slide:nth-child(1) .content h2 {
    margin-top: 12px;
    font-size: 36px;
    text-align: center;
}
.app_home-wrap .banner-wrap .swiper-container .swiper-slide:nth-child(1) .content .button {
    margin-top: 59px;
}
.app_home-wrap .banner-wrap .swiper-container .swiper-slide:nth-child(2) {
    height: 771px;
    background-image: url(../image/banner3.jpg);
}
.app_home-wrap .banner-wrap .swiper-container .swiper-slide:nth-child(2) .content {
    left: 50%;
    color: #ffffff;
}
.app_home-wrap .banner-wrap .swiper-container .swiper-slide:nth-child(2) .content h1 {
    font-size: 44px;
    line-height: 58px;
}
.app_home-wrap .banner-wrap .swiper-container .swiper-slide:nth-child(2) .content h2 {
    font-size: 27px;
    line-height: 44px;
}
.app_home-wrap .banner-wrap .swiper-container .swiper-slide:nth-child(2) .content .button {
    margin-top: 51px;
}
.app_home-wrap .banner-wrap .swiper-container .swiper-slide:nth-child(3) {
    height: 771px;
    background-image: url(../image/banner4.jpg);
}
.app_home-wrap .banner-wrap .swiper-container .swiper-slide:nth-child(3) .content {
    left: 50%;
    color: #ffffff;
}
.app_home-wrap .banner-wrap .swiper-container .swiper-slide:nth-child(3) .content h1 {
    font-size: 44px;
    color: #F3971C;
}
.app_home-wrap .banner-wrap .swiper-container .swiper-slide:nth-child(3) .content h2 {
    margin-top: 30px;
    font-size: 23px;
}
.app_home-wrap .banner-wrap .swiper-container .swiper-slide:nth-child(3) .content .button {
    margin-top: 45px;
}
.app_home-wrap .banner-wrap .swiper-container .swiper-pagination-bullet-active {
    background-color: #ffffff !important;
}
.app_home-wrap .feature .header {
    text-align: center;
}
.app_home-wrap .feature .header .title {
    font-size: 40px;
    color: #0056B1;
}
.app_home-wrap .feature .header .subtitle {
    font-size: 24px;
    color: #787878;
}
.app_home-wrap .feature_service-wrap {
    width: 1200px;
    margin: 0 auto;
}
.app_home-wrap .feature_service-wrap .header {
    padding-top: 68px;
    padding-bottom: 48px;
}
.app_home-wrap .feature_service-wrap .list {
    font-size: 0;
}
.app_home-wrap .feature_service-wrap .list .item {
    display: inline-block;
    margin-right: 32px;
    padding: 51px 0 30px;
    width: 276px;
    box-shadow: 0px 2px 4px 0px rgba(217, 217, 217, 0.66);
    border-radius: 5px;
    border: 1px solid #f2f2f2;
    text-align: center;
}
.app_home-wrap .feature_service-wrap .list .item:last-child {
    margin-right: 0;
}
.app_home-wrap .feature_service-wrap .list .item .title {
    font-size: 20px;
    color: #2697F9;
}
.app_home-wrap .feature_service-wrap .list .item .icon {
    margin: 35px 0 30px;
    width: 163px;
    height: 163px;
}
.app_home-wrap .feature_service-wrap .list .item .content {
    padding: 0 29px;
    font-size: 16px;
    color: #333333;
    line-height: 28px;
}
.app_home-wrap .feature_quality-wrap .header {
    padding-top: 87px;
    padding-bottom: 38px;
}
.app_home-wrap .feature_quality-wrap ._container {
    position: relative;
    height: 800px;
    background-image: url(../image/quality.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}
.app_home-wrap .feature_quality-wrap ._container .list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 0;
}
.app_home-wrap .feature_quality-wrap ._container .list li {
    position: relative;
    display: inline-block;
    width: 33.33%;
    height: 800px;
}
.app_home-wrap .feature_quality-wrap ._container .list li .content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 270px;
    color: #ffffff;
    text-align: center;
}
.app_home-wrap .feature_quality-wrap ._container .list li .content h3 {
    font-size: 36px;
    font-weight: normal;
}
.app_home-wrap .feature_quality-wrap ._container .list li .content p {
    margin: 36px 0 0 0;
    font-size: 28px;
}
.app_home-wrap .feature_quality-wrap ._container .button {
    position: absolute;
    bottom: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 250px;
    height: 65px;
    border-radius: 65px;
    font-size: 28px;
    line-height: 65px;
    background-color: #f3971c;
    border: none;
    outline: none;
    box-shadow: 0px 8px 16px 0px rgba(243, 151, 28, 0.58);
    color: #ffffff;
    text-align: center;
}
.app_home-wrap .feature_cost-wrap .header {
    padding-top: 109px;
    padding-bottom: 57px;
}
.app_home-wrap .feature_cost-wrap .list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 0;
    text-align: center;
}
.app_home-wrap .feature_cost-wrap .list li {
    display: inline-block;
    margin-right: 117px;
    text-align: center;
}
.app_home-wrap .feature_cost-wrap .list li:last-child {
    margin-right: 0;
}
.app_home-wrap .feature_cost-wrap .list li img {
    margin-bottom: 17px;
    width: 242px;
    height: 242px;
}
.app_home-wrap .feature_cost-wrap .list li h4 {
    margin: 0;
    font-size: 28px;
    font-weight: normal;
    color: #000000;
}
.app_home-wrap .feature_cost-wrap .list li p {
    margin: 0;
    font-size: 24px;
    color: #666666;
}
.app_home-wrap .feature_cost-wrap ._container {
    position: relative;
    height: 774px;
    background-repeat: no-repeat;
    background-position: center 280px;
    background-size: auto 100%;
    background-image: url('../image/Broken line background.png');
}
.app_home-wrap .feature_cost-wrap ._container .content {
    position: absolute;
    top: 25%;
    left: 16%;
}
.app_home-wrap .feature_cost-wrap ._container .content h4 {
    margin: 0;
    font-size: 34px;
    font-weight: normal;
    color: #000000;
}
.app_home-wrap .feature_cost-wrap ._container .content p {
    margin: 28px 0 0 0;
    font-size: 24px;
    color: #333333;
    line-height: 38px;
}
.app_home-wrap .feature_cost-wrap ._container .mac {
    position: absolute;
    z-index: 10;
    bottom: 93px;
    left: 45%;
    width: 649px;
    height: 394px;
    background-image: url(../image/mac.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.app_home-wrap .feature_cost-wrap ._container .mac .swiper-container {
    position: absolute;
    top: 17px;
    left: 80px;
    width: 494px;
    height: 310px;
}
.app_home-wrap .feature_cost-wrap ._container .mac .swiper-container img {
    display: block;
    width: 494px;
    height: 310px;
}
.app_home-wrap .feature_cost-wrap ._container .iphone {
    position: absolute;
    z-index: 11;
    bottom: 99px;
    left: 69%;
    width: 265px;
    height: 287px;
    background-image: url(../image/iphone.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.app_home-wrap .feature_cost-wrap ._container .iphone .swiper-container {
    position: absolute;
    top: 25px;
    left: 78px;
    width: 124px;
    height: 250px;
    border-radius: 0 0 10px 10px;
}
.app_home-wrap .feature_cost-wrap ._container .iphone .swiper-container img {
    display: block;
    width: 124px;
    height: 250px;
}
.app_home-wrap .feature_case-wrap {
    position: relative;
    height: 870px;
    background-image: url('../image/Case_background.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
}
.app_home-wrap .feature_case-wrap .header {
    padding-top: 66px;
    padding-bottom: 20px;
}
.app_home-wrap .feature_case-wrap .header .title,
.app_home-wrap .feature_case-wrap .header .subtitle {
    color: #ffffff;
}
.app_home-wrap .feature_case-wrap .actions-wrap {
    width: 1200px;
    margin: 0 auto;
    font-size: 0;
    text-align: right;
}
.app_home-wrap .feature_case-wrap .actions-wrap div {
    cursor: pointer;
    display: inline-block;
    width: 36px;
    height: 36px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
}
.app_home-wrap .feature_case-wrap .actions-wrap div:hover {
    outline: none;
}
.app_home-wrap .feature_case-wrap .actions-wrap div.prev {
    margin-right: 38px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    background-image: url('../image/Arrow-right.png');
}
.app_home-wrap .feature_case-wrap .actions-wrap div.next {
    background-image: url('../image/Arrow-right.png');
}
.app_home-wrap .feature_case-wrap .list-wrap {
    position: relative;
    overflow: hidden;
    width: 1212px;
    height: 335px;
    margin: 80px auto 0;
}
.app_home-wrap .feature_case-wrap .list-wrap .list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.app_home-wrap .feature_case-wrap .list-wrap .list li a {
    display: block;
}
.app_home-wrap .feature_case-wrap .list-wrap .list li img {
    display: block;
    width: 282px;
    height: 239px;
}
.app_home-wrap .feature_case-wrap .list-wrap .list li .title {
    padding: 26px 0 31px 0;
    background-color: #ffffff;
    font-size: 26px;
    color: #333333;
    text-align: center;
}
.app_home-wrap .feature_case-wrap .button {
    position: absolute;
    bottom: 43px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 291px;
    height: 110px;
    background-image: url(../image/Consultation_button2.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.app_home-wrap .feature_process-wrap {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 100px;
}
.app_home-wrap .feature_process-wrap .header {
    padding-top: 75px;
    padding-bottom: 65px;
}
.app_home-wrap .feature_process-wrap .list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 0;
    text-align: center;
}
.app_home-wrap .feature_process-wrap .list li {
    display: inline-block;
    padding-top: 55px;
    padding-bottom: 42px;
    width: 280px;
    margin-right: 26px;
    box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.07);
    border-radius: 8px;
    border: 1px solid #e5e5e5;
    text-align: center;
}
.app_home-wrap .feature_process-wrap .list li:last-child {
    margin-right: 0;
}
.app_home-wrap .feature_process-wrap .list li .img {
    position: relative;
    margin: 0 auto;
    width: 145px;
    height: 110px;
    margin-bottom: 47px;
}
.app_home-wrap .feature_process-wrap .list li .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.app_home-wrap .feature_process-wrap .list li p {
    font-size: 26px;
    color: #000000;
}
.app_home-wrap .feature_process-wrap .process {
    display: block;
    margin: 104px auto 0;
    width: 1120px;
    height: auto;
}
.app_home-wrap .feature_process-wrap .process_text {
    display: flex;
    margin: 20px 0 0 0;
    padding: 0;
    width: 1210px;
    list-style-type: none;
    font-size: 0;
}
.app_home-wrap .feature_process-wrap .process_text li {
    flex: 1;
    font-size: 24px;
    color: #666666;
    text-align: center;
}
.app_home-wrap .feature_list-wrap {
    height: 820px;
    background-image: url('../image/list-background.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
}
.app_home-wrap .feature_list-wrap .header {
    padding-top: 66px;
    padding-bottom: 124px;
}
.app_home-wrap .feature_list-wrap .header .title,
.app_home-wrap .feature_list-wrap .header .subtitle {
    color: #ffffff;
}
.app_home-wrap .feature_list-wrap .list {
    margin: 0 auto;
    padding: 0;
    width: 1200px;
    list-style-type: none;
    font-size: 0;
}
.app_home-wrap .feature_list-wrap .list.pt_94 li {
    padding-top: 94px;
}
.app_home-wrap .feature_list-wrap .list li {
    display: inline-block;
    padding: 0 67px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
}
.app_home-wrap .feature_list-wrap .list li:nth-child(5n) {
    border-right-width: 0;
}
.app_home-wrap .feature_list-wrap .list li img {
    width: 92px;
    height: 92px;
}
.app_home-wrap .feature_list-wrap .list li p {
    width: 104px;
    margin: 28px 0 0 0;
    font-size: 26px;
    color: #ffffff;
}
.app_home-wrap .feature_parther-wrap .header {
    padding-top: 68px;
    padding-bottom: 80px;
}
.app_home-wrap .feature_parther-wrap ._container {
    height: 563px;
    background-image: url('../image/Cooperative_partner-logo.png');
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: auto 100%;
}
.app_home-wrap .feature_parther-wrap ._container .list-wrap {
    padding-top: 80px;
    width: 100%;
    height: 563px;
}
.app_home-wrap .feature_parther-wrap ._container .list-wrap .list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 0;
}
.app_home-wrap .feature_parther-wrap ._container .list-wrap .list li {
    display: inline-block;
    position: relative;
    height: 266px;
    background-color: #ffffff;
    box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.07);
    border: 1px solid #e5e5e5;
    transition: 300ms;
}
.app_home-wrap .feature_parther-wrap ._container .list-wrap .list li img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.app_home-wrap .feature_form-wrap {
    height: 600px;
    background-image: url('../image/Background_of_quotation.png');
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: 100% auto;
}
.app_home-wrap .feature_form-wrap ._container {
    margin: 0 auto;
    padding-top: 230px;
    width: 1250px;
}
.app_home-wrap .feature_form-wrap ._container h3 {
    margin: 0;
    font-size: 42px;
    color: #ffffff;
}
.app_home-wrap .feature_form-wrap ._container p {
    margin: 15px 0 0 0;
    font-size: 32px;
    color: #ffffff;
}
.app_home-wrap .feature_form-wrap ._container p strong {
    font-weight: 900;
    color: #F3971C;
}
.app_home-wrap .feature_form-wrap ._container .form {
    margin-top: 50px;
}
.app_home-wrap .feature_form-wrap ._container .form .form-item {
    display: inline-block;
    height: 70px;
    line-height: 70px;
}
.app_home-wrap .feature_form-wrap ._container .form .form-item:nth-child(1) {
    margin-right: 20px;
    width: 600px;
}
.app_home-wrap .feature_form-wrap ._container .form .form-item:nth-child(2) {
    width: 340px;
}
.app_home-wrap .feature_form-wrap ._container .form .form-item input[type="text"] {
    width: 100%;
    background-color: #ffffff;
    border: none;
    border-radius: 40px;
    font-size: 24px;
    text-indent: 24px;
    color: #333333;
}
.app_home-wrap .feature_form-wrap ._container .form .form-item input[type="text"]:focus {
    outline: none;
}
.app_home-wrap .feature_form-wrap ._container .form .submit {
    margin-left: 20px;
    width: 180px;
    height: 70px;
    border-radius: 70px;
    font-size: 32px;
    line-height: 60px;
    background-color: #f3971c;
    border: none;
    outline: none;
    box-shadow: 0px 8px 16px 0px rgba(243, 151, 28, 0.58);
    color: #ffffff;
    text-align: center;
}
.app_home-wrap .footer {
    background-color: #414141;
}
.app_home-wrap .footer ._container {
    margin: 0 auto;
    padding: 53px 0 40px 0;
    width: 1200px;
    font-size: 0;
}
.app_home-wrap .footer ._container .list-wrap {
    display: inline-block;
    margin-right: 80px;
    color: #ffffff;
    vertical-align: top;
}
.app_home-wrap .footer ._container .list-wrap:last-child {
    margin-right: 0;
}
.app_home-wrap .footer ._container .list-wrap .title {
    margin-bottom: 30px;
    font-size: 22px;
}
.app_home-wrap .footer ._container .list-wrap .title.mb_13 {
    margin-bottom: 13px;
}
.app_home-wrap .footer ._container .list-wrap .list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 16px;
}
.app_home-wrap .footer ._container .list-wrap .list a {
    display: block;
    margin-bottom: 15px;
    color: #ffffff;
}
.app_home-wrap .footer ._container .list-wrap p {
    margin: 0 0 5px 0;
    font-size: 16px;
}
.app_home-wrap .footer ._container .list-wrap p strong {
    font-size: 20px;
    color: #F3971C;
}
.app_home-wrap .footer ._container .list-wrap .qrcode {
    display: block;
    margin: 0 auto;
    width: 130px;
    height: 130px;
}
.app_home-wrap .footer ._container .list-wrap .qrcode_msg {
    margin-top: 23px;
    width: 160px;
    font-size: 14px;
    text-align: center;
}
.app_home-wrap .footer ._container .list-wrap img {
    display: block;
    margin-bottom: 10px;
    width: 210px;
    height: 132px;
}
.app_home-wrap .footer ._container .list-wrap .text {
    margin-bottom: 5px;
    width: 210px;
    font-size: 13px;
    color: #BBBBBB;
}
.navbar-wrap .nav-item:hover > .nav-link, .navbar-wrap .nav-item.active > .nav-link {
    background-color: #FF9B00;
    color: #fff;
}

/*# sourceMappingURL=main.css.map */
