



.main{
    width: 10rem;
    min-width: 1349px;
    margin-bottom: 60px;
    /* height: 422px; */
}

.business{
    width: 6.252rem;
    height: 3.89221rem;
    min-width: 854px;
    min-height: 520px;
    /* background: #000; */
    position:relative;
    /* left: 50%;
    margin-left: -3.126rem; */
    margin: auto;
    margin-top: -63px;
    z-index: 20;
}
.business-child{
    width: 1.98rem;
    height: 1.79640rem;
    min-width: 270px;
    min-height: 240px;
    background: #ffffff;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    font-size: 18px;
    margin: 20px 20px 0 0;
    float: left;
    position: relative;
    cursor:pointer;
}
.business-child:hover{
    box-shadow: 0 0 10px #b6ccde;
}
.business-child:nth-child(3n+3) {
    margin-right: 0;
}
.business-icon{
    width: 0.44910rem;
    margin: auto;
}
.business-icon img{
    height:0.44910rem;
    margin:0.14970rem 0;
}
.business-title{
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: black;
    margin-bottom: 5px;
}
.business-content{
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 24px;
    font-family: "微软雅黑";
}
.business-link{
    width: 100%;
    height: 40px;
    position: absolute;
    left: -10px;
    bottom: 0;
    color: #008bf7;
    font-size: 16px;
    text-align: center;
    font-weight: 100;
    cursor: pointer;
}

.business-link i{
    position: absolute;
    display: inline-block;
    width: 10px;
    height: 15px;
    margin-left: 10px;
    top: 4px;
    background:url("../image/arrow-1.png")  no-repeat center;
    background-size: cover;
}

.good{
    width: 6.252rem;
    height:5.41916rem ;
    min-width: 854px;
    min-height: 724px;
    margin: auto;
    font-size: 14px;
    position: relative;
}

