.q-body {
    background: url('../img/bg.png') no-repeat top center;
    background-color: #F0F2F5;
    padding-bottom: 79px;
}

.q-container {
    padding-top: 20px;
    width: 1280px;
    margin: 0 auto;
}

.location {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 1280px;
    margin: 0 auto 50px;
}

.location a,
.location i {
    color: rgba(254, 254, 254, 0.4)
}

.cur_location:hover {
    color: rgb(254, 254, 254)
}

.arrow1 {
    display: inline-block;
    width: 12px;
    height: 9px;
    margin: 0 7px;
    background: url("bread_big_1.png") no-repeat left center;
}

.arrow1:first-child {
    margin-left: 0;
}

.font12 {
    font-size: 12px !important;
}

.font16 {
    font-size: 16px !important;
}

.q-title {
    font-size: 50px;
    color: #FFFFFF;
    text-align: center;
}

.q-title::after {
    content: '';
    display: inline-block;
    width: 13px;
    height: 4px;
    background-color: #FFFFFF;
    margin-left: 25px;
    margin-bottom: 14px;
}

.q-title::before {
    content: '';
    display: inline-block;
    width: 13px;
    height: 4px;
    background-color: #FFFFFF;
    margin-right: 25px;
    margin-bottom: 14px;
}

.q-desc {
    font-size: 15px;
    color: rgba(254, 254, 254, 0.8);
    text-align: center;
    margin-top: 13px;
}

.q-main-content {
    margin-top: 61px;
    position: relative;
}

.q-left-box {
    width:1280px;
}

.q-form-box {
    background-color: #FFFFFF;
    background-image: url('../img/bg1.png');
    background-repeat: no-repeat;
    background-position: top center;
    padding: 45px 0 32px 41px;
    border-bottom: 1px solid #EEEEEE;
}

.q-form-item {
    display: flex;
    align-items: center;
    margin-bottom: 32px;
}

.q-form-item-label {
    color: #222222;
    font-size: 14px;
    font-weight: bold;
    margin-right: 20px;
}

