header.back-f1 {
    /* background: transparent; */
}

.banner-con {
    width: 100%;
    height: 450px;
}

.banner-con>div {
    width: 1200px;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 auto;
}

.banner-con h1 {
    font-size: 41px;
    font-weight: bold;
    color: #282828;
}

.banner-con p {
    color: #282828;
    font-size: 14px;
}

p.headline {
    font-size: 28px;
    text-align: center;
    color: #282828;
    line-height: 1;
    margin-bottom: 53px;
}

.content-part {
    padding-top: 70px;
}

.content-part.valation-part {
    padding-top: 0;
}

p.headline>span.subtitle {
    display: block;
    font-size: 16px;
    color: #585858;
    margin-top: 27px;
}


/*线下服务*/

.service-banner {
    background: url(../img/service/offline-banner.jpg) center center no-repeat;
    background-size: cover;
}

.service-banner h1 {
    margin-top: 0;
    margin-bottom: 24px;
}

.service-banner h1::after {
    content: '';
    width: 56px;
    height: 4px;
    background: #282828;
    display: block;
    margin-top: 30px;
}

.business-main {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.business-main>li {
    /*width: 200px;*/
    width: 240px;
    background: #fff;
}


/*.business-main>li:nth-child(5n){
	margin-right: 54px;
}

.business-main>li:nth-child(5n+1){
	margin-left: 54px;
}*/

.business-main>li>div.business-name {
    margin-top: 40px;
}

.business-main>li>div.business-name>img {
    margin: 0 auto;
}

.business-main>li>div.business-name>img:not(.sele) {
    display: block;
}

.business-main>li>div.business-name>p {
    font-size: 14px;
    color: #282828;
    /*line-height: 28px;*/
    /*line-height: 1;*/
    line-height: 1.4;
    text-align: center;
    margin: 23px 0 33px;
    padding: 0 10px;
}

.business-main>li>div.business-name>img.sele {
    display: none;
}

.business-main>li>span {
    display: block;
    width: 120px;
    height: 2px;
    background: #0478FC;
    margin: 0 auto;
    opacity: 0;
}

.bus-bre {
    display: none;
    height: 150px;
}

.bus-bre>div {
    /*display: none;*/
    width: 100vw;
    background: #F4F7FA;
    position: absolute;
    left: 0;
    height: 150px;
    box-sizing: border-box;
    padding-top: 29px;
}

.bus-bre>div>p {
    width: 1200px;
    font-size: 14px;
    color: #282828;
    line-height: 28px;
    margin: 0 auto;
}

.business-main>li:hover span {
    opacity: 1;
}

.business-main>li:hover .bus-bre {
    display: block;
    /*animation: bus-sacle 800ms linear 0 ;*/
}

.business-main>li.active span {
    opacity: 1;
}

.business-main>li.active .bus-bre {
    /*display: block;*/
    /*animation: bus-sacle 800ms linear 0 ;*/
    animation: hideIndex 0.3s;
    -moz-animation: hideIndex 0.3s;
    /* Firefox */
    -webkit-animation: hideIndex 0.3s;
    /* Safari and Chrome */
    -o-animation: hideIndex 0.3s;
    /* Opera */
}

.business-main>li:hover div.business-name>img:not(.sele) {
    display: none;
}

.business-main>li:hover div.business-name>img.sele {
    display: block;
}

@keyframes hideIndex {
    0% {
        opacity: 0;
        transform: translate(800px, 0)
    }

    100% {
        opacity: 1;
        transform: translate(0, 0)
    }
}

@-moz-keyframes bus-sacle {
    from {
        opacity: 0;
        display: block;
        /*height: 0;*/
        transform: scaleY(0);
    }

    to {
        opacity: 1;
        transform: scaleY(1);
        /*height: 150px;*/
    }
}

@-ms-keyframes bus-sacle {
    from {
        opacity: 0;
        display: block;
        /*height: 0;*/
        transform: scaleY(0);
    }

    to {
        transform: scaleY(1);
        /*height: 150px;*/
        display: block;
    }
}

@-webkit-keyframes bus-sacle {
    from {
        opacity: 0;
        display: block;
        /*height: 0;*/
        transform: scaleY(0);
    }

    to {
        opacity: 0;
        display: block;
        /*height: 0;*/
        transform: scaleY(0);
    }
}

@keyframes bus-sacle {
    from {
        opacity: 0;
        display: block;
        /*height: 0;*/
        transform: scaleY(0);
    }

    to {
        transform: scaleY(1);
        /*height: 150px;*/
        display: block;
    }
}

.business-desc {
    height: 150px;
    background: #F4F7FA;
    box-sizing: border-box;
    padding-top: 29px;
}

.business-desc>p {
    width: 1200px;
    font-size: 14px;
    color: #282828;
    line-height: 28px;
    margin: 0 auto;
}

.business-part {
    padding-bottom: 46px;
    background: #fff;
    padding-top: 0;
}

.service-part {
    background: #F3F6FA;
    padding-bottom: 70px;
}

.service-part>div {
    width: 1200px;
    margin: 0 auto;
}

.cases {
    position: relative;
}

.cases ul {
    overflow: hidden;
}

.cases ul>li {
    width: 250px;
    float: left;
    margin-right: 33px;
}

.cases ul>li img {
    width: 250px;
    height: 130px;
}

.cases ul>li p {
    color: #282828;
    font-size: 16px;
    /*margin: 18px 0;*/
    margin: 14px 0;
}

.cases ul>li span {
    font-size: 14px;
    color: #585858;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 250px;
}

.cases .bd {
    width: 1099px;
    margin: 0 auto;
}

.slide-button {
    width: 20px;
    height: 34px;
    display: block;
    display: block;
    position: absolute;
    top: 48px;
}

.slide-button.prev {
    left: 0;
    background: url(../img/service/prev.png);
    transform: rotate(0deg);
}

.slide-button.next {
    right: 0;
    background: url(../img/service/prev.png);
    transform: rotate(180deg);
}

.slide-button.prev:hover {
    background: url(../img/service/nextSele@2x.png);
    transform: rotate(180deg);
}

.slide-button.next:hover {
    background: url(../img/service/nextSele@2x.png);
    transform: rotate(0deg);
}

.charge-part {
    background: #fff;
}

.charge-con {
    width: 1200px;
    margin: 0 auto 78px;
    overflow: hidden;
}

.charge-con>li {
    width: 260px;
    /*height: 300px;*/
    height: 188px;
    float: left;
    box-sizing: border-box;
    margin-right: 53px;
    border: 1px solid #EAEAEA;
}

.charge-con>li:last-of-type {
    margin-right: 0;
}

.charge-con>li>div {
    height: 92px;
    width: 180px;
    border-bottom: 1px solid #EAEAEA;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.charge-con>li>p {
    color: #282828;
    font-size: 16px;
    line-height: 1;
    margin-top: 38px;
    text-align: center;
}

.charge-con>li>span {
    display: block;
    width: 220px;
    margin: 15px auto 0;
    line-height: 26px;
    font-size: 14px;
    color: #282828;
    display: none;
}

.charge-con li:hover {
    border-color: #0478FC;
}


/*.charge-con li:hover p,.charge-con li:hover span{
	color: #0478FC;
}*/


/*线上服务*/

.valuation-container {
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
}

.system-part .valuation-container li,
.attent-part .valuation-container li {
    float: left;
    width: 350px;
    height: 330px;
    /* height: 394px; */
    margin-right: 75px;
}

.attent-part .valuation-container li:first-of-type {
    position: relative;
}

.type_bottom .activity_price {
    width: 183px;
    margin: 0 auto;
    margin-top: 31px;
    overflow: hidden;
}

.system-part ul.valuation-container>li:nth-child(n+4) div.type_bottom .activity_price {
    margin-top: 20px;
}

.type_bottom p.price {
    box-sizing: border;
    line-height: 57px;
    color: #FF2B2B;
    font-size: 30px;
}

.type_bottom p.price>span {
    font-size: 18px;
    margin-top: 5px;
}

.type_bottom p.preferential_price {
    height: 26px;
    padding: 0 17px;
    margin-left: 5px;
    background: url(../img/index4.0/polygon.png) no-repeat;
    line-height: 26px;
    font-size: 14px;
    color: #FF2B2B;
}

.type_bottom p.original_price {
    width: 99px;
    line-height: 24px;
    text-align: right;
    font-size: 14px;
    color: #585858;
}


/* 线上服务5折优惠 */

.price-part .valuation-container>li>div.price-bottom p.price>span.discount_price {
    font-size: 26px;
}

.price-part .valuation-container>li>div.price-bottom p.price>span.discount_font {
    font-size: 10px;
    text-align: left;
}

.discount_font {
    width: 42px;
    height: 18px;
    line-height: 18px;
    padding-left: 2px;
    background: url(../img/anniversary/kuang.png) no-repeat;
    background-size: 100% 100%;
    font-size: 10px;
    color: #ff0a2d;
}


/* 首页5折样式 */

.prices .price {
    display: inline-block;
    color: #0478FC;
    margin-top: 2px;
}

.prices .discount_price {
    font-size: 24px;
}

.prices .price>em {
    font-size: 16px;
    color: #0478FC;
    margin-left: -5px;
}


/*价值追踪描述*/

.trace_intro {
    position: absolute;
    width: 366px;
    height: 330px;
    top: 0;
    left: 409px;
    background: url(../img/trace/polygon_03.png) left top no-repeat;
    background-size: 100% 100%;
    z-index: 3;
    box-sizing: border-box;
    padding-left: 16px;
    display: none;
}

.attent-part .valuation-container li:first-of-type:hover div.trace_intro {
    display: block;
}

.trace_intro>p,
.trace_intro>span {
    font-size: 14px;
    color: #282828;
}

.trace_intro>p {
    padding: 22px;
}

.trace_intro>span {
    line-height: 26px;
    padding: 0 22px;
}

.system-part>ul.valuation-container>li:nth-child(-n+3) {
    margin-bottom: 40px;
}

.system-part .valuation-container li:nth-child(3n) {
    margin-right: 0;
}

.type_top {
    width: 100%;
    height: 110px;
    /*background: url(../../img/startup/bg_type_startup.png) left top no-repeat;*/
    background-size: 100%;
}

.system-part .valuation-container>li:nth-child(1) .type_top {
    background: url(../img/service/type01.png) left top no-repeat;
    background-size: 100% 100%;
}

.system-part .valuation-container>li:nth-child(2) .type_top {
    background: url(../img/service/type02.png) left top no-repeat;
    background-size: 100% 100%;
}

.system-part .valuation-container>li:nth-child(3) .type_top {
    background: url(../img/service/type03.png) left top no-repeat;
    background-size: 100% 100%;
}

.system-part .valuation-container>li:nth-child(4) .type_top {
    background: url(../img/service/type04.png) left top no-repeat;
    background-size: 100% 100%;
}

.system-part .valuation-container>li:nth-child(5) .type_top {
    background: url(../img/service/type05.png) left top no-repeat;
    background-size: 100% 100%;
}

.system-part .valuation-container>li:nth-child(6) .type_top {
    background: url(../img/service/type06.jpg) left top no-repeat;
    background-size: 100% 100%;
}

.attent-part .valuation-container>li:nth-child(1) .type_top {
    background: url(../img/service/type07.png) left top no-repeat;
    background-size: 100% 100%;
}

.attent-part .valuation-container>li:nth-child(2) .type_top {
    background: url(../img/service/type08.png) left top no-repeat;
    background-size: 100% 100%;
}

.type_top>h3 {
    height: 110px;
    font-size: 24px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    line-height: 110px;
    margin: 0;
}

.type_bottom {
    width: 100%;
    height: 220px;
    /* height: 285px; */
    padding-top: 32px;
    border: 1px solid #D2D2D2;
    border-top: none;
    box-sizing: border-box;
    position: relative;
}

.type_bottom>p {
    margin: 0 auto;
    font-size: 14px;
    color: rgba(161, 159, 159, 1);
    line-height: 26px;
    text-align: left;
    padding: 0 22px;
}

.type_bottom>a:not(.exam) {
    display: block;
    width: 224px;
    height: 46px;
    /*background: rgba(67, 147, 255, 1);*/
    background: #0478FC;
    border-radius: 23px;
    font-size: 18px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    line-height: 46px;
    letter-spacing: 1px;
    position: absolute;
    bottom: 60px;
    left: 50%;
    margin-left: -112px;
}

.type_bottom>a.exam {
    width: 100%;
    text-align: center;
    color: #2481FF;
    font-size: 14px;
    line-height: 24px;
    position: absolute;
    bottom: 20px;
}

.exhibition-part>div ul.examples {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
}

ul.examples>li:hover {
    background: #FAFAFA;
}

.exhibition-part div.bd {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    padding-bottom: 70px;
}

.exhibition-part p.example-tit {
    background: #FAFAFA;
    height: 50px;
    color: #282828;
    font-size: 16px;
    line-height: 50px;
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 28px;
}

.exhibition-part>div p.example-tit span {
    font-weight: bold;
    box-sizing: border-box;
}


/*.exhibition-part>div li{
	width: 100%;
	box-sizing: border-box;
	padding: 0 28px;
}*/

.exhibition-part>div li span {
    box-sizing: border-box;
}

.exhibition-part>div p.example-tit>span:nth-child(2) {
    padding-left: 28px;
}

.exhibition-part>div p.example-tit>span:nth-child(3) {
    padding-left: 24px;
}

.exhibition-part>div li>span:nth-child(4) {
    padding-left: 16px;
}

.exhibition-part>div li>span:nth-child(5) {
    padding-left: 8px;
}

.exhibition-part>div li {
    height: 60px;
    /*border-bottom: 1px solid #EEEEEE;*/
    color: #282828;
    font-size: 14px;
    line-height: 60px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 28px;
    position: relative;
    background: #fff;
}

.exhibition-part>div li:after {
    content: '';
    height: 1px;
    background: #EEEEEE;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}


/*.exhibition-part>div li>span{
	width: 20%;
}*/

.exhibition-part>div li>span:nth-child(1),
.exhibition-part>div p.example-tit>span:nth-child(1) {
    width: 314px;
}

.exhibition-part>div li>span:nth-child(2),
.exhibition-part>div li>span:nth-child(3),
.exhibition-part>div p.example-tit>span:nth-child(2),
.exhibition-part>div p.example-tit>span:nth-child(3) {
    /*width: 207px;*/
    width: 252px;
}

.exhibition-part>div li>span:nth-child(4),
.exhibition-part>div p.example-tit>span:nth-child(4) {
    width: 170px;
    display: none;
}

.exhibition-part>div li>span:nth-child(5),
.exhibition-part>div p.example-tit>span:nth-child(5) {
    width: 158px;
}

.exhibition-part>div li>span:nth-child(6) {
    width: 64px;
}

.exhibition-part>div li>span:nth-child(6) {
    text-align: center;
}


/*.exhibition-part>div li>span:nth-child(n+4){
	width: 10%;
}*/


/*为什么*/

.reason-part {
    background: #F7F8FA;
    padding-bottom: 70px;
}

.valuation-introduce {
    position: relative;
    width: 1200px;
    height: 351px;
    margin: 0 auto;
    margin-bottom: 80px;
    overflow: hidden;
}

.tabs {
    position: absolute;
    top: 32px;
    z-index: 10;
}

.tabs>li {
    /*width: 340px;*/
    width: 354px;
    margin-bottom: 15px;
    cursor: pointer;
}

.tabs>li:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.tabs>li>i {
    font-size: 18px;
    font-weight: bold;
    color: rgba(40, 40, 40, 1);
    line-height: 30px;
}

.tabs>li.cur>i {
    /*color: rgba(67, 147, 255, 1);*/
    color: #0478FC;
}

.tabs>li>span {
    width: 144px;
    font-size: 18px;
    font-weight: bold;
    color: rgba(40, 40, 40, 1);
    line-height: 30px;
    margin-left: 20px;
    /*margin-right: 38px;*/
    margin-right: 60px;
}

.tabs>li.cur>span {
    /*color: rgba(67, 147, 255, 1);*/
    color: #0478FC;
}

.tabs>li>b {
    width: 0;
    height: 3px;
    /*background: rgba(67, 147, 255, 1);*/
    background: #0478FC;
    -moz-transition: width 1s;
    -webkit-transition: width 1s;
    -o-transition: width 1s;
    transition: width 0.5s ease;
    opacity: 0;
    overflow: hidden;
}

.tabs>li.cur>b {
    width: 100px;
    opacity: 1;
}

.tabs>li:hover b {
    width: 100px;
    opacity: 1;
}

.introduce-content {
    position: relative;
    top: 20px;
    width: 838px;
    height: 351px;
    /*margin-left: 340px;*/
    margin-left: 362px;
}

.introduce-content>li {
    height: 100%;
    /*box-shadow: 0px 0px 20px 5px rgba(107, 107, 105, 0.06);*/
    display: none;
    /*background: #FFFFFF;*/
}

.introduce-content>li.active {
    display: block;
}

.left-title {
    position: absolute;
    width: 230px;
    height: 320px;
    /* top: 0; */
    top: -20px;
    /*left: -20px;*/
    left: -38px;
    background-size: cover;
    z-index: 5;
}

.left-title.what-is-valuation {
    background: url(../img/service/introduce_left_title_01.png) no-repeat left top;
}

.left-title.why-valuation {
    background: url(../img/service/introduce_left_title_02.png) no-repeat left top;
}

.left-title.profession-valuation-methods {
    background: url(../img/service/introduce_left_title_03.png) no-repeat left top;
}

.left-title.powerful-database {
    background: url(../img/service/introduce_left_title_04.png) no-repeat left top;
}

.left-title.valuation-model {
    background: url(../img/service/introduce_left_title_05.png) no-repeat left top;
}

.left-title.report-purpose {
    background: url(../img/service/introduce_left_title_06.png) no-repeat left top;
}

.left-title>p {
    font-size: 20px;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    line-height: 30px;
    text-align: center;
    margin-top: 97px;
}

.left-title>span {
    display: block;
    width: 186px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 24px;
    margin: 0 auto;
    margin-top: 10px;
}

.right-detail {
    position: absolute;
    width: 715px;
    height: 306px;
    top: 30px;
    right: 0;
    padding-left: 96px;
    background: #fff;
    box-sizing: border-box;
}

.right-detail>p {
    width: 588px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(40, 40, 40, 1);
    line-height: 30px;
    margin-bottom: 10px;
    letter-spacing: .2px;
}

.right-detail>p:first-of-type {
    margin-top: 52px;
}

.why-items>li {
    /*height: 44px;*/
    margin: 15px 0;
}

.why-items>li:nth-child(1) {
    margin-bottom: 6px;
}

.why-items>li:nth-child(2) {
    margin-top: 6px;
    margin-bottom: 6px;
}

.why-items>li:nth-child(3) {
    margin-top: 6px;
    margin-bottom: 6px;
}

.why-items>li:nth-child(4) {
    margin-top: 6px;
    margin-bottom: 6px;
}

.why-items>li:nth-child(5) {}

.why-items>li:nth-child(6) {}

.why-items>li>img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    width: 30px;
}

.why-items>li>span {
    width: 473px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(40, 40, 40, 1);
    line-height: 24px;
}


/*.why-items>li:nth-of-type(2),
.why-items>li:nth-of-type(4) {
    margin-bottom: 20px;
}*/

.valuation-methods {
    position: relative;
    overflow: hidden;
    margin-top: 35px;
}

.valuation-methods>span {
    position: absolute;
    width: 32px;
    height: 42px;
    top: 20px;
    left: 105px;
    font-size: 42px;
    color: #4393FF;
    font-weight: bold;
    line-height: 42px;
}

.valuation-methods>span:nth-of-type(2) {
    left: 247px;
}

.valuation-methods>span:last-of-type {
    left: 387px;
}

.valuation-methods>li {
    float: left;
    width: 100px;
    margin-right: 42px;
}

.valuation-methods>li>p {
    width: 86px;
    height: 86px;
    margin-left: 7px;
    border-radius: 50%;
    border: 6px solid rgba(67, 147, 255, 1);
    box-sizing: border-box;
    text-align: center;
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.valuation-methods>li:first-of-type>p {
    border-left: 6px solid rgba(225, 225, 225, 1);
    border-top: 6px solid rgba(67, 147, 255, 1);
    border-right: 6px solid rgba(67, 147, 255, 1);
    border-bottom: 6px solid rgba(225, 225, 225, 1);
}

.valuation-methods>li:nth-of-type(2)>p {
    border-left: 6px solid rgba(67, 147, 255, 1);
    border-top: 6px solid rgba(67, 147, 255, 1);
    border-right: 6px solid rgba(225, 225, 225, 1);
    border-bottom: 6px solid rgba(225, 225, 225, 1);
}

.valuation-methods>li:nth-of-type(3)>p {
    border-left: 6px solid rgba(67, 147, 255, 1);
    border-top: 6px solid rgba(225, 225, 225, 1);
    border-right: 6px solid rgba(225, 225, 225, 1);
    border-bottom: 6px solid rgba(67, 147, 255, 1);
}

.valuation-methods>li>p>span {
    width: 60px;
    margin: 0 auto;
    margin-top: 28px;
    font-size: 12px;
    font-weight: 400;
    color: rgba(67, 147, 255, 1);
    line-height: 18px;
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

ul.valuation-methods>li:nth-of-type(3)>p>span,
ul.valuation-methods>li:nth-of-type(4)>p>span {
    margin-top: 20px;
}

.valuation-methods>li>span {
    font-size: 12px;
    font-weight: 400;
    color: rgba(40, 40, 40, 1);
    line-height: 18px;
    text-align: justify;
    margin-top: 25px;
}

.database-type {
    position: relative;
    overflow: hidden;
}

.database-type>span {
    position: absolute;
    width: 32px;
    height: 42px;
    top: 70px;
    left: 145px;
    font-size: 42px;
    color: #757677;
    font-weight: bold;
    line-height: 42px;
}

.database-type>span:last-of-type {
    left: 355px;
}

.database-type>li {
    float: left;
    width: 132px;
    margin-right: 75px;
}

.database-type>li:last-of-type {
    margin-right: 0;
}

.database-type>li>img {
    display: block;
    width: 100%;
    height: 80px;
    margin-top: 40px;
    margin-bottom: 14px;
}

.database-type>li>p {
    font-size: 14px;
    font-weight: 400;
    color: rgba(3, 0, 0, 1);
    line-height: 22px;
    text-align: center;
    margin-bottom: 8px;
}

.database-type>li>span {
    font-size: 12px;
    font-weight: 400;
    color: rgba(40, 40, 40, 1);
    line-height: 20px;
    text-align: justify;
}

.model-items {
    position: relative;
}

.model-items>li {
    overflow: hidden;
}

.model-items>li:last-of-type {
    /*margin-top: -26px;*/
    margin-top: -39px;
}

.model-items>li>div {
    float: left;
}

.model-items>li>div:last-of-type {
    float: right;
}

.model-items>li:nth-child(1) {
    margin-top: 14px;
    margin-bottom: 32px;
}

.model-items>li:first-of-type>div:first-of-type {
    width: 144px;
    margin-left: 37px;
    /*margin-bottom: 32px;*/
}

.model-items>li:first-of-type>div:last-of-type {
    width: 180px;
    margin-right: 33px;
}

.model-items>li:nth-child(2) {
    margin-bottom: 19px;
}

.model-items>li:nth-of-type(2)>div:first-of-type {
    width: 144px;
    margin-left: 0;
    /*margin-bottom: 20px;*/
}

.model-items>li:nth-of-type(2)>div:last-of-type {
    width: 155px;
    margin-right: 25px;
}

.model-items>li:nth-of-type(3)>div:first-of-type {
    width: 168px;
}

.model-items>li:nth-of-type(3)>div:last-of-type {
    width: 170px;
    margin-right: 36px;
}

.model-items>li:nth-of-type(4)>div:last-of-type {
    width: 160px;
    margin-right: 220px;
}

.model-items>li>div>p {
    font-size: 14px;
    font-weight: 400;
    color: rgba(67, 147, 255, 1);
    line-height: 26px;
}

.model-items>li>div>span {
    font-size: 12px;
    font-weight: 400;
    color: rgba(40, 40, 40, 1);
    line-height: 20px;
}

.model-items>li>div:first-of-type>p,
.model-items>li>div:first-of-type>span {
    text-align: right;
}

.model-items>li>div:last-of-type>p,
.model-items>li>div:last-of-type>span {
    text-align: left;
}

.model-items>img {
    display: block;
    position: absolute;
    width: 217px;
    height: 151px;
    top: 60px;
    right: 194px;
}


/*.report-purpose+.right-detail {
    width: 610px;
}*/

.purpose-items {
    overflow: hidden;
    margin-left: -27px;
}

.purpose-items>img {
    display: block;
    width: 284px;
    height: 159px;
    margin-top: 24px;
    margin-left: 160px;
    margin-bottom: 15px;
}

.purpose-items>li:not(.li-right) {
    float: left;
    width: 305px;
    margin-left: 12px;
}

.purpose-items>li.li-right {
    float: left;
    margin-left: 20px;
}


/*.purpose-items>li:last-of-type {
    margin-right: 23px;
}*/

.purpose-items>li>img {
    vertical-align: middle;
}

.purpose-items>li>span {
    font-size: 12px;
    font-weight: 400;
    color: rgba(40, 40, 40, 1);
    line-height: 26px;
}


/*估值报价*/

div.content-part.price-part>ul.valuation-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.price-part .valuation-container>li {
    width: 240px;
    height: 470px;
    /*border: 1px solid #EEEEEE;*/
    border-radius: 6px;
    background: #ffffff;
    margin-right: 10px;
}

.price-part .valuation-container>li:nth-child(4n) {
    margin-right: 0;
}

.price-part .valuation-container>li>div.price-top {
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 20px;
    color: #FFFFFF;
    background: url(../img/service/price-back.png) left top no-repeat;
}

.price-part .valuation-container>li>div.price-bottom p.price {
    height: 74px;
    box-sizing: border-box;
    margin: 0 30px;
    line-height: 74px;
    text-align: center;
    border-bottom: 1px solid #EEEEEE;
    color: #0478FC;
    font-size: 20px;
}

.price-part .valuation-container>li>div.price-bottom p.price>span {
    font-size: 16px;
    margin-top: -4px;
}

.price-part .valuation-container>li>div.price-bottom>p.trait {
    font-size: 14px;
    color: #282828;
    padding-left: 30px;
    line-height: 26px;
    margin: 17px 0 7px;
}

.valuation-trait {
    padding-left: 30px;
}

.valuation-trait>li>i {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #0478FC;
    margin-right: 10px;
}

.valuation-trait>li>span {
    color: #585858;
    font-size: 14px;
    line-height: 26px;
}

.price-part .valuation-container>li:nth-child(-n+12) {
    margin-bottom: 40px;
}

.price-part {
    padding-bottom: 100px;
}

.price-bottom {
    position: relative;
    height: 370px;
    box-sizing: border-box;
    border-left: 1px solid #EEEEEE;
    border-right: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
}

.price-bottom>a {
    width: 120px;
    height: 30px;
    background: #0478FC;
    display: block;
    position: absolute;
    text-align: center;
    line-height: 30px;
    background: #0478FC;
    color: #FFFFFF;
    font-size: 14px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -60px;
}

.attent-part .type_bottom {
    padding-top: 19px;
}

.attent-part ul.valuation-container>li:first-of-type div.type_bottom {
    padding-top: 6px;
}

.system-part ul.valuation-container>li:nth-child(n+4) div.type_bottom {
    padding-top: 19px;
}

.system-part ul.valuation-container,
.attent-part ul.valuation-container {
    padding: 10px;
}

.system-part ul.valuation-container>li:hover,
.attent-part ul.valuation-container>li:hover {
    -webkit-box-shadow: 0 0 10px 5px #f3f3f3;
    -moz-box-shadow: 0 0 10px 5px #f3f3f3;
    -ms-box-shadow: 0 0 10px 5px #f3f3f3;
    -o-box-shadow: 0 0 10px 5px #f3f3f3;
    box-shadow: 0 0 10px 5px #f3f3f3;
}

.system-part ul.valuation-container>li:hover div.type_bottom,
.attent-part ul.valuation-container>li:hover div.type_bottom {
    border-color: #ffffff;
}


/*估值历史*/


/*.valuation-log{
	display: none;
}*/


/*估值流程*/

.valuation_process {
    width: 100%;
    margin-bottom: 60px;
    overflow: hidden;
}

.process_container {
    margin-top: 44px;
    padding: 0 145px;
}

.process_container>li {
    position: relative;
    float: left;
    width: 172px;
}


/*过程顶部*/

.process_container>li>.li_top {
    width: 100%;
    height: 130px;
    background: rgba(118, 176, 255, 1);
    border-radius: 10px;
}

.process_container>li>.li_top>.rank_num {
    position: absolute;
    width: 60px;
    height: 60px;
    top: -30px;
    left: 56px;
    background: rgba(118, 176, 255, 1);
    border-radius: 50%;
    border: 2px solid #fff;
    box-sizing: border-box;
    font-size: 36px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    line-height: 54px;
}

.process_container>li>.li_top>img {
    display: block;
    margin: 0 auto;
    padding-top: 45px;
}

.process_container>li>.li_top>p {
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    line-height: 24px;
    text-align: center;
    margin-top: 10px;
}

.process_container>img {
    display: inline-block;
    float: left;
    margin: 49px 17px 0 17px;
}


/*过程底部*/

.process_container>li>.li_bottom {
    width: 100%;
    height: 65px;
    margin-top: 7px;
    background: rgba(229, 229, 229, 1);
    border-radius: 10px;
}

.process_container>li>.li_bottom>p {
    font-size: 14px;
    color: rgba(162, 161, 161, 1);
    text-align: center;
    line-height: 24px;
    padding-top: 8px;
}

footer {
    position: relative;
}


/* 遮罩层 */

.mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    background: rgba(0, 0, 0, 0.3);
}


/* 并购方和被并购方选择 */

.popup {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 14px 20px;
    background: #fff;
    border-radius: 5px;
    width: 294px;
    height: 149px;
}

#choice-role {
    width: 294px;
    height: 149px;
    margin-top: -90px;
    margin-left: -164px;
}

.top-title {
    width: 100%;
    height: 18px;
    overflow: hidden;
}

.top-title>p {
    float: left;
    height: 18px;
    font-size: 14px;
    font-weight: bold;
    color: rgba(40, 40, 40, 1);
    line-height: 18px;
    border-left: 4px solid rgba(67, 147, 255, 1);
    padding-left: 10px;
}

.top-title>img.closes {
    float: right;
    cursor: pointer;
}

.trace>.top-title {
    height: auto;
}

.trace>.top-title>h3 {
    float: left;
    width: 96%;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: rgba(40, 40, 40, 1);
    line-height: 17px;
    margin-top: 10px;
}

.choiced-roles {
    margin-top: 33px;
    margin-left: 36px;
}

.choiced-roles>span {
    height: 26px;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    color: rgba(40, 40, 40, 1);
    line-height: 22px;
}

.choice-role>.choiced-roles>input {
    display: inline-block;
    width: 88px;
    height: 26px;
    margin-right: 16px;
    line-height: 26px;
    border-radius: 5px;
    /* background: #fff; */
    /* border: 1px solid #4393ff; */
    box-sizing: border-box;
    /* color: #4393FF; */
    cursor: pointer;
}

.choice-role>.choiced-roles>input.noselected {
    color: #4393FF;
    background: #fff;
    border: 1px solid #4393ff;
}


/* .choice-role>.choiced-roles>input[checked="checked"] {
    color: #fff;
    background: rgba(109, 171, 255, 1);
    border: none;
} */

.choice-role>.choiced-roles>input.selected {
    color: #fff;
    background: #6dabff;
    border: none;
}

.btn-sure {
    display: block;
    width: 105px;
    height: 35px;
    margin: 0 auto;
    margin-top: 30px;
    background: rgba(67, 147, 255, 1);
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
}


/* 并购方 */

.choice-acquirer {
    width: 515px !important;
    height: 436px !important;
    margin-top: -230px;
    margin-left: -230px;
}

.selects {
    margin-bottom: 18px;
}

.selects>label {
    display: inline-block;
    width: 22%;
    height: 25px;
    vertical-align: top;
    line-height: 25px;
    font-size: 12px;
    text-align: right;
}

.selects.is-confirm {
    margin-bottom: 18px;
}

.selects.is-confirm>label {
    width: 28%;
    height: 15px;
    font-size: 12px;
    line-height: 15px;
}

.baseRight {
    width: 75%;
    position: relative;
    display: inline-block;
    border-radius: 4px;
}

.selects.is-confirm .baseRight {
    width: 70%;
    height: 14px;
}

.left {
    display: inline-block;
    float: left;
    width: 135px;
    margin-right: 16px;
}

.secondIndustry {
    display: inline-block;
    width: 135px;
}

.combo-select {
    margin-bottom: 0;
    width: 100%;
    max-width: none;
}

.combo-select .combo-input {
    height: 25px;
    margin-bottom: 0;
}

.desc-container {
    display: inline-block;
    position: relative;
    top: 5px;
    cursor: pointer;
}

label i {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #ffa446;
    color: #fff;
    text-align: center;
    line-height: 12px;
    font-size: 12px;
    margin-left: 2px;
    margin-top: -14px;
    border-radius: 6px;
    cursor: pointer;
}

.desc-main {
    position: absolute;
    top: 0;
    line-height: 1;
    width: 275px;
    z-index: 2;
}

.desc-main>span {
    float: right;
    margin-right: 4.04%;
}

.desc-main>p {
    background: #FEEEB4;
    padding: 13px 10px 13px 15px;
    position: absolute;
    top: 23px;
    left: 4px;
    border: 1px solid #ECC641;
    line-height: 1.5;
    border-radius: 4px;
    border-top-left-radius: 0;
    display: none;
}

.desc-container .desc-main>span:before {
    content: "";
    position: absolute;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 9px solid #ECC641;
    border-top: 9px solid transparent;
    top: 5px;
    left: 4px;
    z-index: 7;
    display: none;
}

.desc-container .desc-main>span:after {
    content: "";
    position: absolute;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: 8px solid #FEEEB4;
    border-top: 6px solid transparent;
    top: 10px;
    left: 5px;
    z-index: 45;
    display: none;
}

.desc-container .desc-main>p {
    background: #FEEEB4;
    padding: 13px 10px 13px 15px;
    position: absolute;
    top: 23px;
    left: 4px;
    border: 1px solid #ECC641;
    line-height: 1.5;
    text-align: left;
    border-radius: 4px;
    border-top-left-radius: 0;
    display: none;
}

.desc-container:hover .desc-main>span:after {
    display: block;
}

.desc-container:hover .desc-main>span:before {
    display: block;
}

.desc-container:hover .desc-main>p {
    display: block;
}

.purpose {
    margin-top: 30px;
}

.purpose>.baseRight {
    margin-top: 3px;
}

.checkboxes {
    width: 100%;
    height: 12px;
    margin-bottom: 11px;
}

.checkboxes:last-of-type {
    height: 25px;
    margin-bottom: 0;
}

.checkboxes>input[type=checkbox] {
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 12px;
    height: 12px;
    border: 1px solid rgba(224, 224, 224, 1);
    border-radius: 4px;
    box-sizing: border-box;
    background-color: transparent;
}

.checkboxes>input[type=checkbox].checkselectedno {
    vertical-align: middle;
    margin-right: 5px;
}

.checkboxes>input[type=checkbox].checkselected {
    vertical-align: middle;
    margin-right: 5px;
    background: url(../img/startup/icon_checkbox.png) no-repeat left top;
    background-size: 100% 100%;
}

.checkboxes>label {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    font-weight: 400;
    color: rgba(40, 40, 40, 1);
    margin-top: -3px;
    margin-right: 5px;
    margin-bottom: 0;
}

.checkboxes:last-of-type>input[type=checkbox] {
    margin-top: -1px;
}

.checkboxes:last-of-type>span {
    margin-top: -4px;
}

.checkboxes>input[type=text] {
    width: 272px;
    height: 25px;
    padding: 0 10px;
    border: 1px solid rgba(224, 224, 224, 1);
    border-radius: 4px;
    box-sizing: border-box;
}

.checkboxes>input[type=text]::-webkit-input-placeholder {
    font-size: 12px;
    font-weight: 400;
    color: rgba(40, 40, 40, 1);
}

.checkboxes>input[type=text]::-moz-placeholder {
    font-size: 12px;
    font-weight: 400;
    color: rgba(40, 40, 40, 1);
}

.checkboxes>input[type=text]:-ms-input-placeholder {
    font-size: 12px;
    font-weight: 400;
    color: rgba(40, 40, 40, 1);
}


/* 被并购方 */

.choice-acquired {
    width: 515px !important;
    height: 478px !important;
    margin-top: -230px;
    margin-left: -230px;
}

.check-box {
    display: inline-block;
    float: left;
    margin-right: 25px;
}

.check-box>input[type=radio] {
    margin: 0;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 14px;
    height: 14px;
    border: 1px solid rgba(202, 202, 202, 1);
    border-radius: 50%;
    vertical-align: top;
    box-sizing: border-box;
    margin-right: 8px;
    cursor: pointer;
}

.check-box>input[type=radio]:hover {
    border: 1px solid rgba(67, 147, 255, 1);
}

.check-box>input[type=radio][checked=checked] {
    background: url(../img/startup/icon_radio.png) no-repeat left top;
    background-size: 100% 100%;
    border: none;
}

.check-box>label {
    display: inline-block;
    font-size: 12px;
    line-height: 13px;
    vertical-align: top;
    cursor: pointer;
}

.combo-dropdown li {
    list-style: none;
    padding: 8px 1em;
    margin: 0;
    white-space: nowrap;
}


/* 价值追踪部分 */

#trace:hover {
    cursor: pointer;
}

