a {text-decoration: none;}
a:hover {text-decoration: none;}
html,body {min-height: 100vh;background: #ebeefb;}

.card_top_bg {
    height: 450px;
    background: url(../../images/tecCenterImg-06/culumList_bg.png) no-repeat;
    background-size: 100%;
}

.box_nav { display: flex; color: #fff; padding: 24px 0px;}
.box_nav .nav_current { }
.box_nav .box_nav_ul { display: flex;margin-bottom: 0; padding-left: 0;}
.box_nav .box_nav_ul li a {color: #fff;}
.box_nav .box_nav_ul li .divider { margin: 0 8px; }

.banner_search { display: flex;align-items: center;justify-content: center;flex-direction: column; }
.banner_search .banner_title { text-align: center; position: relative; margin-top: 6px;margin-bottom: 12px;}
.banner_search .banner_title::before {
    position: absolute;
    content: '';
    display: inline-block;
    height: 1px;
    width: 93px;
    background: #b0c3ec;
    top: 35px;
    left: -125px;
}
.banner_search .banner_title::after {
    position: absolute;
    content: '';
    display: inline-block;
    height: 1px;
    width: 93px;
    background: #b0c3ec;
    top: 35px;
    right: -125px;
}
.banner_search .banner_title .titl { font-size: 44px;color: #ffffff; font-weight: bold; }
.banner_search .banner_title span { font-size: 16px; color: #fff; opacity: 0.67; }
.banner_search .banner_btn {
    width: 290px;
    height: 58px;
    background: url(../../images/tecCenterImg-06/btn1.png) no-repeat;
    background-size: cover;
    color: #fff;
    cursor: pointer;
    font-size: 24px;
    line-height: 58px;
}
.banner_search .banner_btn span {
    margin-left: 42px;
}

.card_list_box { background: #fff; padding: 25px 20px;margin-top: -180px;}
.card_list_box ul {margin-bottom: 0;}
.card_list_box ul li {margin-bottom: 20px;margin-right: 33px;}
.card_list_box ul li:nth-child(4n) {
    margin-right: 0;
}
.card_list_box .card_list_ul { display: flex; flex-wrap: wrap;padding-left: 0;}
.card_list_box .card_list_ul .card {
    width: 265px;
	background-color: #ffffff;
	box-shadow: 0px 0px 10px 0px rgba(187, 209, 243, 0.2);
	border: solid 1px #e9e9e9;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.card_list_box .card_list_ul .card .img {
    margin-top: 18px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid #ededed;
}
.card_list_box .card_list_ul .card_list_li a{
    cursor: initial;
}
.card_list_box .card_list_ul .card .card_name {
    font-size: 16px;
    color: #000;
    margin: 8px 0;
}
.card_list_box .card_list_ul .card .card_complany {
    color: #909191;
    font-size: 12px;
    margin-bottom: 15px;
    padding: 0 20px;
    text-align: center;
}
.card_list_box .card_list_ul .card .card_tag {
    width: 100%;
    text-align: center;
    color: #1d4edf;
    font-size: 12px;
    padding: 10px 20px 15px 20px;
    border-top: 1px solid #f0f0f0;
}
.card_list_box .pages .page-ul { margin: 20px 0px; } 
.card_list_box .pages .page-ul li{ margin-bottom: 0px; }


/* 尾部部分 */
.tec-bottom { margin-top: 36px;height: 76px;background: #15224c;text-align: center; }
.tec-bottom span { margin-right: 20px; line-height: 76px;}
.tec-bottom span:last-child { margin-right: 0px; }
.tec-bottom span, .tec-bottom span a { color: #bbbfcd; }