.q-form-item-value-box {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
}
.wrap .q-form-value-item {
    margin-bottom: 12px;
}
.province-input, .city-input:hover{
  opacity: 70%;
  background: white;
}
.province-input, .city-input {
    border: 1px solid #E4E4E4;
    background-color: #F7F8FA;
    height: 37px;
    width: 168px;
    line-height: 37px;
    padding-left: 14px;
    outline: none;
    cursor: pointer;
    margin-right: 10px;
    /*color: #999999;*/
}
.province-input {
    width: 304px;
}
.province-input:hover{
  opacity: 70%;
  background: white;
}
.province {
    position: relative;
}
.province img {
    position: absolute;
    right: 24px;
    top: 16px;
    transition: all 0.3s;
}
.city {
    position: relative;
}
.city img {
    position: absolute;
    right: 24px;
    top: 16px;
    transition: all 0.3s;
}
.province-list {
    position: absolute;
    left: 0;
    top: 37px;
    width: 304px;
    max-height: 300px;
    overflow-y: auto;
    background-color: #FFFFFF;
    border: 1px solid #D9D9D9 ;
}
.province-item {
    padding-left: 5px;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
}
.province-item:hover {
    background-color: #3573ec;
    cursor: pointer;
    color: #FFFFFF;
}
.city-list {
    position: absolute;
    left: 0;
    top: 37px;
    width: 168px;
    max-height: 300px;
    overflow-y: auto;
    background-color: #FFFFFF;
    border: 1px solid #D9D9D9 ;
}
.city-item {
    padding-left: 5px;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
}
.city-item:hover {
    background-color: #3573ec;
    cursor: pointer;
    color: #FFFFFF;
}
.q-form-value-item, .q-form-value-item-check {
    color: #222222;
    font-size: 13px;
    display: flex;
    align-items: center;
    cursor: pointer;
    width: 107px;
}
.q-form-value-item-check:hover{
    color:#1761F5 !important;
}
.q-form-value-item:hover{color: #1761F5 !important;}
.q-form-value-item .radio {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('../img/radio.png');
    margin-right: 4px;
}
.q-form-value-item-check .check {
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url('../img/check.png');
    margin-right: 4px;
}
.check-active .check {
    background-image: url('../img/check-active.png');
}
.radio-active .radio {
    display: inline-block;
    background-image: url('../img/radio-active.png');
}
.q-form-bottom {
    padding: 0 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #FFFFFF;
}
.q-form-bottom-label {
    display: flex;
    align-items: center;
}
.q-form-bottom-label span {
    margin-right: 25px;
    color: #666666;
    font-size: 12px;
    display: flex;
    align-items: center;
}
.q-form-bottom-label span img {
    margin-right: 2px;
}
.q-form-bottom-bt {
    display: flex;
    align-items: center;
    height: 86px;
}
.q-form-bottom-bt a:hover{
  background-color: #3978F1;
}
.q-form-bottom-bt a {
    display: inline-block;
    width: 230px;
    height: 51px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    background-color: #2C6BEA;
    margin-left: 10px;
}
.q-form-bottom-bt a:last-child:hover{
  background-color: #F16614;
}
.q-form-bottom-bt a:last-child {
    background-color: #F55B26;
}
.q-form-bottom-bt .bt img {
    width: 23px;
    height: 23px;
    margin-right: 9px;
}

.q-result {
    padding: 40px 40px 0;
    background-color: #FFFFFF;
    background-image: url('../img/bg1.png');
    background-repeat: no-repeat;
    background-position: top center;
}
.q-result-top {
    display: flex;
    align-items: flex-end;
}
.q-cmy-name {
    color: #222222;
    font-size: 30px;
    margin-right: 20px;
}
.q-result-top span {
    color: #666666;
    font-size: 14px;
}
.q-result-top span::after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 9px;
    margin: 0 14px;
    background-color: #E6E6E6;
}
.q-result-top span:last-child:after{
    content: none;
}
.q-result-content {
    margin-top: 22px;
    height: 150px;
    background-color: #FFF5F1;
    background-image: url('../img/bg4.png');
    background-position: left center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}
.q-result-content-left {
    margin-bottom: 6px;
}
.q-result-content-split-line {
    width: 1px;
    height: 41px;
    background-color: #DBDBDB;
    margin: 6px 89px 0 76px;
}
.price-label {
    display: flex;
    color: #666666;
    font-size: 13px;
}
.price-box {
    color: #D21414;
}
.price-unit{
    font-size: 22px;
    font-weight: bold;
}
.price-num{
    font-size: 40px;
    font-weight: 600;
}
.price-desc{
    color: #999999;
    font-size: 12px;
}
.q-result-content-right {
    display: flex;
    align-items: center;
}
.data-item {

}
.data-item-num {
    color: #222222;
    font-size: 22px;
}
.data-item-label {
    color: #999999;
    font-size: 12px;
}
table {
    border-left: 1px solid #EEEEEE;
    border-top: 1px solid #EEEEEE;
    text-align: left;
    border-collapse:collapse
}
thead {
    background: #F7F8FA;
    color: #222222;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
}
tr {
    height: 50px;
    line-height: 50px;
    color: #222222;
    font-size: 14px;
}
th {
    border: 1px solid #EEEEEE;
    padding-left: 30px;
}
td {
    border: 1px solid #EEEEEE;
    padding-left: 30px;
}

