.dynamic-content{
	padding: 60px 0px;
}
.dynamic-content .dynamic-content-file{
	width: 100%;
	height: auto;
	display: block;
	overflow: hidden;
}
.dynamic-content .dynamic-content-file li{
	font-family: MicrosoftYaHei;
	font-size: 15px;
	letter-spacing: 0;
	line-height: 47px;
	color: #333;
	padding: 0px 80px;
	height: 47px;
	overflow: hidden;
}
.dynamic-content .dynamic-content-file li .count{
	width: 100%;
	height: 47px;
	border-bottom: 1px dashed #e9e9e9;
	box-sizing: border-box;
	display: inline-block;
}
.dynamic-content .dynamic-content-file li:last-child{
	border-bottom: none;
}
.dynamic-active-color{
	background: #fcfcfc;
}
.dynamic-active-color .count span{
	color: #FF4E72!important;
	cursor: pointer;
}
.dynamic-active-color .count .point{
	background: #FF4E72!important;
}
.visited .count .point{
	background: #8c8c8c;
}
.visited .count .title, .visited .count .time{
	color: #8c8c8c;
}
.count .point{
	width: 4px;
    height: 4px;
    background: #484848;
    border-radius: 50%;
    float: left;
    margin-right: 12px;
    margin-top: 22px;
}
.count span{
	font-family: MicrosoftYaHei;
	font-size: 15px;
	color: #333333;
}
.count .title{
	width: 80%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	float: left;
}
.count .time{
	float: right;
}
.aboutUs-crumbs{
	width: 1040px;
	margin: 0 auto;
	height: 16px;
	margin-bottom: 20px;
	line-height: 16px;
}
.aboutUs-crumbs, .aboutUs-crumbs a{
	font-family: MicrosoftYaHei;
	font-size: 12px;
	color: #8C8C8C;
	letter-spacing: 0;
	text-align: left;
}
.aboutUs-crumbs, .aboutUs-crumbs a:hover{
	color: #585858;
}
.company-detail .title{
	font-family: MicrosoftYaHei-Bold;
	font-size: 28px;
	color: #333333;
	letter-spacing: 0;
	line-height: 37px;
	font-weight: bold;
}
.company-detail .date{
	margin-top: 16px;
	margin-bottom: 30px;
}
.company-detail .date span, .company-detail .date .label{
	font-family: MicrosoftYaHei;
	font-size: 14px;
	color: #8C8C8C;
	letter-spacing: 0;
}
.company-detail .date .label{
	margin-left: 10px;
}
.company-detail .dynamic-content{
	padding: 60px 80px;
}
.company-detail .content{
	width: 100%;
	height: auto;
	display: block;
	overflow: hidden;
}
.company-detail .content ,.company-detail .content p, .company-detail .content span{
	font-family: MicrosoftYaHei;
	font-size: 14px;
	color: #333333;
	letter-spacing: 0;
	text-align: justify;
	line-height: 24px;
}
.company-detail .content p{
	margin-bottom: 20px;
}
.company-detail .content p img{
	margin: 2px 0px;
}
.honor-content{
	border: none;
	background: none;
}
.honor-content .honor-item{
	width: 324px;
    height: 332px;
    display: inline-block;
    overflow: hidden;
	background: #FFFFFF;
	box-shadow: 0px 0px 16px rgba(57,58,62,0.10);
    border-radius: 4px;
	margin: 20px 17px;
	cursor: pointer;
	vertical-align: top;
}
.honor-content .honor-item:last-child{
    margin-right: 0px;
}
.honor-content .honor-item .img-wrap{
    width: 225px;
    height: 188px;
    margin: 0 auto;
    background: #F7F8F9;
    border: 1px solid #E8E8E8;
    border-radius: 4px;
    margin-bottom: 24px;
    position: relative;
    margin-top: 40px;
}
.honor-content .honor-item .img-wrap .img-honor-cover{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    max-height: 100%;
}
.honor-content .honor-item .img-title{
    width: 252px;
    height: auto;
    margin: 0 auto;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #333333;
    letter-spacing: 0;
    text-align: center;
    line-height: 22px;
    display: -webkit-box;
    -webkit-line-clamp:2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}
