.pages {
	position: relative;
	background-color: #fff;
	margin-bottom: 50px;
}

.pro-page {
	margin-top: 30px;
}

.tjcp {
	margin-top: 50px;

}

.fams {
	margin-top: 20px;
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 20px;
	color: #409eff;
}

.fams2 {
	margin-top: 20px;
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 20px;
	color: #fff;
}

.line-pro {
	width: 30px;
	height: 5px;
	background: #409eff;
}

.line-pro2 {
	width: 30px;
	height: 5px;
	background: #fff;
}

/* 关于我们 */
.about-detail2 {
	overflow: hidden;
	margin-bottom: 20px;
}

.about-line {
	height: 3px;
	width: 50px;
	margin-top: 10px;
}

.about-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
}

.about-content {
	line-height: 30px;
	font-size: 18px;
}

.about-list {
	display: flex;
	justify-content: space-between;
	/* border: 1px solid #E3E3E3; */
}

.img-about {
	width: 50%;
	height: 350px;
}

.img-about img {
	width: 100%;
	height: 350px;
}

.about-name {
	font-size: 26px;
	font-weight: 600;
	color: #409eff;
	margin-bottom: 20px;
}

.about-detail {
	line-height: 30px;
	width: 50%;
	padding: 30px;
	font-size: 18px;
	/* color: #fff; */
}

.about-title-img {
	width: 100%;
	height: 200px;
	margin-bottom: 5px;
}

.about-title-img img {
	width: 100%;
	height: 200px;
}

/* 新闻 */
.news-main {
	padding: 20px;
	overflow: hidden;
	border: 1px solid #e3e3e3;
	width: 100%;
}

.news-main .item {
	display: flex;
	width: 100%;
	justify-content: space-between;
	border-bottom: 1px dashed #e3e3e3;
	padding: 20px 20px;
	margin-bottom: 10px;
}

.new-img {
	width: 300px;
	height: 180px;
}

.new-img img {
	width: 300px;
	height: 180px;
}

.news-main .name {
	flex: 1;
	padding-left: 50px;
	margin-top: 5px;
}

.news-main .title {
	overflow: hidden;
	height: 40px;
	line-height: 40px;
}

.news-main .name .title a {
	font-weight: 600;
	font-size: 16px;
	display: block;
	color: #409eff;
}

.news-main .name .detail {
	margin-top: 5px;
	width: 100%;
	color: #999999;
	line-height: 30px;
	font-size: 14px;
	display: block;
}

.news-main .time {
	font-size: 14px;
	color: #c1c1c1;
}



/* 案例 */
.case-main2 .case-item {
	width: 100%;
	margin-bottom: 30px;
}

.case-main2 .case-item dl {
	position: relative;
	width: 100%;
}

.case-main2 .case-item dl dt {
	width: 100%;
	height: 230px;
	text-align: center;
	line-height: 200px;
	overflow: hidden;
}

.case-main2 .case-item dl dt:hover img {
	transform: scale(1.2);
	transition: all 1s;
}

.case-main2 .case-item dl dt img {
	width: 100%;
	height: 230px;
}

.case-main2 .case-item dl dd {
	width: 100%;
	text-align: center;
	height: 40px;
	line-height: 40px;
	background-color: #409eff;
}

.case-main2 .case-item dl dd a {
	color: #fff;
	display: block;
	font-size: 18px;
}

.case-main2 .case-item .description {
	margin-top: 10px;
	text-indent: 2em;
	line-height: 25px;
	color: #000;
}

.case-detail-title {
	font-size: 24px;
	margin-bottom: 20px;
}

.case-detail {
	overflow: hidden;
	line-height: 30px;
	font-size: 14px;
}

.case-detail img {
	max-width: 100%;
}

.detail-img {
	float: left;
	margin-right: 50px;
	width: 500px;
}


.case-detail {
	margin-top: 10px;
	padding-top: 20px;
}

.case-main1 {
	padding: 10px;
}

.case-main1 .case-item {
	position: relative;
	background: #f8f9fb;
	display: flex;
	padding: 10px;
	border: 1px solid #f8f9fb;
	margin-bottom: 30px;
}