.q-box {
    margin-top: 10px;
    background-color: #FFFFFF;
    padding: 40px 0 40px 41px;
}
.q-box-title {
    color: #999999;
    font-size: 13px;
    display: flex;
    align-items: flex-end;
    margin-bottom:0px;
}
.q-box-title span {
    display: flex;
    align-items: center;
    color: #222222;
    font-weight: bold;
    font-size: 22px;
    margin-right: 11px;
}
.q-box-content {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 40px;
}
.q-box-content-item {
    width: 450px;
    height: 51px;
    padding: 16px 16px 0 70px;
    position: relative;
    background-color: #F5F7FB;
    color: #222222;
    font-size: 14px;
    margin-bottom: 39px;
    margin-right: 10px;
}
.q-box-content-item span {
    position: absolute;
    top: 0px;
    left: 6px;
    font-size: 40px;
    color: #C6CFE1;
    font-weight: bold;
}
.q-box-content-bt:hover{
    background-color: #3978F1;
}
.q-box-content-bt {
    width: 277px;
    height: 51px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 16px;
    background-color: #2C6BEA;
    margin: 0 auto;
}
.q-box-content-bt img {
    margin-left: 16px;
}
.q-buy-box {
    height: 183px;
    background-image: url('../img/bg2.png');
    margin-top: 10px;
    padding: 32px 0 0 41px;
}
.q-buy-box-title {
    color: #7B1C1C;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 5px;
}
.q-buy-box-desc {
    color: #800C0C;
    font-size: 12px;
    margin-bottom: 15px;
}
.q-buy-box-bt:hover{
    background-color: #F16614;
}
.q-buy-box-bt {
    width: 190px;
    height: 41px;
    background-color: #F55B26;
    color: #FFFFFF;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;

}
.q-buy-box-bt img {
    margin-left: 8px;
}

.q-right-box {
    width: 279px;
    position: absolute;
    right: 0;
    top: 0;
}
.q-right-box-top {
    color: #FFFFFF;
    padding: 26px 0 0 20px;
    height: 149px;
    background-image: url('../img/bg3.png');
}
.q-right-box-top-title {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.79);
}
.q-right-box-top-title1 {
    font-size: 24px;
    font-weight: bold;
}
.q-right-box-top-label {
    margin-top: 28px;
    display: flex;
    align-items: center;
}
.label-item {
    margin-right: 20px;
    font-size: 12px;
    display: flex;
    align-items: center;
}
.label-item img {
    margin-right: 2px;
}
.label-item:last-child {
    margin-right: 0;
}
.q-service-list {
    padding: 0 20px;
    background-color: #FFFFFF;
}
.q-service-item {
    position: relative;
    padding: 28px 0;
    display: flex;
    border-bottom: 1px solid #EEEEEE;
}
.q-service-item:last-child {
    border-bottom: none;
}
.q-service-item .avatar {
    width: 58px;
    height: 58px;
    margin-right: 13px;
}
.q-service-item-info {
    flex: 1;
}
.info-name {
    font-size: #222222;
    color: 16px;
    font-weight: bold;
    margin-bottom: 8px;
}
.info-item {
    display: flex;
    align-items: center;
    color: #666666;
    font-size: 12px;
    margin-bottom: 2px;
}
.info-item img {
    margin-right: 4px;
}
.qrcode {
    position: absolute;
    top: 32px;
    right: 0;
    width: 16px;
    height: 16px;
    cursor: pointer;
}
.qrcode-img {
    width: 168px;
    height: 168px;
    position: absolute;
    top: 30px;
    right: -178px;
    background-color: #FFFFFF;
    border: 1px solid #EDEDED;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.08);
    text-align: center;
    padding-top: 21px;
}
.qrcode-img img {
    width: 126px;
    height: 126px;
    position: relative;
}
.qrcode-img::before {
    content: '';
    position: absolute;
    left: -4px;
    top: 5px;
    background-color: #FFFFFF;
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
    border: 1px solid #EDEDED;
    border-color: transparent transparent #EDEDED #EDEDED;
}
.contract {
    position: absolute;
    bottom: 27px;
    right: 0;
    width: 77px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    border: 1px solid #B2CCFF;
    background-color: #F3F7FF;
    color: #1661F3;
    font-size: 12px;

}
.contract:hover {
  background-color: #2974FA;
  color: white;

}