#trace_introduce {
    position: relative;
}

#trace_introduce img {
    position: absolute;
    left: -13px;
}

#trace_introduce ol {
    position: absolute;
    padding: 23px;
    line-height: 23px;
    font-size: 14px;
    color: #282828;
}

.select-company {
    width: 346px;
    height: 232px;
    margin-top: -290px;
    margin-left: -200px;
}

.company-contain {
    width: 100%;
    height: 130px;
    margin: 15px 0;
    overflow-y: scroll;
}

.company-contain>div {
    display: block;
    width: 80%;
    height: 25px;
    margin: 0 auto;
    margin-bottom: 10px;
    border: 1px solid rgba(224, 224, 224, 1);
    border-radius: 4px;
    box-sizing: border-box;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    color: rgba(40, 40, 40, 1);
    cursor: pointer;
}

.company-contain>div:hover {
    border: 1px solid #4393FF;
    color: #4393FF;
}

.btn-trace {
    width: 84px;
    height: 28px;
    background: #4393FF;
    border-radius: 4px;
    margin-top: 10px;
    font-size: 12px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    cursor: pointer;
}

.btn-trace:hover {
    background: #187AFE;
}

.select-valuation-year {
    width: 625px;
    height: 392px;
    margin-left: -360px;
    margin-top: -270px;
}