/* .honor-content .honor-item:hover{
	width: 356px;
	height: 360px;
	margin: 0 1px;
	margin-top: 3px;
	margin-bottom: 4px;
}
.honor-content .honor-item:hover .img-wrap{
    width: 276.9px;
    height: 206px;
    margin-bottom: 26.3px;
}
.honor-content .honor-item:hover .img-title{
    font-size: 15.4px;
    color: #333333;
    line-height: 24.2px;
} */
.img-modal{
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	/* filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f0F0F0F,endColorstr=#7f0F0F0F); */
    display: none;
	top: 0px;
	z-index: 99999;
}
.img-modal-info{
	position: fixed;
	top:0;
	left:0;
	bottom:0;
	right:0;
	margin: auto;
	overflow: auto;
}
.img-r{
	width:100%;
	height: 100%;
	display: table;
}
.img-info-r{
	width: 888px;
	height: 655px;
	display: table-cell;
	vertical-align: middle;
}
.img-modal .img-banner{
	width: 720px;
	height: auto;
	display: block;
	overflow: hidden;
	background: #1E1E1E;
	border-radius: 4px;
	margin: 0 auto;
	position: relative;
	/* padding: 0 40px; */
	box-sizing: border-box;
}
.img-modal .img-wrapper .imgs{
	width: 720px;
	/* padding: 0 40px; */
	height: 100%;
	float: left;
	position: relative;
}
.img-wrapper{
	width: 100%;
	height: 537px;
	position: relative;
	margin-bottom: 40px;
}
.img-wrapper img{
	max-width: calc(100% - 80px);
	max-height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	margin: auto;
}
.img-modal .img-num{
	position: absolute;
	right: 0;
	top: 505px;
	width: 52px;
	height: 32px;
	background: rgba(46,46,46,0.80);
	border-radius: 2.8px;
	line-height: 32px;
	text-align: center;
	font-family: PingFangSC-Regular;
	font-size: 14px;
	color: #fff;
}
#modalTime{
	padding-right: 40px;
}
.img-modal .img-num .active{
	font-size: 18px;
	color: #fff;
}
.img-modal .img-banner .img-title div{
	font-family: MicrosoftYaHei;
	font-size: 16px;
	color: #FFFFFF;
	letter-spacing: 0;
	line-height: 22px;
	margin-bottom: 14px;
}
#modalTitle{
	width: 70%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	float: left;
	padding-left: 40px;
}
.img-modal .img-banner .img-description{
	margin-bottom: 42px;
	font-family: MicrosoftYaHei;
	font-size: 14px;
	color: #AAAAAA;
	letter-spacing: 0;
	line-height: 22px;
	display: inline-block;
	padding: 0 40px;
}
.img-menu-style{
	width: 52px;
	cursor: pointer;
	position: absolute;
	top: 50%;
	margin-top: -26px;
}
.img-menu-style img{
	width: 100%;
}
.img-modal .right{
	right: 0px;
}
.isNone{
	display: none;
}
.isBlock{
	display: block;
}




.w-page-inner .page-select, .w-page-inner a:hover{
    background-color: #FF4E72;
    border: 1px solid #FF4E72;
    color: #fff;
}
.company-profile .contactUs-problem .problem-question .list-item.contactProblem-active-color .point{
    background: #FF4E72!important;
}
.company-profile .contactUs-problem .problem-question .list-item.contactProblem-active-color .title a{
    color: #FF4E72!important;
}
.aboutHome-header .aboutHome-tab li a:hover, .aboutHome-header .aboutHome-tab li.active a, .contactUs-content .title{
	color: #FF4E72!important;
    font-weight: bold;
}
.aboutHome-header .logo{
    width: 173px;
    margin-top: 6px;
}
.aboutHome-header .logo-title{
    background: #FFF3F5;
}
.logo-title .title-i{
    color: #333333;
}
.aboutHome-common-head{
    height: 52px;
}
.aboutHome-header{
    position: relative;
}
.subordinate{
    position: absolute;
    top: 2px;
    left: 58px;
    font-size: 10px;
    color: #EF8215;
    line-height: 14px;
    text-align: center;
    background: #FFF5EC;
    padding: 1px 3px;
}
.footerWrapper .content{
    padding-bottom: 22px!important;
}
.register-bar{
    display: none!important;
}
.dynamic-content-banner{
	width: 400px;
	height: 220px;
	margin:0px auto 48px;
	position: relative;
}
.dynamic-content-banner .swiper-button-prev, .dynamic-content-banner .swiper-button-next{
	width: 52px!important;
	height: 52px!important;
	background-size: contain!important;
}
.dynamic-content-banner .swiper-button-prev{
	left: -84px; /* 左按钮距离左边缘的距离 */
	cursor: pointer;
}
.dynamic-content-banner .swiper-button-next {
	right: -84px; /* 右按钮距离右边缘的距离 */
	cursor: pointer;
  }

.company-profile-138 .dynamic-content-file{
	width: 734px;
	margin: 0 auto;
  }
.company-profile-138 .dynamic-content .dynamic-content-file li{
	float: left;
	width: 50%;
	padding: 0px;
	height: 30px;
	line-height: 30px;
}
.company-profile-138 .dynamic-content .dynamic-content-file li:hover span{
	color: #FF4E72!important;
}
.company-profile-138  .dynamic-content .dynamic-content-file li .count{
	border-bottom: none;
	height: 30px;
}
.company-profile-138 .teamTitle{
	line-height: 30px;
	font-size: 15px;
}