.header2 ~ .container{
	min-height: auto;
}
.banner{
	width: 100%;
	overflow: hidden;
	display: flex;
	justify-content: center;
    justify-items: center;
    align-items: center;
    text-align: center;

    background: url(../img/professional-img1.png) no-repeat center center;
    background-size: 100%;
    overflow: visible;
}

.professional-search{
	/*max-width: 1080px;*/
	width: 90%;
	background: rgba(31, 28, 65, .6);
	margin: 0 auto;
	color: #fff;
}
.professional-search .professional-search-bg{
	width: 90%;
	margin: 0 auto;
}
.professional-search .banner-search{
	width: 300px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	border: 1px solid #fff;
	color: #fff;
	border-radius: 40px;
}
.professional-search .banner-search .searchTxt{
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	width: 200px;
	background: none;
	outline: none;
	border: 0;
	color: #fff;
}
input::-webkit-input-placeholder {
    color: #fff;
}

input:-moz-placeholder {
    color: #fff;
}

input::-moz-placeholder {
    color: #fff;
}

input::-ms-input-placeholder {
    color: #fff;
}

.professional-search .banner-search .search-btn-group{
	background: none;
}
.professional-search .banner-search .btn-search{
	text-align: center;
	width: 60px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 1.2rem;
	background: none;
	border: 0;
	outline: none;
}
.professional-search .banner-search .btn-search .iconfont{
	font-size: 1.4rem;
}
.professional-search .professional-search-bg .title-h3{
	font-size: 30px;
	line-height: 46px;
	font-weight: 400;
	padding: 20px 0;
}
.professional-search .form-group{
	width: 300px;
	margin: 0 auto;
	position: relative;
	z-index: 10;
	padding: 10px 0;
}
.professional-search .input-row{
	margin-right: 0;
	position: relative;
	margin-bottom: 10px;
	cursor: pointer;
}
.professional-search .input-row input{
	border: 0;
	border-bottom: 1px solid #fff;
	color: #fff;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	width: 100%;
	outline: none;
	background: none;
}
.professional-search .input-row .iconfont{
	position: absolute;
	right: 0;
	top: 5px;
	color: #fff;
}
.professional-search .input-row ul{
	position: absolute;
	background: #fff;
	left: 0;
	top: 100%;
	z-index: 12;
	padding: 10px 10px;
	width: calc(100% - 20px);
	background: #0c3388;
	max-height: 160px;
	overflow: auto;
	display: none;
}
.professional-search .input-row ul::-webkit-scrollbar {/*滚动条整体样式*/
	width: 8px; /*高宽分别对应横竖滚动条的尺寸*/
	height: 8px;
}
.professional-search .input-row ul::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
	border: 2px solid #fff;
	border-radius: 5px;
	/*-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);*/
	background: #0c3388;
}
.professional-search .input-row ul::-webkit-scrollbar-track {/*滚动条里面轨道*/
	-webkit-box-shadow: inset 0 0 8px rgba(0,0,0,0.2);
	border-radius: 0;
	background: #fff;
}
.professional-search .input-row ul li{
	line-height: 30px;
	font-size: 16px;
	color: #fff;
	text-align: left;
	/*border-bottom: 1px dashed #69d03c;*/
}
.professional-search .input-row ul li:hover{
	color: #69d03c;
}

.search-mingdan{
	line-height: 16px;
	font-size: 12px;
	text-align: center;
}
.search-mingdan span{
	display: inline-block;
	padding: 1px 3px;
	cursor: pointer;
}
.search-mingdan span.active{
	color: #69d03c;
}
.search-mingdan span.alluser.active{
	color: #fff;
}

.professional-search .btn-group{
	padding: 20px 0;
}
.professional-search .btn-group button{
	width: 160px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #1f1c41;
	background: #fff;
	border-radius: 5px;
	font-size: 20px;
	border: 0;
	cursor: pointer;
	letter-spacing: 5px;
	padding-left: 5px;
}
.professional-search .btn-group button:hover{
	background: #69d03c;
	color: #fff;
}