.select-valuation-year>.top-title>h3 {
    font-size: 14px;
}

.years-info {
    width: 90%;
    margin: 0 auto;
}

.top-tip {
    width: 100%;
    height: 32px;
    background: rgba(219, 234, 254, 1);
    border-radius: 5px;
    font-size: 12px;
    font-weight: 400;
    color: rgba(67, 147, 255, 1);
    line-height: 32px;
    text-align: center;
    margin-top: 16px;
}

.years-info>ul {
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-top: 20px;
}

.years-info>ul>li {
    width: 33.33%;
}

.years-info .img-status {
    position: relative;
    margin-bottom: 20px;
    text-align: center;
    cursor: pointer;
}

.years-info .selectedNo::after {
    position: absolute;
    top: 27px;
    content: "";
    width: 132px;
    height: 2px;
    background: #CDCDCD;
}

.years-info .selectedYes::after {
    position: absolute;
    top: 27px;
    content: "";
    width: 132px;
    height: 2px;
    background: #4393FF;
}

.years-info>ul>li:nth-of-type(3)>.img-status:after {
    width: 0;
}

.years-info .img-status>img {
    width: 56px;
    height: 56px;
}

.years-info .checkboxes {
    text-align: center;
}

.years-info .checkboxes>input {
    cursor: pointer;
}