.q-tool-list {
    width: 1280px;
    margin: 0 auto;
    background-color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    background-image: url('../img/bg2.png');
    background-position: right bottom;
    background-repeat: no-repeat;
}
.q-tool-item {
    width: 20%;
    height: 247px;
    text-align: center;
    border-right: 1px solid #EDEDED;
    border-bottom: 1px solid #EDEDED;
    cursor: pointer;
    display: block;
}
.q-tool-item:hover {
    box-shadow: 0px 0px 20px 0px rgba(221, 226, 243, 0.52);
}
.q-tool-item:hover .q-tool-item-name {
    color: #0553EE;
}
.q-tool-item:nth-child(5n) {
    border-right: none;
}
.q-tool-item:nth-child(6),
.q-tool-item:nth-child(7),
.q-tool-item:nth-child(8),
.q-tool-item:nth-child(9),
.q-tool-item:nth-child(10) {
    border-bottom: none;
}
.q-tool-item-logo {
    margin-top: 46px;
    margin-bottom: 30px;
}
.q-tool-item-name {
    color: #222222;
    font-size: 18px;
    position: relative;
}
.q-tool-item-name::after {
    content: '';
    position: absolute;
    top: -13px;
    left: 50%;
    transform: translateX(-50%);
    width: 16px;
    height: 2px;
    background-color: #E0E2E9;
}
.q-tool-item-hot {
    width: 31px;
    height: 17px;
    line-height: 17px;
    background-color: #F52D2D;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 500;
    position: absolute;
    left: 160px;
    top: -18px;
    border-radius: 1px;
}
.q-tool-item-hot::before {
    content: '';
    border: 2px solid #F52D2D;
    border-color: #F52D2D transparent transparent #F52D2D;
    position: absolute;
    left: 4px;
    top: 17px;
}
.q-tool-item-desc {
    margin-top: 6px;
    color: #999999;
    font-size: 13px;
}

.q-advantage-list {
    width: 1280px;
    height: 131px;
    background-color: #ffffff;
    margin: 14px auto 0;
    display: flex;
    align-items: center;
    padding-left: 62px;
}
.q-advantage-split {
    width: 1px;
    height: 23px;
    background-color: #EDEDED;
}
.q-advantage-item {
    display: flex;
    align-items: center;
}
.q-advantage-item img {
    margin-right: 15px;
}
.q-advantage-title {
    color: #222222;
    font-size: 16px;
    margin-bottom: 5px;
}
.q-advantage-desc {
    color: #999999;
    font-size: 12px
}

.q-tool-data {
    margin-top: 71px;
    height: 703px;
    background-image: url('../img/bg3.png');
    background-position: center;
}
.q-tool-data-box {
    width: 1280px;
    margin: 0 auto;
}
.q-tool-title-en {
    padding-top: 52px;
    color: #F9FAFC;
    font-weight: bold;
    font-size: 32px;
    text-align: center;
    opacity: 0.1;
}
.q-tool-title-ch {
    margin-top: -28px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 36px;
    text-align: center;
}
.q-tool-total {
    font-size: 24px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
}
.q-tool-total .num {
    color:#FF5E26;
    font-size:28px;
    margin: 0 4px;
}
.q-tool-line {
    width: 680px;
    height: 1px;
    background-color: #E3E3E3;
    opacity: 0.18;
    margin: 0 14px 0 17px;
    transform: translateY(4px);
}
.q-serve-num {
    color: #909CB9;
    font-size: 13px;
    margin-left: 66px;
}
.q-serve-num span {
    margin: 0 2px;
    font-size: 16px;
    color: #FFFFFF;
}
.q-tool-data-container {
    height: 411px;
    background-color: #ffffff;
    margin-top: 24px;
    padding: 32px 60px ;
}
.q-tool-data-container-title {
    height: 16px;
    font-size: 12px;
    color: #333333;
    line-height: 16px;
    margin-bottom: 26px;
}
.q-tool-data-type-list {
    display: flex;
    justify-content: space-between;
}

.q-tool-data-type-item {
    cursor: pointer;
}