.item {
    width: 10rem;
    height:5.41916rem ;
    min-width: 1349px;
    min-height: 724px;
    background: #f2f2fa;
}
.good-heade{
    height: 174px;
    line-height: 174px;
    text-align: center;
    font-size: 36px;
    position: relative;
}
.good-heade span{
    width: 56px;
    height: 3px;
    position: absolute;
    display: inline-block;
    background: #6d9be6;
    bottom: 50%;
    left: 50%;
    margin: -30px;
}
.good-child{
    width: 2.0666666rem;
    height: 1.49700rem;
    min-width: 280px;
    min-height: 200px;
    font-size: 18px;
    /* margin: 10px 10px 0 0; */
    float: left;
    /* position: relative; */
}
.good-icon{
    width: 0.37425rem;
    margin: auto;
}
.good-icon img{
    height:0.37425rem;
    margin:0.14970rem 0;
}
.good-title{
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    margin-bottom: 5px;
}
.good-content{
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 26px;
    font-family: "微软雅黑";
    color: #403f3f;
}
.good .consult{
    position: absolute;
    left: 50%;
    bottom: 60px;
    width: 252px;
    border-radius: 30px;
    margin-left: -126px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    background: #008bf7;
    text-align: center;
    font-size: 22px;
    color: #fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}
.good .consult:hover{
    box-shadow: 0 0 6px #6d76a7;
}
.good .consult span{
    width: 14px;
    height: 13px;
    display: inline-block;
    background:url("../image/jt.png")  no-repeat center;
    background-size: cover;
}
.item-apply{
    position: relative;
    width: 10rem;
    min-width: 1349px;
    min-height: 596px;
    background:url("../image/index-apply-bg.png")  no-repeat center;
    background-size: cover;
}

.apply{
    width: 6.200rem;
    min-width: 854px;
    min-height: 596px;
    margin: auto;
    font-size: 14px;
    position: relative;
}

.apply .apply-box{
    width: 6.200rem;
    min-width: 854px;
    min-height: 596px;
    white-space: nowrap;  
    overflow: hidden;
}

.apply .arrow-left{
    width: 60px;
    height: 60px;
    background: url("../image/arrow-left.png")  no-repeat center;
    background-size: cover;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    margin-top: -30px;
    left: -70px;
    cursor: pointer;
}

.apply .arrow-right{
    width: 60px;
    height: 60px;
    background: url("../image/arrow-right.png")  no-repeat center;
    background-size: cover;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    margin-top: -30px;
    right:-60px;
    cursor: pointer;
}

.apply-heade{
    height: 154px;
    line-height: 154px;
    text-align: center;
    font-size: 36px;
    position: relative;
    color: #feffff;
}
.apply-heade span{
    width: 60px;
    height: 3px;
    position: absolute;
    display: inline-block;
    background: #feffff;
    bottom: 50%;
    left: 50%;
    margin: -35px;
}
.apply-child{
    width: 1.48203rem;
    min-width: 200px;
    height: 2.857142857142857rem;
    min-height: 380px;
    font-size: 18px;
    margin-right: 10px;
    /* background: #000; */
    /* background: #000; */
    /* float: left; */
    display: inline-block;
    position: relative;
    overflow: hidden;
    /* background: #000; */
}
.apply-child:last-child{
    margin-right: 0;
}
.apply-icon img{
    width: 1.5037593984962405rem;
    height: 2.857142857142857rem;
    min-width: 200px;
    min-height: 380px;
    margin: 0;
    display: block;
}
.apply-child:hover .apply-title{
    display: block;
}
.apply-child:hover .apply-con{
    display: block;
}
.apply-title{
    padding-top: 10px;
    width: 100%;
    height: 54px;
    line-height: 44px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background:rgba(0,0,0,0.8);
    position: absolute;
    bottom: 144px;
    display: none;
}
.apply-title span{
    width: 24px;
    height: 2px;
    position: absolute;
    display: inline-block;
    background: #feffff;
    bottom: 50%;
    left: 50%;
    margin: -16px -12px;
}
.apply-con{
    width: 100%;
    height: 144px;
    box-sizing: border-box;
    background:rgba(0,0,0,0.8);
    position: absolute;
    bottom: 0;
    white-space: normal;
    color: #fff;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    padding-bottom: 10px;
    display: none;
    
}
.item-partner{
    position: relative;
    width: 10rem;
    min-width: 1349px;
    /* height: 824px; */
    background:#fff;
    margin-bottom: 100px;
}

.partner{
    width: 6.252rem;
    min-width: 854px;
    /* height: 824px; */
    margin: auto;
    font-size: 14px;
    position: relative;
    /* background: #000000; */
    
}

.partner-heade{
    height: 174px;
    line-height: 174px;
    text-align: center;
    font-size: 36px;
    position: relative;
}
.partner-heade span{
    width: 56px;
    height: 3px;
    position: absolute;
    display: inline-block;
    background: #6d9be6;
    bottom: 50%;
    left: 50%;
    margin: -30px;
}
.partner-child{
    width: 6.252rem;
    min-width: 854px;

}
.partner-child img{
    width: 100%;
    display:inline-block;
}

.item-think{
    position: relative;
    width: 10rem;
    min-width: 1349px;
    /* height: 824px; */
    background:#f2f2fa;
    
}

.think{
    width: 6.252rem;
    min-width: 854px;
    /* height: 824px; */
    padding-bottom: 84px;
    font-size: 14px;
    margin: auto;
    position: relative;
}

.think-heade{
    height: 174px;
    line-height: 174px;
    text-align: center;
    font-size: 36px;
    position: relative;
}
.think-heade span{
    width: 56px;
    height: 3px;
    position: absolute;
    display: inline-block;
    background: #6d9be6;
    bottom: 50%;
    left: 50%;
    margin: -30px;
}
.think-child{
    width: 2.0001rem;
    min-width: 270px;
    /* height: 314px; */
    margin: 0.07485rem 0.07485rem 0 0 ;
    display: inline-block;
    text-align: center;
    background: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.think-child:nth-child(3n+1) {
    margin-right: 0;
}

.think-child:hover{
    box-shadow: 0 0 10px #d4d5d5;
}
.think-child:hover .think-title{
    color: #008bf7;
    
}
.think-child:hover .think-see{
    color: #008bf7;
}
.think-a{
    text-decoration: none;
    color: black;
}
.think-child .think-icon img{
    width: 2rem;
    min-width: 270px;
    min-height: 184px;
}
.think-box{
    margin-right: 10px;
    padding: 0 10px;
}
.think-title{
    text-align: left;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    margin-left: 5px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.think-content{
    position: relative;
    color: #6e6e6e;
    margin-right: 20px;
    text-align: left;
    font-size: 10px;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
}
/* .think-content::before {
    float: left;
    width: 5px;
    content: '';
    height: 40px;
  }
.think-content::after{
    content: "..."; 
    position: absolute; 
    background: #ffffff;
    width: 60px;
    height: 20px;
    bottom: 0; 
    right: 0; 
    padding-left: 10px; 
} */
.think-see{
    width: 100%;
    height: 80px;
    line-height: 80px;
    font-size: 12px;
    display: inline-block;
    text-align: right;
    color: #979696;
    /* color: #6d9be6; */
}
.think-see span{
    display: inline-block;
    width: 12px;
    height: 10px;
    background: url("../image/arrow-grey.png")  no-repeat center;
    background-size: cover;
    
}