.years-info .checkboxes>label {
    font-size: 14px;
    font-weight: bold;
    color: rgba(40, 40, 40, 1);
    line-height: 21px;
    cursor: pointer;
}

.years-info>ul>li>p {
    font-size: 12px;
    font-weight: 400;
    text-align: center;
}

.years-info>ul>li>p.report-type {
    color: #282828;
    height: 16px;
}

.years-info>ul>li>p.valuation-result {
    color: rgba(255, 161, 76, 1);
    margin-top: 15px;
}

.years-info>ul>li>p.view-report {
    color: #4393FF;
    margin-top: 8px;
    cursor: pointer;
}

input[type=button] {
    display: block;
    width: 105px;
    height: 35px;
    /* background: rgba(67, 147, 255, 1); */
    border-radius: 5px;
    color: #FFFFFF;
    margin: 0 auto;
    margin-top: 40px;
    cursor: pointer;
}

input[type=button].unableSubmit {
    background: #CDCDCD;
}

input[type=button].ableSubmit {
    background: rgba(67, 147, 255, 1);
}

input[type=button].ableSubmit:hover {
    background: #187AFE;
}


/*记录*/

.valuation-log>div {
    width: 812px;
    /*height: 398px;*/
    max-height: 398px;
    margin: 0 auto;
    background: #FFFFFF;
    border-radius: 6px;
    position: fixed;
    top: 50%;
    right: 50%;
    margin-top: -199px;
    margin-right: -406px;
    z-index: 3;
}