.q-tool-data-type-item-box {
    width: 40px;
    height: 157px;
    background: #FAFAFB;
    border-radius: 20px;
    border: 1px solid #D7E1EB;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 6px 0;
    cursor: default;
}
.q-tool-data-type-item-box-h {
    width: 30px;
    height: 100%;
    background: #3573EC;
    border-radius: 20px;
    position: relative;
    cursor: default;
}
.q-tool-data-type-item-box-h img {
    position: absolute;
    left: 2px;
    bottom: 2px;
    width: 26px;
    height: 26px;
}
.q-tool-data-type-item-box-h .tool-icon-h{
    display: none;
}
.q-tool-data-type-item-box:hover .q-tool-data-type-item-box-h{
    background: #FF5E26;
}
.q-tool-data-type-item-box:hover .tool-icon-h{
    display: block;
}
.q-tool-data-type-item-box:hover .tool-icon{
    display: none;
}
.q-tool-data-type-item-value {
    width: 36px;
    height: 12px;
    font-size: 16px;
    font-weight: normal;
    color: #222222;
    line-height: 12px;
    margin-top: 8px;
}
.q-tool-data-type-item-name {
    height: 10px;
    font-size: 12px;
    color: #666666;
    line-height: 10px;
    margin-top: 10px;
}

.q-tool-data-time {
    position: relative;
    padding-top: 20px;
    margin-top: 57px;
    border-top: 2px solid #E6E8EC;
    width: 1160px;
    display: flex;
    justify-content: space-between;
}
.q-tool-data-time-item {
    color: #222222;
    font-size: 12px;
    cursor: pointer;
}
.q-tool-data-time-current {
    position: absolute;
    left: 0;
    top: -2px;
    width: 0%;
    height: 2px;
    background-color: #127DE4;
}
.q-tool-data-time-current img {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(70%, -50%);
    width: 22px;
    height: 16px;
    cursor: pointer;
}

.q-recommended-box {
    width: 1280px;
    margin: 0 auto;
}
.q-recommended-title-en {
    padding-top: 52px;
    color: #ECEDEF;
    font-size: 32px;
    text-align: center;
    font-weight: bold;
}
.q-recommended-title-ch {
    margin-top: -25px;
    font-size: 36px;
    color: #222222;
    text-align: center;
    font-weight: bold;
}
.q-recommended-list {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}
.q-recommended-item {
    width: 310px;
    height: 354px;
    background-color: #ffffff;
    border-radius: 2px;
    cursor: pointer;
    transition: all 0.2s;
    display: block;
}
.q-recommended-item:hover {
    transform: translateY(-5px);
}
.q-recommended-info {
    height: 142px;
    padding: 30px 0 0 26px;
}
.q-recommended-item-title {
    color: #222222;
    font-size: 24px;
}
.q-recommended-item-title-en {
    color: #DFE1E4;
    font-size: 12px;
    margin-bottom: 12px;
}
.q-recommended-item-title-desc {
    color: #666666;
    font-size: 13px;
}

.q-contact-box {
    margin-top: 123px;
    background-color: #ffffff;
}
.q-contact-content {
    position: relative;
    padding-top: 48px;
    height: 201px;
    width: 1280px;
    margin: 0 auto;
    position: relative;
}
.q-contact-logo {
    position: absolute;
    left: 26px;
    bottom: 0;
}
.q-contact-title {
    text-align: right;
    color: #222222;
    font-size: 34px;
}
.q-contact-title-en {
    color: #D6DEED;
    font-size: 12px;
    margin-top: 4px;
    margin-left: 635px;
}
.q-contact-bt:hover{
  background-color: #1761F5;
}
.q-contact-bt {
    position: absolute;
    right: 0;
    top: 117px;
    width: 157px;
    height: 40px;
    background-color: #0553EE;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 14px;
}





* {
    box-sizing: border-box
}

a {
    text-decoration: none
}

body {
    background: #f0f2f7;
    margin: 0;
}
