/* 热门推荐 */
.continueHighBanner img{
    width: 100%;
}

.constainer{
    width: 1200px;
    margin: 0 auto;
}
.RecommendTitle{
    width: 1200px;
    margin: 0 auto;
    clear: both;
    text-align: center;
    margin-top: 60px;
}
.RecommendTitle h2{
    font-weight: normal;
    font-size: 26px;
    color: #323131;
}
.RecommendTitle span{
    display: inline-block;
    width: 54px;
    height: 4px;
    background: #1697e9;
    transition: all .2s ease-in;
}
.assessTop {
    margin-top: 35px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
    padding-bottom: 20px;
}
.assessTop .zcLeft{
    width: 620px;
    height: 495px;
    display: inline-block;
    background: url(../../../../img/load/assess1.png)no-repeat;
    background-size:100% 100%; 
}
.assessTop .zcLeft a{
    display: inline-block;
    width: 139px;
    height: 40px;
    line-height: 36px;
    background: #fff;
    border: 2px solid #1697e9;
    margin-top: 344px;
    margin-left: 348px;
    text-align: center;
    border-radius: 20px;
    font-size: 18px;
}
.assessTop .zcLeft a:hover{
    background: #1697e9;
    color: #fff;
}
.assessTop .zcRight{
    width: 580px;
}
.assessTop .zcRight div{
    float: left;
    margin-top: 145px;
    margin-left: 105px;
    text-align: center;
    width: 154px;
}

.assessTop .zcRight div img{
    width: 154px;
    height: 174px;
    display: inline-block;
    margin-bottom: 30px;
}
.assessTop .zcRight div p{
    font-size: 18px;
    color: #707070;
    margin-bottom: 30px;
}

.assessTop .zcRight div a{
    display: inline-block;
    width:148px;
    height: 38px;
    font-size: 18px;
    color: #fff;
    background: #1697e9; 
    line-height: 38px;
    border-radius: 10px;
    transition: all .2s ease-in-out
}
.assessTop .zcRight div a:hover{
    background: #5db9f3;
    transition: all .2s ease-in
}
body>.RecommendTitle{
    margin-top: 125px;
}
.assessYs {
    width: 100%;
    text-align: center;
    background: url(../../../../img/load/assess4.jpg)no-repeat;
    background-size:100% 100%; 
    margin-top: 40px
}
.assessYs .container ul {
    height: 453px;
    width: 100%;
    display:flex;
    display:-webkit-flex;
    justify-content: space-between; 
    align-items: flex-end;
    margin-top: 114px;
}
.assessYs .container ul li{
    text-align: left;
    width: 290px;
    vertical-align: bottom;
    padding: 0 20px;
    box-shadow: 0 0 2px #ccc;

}
.assessYs .container ul li h3{
    font-size: 20px;
    color: #1697e9;
    margin-top: 56px;
    margin-bottom: 56px;
    text-align: center;
}
.assessYs .container ul li p{
    font-size: 16px;
    color: #8f8f8f;
    line-height: 34px
}
.assessYs .container ul li:nth-child(1){
    height: 310px;
    background: url(../../../../img/load/assess8.jpg)no-repeat;
    background-size:100% 100%; 
}
.assessYs .container ul li:nth-child(2){
    height: 360px;
    background: url(../../../../img/load/assess9.jpg)no-repeat;
    background-size:100% 100%; 
}
.assessYs .container ul li:nth-child(3){
    height: 414px;
    background: url(../../../../img/load/assess10.jpg)no-repeat;
    background-size:100% 100%; 
}
.assessYs .container ul li:nth-child(4){
    height: 458px;
    background: url(../../../../img/load/assess11.jpg)no-repeat;
    background-size:100% 100%; 
}
.assessYs a{
    width: 206px;
    height: 44px;
    line-height: 40px;
    background: #fff;
    border: 2px solid #1697e9;
    color: #1697e9;
    display: inline-block;
    margin-top: 50px;
    margin-bottom: 33px;
    font-size: 18px;
    border-radius: 6px;
}
.assessYs a:hover{
    background: #1697e9;
    color: #fff;
}
.assessLc{
    margin-top: 30px;
    text-align: center;
}
.assessLc img{
    width: 100%;
    height: 36px;
    margin-bottom: 50px;
}
.assessLc ul{
    display: flex;
    display:-webkit-flex;
    justify-content: space-around; 
}
.assessLc ul li{
    text-align: left;
    width: 296px;
    height: 400px;
    background: #f9f9f9;
    box-shadow: 0 0 4px #ccc;
}
.assessLc ul li img{
    width: 100%;
    height: 188px;
    display: inline-block;
    margin-bottom: 20px;
}
.assessLc ul li p{
    font-size: 16px;
    color: #949494;
    margin-left: 20px;
    margin-bottom: 8px;
}
.assessLc a{
    display: inline-block;
    width: 208px;
    height: 44px;
    background: #fff;
    border: 2px solid #1697e9;
    color: #1697e9;
    margin-top: 57px;
    margin-bottom: 150px;
    line-height: 38px;
    font-size: 19px;
    border-radius: 6px;
}
.assessLc a:hover{
    background:#1697e9;
    color: #fff;
}
@media screen and (max-width:1200px){
    .continueHighBanner,.assessYs{ 
         width: 1200px!important;
         margin: 0 auto;
     }
 }