html,body{
	background: #fff;
}
/*分页*/
.paging {
    margin: 30px 0;
    text-align: center;
    margin-bottom: 65px;
}
.tc {
    text-align: center;
}
.paging .pageList span.current {
    background: #1d7ff8;
    color: #fff!important;
    border: 1px solid #1d7ff8;
}
.paging .pageList span {
    padding: 6px 10px;
    font-size: 12px;
}

#yun a:focus, #yun a:hover, #yun a:visited {
    text-decoration: none;
    color: #000;
}
#yun a {
    color: #000;
}
#yun li {
     float: left; 
    margin-bottom: 15px;
    flex: .165;
}

.pageList .rows {
    display: none;
}
.paging .pageList a {
    font-size: 12px;
    color: #a3a3a3;
    border: 1px solid #e5e5e5;
    padding: 6px 10px;
    height: 18px;
    margin: 0 5px;
    display: initial;
}

.paging .pageList a {
    color: #666;
}
.paging .pageList a:hover {
    color: #ffffff !important;
    background: #1d7ff8;
}
/*分页end*/
.aboutzq {
    padding-bottom: 50px;
    overflow: hidden;
}
.about-content {
    padding: 0;
    overflow: hidden;
}
.gethonor {
    padding: 25px;
    background-color: #fff;
    /*border: 1px solid #ECECEC;*/
}
.zq-honors {
    margin-left: 100px;
    border-left: 1px solid #ececec;
    padding-left: 40px;
}
.year-honors {
    position: relative;
}
.year-honors .year {
    position: absolute;
    top: 0;
    left: -125px;
    width: 90px;
    height: 30px;
    line-height: 30px;
    font-size: 30px;
    color: #20b09f;
}
.honors {
    line-height: 30px;
    text-align: justify;
    font-size: 14px;
}
.honors .honor {
    padding-bottom: 30px;
    position: relative;
}
.honors {
    line-height: 30px;
    text-align: justify;
}
.honors .honor .line {
    height: 1px;
    width: 20px;
    background: #ececec;
    position: absolute;
    left: -40px;
    top: 15px;
}
.honors .honor .title {
    color: #20b09f;
    font-size: 16px;
}
.honors .honor .img {
    text-align: left;
}
.honors .honor .img img {
    height: 128px;
}
.honor .content{
	font-size: 14px;
    line-height: 20px;
    padding-bottom: 20px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #068ce9;
    cursor: default;
    background-color: inherit; 
    border:inherit; 
    border-bottom: 2px solid #068ce9;
    border-radius: initial;
    text-align: center;
}
.nav-tabs>li>a {
    text-align: center;
    padding: 0.1rem;
    color: #666;
    border-bottom: 2px solid transparent;
    font-size: 16px;
}

.nav-tabs {
    border-bottom: 1px solid #f1f1f1;
}
.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
    width: 12.5%;
    cursor: pointer;
}