.valuation-log:before {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    content: '';
    background: rgba(0, 0, 0, .4);
    z-index: 2;
}

.valuation-log>div>p {
    height: 28px;
    margin: 36px 282px 30px;
    text-align: center;
    line-height: 28px;
    color: #000;
    font-size: 20px;
}

.valuation-log>div>img.close {
    display: block;
    margin: 18px 28px 0 0;
    float: right;
    cursor: pointer;
}

.valuation-log>div>p>img {
    float: left;
    margin-right: 20px;
}

.valuation-log>div>div {
    /*height: 204px;*/
    max-height: 204px;
    overflow-y: auto;
}

.valuation-log>div table {
    width: 700px;
    /*height: 204px;*/
    height: auto;
    margin: 0 auto;
    border-collapse: collapse;
    border: 1px solid #4393FF;
    font-size: 16px;
    color: #000;
    max-height: 204px;
}

.valuation-log>div table>thead th {
    background: #DBECFF;
    height: 56px;
    text-align: left;
    padding-left: 24px;
}

.valuation-log>div table>tbody tr {
    border-bottom: 1px solid #ECECEC;
    height: 48px;
}

.valuation-log>div table>tbody tr:last-of-type {
    border: 0;
}

.valuation-log>div table>tbody td {
    padding-left: 24px;
}

