.header-navigation-banner {
    width: 100%;
    height: 1132px;
    background-image: url(../images/offer/pricing-img.png);
}

.navigation-banner-title {
    font-size: 50px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    padding-top: 132px;
}

.banner-title-tex {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
}

.banner-title-tex a {
    color: #FFEA01;
    border-bottom: 2px solid #FFEA01;
}

.navigation-banner-versions {
    width: 1200px;
    margin: 134px auto 0;
}

.banner-versions-ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

.banner-versions-details {
    background-color: #ffffff;
    border-radius: 10px;
    width: 290px;
    height: 628px;
    margin-right: 13px;
    position: relative;
    -webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2);
}
.banner-versions-details:hover{
    -webkit-transform: translateY(-30px);
	-moz-transform: translateY(-30px);
	-o-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	transform: translateY(-30px);
}
.versions-details-img {
    width: 93px;
    height: 93px;
    position: absolute;
    right: 0;
    background: url("../images/offer/innovate-img.png") no-repeat;
}
.banner-versions-ul li:nth-of-type(2) .versions-details-img{
    background: url("../images/offer/cost-performance-img.png") no-repeat;
}
.banner-versions-ul li:nth-of-type(4) .versions-details-img{
    background: url("../images/offer/maximum-img.png") no-repeat;
}

.banner-versions-details h1 {
    font-size: 28px;
    line-height: 70px;
    font-weight: 400;
    color: #333333;
    text-align: center;
    padding-top: 34px;
}

.banner-versions-sort ul {
    display: flex;
    justify-content: center;
}

.banner-versions-sort ul li {
    color: #666666;
    background-color: #F9F9FB;
    margin-right: 4px;
    padding: 5px 10px;
}

.banner-versions-price {
    font-size: 14px;
    color: #999999;
    line-height: 32px;
    font-weight: 400;
    display: table-cell;
    /* ertical-align:bottom; */
    padding-top: 27px;
    padding-left: 34px;
    letter-spacing: 2px;
}

.banner-versions-price span {
    font-size: 40px;
    color: #F7070F;
}

.banner-versions-but {
    margin: 30px 20px 0;
}

.versions-but {
    width: 251px;
    background-color: #0B8AFF;
    color: #ffffff;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 5px;
}

.banner-versions-describe {
    margin: 6px 20px 0;
    background-color: #F9F9FB;
}

.banner-versions-describe ul {
    color: #999999;
    padding: 11px 5px 11px 12px;
    display: flex;
    flex-wrap: wrap;
    text-align: left;
}

.banner-versions-separate {
    margin: 15px 20px 0;
    text-align: center;
    display: flex;
    flex-wrap: nowrap;
}

.banner-versions-separate p {
    color: #999999;
    padding: 0 20px;
    white-space: nowrap;
}

.wire {
    width: 100%;
    height: 1px;
    background-color: #E8E8E8;
    margin: auto 0;
}

.details-img {
    width: 20px;
    height: 20px;
    margin-right: 13px;
}

.versions-merit {
    font-size: 12px;
    line-height: 18px;
    color: #666666;
    margin-top: 21px;
}
.versions-meritall {
    font-size: 12px;
    line-height: 18px;
    color: #666666;
    margin-top: 21px;
    display: flex;
    flex-wrap: nowrap;
}
.banner-versions-merit {
    margin: 37px 20px 0;
}

.banner-versions-text {
    font-size: 12px;
    font-weight: 400;
    margin: 31px 20px 0;
}

.banner-versions-text a {
    color: #0B8AFF;
}

.details-img-colon {
    margin: 0 10px;
}

.merit-select {
    width: 125px;
    height: 30px;
    text-align: center;
    /* line-height: 30px; */
    background-color: #F9F9FB;
    border: 1px solid #E8E8E8;
    color: #0B8AFF;
    padding: 5px 15px;
    border-radius: 4px;
    font-size: 12px;
    position: relative;
}


.merit-selectall{
    height: 28px;
    position: relative;
    overflow: hidden;
    padding-top: 5px;
    margin-top: -5px;
}
.merit-select:hover img{
    transform: rotate(-180deg);
}
.merit-selectall:hover{
    overflow: visible;
    z-index: 9;
}

