.footer .logo2 {
	width: 100px;
	height: 100px;
}

.footer .logo2 img {
	width: 100px;
	height: 100px;
}



/**案例轮播图 begin**/

.pc-case-content .case-swiper-wrapper {
	padding: 80px 0;
}

.pc-case-content .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.pc-case-content .swiper-pagination-bullet {
	width: 40px;
	height: 5px;
	text-align: center;
	color: #1c1f92;
	opacity: 1;
	background: #ffffff;
	border-radius: 0;
}

.pc-case-content .swiper-pagination-bullet-active {
	color: #fff;
	background: #000033;
}

.pc-case-content .swiper {
	width: 100%;
	height: 100%;

	/* background-color: #517dd4; */
	background: linear-gradient(0deg, #2573be 0%, #009999 100%);

	margin: 80px 0 0;
	padding-bottom: 50px;
}

.pc-case-content .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #000033;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	transition: 300ms;
	transform: scale(0.9);
}

.pc-case-content .swiper-slide-active,
.pc-case-content .swiper-slide-duplicate-active {
	transform: scale(1.15);
}


.pc-case-content .case-title {
	height: 110px;
	font-size: 18px;
	color: #fff;
	padding: 10px;
}

.pc-case-content .more-centent {
	width: 100%;
	padding: 30px 0 50px;
	/* margin-bottom: 40px; */
	/* background-color: #517dd4; */
	background: linear-gradient(0deg, #3366cc 0%, #2573be 100%);
	display: flex;
	justify-content: center;
	align-items: center;
}

.pc-case-content .more-case-button {
	width: 100px;
	height: 35px;
	background-color: #ffffff;
	color: #1c1f92;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;

	font-size: 15px;
	font-weight: 600;
}




/**pad端**/
.pad-case-content {
	display: none;
}

.pad-case-content .case-swiper-wrapper {
	padding: 0 0;

}

.pad-case-content .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.pad-case-content .swiper {
	width: 96%;
	height: 100%;

	background-color: #fff;

	margin: 50px 0 0 4%;
	padding-bottom: 40px;
}

.pad-case-content .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	transition: 300ms;
	/* transform: scale(0.9); */
}