.valuation-log>div table>tbody td>a {
    color: #4393FF;
}

.valuation-log>div table>tbody td>a:nth-child(1) {
    margin-right: 12px;
}

.valuation-log>div table>tbody td>a:nth-child(1) {
    margin-right: 12px;
}

.valuation-log>div table>tbody>tr>td:nth-child(2) {
    max-width: 145px;
}

.valuation-log>div>span {
    display: block;
    width: 178px;
    height: 40px;
    line-height: 40px;
    border-radius: 6px;
    background: #4393FF;
    text-align: center;
    font-size: 14px;
    color: #FFFFFF;
    margin: 30px auto;
    cursor: pointer;
}

.price-bottom>a:hover,
.type_bottom>a:not(.exam):hover {
    background: #0070f0;
}

.attent-part>ul.valuation-container {
    /* width: 775px; */
}

.attent-part>ul.valuation-container>li:last-of-type {
    margin-right: 0;
}


/* 2013心流产品 */

.serverProduct {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.serverProduct>div:first-child {
    width: 169px;
    float: left;
    background: #fff;
}

.flowProductTitle {
    font-size: 28px;
    font-weight: bold;
    color: #0A1633;
    margin: 0 0 49px;
    text-align: center;
}

.productCategories {
    width: 217px;
    background: #F4F7FA;
    padding: 10px 0;
}

.productCategories li {
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding-left: 34px;
    font-size: 16px;
    box-sizing: border-box;
    cursor: pointer;
}

.productCategories li a {
    color: #282828;
    font-weight: bold;
    margin-left: 14px;
}

.productCategories li img {
    vertical-align: middle;
}

.productCategories li.active {
    border-left: 2px solid #1459F4;
    background: #fff;
}

.productCategories li.active a {
    color: #1459F4;
}

.totalProductCategory {
    width: calc(100% - 247px);
    overflow: hidden;
    float: right;
}

.totalProductCategory .valuation-container {
    width: 100%;
    margin-top: 22px;
}

.totalProductCategory .valuation-container:nth-child(1) {
    margin-top: 0;
}

.totalProductCategory .valuation-container>P {
    font-size: 24px;
    font-weight: bold;
    color: #0A1633;
    margin-bottom: 18px;
    padding-left: 8px;
    border-left: 4px solid #1459F4;
}

.totalProductCategory .valuation-container ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.totalProductCategory .valuation-container li {
    width: 299px;
    padding: 23px 14px 68px 15px;
    background: url(../img/service/product.jpg) center center no-repeat;
    background-size: cover;
    box-shadow: 2px 2px 13px 0px rgba(32, 76, 151, 0.23);
    margin-right: 28px;
    margin-bottom: 28px;
    box-sizing: border-box;
    border: 2px solid #fff;
    position: relative;
}

.totalProductCategory .valuation-container ul li:hover .categoryName span:first-child,
.totalProductCategory .valuation-container ul li:hover .categoryName a {
    color: #1459F4;
}

.totalProductCategory .valuation-container li:nth-child(3n) {
    margin-right: 0;
}

.totalProductCategory .valuation-container li>a {
    display: block;
    color: #282828;
}

.totalProductCategory .categoryName {
    position: relative;
}

.totalProductCategory .categoryName>i,
.totalProductCategory .categoryName>.introduce {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../img/index2020/icontishiwenhao.svg) no-repeat;
    background-position: -3px -1px;
    background-size: 121%;
    position: relative;
    top: 3px;
}