.pull-down{
    position: absolute;
    left: 0;
    right: 0;
    top: 27px;
    font-size: 12px;
    color: #333;
    text-align: left;
    box-shadow: 0 4px 10px 0 rgba(19, 141, 255, 0.18);
    display: none;
}
.merit-select:hover .pull-down{
    display: block;
}
.pull-down ul li{
    padding: 5px 15px;
    background-color: #FFFFFF;
}
.pull-down ul li:hover{
    background-color: #0B8AFF;
    color: #ffffff;
}
.pull-down:hover{
    display: block;
}
.merit-select:hover .pull-down{
    display: block;
}
.merit-select img {
    margin: 5px 0 0 14px
}

.version-comparison {
    background-color: #ffffff;
    width: 100%;
}

.comparison-title {
    text-align: center;
    margin-top: 85px;
}

.comparison-title h2 {
    font-size: 26px;
    color: #666666;
    line-height: 18px;
    font-weight: 400;
    margin-bottom: 24px;
}

.comparison-conten {
    width: 1200px;
    margin: 70px auto 153px;
}

.comparison-title a {
    font-size: 14px;
    font-weight: 400;
    color: #0B8AFF;
}

.title-tex ul {
    display: flex;
    flex-wrap: nowrap;
    float: right;
    margin-right: 37px;
}

.title-tex ul li {
    font-size: 20px;
    line-height: 18px;
    font-weight: 400;
    color: #666666;
    margin-left: 69px;
}

.conten-tex {
    font-family: Microsoft YaHei;
    font-size: 18px;
    font-weight: normal;
    line-height: 18px;
    color: #666666;
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 29px;
    padding-top: 26px;
}

.conten-texall {
    margin-top: 37px;
}

.conten-texall ul li {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    white-space: nowrap;
    font-size: 14px;
    line-height: 18px;
    color: #666666;
    font-weight: 400;
    margin-bottom: 15px;
}

.texall-img ul {
    display: flex;
    flex-wrap: nowrap;
    margin-right: 58px;
}

.texall-imgs ul li img {
    width: 16px;
    height: 16px;
    margin-left: 113px;
}

.texall-imgs ul {
    display: flex;
    flex-wrap: nowrap;
    margin-right: 50px;
}

.texall-img ul {
    display: flex;
    flex-wrap: nowrap;
    margin-right: 56px;
}

.texall-box {
    margin-left: 77px;
}

.texall-boxall {
    margin-left: 138px;
}

.texall-optional {
    margin-left: 108px;
}

.texall-boxs {
    margin-left: 106px;
}

.texall-text {
    margin-left: 102px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #666666;
}

.texall-img ul li img {
    width: 16px;
    height: 16px;
    margin-left: 113px;
}

.texall-understand {
    margin-left: 39px;
    color: #0B8AFF;
    font-size: 12px;
    font-weight: 400;
}

.texall-immobilization {
    margin-left: 97px;
}

.immobilization-img {
    margin-left: 92px !important;
}

.optional-end {
    margin-left: 109px !important;
}

/* .texall-vacancy {
    width: 56px;
    display: none;
} */

.conten-consult {
    width: 100%;
    height: 104px;
    background-image: url(../images/offer/bottom-img.png);
}

.consult-texs {
    width: 1200px;
    margin: auto;
}

.consult-promptly {
    width: 125px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border: 1px solid #ffffff;
    border-radius: 40px;
    color: #ffffff;
    font-size: 16px;
    margin-left: 22px;
}

.consult-left img {
    width: 42px;
    height: 42px;
    margin-top: 5px;
    margin-right: 26px;
}

.consult-left h2 {
    font-size: 32px;
    font-weight: 400;
    color: #ffffff;
}

.consult-texs {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.consult-left {
    display: flex;
    flex-wrap: nowrap;
    margin: auto 0;
}

.consult-reigth {
    font-size: 32px;
    text-align: center;
    line-height: 104px;
    color: #ffffff;
    font-weight: 400;
    display: flex;
    flex-wrap: nowrap;
}
.consult-reigth span{
    margin-right: 25px;
}
