.bannerBox{
    width: 100%;
    min-width: 1400px;
    height: 260px;
    background: url(../images/index_pic1.jpg) no-repeat top center;
}
.box1{
    width: 100%;
    min-width: 1400px;
    height: 530px;
    background: url(../images/index_pic2.png) no-repeat bottom center;
}
.enterBox{
    height: 120px;
    background: url(../images/index_pic3.png) no-repeat top center;
    margin-top: 30px;
    overflow: hidden;
}
.enterBox a{
    display: block;
    width: 146px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    border-radius: 30px;
    background: linear-gradient(to right, #ff6000 0%, #ff8400 50%, #ff8a00 100%);
    margin: 37px 0 0 747px;
}
.enterBox:hover a {
    animation: rotate 0.3s ease infinite;
}
@keyframes rotate {
    0% {
        transform: rotate(0);
    }

    20% {
        transform: rotate(-2deg); 
    }

    60% {
        transform: rotate(0);
    }

    80% {
        transform: rotate(2deg);
    }

    100% {
        transform: rotate(0);
    }
}
.titleP {
    font-size: 30px;
    padding-bottom: 18px;
    background: url(../../college/images/titleLine.png) repeat-x center bottom;
}
.titleP2{
    background: url(../../talent/images/ts_title5.png) no-repeat center bottom;
}
.titleP em {
    font-weight: bold;
    color: #0052d9;
}
/* 数据统计 start */
.box1{
    overflow: hidden;
}
.box1 ul{
    width: 1420px;
}
.box1 ul li{
    width: 217px;
    height: 220px;
    background: url(../images/index_pic4.png) no-repeat center;
    box-shadow: 0px 2px 12px 0px rgba(0, 82, 217, 0.1);
    margin: 30px 19px 0 0;
}
.box1 ul li img{
    display: block;
    margin: 35px auto 47px;
    transition: all 1s;
}
.box1 ul li:hover img{
    transform: rotateY(360deg);
}
.box1 ul li p{
    text-align: center;
    font-size: 16px;
    margin-bottom: 14px;
}
.box1 ul li .unit{
    color: #0052d9;
    font-size: 16px;
    padding-left: 10px;
    display: inline-block;
    vertical-align: bottom;
}
.box1 ul li .unit2{
    color: #0052d9;
    font-size: 30px;
    font-weight: bold;
     display: inline-block;
    vertical-align: middle;
}
/*数字滚动插件的CSS可调整样式*/
.mt-number-animate {
    font-family: '微软雅黑';
    line-height: 30px;
    height: 30px;
    /*设置数字显示高度*/
    font-size: 30px;
    /*设置数字大小*/
    overflow: hidden;
    display: inline-block;
    position: relative;
    font-weight: bold;
    color: #0052d9;
    vertical-align: middle;
}
.mt-number-animate .mt-number-animate-dot {
    width: 15px;
    /*设置分割符宽度*/
    line-height: 42px;
    float: left;
    text-align: center;
}
.mt-number-animate .mt-number-animate-dom {
    width: 17px;
    /*设置单个数字宽度*/
    text-align: center;
    float: left;
    position: relative;
    top: 0;
}
.mt-number-animate .mt-number-animate-dom .mt-number-animate-span {
    width: 100%;
    float: left;
    background: none;
}
.mt-number-animate .mt-number-animate-dom {
    margin-left: 1px;
}
/* numberRun end */
/* 数据统计 end */
/* 青创券流程 start */
.box2{
    height: 547px;
}
.box2 .picBox{
    background: url(../images/index_pic11.png) no-repeat center top;
    height: 288px;
    margin-top: 90px;
}
/* 青创券流程 end */
/* 优质产品 start */
.box3{
    height: 561px;
    padding-top: 32px;
    background: url(../images/index_pic12.jpg) no-repeat top center;
}
.moreBtn {
    height: 30px;
    padding-right: 12px;
    border-radius: 30px;
    background: linear-gradient(to right, #0154d9 0%, #097fcc 50%, #13aebe 100%);
}
.moreBtn span {
    line-height: 30px;
    padding-right: 20px;
    padding-left: 11px;
    background: url(../../policy/images/ps_boxMore.png) no-repeat right center;
}
.moreBtn:hover {
    animation: moreBtn 0.5s 1 forwards;
    -webkit-animation: moreBtn 0.5s 1 forwards;
    box-shadow: 0px 0px 10px 3px rgba(0, 77, 198, 0.35);
}
@keyframes moreBtn {
    from {
        background-position: 0;
    }
    to {
        background-position: 71px;
    }
}
.productBox {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 30px 0px;
    flex-wrap: wrap;
    margin-top: 20px;
}
.productItem {
    width: 684px;
    height: 180px;
    border: solid 1px #fff;
    padding: 20px 0px 0;
    position: relative;
    background-color: #fff;
    border-radius: 8px;
}
.productItem:hover{
    border-top: 1px solid #13b0be;
    border-right: 1px solid #0052d9;
    border-bottom: 1px solid #0052d9;
    border-left: 1px solid #0052d9;
    /* border-image: linear-gradient(to bottom, #13b0be, #0052d9) 1; */
    border-radius: 8px;
    
}
.productCornerMark {
    position: absolute;
    top: -6px;
    left: 0;
}
.productTop {
    display: flex;
}
.productTopLeft {
    margin: 0 20px;
    width: 180px;
    height: 120px;
}
.productTopRight {
    width: 440px;
}
.productP2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 24px;
    font-weight: bold;
    margin: 8px 0;
}
.productP2 .type{
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    width: 150px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    background: url(../images/index_pic15.png) no-repeat center;
    background-size: 100% 100%;
    padding-right: 10px;
}
.productP3 {
    margin-bottom: 10px;
}
.productBottom {
    display: flex;
    background-color: #f5f9fd !important;
    height: 40px;
    align-items: center;
    margin-top: 19px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;

}
.productBottom img {
    margin: 0 10px 0 20px;
}
/* 优质产品 end */
/* 优质机构 start */
.box4{
    padding-top: 32px;
    margin-bottom: 40px;
}
.orgBox {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    /* gap: 0px 30px; */
}
.orgItem {
    width: 330px;
    height: 200px;
    background: url(../images/index_pic23.png) no-repeat center;
    background-size: 100% 100%;
    position: relative;
    text-align: center;
    border: #fff solid 1px;

}
.orgItemImg1 {
    position: absolute;
    top: -6px;
    left: 0;
}
.orgItemImg2 {
    margin: 30px 0 20px;
    width: 100px;
    height: 100px;
}
.orgItem:hover{
    border-top: 1px solid #13b0be;
    border-right: 1px solid #0052d9;
    border-bottom: 1px solid #0052d9;
    border-left: 1px solid #0052d9;
    /* border-image: linear-gradient(to bottom, #13b0be, #0052d9) 1; */
    border-radius: 8px;
    
}
/* 优质机构 end */
.colorff6000 {
    color: #ff6000;
}