.totalProductCategory .explain-con {
    position: absolute;
    width: 307px;
    top: 30px;
    padding: 12px 15px;
    left: -15px;
    background: #FFF1EA;
    z-index: 222;
    font-size: 12px;
    color: #777;
    line-height: 24px;
    text-align: justify;
    box-shadow: 0 0 10px rgba(0, 117, 255, .1);
    border: 1px solid #FF671E;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.totalProductCategory .explain-con::before {
    content: '';
    display: block;
    width: 10px;
    height: 9px;
    background: url(../img/index2020/triangle.png) center center no-repeat;
    position: absolute;
    top: -9px;
    left: 16px;
}

.totalProductCategory .putProducts3 li:nth-child(3n) .explain-con {
    left: -303px;
}

.totalProductCategory .putProducts3 li:nth-child(3n) .explain-con::before {
    left: 305px;
}

.totalProductCategory .categoryName span:first-child,
.totalProductCategory .categoryName a {
    font-size: 20px;
    font-weight: bold;
    margin-right: 2px;
    color: #282828;
}

.totalProductCategory .categoryName span:first-child i {
    font-size: 14px;
    font-weight: bold;
}

.totalProductCategory .categoryName .hotSell {
    width: 38px;
    height: 19px;
    line-height: 19px;
    text-align: center;
    background: #F8E9E5;
    font-size: 14px;
    color: #EB5A28;
}