/*荣誉*/
.flex-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.flex-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
 .items-block {
    justify-content: flex-start;
    flex-wrap: wrap;
}
.qualification-contents{
	width: 1170px;
	margin: 0 auto;
}
.item {
    width: 300px;
    box-sizing: border-box;
    border: 1px solid #E5E5E5;
    margin: 0 35px 20px 45px;
    background-color: #fff;
}
.qualification-contents a {
    display: block;
    padding: 10px;
    text-decoration: none;
}
.qualification-contents a:hover .item-p{
	color: #068ce9;
}
.qualification-contents .img-block {
    width: 278px;
    height: 235px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.qualification-contents .item-p-block {
    margin-top: 10px;
    height: 40px;
}
 .img-block img {
    max-height: 100%;
    width: 100%;
    transition: all .4s;
}
 .img-block img:hover{
 	cursor: pointer;
 	transform: scale(1.03);
 }
.qualification-contents .item-p {
    font-size: 12px;
    color: #666;
    text-align: center;
    height: 40px;
    overflow: hidden;
    line-height: 20px;
}
/*ceo寄语*/
.message .message_top .dsz {
    width: 260px;
    height: 320px;
    float: left;
}
.message .message_top {
    overflow: hidden;
}
.message .message_top .dszjj {
    float: left;
    margin: 0 0 0 30px;
}
.message .message_top .dszjj span{
	float: right;
}
.message .message_top .dsz img {
    width: 100%;
    height: 100%;
}
.message .message_top .dszjj h2 {
    font-size: 26px;
    height: 48px;
    font-weight: 700;
}
.message .message_top .dszjj p {
    font-size: 14px;
    height: 24px;
    color: #666;
}
.message .message_bott {
    margin-bottom: 200px;
    width: 100%;
    margin-top: 28px;
}
.message .message_bott p {
    width: 100%;
    display: block;
    text-indent: 24px;
    line-height: 1.6;
    font-size: 16px;
    color: #666;
    letter-spacing: .2px;
}

/*员工福利*/
.about_fl_tit{
	text-align: center;
    padding-top: 60px;
    padding-bottom: 30px;
}
.about_fl_img{
	height: 200px;
    overflow: hidden;
    border-radius: 10px;
    margin-top: 15px;
}
.about_fl_img img{
	width: 100%;
	transition: all .3s;
}
.about_fl_img img:hover{
	transform: scale(1.02);
}
.about_fr_img img:hover{
	transform: scale(1.02);
}
.about_fl_txt{
	padding-bottom: 15px;
	margin-left: 8.3%;
}
.about_fl_item{
	text-align: center;
	margin-left: 8.3%;
}
.pr-0{
	padding-right: 0px!important;
}
.about_fr_img{
	width: 100%;
	margin-top: 15px;
}
.about_fr_img img{
	transition: all .3s;
}
/*媒体报道*/

.media_img_shadow{
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    overflow: hidden;
    background-color: rgba(0, 117, 204, 0.8);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;	
    display: none;
    margin-top: 30px;
}
.media-txt{
	overflow: hidden;
}
.media_img:hover .media_img_shadow{
	display: block;
}
.shadow_content{
	width: 90%;
    height: 230px;
    margin: auto;
    text-align: center;
    line-height: 22px;
    border: 1px solid #fff;
    color: #fff;	
    margin-top: 20px;
    display: flex;
}  
.media_img{
	margin-top: 30px;
	height: 270px;
	overflow: hidden;
	background: #f1f1f1;
	border: 1px solid #d1d1d1;
	display: flex;
}
.media_img img{
	width: 100%;
	/*height: 100%;*/
	box-shadow: 0px 0px 6px 3px #d1d1d1;
	align-self: center;
	
}
.cenline{
	width: 100%;
	align-self: center;
}
.cenline h4{
	font-size: 16px;
	font-family: "微软雅黑";
}
.cenline p{
	font-size: 14px;
	font-family: "微软雅黑";
	padding: 10px;
}
/*企业文化*/
.culture img{
	width: 100%;
    height: 100%;
    display: block;
    transition: all .3s;
}
.culture img:hover{
    cursor: crosshair;
    transform: scale(1.02);  /*以y轴为中心旋转*/
}
/*团队介绍*/
.about_team{
	padding-left: 15px;
}
.about_team p{
	color: #282828;
	font-size: 18px;
	font-family: "微软雅黑";
	line-height: 60px;
}
.about_team p span{
	color: #4e81dc;
	font-size: 26px;
	
}
.team_item{
	width: -webkit-fit-content;
	margin: 0 auto;
}
/*员工福利*/
.personnel{
	margin-bottom: 40px;
}
.personnel img{
	width: 100%;
	height: 240px;
	transition: all .3s;
}
.personnel img:hover{
	transform: scale(1.02);
	cursor: pointer;
}
.personnel .col{
	margin-top: 15px;
}
.personnel .title{
	width: 40%;
    position: absolute;
    font-size: 14px;
    padding: 10px;
    z-index: 99;
    bottom: 14px;
    background: #000;
    color: #fff;
    display: none;
	
}
.personnel .col:hover .title{
	display: block;
}