.case-main1 .case-item:hover {
	background: linear-gradient(to right bottom, #409eff, rgba(92, 125, 210, 0.8));
	color: #fff;
}

.case-main1 .case-item:hover a {
	color: #fff;
}

.case-main1 .case-item .case-img {
	width: 180px;
	height: 160px;
	line-height: 150px;
	text-align: center;
	overflow: hidden;
	padding: 5px;
}

.case-main1 .case-item .case-img img {
	width: 100%;
	height: 160px;
}

.case-main1 .case-item:hover .case-img img {
	transform: scale(1.2);
	transition: all 1s;
}

.case-main1 .case-item .detail {
	padding-left: 30px;
	flex: 1;
}

.case-main1 .case-item .detail .title {
	margin-top: 10px;
}

.case-main1 .case-item .detail .title a {
	font-size: 18px;
	font-weight: 600;
}

.case-main1 .case-item .detail .description {
	margin-top: 10px;
	line-height: 20px;
	font-size: 14px;
}


.case-main1 .case-more {
	position: absolute;
	bottom: 10px;
	right: 10px;
	margin-top: 10px;
	width: 100px;
	height: 24px;
	line-height: 22px;
	text-align: center;
	border: 1px solid #409eff;
	text-align: center;
}

.case-main1 .case-more a {
	display: block;
	font-size: 12px;
	color: #409eff;
}

/* 产品 */

.project-main {
	padding: 10px;
}

.project-item {
	padding: 10px;
	height: 470px;
	border: 1px solid #ebebeb;
	position: relative;
	margin-bottom: 30px;
}

.project-item:hover {
	box-shadow: 5px 5px 5px #dcdada;
}

.project-item .project-img {
	width: 100%;
	height: 220px;
	line-height: 220px;
	text-align: center;
	overflow: hidden;
	border-bottom: 1px solid #ebebeb;
	padding: 5px;
}

.project-item .project-img img {
	width: 100%;
	height: 200px;
}

.project-item:hover .project-img img {
	transform: scale(1.2);
	transition: all 1s;
}

.project-item .detail {
	padding-left: 30px;
}

.project-item .detail .title {
	margin-top: 10px;
}

.project-item .detail .title a {
	font-size: 16px;
	font-weight: 600;
	color: #409eff;
}

.project-item .detail .description {
	margin-top: 10px;
	font-size: 14px;
	line-height: 25px;
}


.project-more {
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 120px;
	height: 24px;
	line-height: 22px;
	text-align: center;
	border: 1px solid #409eff;
	text-align: center;
}

.project-more a {
	display: block;
	font-size: 12px;
	color: #409eff;
}

.bg2-pro {
	margin-top: 30px;
	background-color: #409eff;
	padding: 10px 0px 10px 0px;
}

.yycj {
	font-size: 18px;
	color: #fff;
	line-height: 30px;
	text-indent: 2em;
	padding-bottom: 20px;
}

/* 新闻详情 */
.new-detail-main {
	overflow: hidden;
}

.new-detail-title {
	text-align: center;
	font-size: 20px;
	margin-top: 20px;

}

.new-detail-time {
	text-align: center;
	margin-top: 10px;
	border-bottom: 1px solid #d9d9d9;
}

.pro-detail {
	margin-top: 10px;
}

/* 加入我们 */
.job-center {
	overflow: hidden;
}

.img-job-list {
	overflow: hidden;
}

.img-job {
	width: 46%;
	margin: 2%;
	height: 250px;
	float: left;
}

.img-job img {
	width: 100%;
	height: 250px;
}


.job-item {
	background: #f8f9fb;
	height: 290px;
	padding: 20px;
	width: 46%;
	float: left;
	margin: 2%;
	font-size: 14px;
}

.job-name {
	font-size: 20px;
	color: #409eff;
	margin-bottom: 20px;
}

.job-list {
	display: flex;
}

.job-list {
	flex: 1;
	overflow: hidden;
	justify-content: space-between;
}

.jobi-tem {
	text-align: center;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	border: 1px solid #fff;
	background: rgb(201, 198, 198);
}

.job-list .title {
	width: 150px;
}

.job-list .lb {
	width: 100px;
}

.job-list .rs {
	width: 100px;
}

.gzdd {
	width: 130px;
}

.job-list .email {
	flex: 1;
}

/* 联系我们 */
.contact {
	margin-top: 50px;
}

.lxfs {
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}

.lxfs-xx {
	height: 400px;
	width: 300px;
	padding: 20px 20px;
	background-color: #f8f9fb;
	border-top: 3px solid #409eff;
	border-bottom: 3px solid #409eff;
}

.lxfs-xx li {
	margin-bottom: 10px;
	line-height: 30px;
}

.map-bg {
	padding: 50px 0;
	background-color: #f8f9fb;
}

.map {
	width: 1050px;
	margin: 0 auto;
}

.form-bg {
	padding-bottom: 50px;
}

.form-bg input {
	border: 1px solid rgb(226, 222, 222);
	font-size: 13px;
	line-height: 16px;
	color: #2b2b2b;
	padding: 15px 10px;
	width: 100%;
	margin-bottom: 6px;
}

.form-bg textarea {
	font-size: 13px;
	line-height: 16px;
	border: 1px solid rgb(226, 222, 222);
	color: #2b2b2b;
	padding: 15px 10px;
	width: 100%;
	margin-bottom: 6px;
}

.form-bg #submit {
	width: 100%;
	color: #FFF;
	background: #409eff;
	text-align: center;
	padding: 10px;
	border: none;
	margin-bottom: 10px;
}

/* 经典案例 */
.jd-case-item {
	width: 100%;
}

.jd-case-item dt {
	width: 100%;
	height: 185px;
	overflow: hidden;
}

.jd-case-item dt:hover img {
	transition: all 1s;
	transform: scale(1.1);
}

.jd-case-item img {
	width: 100%;
	height: 185px;
}

.jd-case-item dd {
	margin-top: 5px;
	text-align: center;
	overflow: hidden;
	line-height: 30px;
	height: 30px;
	width: 100%;
	font-size: 14px;
}

.jd-case-description {
	text-indent: 2em;
	margin-top: 10px;
	height: 30px;
	font-size: 12px;
}