/*列表*/
.professional-panel{
	/*max-width: 1080px;*/
	/*width: 90%;*/
	margin: 40px auto 20px;
}
.professional-panel a{
	display: block;
}
.professional-panel .xinwen-group {
    /*display: flex;
    justify-content: left;
    align-items: stretch;
    flex-wrap: wrap;*/
	/*width: 1040px;*/
	margin: 0 auto;
	/*text-align: center;*/
}
.professional-panel .panel-ys1 {
	/*border-top: 8px solid #69d03c;*/
	text-align: left;
    width: 192px;
    display: inline-block;
    vertical-align: top;
    padding: 30px 20px;
    margin-right: 10px;
    margin-left: 10px;
    position: relative;
	margin-bottom: 20px;
	position: relative;
}
.professional-panel .panel-ys1:nth-of-type(3n){
	/*margin-right: 0;*/
}
.professional-panel .panel-ys1:nth-of-type(5n){
	/*margin-right: 0;*/
}
.professional-panel .panel-ys1 .title-h3{
	font-size: 20px;
	line-height: 40px;
	font-weight: bold;
	color: #1f1c41;
	margin: 30px auto 5px;
}
.professional-panel .panel-ys1 .title-h3 .icon-location{
	color: #69d03c;
    margin: 0 3px 0 10px;
}
.professional-panel .panel-ys1 .title-h3 .txt-dizhi{
	color: #000;
	font-size: 16px;
	font-weight: normal;
	margin-left: 10px;
}
.professional-panel .panel-ys1 .title-h5{
	color: #000;
	font-size: 16px;
    position: relative;
    padding: 0 0 15px;
    /*margin-bottom: 15px;*/
}
/*.professional-panel .panel-ys1 .title-h5:before{*/
/*	content: "";*/
/*	position: absolute;*/
/*	left: 0;*/
/*	bottom: 0;*/
/*	width: 2em;*/
/*	height: 2px;*/
/*	background: #69d03c;*/
/*}*/
.professional-panel .panel-ys1 .title-h6{
	font-size: 18px;
	color: #000;
    font-weight: bold;
    margin-bottom: 15px;
}
.professional-panel .panel-ys1 .title-h4{
	font-size: 16px;
	line-height: 20px;
	color: #000;
	max-height: 142px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    height: auto;
	overflow: hidden;
	font-weight: normal;
	margin-bottom: 15px;
}
.professional-panel .panel-ys1 .title-h4 span{
	display: block;
}
.professional-panel .panel-ys1 .title-p{
	font-size: 16px;
	line-height: 20px;
	color: #69d03c;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.professional-panel .panel-ys1 img{
	width: auto;
	max-width: 100%;
	height: 192px;
	margin: 0 auto;
}

.professional-panel .panel-ys1:hover{
	/*background: #0c3388;*/
}
.professional-panel .panel-ys1:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	background: #0c3388;
	z-index: -1;
	max-height: 0;
	opacity: 0;
	transition: max-height 0.4s ease-in-out, opacity 0.6s ease-in-out;
}
.professional-panel .panel-ys1:hover:after{
	max-height: 100%;
	opacity: 1;
}
.professional-panel .panel-ys1:hover .title-h3,.professional-panel .panel-ys1:hover .title-h3 .txt-dizhi, .professional-panel .panel-ys1:hover .title-h4, .professional-panel .panel-ys1:hover .title-h5, .professional-panel .panel-ys1:hover .title-h6{
	color: #fff;
}