.totalProductCategory .categoryName .arrows {
    width: 16px;
    height: 12px;
    background: url(../img/service/arrows.png);
    position: absolute;
    top: 9px;
    right: 0;
    vertical-align: middle;
}

.totalProductCategory .valuation-container ul li:hover .categoryName .arrows {
    background: url(../img/service/arrows_move.png);
}


/* .totalProductCategory .valuation-container li:hover .categoryName .arrows {
    background: url(../img/service/arrows_move.png);
}

.totalProductCategory .valuation-container li:hover .categoryName span:first-child {
    color: #1459F4;
} */

.totalProductCategory .categoryName p {
    font-size: 14px;
    font-weight: 400;
    color: #6F6D6D;
    line-height: 27px;
    text-align: justify;
    margin-top: 19px;
}

.totalProductCategory .valuation-container:nth-of-type(3) .categoryName p {
    margin-top: 12px;
}

.btn {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}



.valuation-container .btn {
    width: calc(100% - 29px);
    position: absolute;
    bottom: 23px;
}

.btn a {
    width: 130px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
}

.btn a:first-child {
    background: #004DE1;
    color: #FFFFFF;
}

.btn a:nth-of-type(2) {
    border: 1px solid #004DE1;
    color: #004DE1;
}

.btn a:first-child:hover {
    background: #0242cf;
}

.btn a:nth-of-type(2):hover {
    background: #004DE1;
    color: #fff;
}


/* 3大投行系统 */

.threeMajorSystems {
    width: 1200px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    position: relative;
    top: -62px;
}

.threeMajorSystems li {
    width: 386px;
    height: 174px;
    background: #F5F7FA;
    box-shadow: 2px 2px 13px 0px rgba(32, 76, 151, 0.23);
    border: 2px solid #FFFFFF;
    padding: 20px 25px;
    box-sizing: border-box;
}

.threeMajorSystems li>p img {
    margin-right: 16px;
    vertical-align: middle;
}

.threeMajorSystems li>p span {
    font-size: 20px;
    font-weight: bold;
    color: #282828;
}

.threeMajorSystems li .introduce {
    width: 344px;
    font-size: 14px;
    color: #282828;
    line-height: 26px;
    margin: 5px auto 10px;
    text-align: justify;
}

.threeMajorSystems li button {
    width: 144px;
    height: 32px;
    color: #F4F7FA !important;
    font-size: 14px;
}


/* 3大投行系统 */