.pad-case-content .more-centent {
	width: 100%;
	padding: 0 4%;
	margin-bottom: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.pad-case-content .direction-item {
	height: 35px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.pad-case-content .pad-prev-btn {
	height: 36px;
	width: 36px;
	border-radius: 50%;
	/* border: 1px solid #1c1f92; */
	background: url(../img/case-prev-btn.png);
	background-size: 100%;
	margin-right: 10px;
}

.pad-case-content .pad-next-btn {
	height: 36px;
	width: 36px;
	border-radius: 50%;
	/* border: 1px solid #1c1f92; */
	background: url(../img/case-next-btn.png);
	background-size: 100%;
}

.pad-case-content .more-case-button {
	width: 100px;
	height: 36px;
	background-color: #ffffff;
	color: #1c1f92;
	border-radius: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #1c1f92;

	font-size: 20px;
	font-weight: 600;
}


/**手机端**/
.m-case-content {
	display: none;
}

.m-case-content .case-swiper-wrapper {
	padding: 0 0;

}

.m-case-content .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.m-case-content .swiper {
	width: 95%;
	height: 100%;

	background-color: #fff;

	margin: 30px 0 0 5%;
	padding-bottom: 30px;
}

.m-case-content .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	transition: 300ms;
	/* transform: scale(0.9); */
}


.m-case-content .more-centent {
	width: 100%;
	padding: 0 5%;
	margin-bottom: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.m-case-content .direction-item {
	height: 32px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.m-case-content .m-prev-btn {
	height: 32px;
	width: 32px;
	border-radius: 50%;
	/* border: 1px solid #1c1f92; */
	background: url(../img/case-prev-btn.png);
	background-size: 100%;
	margin-right: 10px;
}

.m-case-content .m-next-btn {
	height: 32px;
	width: 32px;
	border-radius: 50%;
	/* border: 1px solid #1c1f92; */
	background: url(../img/case-next-btn.png);
	background-size: 100%;
}

.m-case-content .more-case-button {
	width: 90px;
	height: 32px;
	background-color: #ffffff;
	color: #1c1f92;
	border-radius: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #1c1f92;

	font-size: 15px;
	font-weight: 600;
}


/**案例轮播图 end**/


/**合作伙伴----begin*/
.pc-friends-swiper {
	margin: 0;
	padding: 100px 6%;
	/* background-color: #517dd4; */
	background: url(../img/friendbg.jpg) no-repeat;
	background-size: 100%;
	background-position: center;
}

.pc-friends-swiper li {
	float: left;
	width: 12.5%;
}

.pc-friends-swiper .friend-item {
	transform: scale(1.1);
}

.pc-friends-swiper .friend-item:hover {
	transform: scale(1.3);
}

.pc-friends-swiper .friend-item:hover img {
	border: 6px solid #009999;
}

.pc-friends-swiper li img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 2px solid #020461;
}


.pad-friends-swiper {
	display: none;
	margin: 40px 0 0;
	padding: 20px 3%;
	background-color: #517dd4;
}

.pad-friends-swiper li {
	float: left;
	width: 17%;
	margin: 10px 1.5%;
}

.pad-friends-swiper li img {
	width: 100%;
	height: 100%;
}


.m-friends-swiper {
	display: none;
	margin: 30px 0 0;
	padding: 20px 4%;
	background-color: #517dd4;
}

.m-friends-swiper li {
	float: left;
	width: 21%;
	margin: 10px 2%;
}

.m-friends-swiper li img {
	width: 100%;
	height: 100%;
}

/**合作伙伴----end*/


/**服务和产品----begin*/
.pro-box-section {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	padding: 30px 5%;
}

.pro-box-item {
	background-color: #ffffff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 33.33%;
	margin: 50px 0;
	position: relative;
}

.pro-box-item a {
	width: 100%;
}

.pro-box-item .item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;

	position: relative;
	width: 100%;
}

.pro-box-item .image-wrapper {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.pro-box-item .image-wrapper img {
	width: 75%;
	height: 75%;
	opacity: 1;
	border-radius: 50%;
	border: solid 4px #3366cc;
}

.pro-box-item .pro-title {
	display: none;

}

.pro-box-item .pro-title h3 {
	font-size: 18px;
	color: #333;
}

.pro-box-item .pro-title p {
	font-size: 16px;
	color: #666;
	margin-top: 5px;
	max-height: 1.7em;
}

.pro-box-item .pro-title2 {
	position: absolute;
	z-index: 2;
	width: 65%;
	top: 25%;

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;

	opacity: 0;
}

.pro-box-item .pro-title2 h3 {
	font-size: 22px;
	color: #333;
}

.pro-box-item .pro-title2 p {
	font-size: 18px;
	color: #666;
	margin-top: 10px;
	max-height: 1.7em;

	word-wrap: break-word;
	word-break: break-all;
	overflow: hidden;
	height: 0;
	padding-bottom: 60%;
	/* border-radius: 50%; */
}

.pro-box-item:hover .pro-title2 {
	/* opacity: 1;
	filter: alpha(opacity=100); */

	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	opacity: 1;
}

.pro-box-item:hover .image-wrapper img {
	-webkit-filter: blur(10px);
	filter: blur(10px);
}

/**服务和产品----end*/



/**服务和产品页----begin*/
.product_page .i_box3 {
	padding: 0 !important;
}

.product_service_content {

	width: 100%;
}


.product_service_content .pro-content-item {
	width: 100%;
	padding: 40px 6%;
	/* display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center; */
}

.product_service_content .pro-content-item:not(:first-child) {
	background: url(../img/proline.png);
	background-size: 90%;
	background-position: top;
	background-repeat: no-repeat;
}


.product_service_content .pro-content-item .item {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.product_service_content .pro-content-item .item .sorticon {
	display: block;
}

.product_service_content .pro-content-item .item .m_sorticon {
	display: none;
}

.product_service_content .pro-content-item .image-wrapper {
	width: 25%;
	/* padding: 0 15px; */
}

.product_service_content .pro-content-item .image-wrapper img {
	width: 100%;
}

.product_service_content .pro-content-item .content-wrapper {
	width: 75%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	height: 200px;
	line-height: 36px;
}

.product_service_content .pro-content-item .problem-content {
	width: 35%;
	padding: 0px 2%;
	margin: 5px 1%;
	background-color: #ccd9f2;
	height: 100%;

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;

	position: relative;
}

.product_service_content .pro-content-item .solution-content {
	width: 65%;
	padding: 0px 2%;
	margin: 5px 0;
	background-color: #ccd9f2;
	height: 100%;

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;

	position: relative;
}

.product_service_content .pro-content-item .problem {
	width: 100%;
}

.product_service_content .pro-content-item .problem .problem-item {
	width: 100%;
	height: 25px;
	line-height: 25px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	letter-spacing: 1px;
	font-size: 16px;
}

.product_service_content .pro-content-item .problem .problem-item:nth-child(n + 5) {
	display: none;
}

.product_service_content .pro-content-item .solution {
	width: 100%;
	line-height: 25px;
	display: flex;
	flex-wrap: wrap;
}

.product_service_content .pro-content-item .solution .solution-item {
	width: 32%;
	margin-right: 1%;
	height: 25px;
	line-height: 25px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	letter-spacing: 1px;
	font-size: 16px;
}

.product_service_content .pro-content-item .solution .solution-item:nth-child(n + 13) {
	display: none;
}

.product_service_content .pro-content-item .solution .solution-item:nth-child(3n) {
	margin-right: 0;
}


.product_service_content .pro-content-item .content-title {
	font-size: 22px;
	color: #333;
	width: 100%;
	letter-spacing: 1px;
	position: absolute;
	top: 15px;
	left: 6%;
	font-weight: 600;
}

.product_service_content .solution-content .content-title {
	left: 3%;
}



.product_service_content .pro-content-item .detail-btn-block {
	position: absolute;
	bottom: 15px;
	right: 3%;
}

.product_service_content .pro-content-item .content-btn {
	width: 70px;
	height: 26px;
	border-radius: 4px;
	font-size: 12px !important;
	color: #fff;
	background-color: #3366cc;
	float: right;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 5px;

}

.dialogmask_block {
	position: fixed;
	left: 0px;
	top: 0px;
	bottom: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	/* display: flex; */
	display: none;
	justify-content: center;
	align-items: center;
	overflow: auto;
	z-index: 100;
}

.dialogmask {
	width: 580px;

	padding: 20px 40px;

	background-color: #fff;
	border: solid 2px #3366cc;

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	top: 100px;
	position: absolute;
}

.dialogmask .dialogmask_title {
	width: 100%;
	height: 30px;
	font-size: 20px;
	font-weight: 600;
	color: #333;

	display: flex;
	justify-content: center;
	align-items: center;
}

.dialogmask .dialogmask_content {
	width: 100%;
	margin: 20px 0;
	font-size: 16px;
	line-height: 25px;
}

.dialogmask .dialog_close {
	width: 100%;
	height: 30px;
	font-size: 16px;
	color: #999;
	background-color: rgba(204, 217, 242, 0.5);

	display: flex;
	justify-content: center;
	align-items: center;
}


/**服务和产品页----end*/


/**成功案例详情----begin*/
.success_case {
	width: 100%;
	padding: 0 40px;
}

.success_case .case_tile {
	width: 100%;
	height: 100px;
	margin-top: 10px;
	line-height: 100px;
}

.success_case .case_content {
	width: 100%;
	margin-top: 10px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	text-align: center;
}

.success_case .case_content .case_left {
	width: 24%;
	height: 0;
	padding-bottom: 42.1%;
	background-color: #000033;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

.success_case .case_content .case_left .content {
	width: 80%;
}

.success_case .case_content .case_left .content .case_desc {
	margin: 30px 0 30px;
	line-height: 24px;
	width: 100%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
	letter-spacing: 1px;
	font-size: 15px;
	color: #fff;
	text-align: left;
}

/* .success_case .line_top {
	height: 2px;
	width: 100%;
	background: linear-gradient(135deg, #000033 0%, #fff 50%, #000033 100%);
}
 */
.success_case .case_content .case_left .content .case_label {
	padding: 2px;
	line-height: 26px;
	width: 100%;
	font-size: 15px;
	color: #fff;
	display: flex;
	flex-wrap: wrap;
}

.serv_label {
	margin: 10px 0;
}

.success_case .case_content .case_left .content .case_label .item {
	height: 20px;
	line-height: 20px;
	background-color: #fff;
	border-radius: 6px;
	color: #333;
	padding: 0 5px;
	font-size: 13px;
	margin: 3px 6px 3px 0;
}


.success_case .case_content .case_right {
	width: 75%;
	position: relative;
}

.success_case .case_content .swiper {
	width: 100%;
}

.success_case .case_content .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.success_case .case_content .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.success_case_page .success_case .page_content {
	padding: 40px 0;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}

.success_case_page .m_success_case .page_content {
	padding: 10px 0 20px;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}

.success_case_page .page_content .content {
	box-sizing: border-box;
	margin: 30px 0;
}

.success_case_page .page_content .case_content_tit p {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 240px;
	height: 55px;
	line-height: 55px;
	font-size: 20px;
	text-align: center;
	background: linear-gradient(135deg, #009999 0%, #3366cc 100%);
	color: #ffffff;
}

.success_case .direction-item {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	position: absolute;
	bottom: 0;
	z-index: 100;
}

.success_case .next-btn {
	height: 65px;
	width: 55px;
	background: url(../img/casedetail-next-btn.png);
	background-size: 100%;
}

.success_case .prev-btn {
	height: 65px;
	width: 55px;
	background: url(../img/casedetail-prev-btn.png);
	background-size: 100%;
}


/**手机端**/
.m_success_case {
	display: none;
	width: 100%;
	padding: 0;
}



.m_success_case .case_tile {
	width: 100%;
	height: 80px;
	margin-top: 10px;
	line-height: 80px;
}

.m_success_case .case_content {
	width: 100%;
	margin-top: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

.m_success_case .case_content .case_center {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;

	color: #333;
}

.m_success_case .case_content .case_center .content {
	width: 100%;
}

.m_success_case .case_content .case_center .content .case_desc {
	margin: 30px 0 30px;
	line-height: 28px;
	width: 100%;
	/* display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden; */
	letter-spacing: 1px;
	font-size: 20px;
	color: #333;
	text-align: left;
}


.m_success_case .case_content .case_center .content .case_label {
	padding: 2px;
	line-height: 28px;
	width: 100%;
	font-size: 18px;
	color: #333;
	display: flex;
	flex-wrap: wrap;
}

.m_success_case .case_content .case_center .content .case_label .item {
	padding: 5px 1px;
	height: 26px;
	line-height: 26px;
	background-color: #000033;
	border-radius: 6px;
	color: #fff;
	padding: 0 5px;
	font-size: 16px;
	margin: 2px 6px 2px 0;
}


.m_success_case .case_content .case_swiper {
	width: 100%;
	position: relative;
}

.m_success_case .case_content .swiper {
	width: 100%;
}

.m_success_case .case_content .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.m_success_case .case_content .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.m_success_case .direction-item {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	position: absolute;
	bottom: 0;
	z-index: 100;
}

.m_success_case .next-btn {
	height: 50px;
	width: 50px;
	background: url(../img/m-casedetail-next-btn.png);
	background-size: 100%;
}

.m_success_case .prev-btn {
	height: 50px;
	width: 50px;
	background: url(../img/m-casedetail-prev-btn.png);
	background-size: 100%;
}

/**成功案例详情----end*/




/**成功案例列表----begin*/

.case_list_page .case_center {
	width: 96%;
	margin: 0 2%;
}

.case_list_page .case_main {
	width: 100%;
}

.case_list_page .case_main .case_list {
	display: flex;
	flex-wrap: wrap;
}


.case_list_page .case_main .case_list ul {
	width: 100%;
	overflow: hidden;
	margin-top: 32px;
}

.case_list_page .case_main .case_list ul li {
	width: 24%;
	padding: 10px 5px;
	margin-right: 1.33%;
	margin-bottom: 28px;
	float: left;
	border: 1px solid #eee;
}

.case_list_page .case_main .case_list ul li a .imgauto {
	width: 100%;
}

.case_list_page .case_main .case_list ul li a .imgauto img {
	margin: 0;
	opacity: 1;
	display: block;
	width: 100%;
	height: auto;
}

.case_list_page .case_main .case_list ul li a span {
	display: block;
	margin: 6px 0;
	/* text-align: center; */
	font-size: 20px;

	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.case_list_page .case_main .case_list ul li:nth-child(4n) {
	margin-right: 0;
}

.case_list_page .case_main .case_list ul li:hover {
	border: 1px solid #020461;
}

.case_list_page .case_main .case_list ul li:hover img {
	opacity: .6;
}

.case_list_page .case_main .case_list ul li:hover span {
	color: #020461;
}

.case_list_page .case_main .case_list .case_label {
	padding: 2px;
	line-height: 26px;
	width: 100%;
	font-size: 14px;
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	height: 90px;
}

.case_list_page .case_main .case_list .case_label .item {
	padding: 5px 0;
	height: 20px;
	line-height: 20px;
	background-color: #eee;
	border-radius: 6px;
	color: #333;
	padding: 0 5px;
	font-size: 12px;
	margin: 5px 6px 5px 0;
}

/**成功案例列表----end*/




/**资讯列表----begin*/
.ddm_news_list_page .ddm_news_center {
	width: 96%;
	margin: 0 2%;
}

.ddm_news_list_page .ddm_news_main {
	width: 100%;
}

.ddm_news_list_page .ddm_news_main .ddm_news_list {
	display: flex;
	flex-wrap: wrap;
}


.ddm_news_list_page .ddm_news_main .ddm_news_list {
	width: 100%;
	overflow: hidden;
	margin-top: 32px;
}

.ddm_news_list_page .ddm_news_main .ddm_news_list ul li {
	width: 100%;
	padding: 10px 0;
	margin-right: 0;
	margin-bottom: 28px;
	float: left;
	/* border: 1px solid #eee; */
}

.ddm_news_list_page .ddm_news_main .ddm_news_list ul li a .imgauto {
	width: 100%;
}

.ddm_news_list_page .ddm_news_main .ddm_news_list ul li a .m_imgauto {
	display: none;
	width: 100%;
}

.ddm_news_list_page .ddm_news_main .ddm_news_list ul li a .m_imgauto img {
	margin: 0;
	opacity: 1;
	display: block;
	width: 100%;
	height: auto;
}

.ddm_news_list_page .ddm_news_main .ddm_news_list ul li a .imgauto img {
	margin: 0;
	opacity: 1;
	display: block;
	width: 100%;
	height: auto;
}

.ddm_news_list_page .ddm_news_main .ddm_news_list ul li:nth-child(4n) {
	margin-right: 0;
}

.ddm_news_list_page .ddm_news_main .ddm_news_list ul li:hover {
	border: 1px solid #3366cc;
}

.ddm_news_list_page .ddm_news_main .ddm_news_list ul li:hover img {
	opacity: .6;
}

/**资讯列表----end*/


/***案例搜索条件-----begin**/

.condition_block {
	width: 100%;
	margin: 30px 0;
	display: flex;
	flex-direction: row;
}

.condition_tab {
	width: 25%;
	height: 100px;
	position: relative;
}

.condition_dialog {
	display: none;
	width: 100%;
	min-height: 120px;
	position: absolute;
	top: 100px;
	left: 0;
	background-color: #ccd9f2;
	color: #333;
	z-index: 100;
	flex-wrap: wrap;

	padding: 20px 0;
}

.condition_dialog .item {
	/* width: 70px;*/
	height: 26px;
	border: 1px solid #3366cc;
	border-radius: 2px;
	background-color: #fff;

	margin: 10px 5px;
	padding: 0 5px;
	display: flex;
	justify-content: center;
	align-items: center;

	font-size: 15px;
}

.condition_tab .tab_name {
	width: 100%;
	height: 100%;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border: 1px solid #3366cc;
}

.condition_tab .tab_name.active {
	background-color: #3366cc;
	color: #fff;
}

.condition_tab .name {
	height: 70px;
	line-height: 70px;
	text-align: center;
	width: 100%;
	font-size: 24px;
	font-weight: 600;
}

.condition_tab .icon {
	width: 18px;
	height: 10.5px;
	background: url(../img/direction.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
}

.condition_tab .icon.static {
	transform: rotate(0);
	transition: rotate 0.3s linear;
	-webkit-transform: rotate(0);
	-webkit-transition: all 0.3s linear;

}


.condition_tab .icon.active {

	transform: rotate(180deg);
	transition: rotate 0.3s linear;
	-webkit-transform: rotate(180deg);
	-webkit-transition: all 0.3s linear;

}

@keyframes rotate_down {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(180deg);
	}
}

@keyframes rotate_up {
	0% {
		transform: rotate(180deg);
	}

	100% {
		transform: rotate(0deg);
	}
}


.condition_content {
	width: 100%;
}

.condition_checked {
	display: flex;
	flex-wrap: wrap;
}

.condition_checked .item {
	display: none;
}

.condition_checked .item_active {
	/* width: 80px; */
	height: 30px;
	padding: 0 8px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #3366cc;
	border-radius: 5px;
	display: block;
	margin: 10px 5px;
	position: relative;
	font-size: 16px;
}

.condition_checked .item_active a {
	line-height: 30px;
	width: 100%;
	height: 100%;
}

.condition_checked .item_active .delete {
	width: 15px;
	height: 15px;
	position: absolute;
	top: -7px;
	right: -7px;
	z-index: 10;
	background: url(../img/close.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
}

/***案例搜索条件-----end**/


/**关于我们----begin*/
.ddm_about_us_page .page_content {
	/* padding: 60px 0; */
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}

.ddm_about_us_page .page_content .content {
	box-sizing: border-box;
}

.ddm_about_us {
	width: 100%;
}

.ddm_about_us .page_content .content {
	box-sizing: border-box;
}

.m_ddm_about_us {
	display: none;
	width: 100%;
	padding: 0;
}

/**关于我们----end*/



/***首页产品与服务----begin*/
.pro-main {
	width: 100%;
}



.pro-main .pro-list {
	width: 92%;
	overflow: hidden;
	margin-top: 32px;
	margin-left: 4%;
	margin-right: 4%;
}

.pro-main ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}


.pro-main .pro-list ul li {
	width: 23.33%;
	margin: 50px 5%;
	float: left;
}

.pro-main .pro-list ul li a .imgauto {
	width: 100%;
}

.pro-main .pro-list ul li a .imgauto img {
	margin: 0 !important;
	opacity: 1;
	display: block !important;
	width: 100% !important;
	height: auto;
	border: 4px solid #3366cc;
	border-radius: 50%;
}

.pro-main .pro-list ul li a .m_imgauto {
	display: none;
	width: 100%;
}

.pro-main .pro-list ul li a .m_imgauto img {
	margin: 0 !important;
	opacity: 1;
	display: block !important;
	width: 100% !important;
	height: auto;
	border: 4px solid #3366cc;
	border-radius: 50%;
}

.pro-main .pro-list ul li a span {
	display: block;
	margin: 6px 0;
	/* text-align: center; */
	font-size: 20px;

	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}


/* .pro-main .pro-list ul li:hover {
	border: 1px solid #020461;
} */

.pro-main .pro-list ul li a {
	position: relative;
}

.pro-list .pro-title {
	display: none;

}

.pro-list .pro-title h3 {
	font-size: 18px;
	color: #333;
}

.pro-list .pro-title p {
	font-size: 16px;
	color: #666;
	margin-top: 5px;
	max-height: 1.7em;
}

/* .pro-list a .pro-title2 {
	position: absolute;
	z-index: 2;
	width: 65%;
	top: 25%;

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	opacity: 0;
}

.pro-list a .pro-title2 h3 {
	font-size: 22px;
	color: #333;
}

.pro-list a .pro-title2 p {
	font-size: 18px;
	color: #666;
	margin-top: 10px;
	max-height: 1.7em;

	word-wrap: break-word;
	word-break: break-all;
	overflow: hidden;
	height: 0;
	padding-bottom: 60%;
}

.pro-list a:hover .pro-title2 {
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	opacity: 1;
}
 */

/* .pro-list .pro_item:hover .imgauto img {
	-webkit-filter: blur(10px);
	filter: blur(10px);
} */




/**人才列表----begin*/
.team_list_page .team_center {
	width: 100%;
	color: #ffffff;
	font-size: 18px;
	line-height: 24px;
}

.team_list_page .team_main {
	width: 100%;
}

.team_list_page .team_main .team_list {
	display: flex;
	flex-wrap: wrap;
}


.team_list_page .team_main .team_list {
	width: 100%;
	overflow: hidden;
	margin-top: 32px;
}

.team_list_page .team_main .team_list ul li {
	width: 100%;
	padding: 10px 0;
	margin-top: 50px;
	margin-right: 0;
	margin-bottom: 10px;
	float: left;
	/* border: 1px solid #eee; */
}

.team_list_page .team_main .team_list ul li .team_pc {
	width: 97%;
	position: relative;
}

.team_list_page .team_main .team_list ul li:nth-child(n) .team_pc {
	float: right;
}

.team_list_page .team_main .team_list ul li:nth-child(2n) .team_pc {
	float: left;
}

.team_list_page .team_main .team_list ul li .team_bg {
	width: 100%;
}

.team_list_page .team_main .team_list ul li .team_bg img {
	margin: 0;
	opacity: 0 !important;
	display: block;
	width: 100%;
	height: auto;
}

.team_list_page .team_main .team_list ul li:nth-child(n) .team_pc .team_bg {
	background: url(../img/team_bg_pc_1.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: right;
}

.team_list_page .team_main .team_list ul li:nth-child(2n) .team_pc .team_bg {
	background: url(../img/team_bg_pc_2.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: left;
}

.team_list_page .team_main .team_list ul li .team_pc .team_content {
	position: absolute;
	top: 0;
	left: 0;
}

.team_list_page .team_main .team_list ul li .team_pc .team_content .leader_avator {
	width: 35%;
	float: left;
}

.team_list_page .team_main .team_list ul li .team_pc .team_content .leader_avator img {
	margin: 0;
	opacity: 1;
	display: block;
	width: 100%;
	height: auto;
}

.team_list_page .team_main .team_list ul li .team_pc .team_content .team_detail {
	width: 65%;
	float: right;
	padding: 80px 40px 0;
}

.team_list_page .team_main .team_list ul li:nth-child(2n) .team_pc .team_content .leader_avator {
	float: right;
}

.team_list_page .team_main .team_list ul li:nth-child(2n) .team_pc .team_content .team_detail {
	float: left;
}

.team_list_page .team_main .team_list .team_pc .team_name {
	margin: 10px 0;
	line-height: 28px;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.team_list_page .team_main .team_list .team_pc .leader_name {
	font-size: 20px;
	margin-right: 24px;
	font-weight: 600;
}


.team_list_page .team_main .team_list .team_pc .desc {
	margin: 10px 0;
}

.team_list_page .team_main .team_list .team_pc .leader_case {
	margin: 12px 0;
	padding: 2px;
	display: flex;
	flex-wrap: wrap;

	position: absolute;
	bottom: 100px;
}

.team_list_page .team_main .team_list .team_pc .leader_case .leader_case_item {
	height: 28px;
	line-height: 28px;
	background-color: #fff;
	border-radius: 8px;
	color: #333;
	padding: 0 10px;
	font-size: 15px;
	margin-right: 12px;
	box-shadow: 0px 0px 2px 1px rgba(255, 255, 255, 0.4);
}


.team_dialogmask_block {
	position: fixed;
	left: 0px;
	top: 0px;
	bottom: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	/* display: flex; */
	display: none;
	justify-content: center;
	align-items: center;
	overflow: auto;
	z-index: 100;
}

.team_dialogmask {
	width: 80%;
	max-width: 1500px;

	/* padding: 20px 40px;
	background-color: #fff;
	border: solid 2px #3366cc; */

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	top: 60px;
	position: absolute;
}

.team_dialogmask img {
	width: 100%;
}


.team_dialogmask .dialog_close {
	width: 80px;
	background: url(../img/pop_close.png) no-repeat;
	background-size: 100%;

	position: absolute;
	right: 50px;
	top: 50px;
}

.team_dialogmask .dialog_close img {
	width: 100%;
	height: auto;
}


.team_list_page .team_main .team_list .team_m {
	display: none;
	position: relative;
}

.team_list_page .team_main .team_list ul li .team_m .team_bg {
	background: url(../img/team_bg_m.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
}

/* .team_list_page .team_main .team_list ul li .team_m .team_content {
	position: absolute;
	top: 0;
	left: 0;
} */

.team_list_page .team_main .team_list ul li .team_m .team_content .leader_avator {
	position: absolute;
	top: 0;
	left: 0;
	width: 38%;
	z-index: 10;
}

.team_list_page .team_main .team_list ul li .team_m .team_content .leader_avator img {
	margin: 0;
	opacity: 1;
	display: block;
	width: 100%;
	height: auto;
}

.team_list_page .team_main .team_list ul li .team_m .team_content .team_detail {
	position: absolute;
	width: 80%;
	left: 15%;
	top: 180px;
	padding: 20px 10px 0;
	font-size: 18px;
}

.team_list_page .team_main .team_list .team_m .team_name {
	margin: 10px 0 10px 0;
	line-height: 28px;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.team_list_page .team_main .team_list .team_m .leader_name {
	margin-left: 25%;
	font-size: 24px;
	margin-right: 10px;
	font-weight: 600;
}

.team_list_page .team_main .team_list .team_m .member_name {
	margin-left: 20%;
	font-size: 22px;
}


.team_list_page .team_main .team_list .team_m .desc {
	margin: 20px 0 0;
	line-height: 24px;
	font-size: 20px;
}

.team_list_page .team_main .team_list .team_m .leader_case {
	margin: 8px 0 0;
	padding: 2px;
	display: flex;
	flex-wrap: wrap;

	position: absolute;
	bottom: 50px;
	left: 20%;
}

.team_list_page .team_main .team_list .team_m .leader_case .leader_case_item {
	height: 24px;
	line-height: 24px;
	background-color: #fff;
	border-radius: 12px;
	color: #333;
	padding: 0 12px;
	font-size: 16px;
	font-weight: 600;
	margin-right: 10px;
	box-shadow: 0px 0px 2px 1px rgba(255, 255, 255, 0.4);
}




@media screen and (max-width: 1600px) {

	.team_dialogmask .dialog_close {
		width: 70px;
		right: 40px;
		top: 40px;
	}

	.team_list_page .team_center {
		font-size: 18px;
		line-height: 24px;
	}

	.team_list_page .team_main .team_list {
		margin-top: 35px;
		margin-bottom: 40px;
	}

	.team_list_page .team_main .team_list ul li {
		padding: 10px 0;
		margin-top: 60px;
		margin-right: 0;
		margin-bottom: 15px;
	}

	.team_list_page .team_main .team_list ul li .team_pc .team_content .team_detail {
		padding: 100px 50px 0;
	}

	.team_list_page .team_main .team_list .team_pc .team_name {
		margin: 10px 0;
		line-height: 30px;
	}

	.team_list_page .team_main .team_list .team_pc .leader_name {
		font-size: 20px;
		margin-right: 24px;
	}


	.team_list_page .team_main .team_list .team_pc .desc {
		margin: 10px 0;
	}

	.team_list_page .team_main .team_list .team_pc .leader_case {
		margin: 12px 0;
		padding: 2px;
		bottom: 120px;
	}

	.team_list_page .team_main .team_list .team_pc .leader_case .leader_case_item {
		height: 30px;
		line-height: 32px;
		border-radius: 10px;
		padding: 0 10px;
		font-size: 17px;
		margin-right: 16px;
		box-shadow: 0px 0px 3px 2px rgba(255, 255, 255, 0.4);
	}
}

@media screen and (max-width: 1400px) {

	.team_dialogmask .dialog_close {
		width: 60px;
		right: 30px;
		top: 30px;
	}

	.team_list_page .team_center {
		font-size: 18px;
		line-height: 24px;
	}


	.team_list_page .team_main .team_list .team_pc .leader_name {
		font-size: 20px;
		margin-right: 24px;
	}


	.team_list_page .team_main .team_list .team_pc .leader_case .leader_case_item {
		height: 30px;
		line-height: 30px;
		border-radius: 10px;
		padding: 0 12px;
		font-size: 17px;
		margin-right: 14px;
		box-shadow: 0px 0px 2px 1px rgba(255, 255, 255, 0.4);
	}
}

@media screen and (max-width: 1200px) {
	.team_dialogmask {
		top: 100px;
	}

	.team_dialogmask .dialog_close {
		width: 45px;
		right: 30px;
		top: 30px;
	}

	.team_list_page .team_center {
		font-size: 17px;
		line-height: 22px;
	}

	.team_list_page .team_main .team_list {
		margin-top: 30px;
	}

	.team_list_page .team_main .team_list ul li {
		padding: 10px 0;
		margin-top: 45px;
		margin-right: 0;
		margin-bottom: 10px;
	}

	.team_list_page .team_main .team_list ul li .team_pc .team_content .team_detail {
		padding: 50px 30px 0;
	}

	.team_list_page .team_main .team_list .team_pc .team_name {
		margin: 10px 0;
		line-height: 26px;
	}

	.team_list_page .team_main .team_list .team_pc .leader_name {
		font-size: 18px;
		margin-right: 22px;
	}


	.team_list_page .team_main .team_list .team_pc .desc {
		margin: 10px 0;
	}

	.team_list_page .team_main .team_list .team_pc .leader_case {
		margin: 12px 0;
		padding: 2px;
		bottom: 80px;
	}

	.team_list_page .team_main .team_list .team_pc .leader_case .leader_case_item {
		height: 26px;
		line-height: 26px;
		border-radius: 6px;
		padding: 0 8px;
		font-size: 15px;
		margin-right: 10px;
		box-shadow: 0px 0px 2px 1px rgba(255, 255, 255, 0.4);
	}
}


@media screen and (max-width: 1020px) {
	.team_list_page .team_center {
		font-size: 15px;
		line-height: 20px;
	}

	.team_list_page .team_main .team_list {
		margin-top: 28px;
	}

	.team_list_page .team_main .team_list ul li {
		padding: 10px 0;
		margin-top: 35px;
		margin-right: 0;
		margin-bottom: 10px;
	}

	.team_list_page .team_main .team_list ul li .team_pc .team_content .team_detail {
		padding: 35px 20px 0;
	}

	.team_list_page .team_main .team_list .team_pc .team_name {
		margin: 10px 0;
		line-height: 26px;
	}

	.team_list_page .team_main .team_list .team_pc .leader_name {
		font-size: 16px;
		margin-right: 22px;
	}


	.team_list_page .team_main .team_list .team_pc .desc {
		margin: 10px 0;
	}

	.team_list_page .team_main .team_list .team_pc .leader_case {
		margin: 12px 0;
		padding: 2px;
		bottom: 60px;
	}

	.team_list_page .team_main .team_list .team_pc .leader_case .leader_case_item {
		height: 24px;
		line-height: 24px;
		border-radius: 4px;
		padding: 0 6px;
		font-size: 14px;
		margin-right: 8px;
		box-shadow: 0px 0px 2px 1px rgba(255, 255, 255, 0.4);
	}

	.team_dialogmask {
		top: 160px;
	}
}

@media screen and (max-width: 768px) {



	.team_list_page .team_center {
		font-size: 15px;
		line-height: 20px;
	}

	.team_list_page .team_main .team_list {
		margin-top: 20px;
	}

	.team_list_page .team_main .team_list ul li {
		padding: 5px 0;
		margin-top: 20px;
		margin-right: 0;
		margin-bottom: 10px;
	}

	.team_list_page .team_main .team_list .team_pc {
		display: none;
	}

	.team_list_page .team_main .team_list .team_m {
		display: block;
	}

	.team_dialogmask {
		width: 96%;
		top: 100px;
	}

	.team_dialogmask .dialog_close {
		width: 60px;
		right: 30px;
		top: 30px;
	}
}


@media screen and (max-width: 450px) {
	.team_dialogmask .dialog_close {
		width: 40px;
		right: 10px;
		top: 10px;
	}


	.team_list_page .team_main .team_list ul li .team_m .team_content .team_detail {
		top: 70px;
		padding: 10px 10px 0;
		font-size: 14px;
	}

	.team_list_page .team_main .team_list .team_m .team_name {
		margin: 8px 0 8px 0;
		line-height: 20px;
	}

	.team_list_page .team_main .team_list .team_m .leader_name {
		margin-left: 27%;
		font-size: 18px;
		margin-right: 10px;
		font-weight: 600;
	}

	.team_list_page .team_main .team_list .team_m .member_name {
		margin-left: 22%;
		font-size: 16px;
	}


	.team_list_page .team_main .team_list .team_m .desc {
		margin: 10px 0 0;
		line-height: 18px;
		font-size: 14px;
	}

	.team_list_page .team_main .team_list .team_m .leader_case {
		margin: 5px 0 0;
		padding: 2px;
		bottom: 30px;
		left: 20%;
	}

	.team_list_page .team_main .team_list .team_m .leader_case .leader_case_item {
		height: 20px;
		line-height: 20px;
		border-radius: 10px;
		padding: 0 10px;
		font-size: 13px;
		font-weight: 600;
		margin-right: 5px;
		box-shadow: 0px 0px 2px 1px rgba(255, 255, 255, 0.4);
	}
}


@media screen and (max-width: 350px) {
	.team_dialogmask .dialog_close {
		width: 30px;
		right: 10px;
		top: 10px;
	}

	.team_list_page .team_main .team_list ul li .team_m .team_content .team_detail {
		top: 50px;
		padding: 5px 10px 0;
		font-size: 14px;
	}

	.team_list_page .team_main .team_list .team_m .team_name {
		margin: 5px 0 5px 0;
		line-height: 18px;
	}

	.team_list_page .team_main .team_list .team_m .leader_name {
		margin-left: 27%;
		font-size: 16px;
		margin-right: 0px;
		font-weight: 600;
	}

	.team_list_page .team_main .team_list .team_m .member_name {
		margin-left: 22%;
		font-size: 15px;
	}


	.team_list_page .team_main .team_list .team_m .desc {
		margin: 10px 0 0;
		line-height: 16px;
		font-size: 14px;
	}

	.team_list_page .team_main .team_list .team_m .leader_case {
		margin: 5px 0 0;
		padding: 2px;
		bottom: 15px;
		left: 20%;
	}

	.team_list_page .team_main .team_list .team_m .leader_case .leader_case_item {
		height: 18px;
		line-height: 18px;
		border-radius: 9px;
		padding: 0 9px;
		font-size: 13px;
		font-weight: 600;
		margin-right: 4px;
		box-shadow: 0px 0px 2px 1px rgba(255, 255, 255, 0.4);
	}
}









@media screen and (max-width: 1200px) {

	.success_case {
		display: none;
	}
	
	.m_success_case {
		display: block;
	}

	.pro-box-item .pro-title2 {
		display: none;
	}

	.pro-box-item:hover .image-wrapper img {
		-webkit-filter: blur(0);
		filter: blur(0);
	}


	.pro-main .pro-list ul li a .imgauto {
		display: none;
	}

	.pro-main .pro-list ul li a .m_imgauto {
		display: block;
	}


	.pro-box-item .pro-title {
		width: 90%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin-top: 15px;
	}

	.success_case .case_content .case_left .content .case_desc {
		margin: 10px 0 10px;
		line-height: 24px;
		-webkit-line-clamp: 3;
	}

	.pro-main .pro-title {
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin-top: 15px;
	}
}

@media screen and (max-width: 1020px) {

	.pc-friends-swiper {
		display: none;
	}

	.pad-friends-swiper {
		display: block;
	}

	.m-friends-swiper {
		display: none;
	}

	.pc-case-content {
		display: none;
	}

	.pad-case-content {
		display: block;
	}

	.m-case-content {
		display: none;
	}

	.pro-box-section {
		padding: 30px 10%;
	}

	.pro-box-item {
		width: 50%;
		margin: 40px 0;
	}

	.pro-box-item .pro-title h3 {
		font-size: 22px;
		color: #333;
	}

	.pro-box-item .pro-title p {
		font-size: 18px;
		color: #666;
		margin-top: 5px;
		max-height: 1.7em;
	}

	.pro-main .pro-list ul li {
		width: 30%;
		margin: 40px 10%;
		float: left;
	}

	.pro-main .pro-title h3 {
		font-size: 22px;
		color: #333;
	}

	.pro-main .pro-title p {
		font-size: 18px;
		color: #666;
		margin-top: 5px;
		max-height: 1.7em;
	}

	.success_case_page.container {
		padding: 0 2%;
	}

	.case_list_page .case_main .case_list ul li {
		width: 48%;
		margin: 0 1%;
		padding: 5px;
		margin-bottom: 2%;
	}

	.case_list_page .case_main .case_list ul li:nth-child(2n) {
		margin-right: 0;
	}

	.case_list_page .case_main .case_list ul li a span {
		font-size: 20px;
	}
}

@media screen and (max-width: 768px) {
	.pc-friends-swiper {
		display: none;
	}

	.pad-friends-swiper {
		display: block;
	}

	.m-friends-swiper {
		display: none;
	}

	.pc-case-content {
		display: none;
	}

	.pad-case-content {
		display: block;
	}

	.m-case-content {
		display: none;
	}

	.pro-box-section {
		padding: 30px 10%;
	}

	.pro-box-item {
		width: 50%;
		margin: 40px 0;
	}

	.pro-box-item .image-wrapper img {
		width: 70%;
		height: 70%;
		opacity: 1;
	}

	.pro-box-item .pro-title h3 {
		font-size: 22px;
		color: #333;
	}

	.pro-box-item .pro-title p {
		font-size: 16px;
		color: #666;
		margin-top: 5px;
		max-height: 1.7em;
	}

	.pro-main .pro-title h3 {
		font-size: 22px;
		color: #333;
	}

	.pro-main .pro-title p {
		font-size: 16px;
		color: #666;
		margin-top: 5px;
		max-height: 1.7em;
	}

	.product_service_content .pro-content-item:not(:first-child) {
		background: none;
	}

	.product_service_content .pro-content-item:not(:first-child) {
		padding-top: 10px;
	}

	.product_service_content .pro-content-item .content-wrapper {
		width: 100%;
	}

	.product_service_content .pro-content-item .problem .problem-item {
		font-size: 16px;
	}

	.product_service_content .pro-content-item .solution .solution-item {
		width: 49%;
		margin-right: 1%;
		font-size: 16px;
	}

	.product_service_content .pro-content-item .solution .solution-item:nth-child(n + 9) {
		display: none;
	}

	.product_service_content .pro-content-item .solution .solution-item:nth-child(3n) {
		margin-right: 1%;
	}

	.product_service_content .pro-content-item .solution .solution-item:nth-child(2n) {
		margin-right: 0;
	}

	.product_service_content .pro-content-item .item {
		flex-direction: column;
	}

	.product_service_content .pro-content-item .content-title {
		font-size: 20px;
		font-weight: 600;
	}


	.product_service_content .pro-content-item .item .sorticon {
		display: none;
	}

	.product_service_content .pro-content-item .item .m_sorticon {
		display: block;
	}

	.product_service_content .pro-content-item .image-wrapper {
		width: 100%;
		margin: 0 0 20px 0;
	}

	.product_service_content .pro-content-item .content-btn {
		margin-top: 5px;
		width: 60px;
		height: 22px;
	}

	.m_success_case .case_content .case_center .content .case_desc {
		font-size: 18px;
		line-height: 28px;
	}

	.m_success_case .case_content .case_center .content .label_content {
		font-size: 16px;
		line-height: 25px;
	}

	.condition_tab {
		height: 90px;
	}

	.condition_tab .name {
		height: 60px;
		line-height: 60px;
		font-size: 20px;
	}

	.condition_dialog {
		top: 90px;
	}

	.condition_checked .item_active {
		height: 32px;
		line-height: 32px;
		font-size: 18px;
	}

	.ddm_news_list_page .ddm_news_main .ddm_news_list ul li a .imgauto {
		display: none;
	}

	.ddm_news_list_page .ddm_news_main .ddm_news_list ul li a .m_imgauto {
		display: block;
	}

	.ddm_about_us {
		display: none;
	}

	.m_ddm_about_us {
		display: block;
	}
}

@media screen and (max-width: 450px) {
	.pc-friends-swiper {
		display: none;
	}

	.pad-friends-swiper {
		display: none;
	}

	.m-friends-swiper {
		display: block;
	}


	.pc-case-content {
		display: none;
	}

	.pad-case-content {
		display: none;
	}

	.m-case-content {
		display: block;
	}

	.pro-box-item {
		width: 100%;
		margin: 20px 0;
	}

	.pro-box-item .image-wrapper img {
		width: 50%;
		height: 50%;
		opacity: 1;
	}

	.pro-box-item .pro-title h3 {
		font-size: 17px;
		color: #333;
	}

	.pro-box-item .pro-title p {
		font-size: 16px;
		color: #666;
		margin-top: 5px;
		max-height: 1.7em;
	}

	.pro-main .pro-list ul li {
		width: 70%;
		margin: 20px 15%;
		float: left;
	}

	.pro-main .pro-title h3 {
		font-size: 17px;
		color: #333;
	}

	.pro-main .pro-title p {
		font-size: 16px;
		color: #666;
		margin-top: 5px;
		max-height: 1.7em;
	}



	.dialogmask {
		width: 350px;
		padding: 20px 10px;
	}

	.dialogmask .dialogmask_title {
		height: 30px;
		font-size: 18px;

	}

	.dialogmask .dialogmask_content {
		width: 100%;
		margin: 15px 0;
		font-size: 14px;
		line-height: 23px;
	}

	.dialogmask .dialog_close {
		height: 30px;
		font-size: 16px;
	}

	.success_case_page .page_content .case_content_tit p {
		font-size: .14rem;
	}

	.m_success_case .case_content .case_center .content .case_desc {
		font-size: 16px;
		line-height: 26px;
	}

	.m_success_case .case_content .case_center .content .label_content {
		font-size: 14px;
		line-height: 22px;
	}

	.case_list_page .case_main .case_list ul li {
		width: 94%;
		margin: 0 3%;
		padding: 5px;
		margin-bottom: 2%;
	}

	.case_list_page .case_main .case_list ul li a span {
		font-size: 18px;
	}

	.condition_tab {
		height: 70px;
	}

	.condition_tab .name {
		height: 40px;
		line-height: 40px;
		font-size: 17px;
	}

	.condition_dialog {
		top: 70px;
	}

	.condition_checked .item_active {
		height: 30px;
		line-height: 30px;
		font-size: 16px;
	}


	.product_service_content .pro-content-item .content-title {
		font-size: 16px;
		font-weight: 600;
	}

	.product_service_content .pro-content-item .problem .problem-item {
		font-size: 14px;
	}

	.product_service_content .pro-content-item .solution .solution-item {
		font-size: 14px;
	}

	.condition_dialog .item {
		font-size: 13px;
	}
}


@media screen and (max-width: 350px) {
	.pc-friends-swiper {
		display: none;
	}

	.pad-friends-swiper {
		display: none;
	}

	.m-friends-swiper {
		display: block;
	}


	.pc-case-content {
		display: none;
	}

	.pad-case-content {
		display: none;
	}

	.m-case-content {
		display: block;
	}

	.pro-box-item {
		width: 100%;
		margin: 20px 0;
	}

	.pro-box-item .image-wrapper img {
		width: 55%;
		height: 55%;
		opacity: 1;
	}

	.pro-box-item .pro-title h3 {
		font-size: 16px;
		color: #333;
	}

	.pro-box-item .pro-title p {
		font-size: 15px;
		color: #666;
		margin-top: 5px;
		max-height: 1.7em;
	}

	.case_list_page .case_main .case_list ul li a span {
		font-size: 16px;
	}

	.product_service_content .pro-content-item .content-title {
		font-size: 14px;
		font-weight: 600;
	}

	.condition_dialog .item {
		font-size: 12px;
	}
}

/**合作伙伴----end*/

/**人才列表----end*/
@media screen and (min-width: 1920px) {
	.team_list_page .team_center {
		font-size: 22px;
		line-height: 28px;
	}

	.team_list_page .team_main .team_list {
		margin-top: 40px;
	}

	.team_list_page .team_main .team_list ul li {
		padding: 10px 0;
		margin-top: 70px;
		margin-right: 0;
		margin-bottom: 15px;
	}

	.team_list_page .team_main .team_list ul li .team_pc .team_content .team_detail {
		padding: 120px 60px 0;
	}

	.team_list_page .team_main .team_list .team_pc .team_name {
		margin: 12px 0;
		line-height: 32px;
	}

	.team_list_page .team_main .team_list .team_pc .leader_name {
		font-size: 24px;
		margin-right: 28px;
	}


	.team_list_page .team_main .team_list .team_pc .desc {
		margin: 10px 0;
	}

	.team_list_page .team_main .team_list .team_pc .leader_case {
		margin: 14px 0;
		padding: 4px;
		bottom: 140px;
	}

	.team_list_page .team_main .team_list .team_pc .leader_case .leader_case_item {
		height: 34px;
		line-height: 34px;
		border-radius: 12px;
		padding: 0 14px;
		font-size: 20px;
		margin-right: 18px;
		box-shadow: 0px 0px 3px 2px rgba(255, 255, 255, 0.4);
	}
}


.team-tab-head {
	font-size: 20px;
	color: #ffffff;
	height: 50px;
	background-color: #000033;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	margin: 40px 0;
}

.team-tab-head div {
	width: 15%;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
}


.team-tab-head .selected {
	background: linear-gradient(0deg, #3366cc 0%, #009999 100%);
	border-radius: 10px;
}

.team-tab-pic .hiden {
	display: none;
}

.team-tab-pic .show {
	display: block;
}

.team-tab-content .hiden {
	display: none;
}

.team-tab-content .show {
	display: block;
}

.team-tab-content .page_content {
	padding: 20px 0;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}

.team-tab-content .page_content .content {
	box-sizing: border-box;
}


@media screen and (max-width: 768px) {
	.team-tab-head {
		font-size: 20px;
		color: #ffffff;
		height: 45px;
		margin: 40px 0;
	}
	
	.team-tab-head div {
		width: 20%;
		height: 65px;
	}
	
	.team-tab-head .selected {
		border-radius: 8px;
	}
	
	.team-tab-content .page_content {
		padding: 20px 0;
	}

}


@media screen and (max-width: 450px) {
	.team-tab-head {
		font-size: 18px;
		color: #ffffff;
		height: 35px;
		margin: 30px 0;
	}
	
	.team-tab-head div {
		width: 18%;
		height: 55px;
	}
	
	.team-tab-head .selected {
		border-radius: 8px;
	}
	
	.team-tab-content .page_content {
		padding: 10px 0;
	}
	
}


@media screen and (max-width: 350px) {
	.team-tab-head {
		font-size: 16px;
		color: #ffffff;
		height: 35px;
		margin: 30px 0;
	}
	
	.team-tab-head div {
		width: 18%;
		height: 55px;
	}
	
	.team-tab-head .selected {
		border-radius: 8px;
	}

	.team-tab-content .page_content {
		padding: 10px 0;
	}
	
}