.nocontent{
	min-height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	color: #1f1b40;
}	
.nocontent .pp1{
	font-size: 24px;
	line-height: 30px;
	color: #1f1b40;
	font-weight: 400;
	margin-bottom: 30px;
}
.nocontent p{
	color: #1f1b40;
} 
.nocontent p a{
	cursor: pointer;
	color: #69d03c;
	display: inline-block;
}
/*人员详情*/
.professionalDetail-content .panel{
	background: #fff;
	/*max-width: 1080px;*/
	width: 90%;
	margin: 40px auto;
}
.professionalDetail-content .panel-bg{
	display: flex;
	justify-content: space-between;
}
.professionalDetail-content .panel-left{
	width: 200px;
	width: 200px;
    margin-right: 40px;
    padding: 0 20px;
    min-height: 300px;
}
.professionalDetail-content .panel-right{
	width: calc(100% - 240px);
}
.professionalDetail-content .panel-min-box{
	border-top: 2px solid #69d03c;
	padding: 0 0 30px;
}
.professionalDetail-content .panel-print .panel-min-box{
	border-top: 2px solid #333;
}
.professionalDetail-content .user-img{
	max-width: 100%;
	width: auto;
	max-width: 100%;
	height: 190px;
	margin: 10px auto 30px;
}
.professionalDetail-content a{
	color: #333;
}
.professionalDetail-content .title-min-h4{
	color: #333;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	margin-bottom: 10px;
}
.professionalDetail-content .p{
	color: #333;
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
}
.professionalDetail-content .fw{
	font-weight: bold;
	word-break: break-word;
	line-height: 18px;
	margin-top: 5px;
}
.professionalDetail-content .panel-print .fw{
	color: #69d03c;
}
.professionalDetail-content .title-h4{
	font-size: 24px;
	line-height: 36px;
	margin: 20px auto 10px;
	font-weight: bold;
}
.professionalDetail-content .btn-group button{
	width: 120px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #fff;
	background: #1f1c41;
	border-radius: 5px;
	font-size: 16px;
	border: 0;
	cursor: pointer;
	outline: none;
}
.professionalDetail-content .btn-group button:hover{
	background: #69d03c;
	color: #fff;
}

.professionalDetail-content .title-h3{
	font-size: 32px;
    line-height: 46px;
    color: #333;
    font-weight: bold;
}
.professionalDetail-content .title-h3 span{
	font-size: 20px;
	margin-left: 10px;
}
.professionalDetail-content .panel-print .title-h3 span{
	border-left: 1px solid #333;
	padding-left: 10px;
	color: #69d03c;
}
.professionalDetail-content .p .iconfont{
	color: #69d03c;
	margin-right: 5px;
}
.professionalDetail-content .panel-right .title-h4{
	margin-bottom: 0;
}
.pane-bottom{
	margin-top: 50px;
}
.panel-bottom-tap{
	
}
.panel-bottom-tap ul{
	display: flex;
	width: 100%;
	border-bottom: 2px solid #69d03c;
}
.panel-bottom-tap ul li{
	padding: 5px 20px;
	cursor: pointer;
}
.panel-bottom-tap ul li.active{
	background: #0c3388;
	color: #fff;
	font-size: 14px;
}
.panel-bottom-tap ul li:hover{
	color: #69d03c;
}
.panel-tap-body{
	padding: 30px 0;
}
.panel-tap-body .tap-detail{
	display: none;
	opacity: 0;
	height: 0;
}
.panel-tap-body .tap-detail.active{
	display: block;
	height: auto;
	opacity: 1;
}
.toShow {
    /*position: absolute;*/
    animation: toShow 1s 0.4s;
    animation: toShow 1s 0.4s;
    animation-fill-mode: both !important;
    -webkit-animation-fill-mode: both !important;
}
@keyframes toShow {
    0% {opacity: 0;}
    100% {opacity: 1;}
}
@-webkit-keyframes toShow {
    0% {opacity: 0;}
    100% {opacity: 1;}
}
.panel-tap-body p{
	color: #333;
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
}

.panel-right .panel-b-tap-group  .title-h4{
	margin-top: 40px;
	margin-bottom: 10px;
}

.print-header-logo{
	max-width: 1080px;
	width: 90%;
	margin: 0 auto;
}
.print-header-logo img{
	height: 40px;
	margin: 30px auto 0;
}
.print-footer-logo{
	width: 100%;
}
.print-footer-logo-bg{
	max-width: 1080px;
	width: 90%;
	margin: 0 auto;
	border-top: 1px solid #333;
	padding: 40px 0 30px;
}
.print-footer-logo .print-footer-top{
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 16px;
	font-weight: bold;
}
.print-footer-logo .print-footer-top img{
	height: 40px;
}
.print-footer-logo .copyright{
	background: #1f1c41;
    padding: 10px 0;
    font-size: 12px;
}
.print-footer-logo .copyright p{
	/*max-width: 1080px;*/
	width: 90%;
	color: #fff;
}

/*.ycprint{
	opacity: 0;
	position: absolute;
	max-height: 200px;
	overflow: auto;
	top: 0;
	left: 0;
	z-index: -1;
}*/
