a {text-decoration: none;}
a:hover {text-decoration: none;}
html,body {min-height: 100vh;background: #ebeefb;}
/* 头部样式 */
.header_box {background: #fff;}
.heardIcon { display: inline-block; vertical-align: middle; background: url(../../images/header/heard-Icon.png); }
.nav-top { display: flex; justify-content: space-between; padding-top: 20px; }
.nav-top .nav-top-left {}
.nav-top .nav-top-right { display: flex;}
.nav-top .nav-top-right li { margin-right: 30px; position: relative;}
.nav-top .nav-top-right li:last-child { margin-right: 0;}
.nav-top .nav-top-right li i { margin-right: 8px; }
.nav-top .nav-top-right li a { color: #666;}
.heard-chat { width: 16px; height: 16px; background-position: 0 -39px; }
.heard-logon { width: 13px; height: 15px; background-position: 0 0px; }
.heard-user { width: 13px; height: 14px; background-position: 0 -20px; }
.nav-top .nav-top-right li:nth-child(2) { margin-right: 15px; }
.nav-top .nav-top-right li:nth-child(1) ::after,.nav-top .nav-top-right li:nth-child(3) ::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 14px;
    border-right: 1px solid #ccd0db;
    top: 3px;
    right: -15px;
}
.nav-content .content_box { display: flex; padding: 20px 0px 5px 10px;justify-content: space-between; }
.nav-content .nav_list {display: flex; font-size: 16px; margin-bottom: 0px;}
.nav-content .nav_list li { margin-right: 30px; line-height: 34px; position: relative; cursor: pointer;}
.nav-content .nav_list li a { color: #000; }
.nav-content .nav_list li .down {
    margin-left: 8px;
    width: 10px;
    height: 6px;
    display: inline-block; 
    vertical-align: middle; 
    background: url(../../images/header/down_icon.png);
}


.nav-content .nav_list .nav_list_item .bar {
	height: 4px;
	background-color: #123ff7;
	border-radius: 2px;
    display: none;
}
.nav-content .nav_list .nav_list_item .nav-item-child {
    display: none;
    position: absolute;
    top: 130%;
    left: 0;
    margin-top: -5px;
    width: 150px;
    padding: 10px 0;
    text-align: left;
    box-shadow: 0 0 6px 0 rgba(102,102,102,0.2);
    border: solid 1px #eee;
    border-radius: 4px;
    background-color: #fff;
    /* transform: rotate3d(2000,0,1,-90deg);
    transform-origin: 50% 0;
    transition: transform 0.3s ease-in-out; */
    z-index: 1000;
}
.nav-content .nav_list .nav_list_item .nav-item-child .nav-item-child-item {
    position: relative;
    padding: 0 4px;
    height: 34px;
    line-height: 34px;
    border-top: 1px solid transparent;
    will-change: transform;
    margin-right: 0;
    text-align: center;
}
.nav-content .nav_list .nav_list_item .nav-item-child .nav-item-child-item:hover {
    background: #0173ee;
}
.nav-content .nav_list .nav_list_item .nav-item-child .nav-item-child-item:hover a {
    color: #fff;
}
.nav-content .nav_list .nav_list_item .nav-item-child .nav-item-child-item a {
    color: #666;
}
.search_box { display: flex; background-color: #ffffff; border-radius: 4px; border: solid 1px #ccd0db; }
.search_box .input_box { padding: 0px 10px; }
.search_box .input_box input { height: 36px;border: none; background-color: transparent; }
.search_btn { width: 36px; height: 36px; background-color: #0173ee; border-radius: 0px 3px 3px 0px; cursor: pointer; display: flex; justify-content: center; align-items: center }
.search_btn .search_icon {
    width: 15px;
    height: 15px;
    display: inline-block; 
    vertical-align: middle; 
    background: url(../../images/header/searchIcon.png);
}



/* 技术经纪中心css */
/* 内容部分 */
.tec-content { }
.bar2 { width: 1124px; height: 6px; margin-top: 6px;}
.box { background: url(../../images/tecCenterImg-06/center_bg.png) no-repeat; background-size: 100%;}
.box .box_nav { display: flex; color: #fff; padding: 24px 0px;}
.box .box_nav .nav_current { }
.box .box_nav .box_nav_ul { display: flex;margin-bottom: 0; padding-left: 0;}
.box .box_nav .box_nav_ul li a {color: #fff;}
.box .box_nav .box_nav_ul li .divider { margin: 0 8px; }
.banner_box {background: #fff; padding: 20px 0;}
.banner_box .banner_bg_box { display: flex;}
.banner_bg_box .banner_left {margin-left: 20px;}
.banner_bg_box .banner_right { margin-left: 25px; }
.banner_bg_box .banner_right .right_1,.right_2 { color: #fff; }
.banner_bg_box .banner_right .right_1 {
    width: 310px;
    height: 155px;
    background: url(../../images/tecCenterImg-06/banner_right1.png) no-repeat;
    background-size: 100%;
}
.banner_bg_box .banner_right .right_2 {
    width: 310px;
    height: 155px;
    margin-top: 15px;
    background: url(../../images/tecCenterImg-06/banner_right2.png) no-repeat;
    background-size: 100%;
}
.banner_bg_box .banner_right .right_1 .text1 { padding-left: 30px;padding-top: 30px;font-size: 22px; font-weight: bold;line-height: 24px; }
.banner_bg_box .banner_right .right_1 .text2 { padding-left: 30px;opacity: 0.7; padding-top: 25px;}
.banner_bg_box .banner_right .right_1 .text3 { padding-left: 30px;opacity: 0.7; padding-top: 10px;}
.banner_bg_box .banner_right .right_2 .text1 { padding-left: 30px;padding-top: 30px;font-size: 22px; font-weight: bold;line-height: 24px; color: #245bc6; }
.banner_bg_box .banner_right .right_2 .text2 { padding-left: 30px;opacity: 0.7; padding-top: 10px;color: #6778a7;}
.banner_bg_box .banner_right .right_2 .text3 { padding-left: 30px;opacity: 0.7; padding-top: 2px;color: #6778a7;}
.banner_bg_box .banner_right .right_2 .text4 { padding-left: 30px;opacity: 0.7; padding-top: 2px;color: #6778a7;}



.tongIcon { display: inline-block; vertical-align: middle; background: url(../../images/tecCenterImg-06/tecCenterIcon.png); }
.icon1 { width: 56px; height: 56px; background-position: 0 -97px; }
.icon2 { width: 64px; height: 63px; background-position: 0 -170px; }
.icon3 { width: 73px; height: 50px; background-position: 0 -253px; }
.tIcon1 {width: 14px;height: 14px; background-position: 0 -49px;margin-right: 8px;}
.tIcon2 {width: 13px;height: 15px; background-position: 0 -27px;margin-right: 8px;}
.tIcon3 {width: 13px;height: 15px; background-position: 0 0;margin-right: 8px;}
.tIcon4 {width: 14px;height: 15px; background-position: 0 -73px;margin-right: 8px;}
.tong_box { display: flex;justify-content: space-around; margin-top: 30px; }
.tong_box .tong_box_div {display: flex;flex-direction: column;align-items: center;}
.tong_box .tong_box_div .div_top { display: flex; align-items: center;}
.tong_box .tong_box_div .div_top .tong_icon_marginleft { margin-left: 15px; }
.tong_box .tong_box_div .div_top .tong_icon_marginleft .fontW { font-weight: bold; font-size: 36px; color: #000;}
.tong_box .tong_box_div .div_top .tong_icon_marginleft .marLeft12 { margin-left: 10px; color: #666; }
.tong_box .tong_box_div .div_bottom { margin-top: 10px;font-size: 16px; color: #000; line-height: 24px; position: relative;}


.tong_box .tong_box_div .div_bottom::before {
    display:inline-block;
    position: absolute;
    content: "";
    width: 33px;
    height: 1px;
    background: #ccc;
    top: 12px;
    left: -48px;
}
.tong_box .tong_box_div .div_bottom::after {
    display:inline-block;
    position: absolute;
    content: "";
    width: 33px;
    height: 1px;
    background: #ccc;
    top: 12px;
    right: -48px;
}

.new_culum { margin-top: 40px; }
.new_culum .new_culum_top {display: flex;flex-direction: column; align-items: center;position: relative;}
.new_culum .new_culum_top .culum_top_title { font-size: 20px;color: #fff; font-weight: bold; background: #0173ee; padding: 5px 40px;}
.new_culum .new_culum_top .culum_top_bar {  margin-top: 8px;width: 125px; height: 2px; background: #9cc7f5; border-radius: 4px; }
.new_culum .new_culum_x { padding: 20px; margin-top: 20px;}
.new_culum .new_culum_content { padding: 20px; background: #f9fbff;}
.new_culum .new_culum_content .culum_content_left {
    position: relative;
    margin-right: 30px;
}
.new_culum .new_culum_content .culum_content_left .tagTab {
    position: absolute;
    background-color: #ff5236;
	border-radius: 4px 0px 12px 0px;
    color: #fff;
    top: 3px;
    left: 3px;
    padding: 2px 14px;
}
.new_culum .new_culum_content .culum_content_right {
    width: 740px;
}
.new_culum .new_culum_content .culum_content_right .title {
	font-size: 20px;
	font-weight: bold;
    margin-top: 10px;
    margin-bottom: 25px;
}
.new_culum .new_culum_content .culum_content_right .title a {
    color: #000000;
}
.new_culum .new_culum_content .culum_content_right .title_content {

}
.new_culum .new_culum_content .culum_content_right .title_content .cont1 {
    margin-bottom: 10px;
}
.new_culum .new_culum_content .culum_content_right .title_content .cont2 {
    display: flex;
    align-items: center;
}
.new_culum .new_culum_content .culum_content_right .title_content .cont2 .tit {
    display: flex;
    align-items: center;
}
.new_culum .new_culum_content .culum_content_right .title_content .cont2 .tit:last-child{
    margin-left: 20px;
}
.new_culum .new_culum_content .culum_content_right .title_content .cont2 .tit span{
    color: #3366cc;
    margin-right: 5px;
}
.new_culum .new_culum_content .culum_content_right .title_bottom {
    margin-top: 15px;
    font-size: 16px;
    color: #5c788a;
    padding: 10px 20px;
    background-color: #ebf1ff;
	box-shadow: 1px 3px 3px 0px rgba(101, 137, 220, 0.1);
}

.new_culum .new_culum_content .culum_content_right .title_bottom span{
    color: #ff4800;
    margin: 0 8px;
}


.tec_human { margin-top: 40px; }
.tec_human .tec_human_top {display: flex;flex-direction: column; align-items: center;position: relative;}
.tec_human .tec_human_top .tec_human_title { font-size: 20px;color: #fff; font-weight: bold; background: #0173ee; padding: 5px 40px;}
.tec_human .tec_human_top .tec_human_bar {  margin-top: 8px;width: 125px; height: 2px; background: #9cc7f5; border-radius: 4px; }
.tec_human .tec_human_warp { display: flex; align-items: center;margin: 40px 0;padding: 20px;}
.tec_human .tec_human_warp .tec_human_card {
    width: 265px;
    margin-right: 17px;
	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;
}
.tec_human .tec_human_warp .tec_human_card .img {
    margin-top: 18px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid #ededed;
    background-image: url(../../images/cxzyzx-02/man.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% 100%;
}
.tec_human .tec_human_warp .tec_human_card .tec_human_name {
    font-size: 16px;
    color: #000;
    margin: 8px 0;
}
.tec_human .tec_human_warp .tec_human_card .tec_complany {
    color: #909191;
    font-size: 12px;
    margin-bottom: 15px;
    padding: 0 20px;
    width: 100%;
    text-align: center;
    height: 32px;
}
.tec_human .tec_human_warp .tec_human_card .tec_human_tag {
    width: 100%;
    text-align: center;
    color: #1d4edf;
    font-size: 12px;
    padding: 10px 20px 15px 20px;
    border-top: 1px solid #f0f0f0;
} 



.afftion_box { margin-top: 40px; }
.afftion_box .afftion_box_top {display: flex;flex-direction: column; align-items: center;}
.afftion_box .afftion_box_top .afftion_box_title { font-size: 20px;color: #fff; font-weight: bold; background: #0173ee; padding: 5px 40px;}
.afftion_box .afftion_box_top .afftion_box_bar {  margin-top: 8px;width: 125px; height: 2px; background: #9cc7f5; border-radius: 4px; }
.afftion_box .afftion_box_content { display: flex;justify-content: center; margin: 40px 0px}
.afftion_box .afftion_box_content img {  width: 971px; height: 143px; }

/* 尾部部分 */
.tec-bottom { margin-top: 60px;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; }
.more{
    position: absolute;
    right: 25px;
}