.notice {
	width: 100%;
	/*height: 70px;*/
	position: absolute;
	bottom: 0;
	z-index: 444;
	background: rgba(0, 0, 0, 0.4);
}

.notice .notice-wrap {
	height: 70px;
	margin: 0 auto;
	display: flex;
	align-items: center;
}

.notice .notice-wrap h3 {
	color: #fff;
	font-weight: normal;
	font-size: 18px;
	line-height: 37px;
	border-right: 2px solid rgba(255, 255, 255, .5);
	padding: 0 20px;
}

.notice .notice-wrap h3 b {
	font-weight: normal;
	color: #FF552F;
}

.notice-wrap_item {
	flex: 1;
}

.notice-wrap_item ul>li span:not(:last-child) {
	/*margin-right: 120px;*/
}

.notice-wrap_item ul>li {
	list-style-type: disc;
}

.notice-wrap_item ul>li {
	display: flex;
	justify-content: space-between;
	color: #fff;
}

.notice-wrap_item ul>li span b {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background: #fff;
	margin: 6px 15px 6px 0;
}

.product {
	width: 100%;
	background: #fff;
}

@media (min-width: 768px) {
	.product .product-wrap {
		width: 100%;
		height: auto;
		margin: 0 auto;
	}
	.product .product-wrap_item {
		align-items: center;
	}
	.product-wrap_title {
		font-size: 30px!important;
		/* font-family:PingFangSC-Medium,PingFangSC; */
		font-weight: 500!important;
		color: rgba(51, 51, 51, 1)!important;
		line-height: 42px!important;
	}
	.product-wrap_text {
		font-size: 16px;
	}
	.product .products {
		width: 240px;
		/*padding: 30px 0;*/
		font-size: 22px;
	}
	.product h4 {
		font-size: 22px;
		line-height: 28px;
		margin-bottom: 28px;

	}
	.product p {
		font-size: 14px;
	}
	.product .products img {
		margin: 40px 0;
	}
	
	.product-text:last-child {
		margin-bottom: 40px;
	}

	.product .products:hover {
		background:linear-gradient(360deg,rgba(255,115,84,1) 0%,rgba(255,74,33,1) 100%);
	}

	.product .products:hover .products-title {
		color: #fff;
	}

	.product .products:hover .product-text {
		color: #fff;
	}

}

@media(max-width: 768px) {	
	.product .product-wrap_item {
		width: 480px;
		align-items: start;
	}
	.product .products {
		width: 50%;
	}
	.product-wrap_title {
		/* font-family:PingFangSC-Medium,PingFangSC; */
		font-weight: 500!important;
		color: rgba(51, 51, 51, 1)!important;
		font-size: 20px!important;
	}
	.product-wrap_text {
		font-size: 12px;
	}
	.product h4 {
		font-size: 16px;
		/* margin-top: 10px; */
		margin-bottom: 18px;

	}
	.product p {
		font-size: 12px;
	}
	.wangzhang{
		display: none;
	}

	.product .products img {
		margin: 30px 0;
	}
	
	.product-text:last-child {
		margin-bottom: 20px;
	}
	.product .products {
		height: 220px;
	}
	.product .products div{
		height: 100%;
	}

	.product .products.active44 {
		background:linear-gradient(360deg,rgba(255,115,84,1) 0%,rgba(255,74,33,1) 100%);
	}
	.product .products.active44 .products-title {
		color: #fff;
	}
	.product .products.active44 .product-text {
		color: #fff;
	}
	.product .products:hover div{
		background-color: rgba(255,74,33,.3);
	}
}

.product-wrap{
	background-color: #fff;
}
.product .product-wrap_item {
	width: 100%;
	display: flex;
	/*justify-content: space-between;*/
	/*align-items: center;*/
	flex-wrap: wrap;
}

.product h4 {
	font-weight: normal;
	color: #000;
}

.product p {
	color: #999;
	text-align: center;
	padding-bottom: 10px;
}

.product .products {
	background: #fff;
	overflow: hidden;
	cursor: pointer;
}

.product .products img {
	background-color: #fff;
	border-radius: 50%;
}

.product-text{
	padding: 0 !important;
	font-size: 14px !important;
	line-height: 17px !important;
}

.drop-list-items-texts .product-text {
	margin-bottom: 0;
}

.product-wrap_title {
	/* font-family:PingFangSC-Medium,PingFangSC; */
	color: rgba(51, 51, 51, 1)!important;
	text-align: center;
}

.product-wrap_text {
	color: #999;
	font-size:14px;
	line-height: 22px;
	text-align: center;
	padding: 15px 0 30px 0 !important;
}


/*
 荣誉资质
 */

.honor1 {
	width: 100%;
	height: auto;
	padding-bottom: 50px;
	background-color: rgba(249,250,255,1);
}

.honor1 img{
	display: block;
	width: 100%;
}


@media(max-width: 768px) {
	.honor1 {
		margin-left: 0;
		margin-right: 0;
	}
	.honor1 .honor-img {
		/* width: 30%; */
		/*height:64px;*/
		margin-right: 10px;
		margin-bottom: 10px;
	}
	.honor1 .honor-flex,
	.honor1 .honor-img_bto {
		justify-content: left;
	}
	.honor1 .honor-img2 {
		width: 30%;
		height: auto;
		margin-right: 10px;
		margin-bottom: 10px;
	}
	.honor1 .honor-img_bto {
		padding-top: 10px;
	}
	
}

@media(min-width: 768px) {
	.honor1 .honor1-wrap {
		margin: 0 auto;
	}
	.honor1 .honor-img {
		display: inline-block;
		vertical-align: top;
	}
	.honor1 .honor-flex,
	.honor1 .honor-img_bto {
		justify-content: space-between;
	}
	.honor1 .honor-img2 {
		display: inline-block;
		vertical-align: top;
	}
	.honor1 .honor-img2 img{
		display: block;
	}
}

.honor1 .honor-img_bto {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.honor1 .honor-img2 {
	display: block;
	margin-top: 30px;
}


/*
媒体查询
*/

.media {
	width: 100%;
	height: auto;
	background: #fff;
	padding-bottom: 50px;
}

.media .media-wrap {
	height: auto;
	/*margin:0 auto;*/
}

.media .media-zx_item {
	width: 32%;
}

.media .medias-img {
	position: relative;
	top: 0;
	overflow: hidden;
}

.media .medias-img_mb {
	width: 100%;
	position: absolute;
	bottom: 0;
	font-size: 0;
	background: rgba(250, 250, 250, .6);
	padding: 11px 8px;
}

.medias-img_mb span {
	display: block;
}

.media .medias-img_title {
	float: left;
	font-weight: 700;
	border-radius: 25px;
	margin-right: 10px;
	font-size: 12px;
    line-height: 26px;
    color: #1D1D1D;
    width: 70px;
    text-align: center;
    padding: 0 !important;
}

.media .media-zx_item.active .medias-img_title {
	font-size: 12px;
	line-height: 26px;
	background: #FF552F;
	color: #fff;
	width: 70px;
	text-align: center;
	padding: 0 !important;
}
.media .medias-img_title a{
	color: #fff;
}

.media .medias-img_text {
	overflow: hidden;
	color: #1D1D1D;
	font-weight: bold;
	font-size: 15px;
	line-height: 26px;
	overflow: hidden;								
	text-overflow: ellipsis;
	white-space: nowrap;
}
.media .medias-img_text a:hover {
	color: #FF552F;
}

.media p {
	padding-top: 10px;
	color: #000;
}

.media .media-wrap .product-wrap_text {
	font-size: 14px;
	line-height: 22px;
	/* font-family:PingFangSC-Regular,PingFangSC; */
	font-weight: 400;
	color: rgba(153, 153, 153, 1);
}

.media b {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background: #FF552F;
	margin-right: 15px;
}

.media em {
	font-style: normal;
	float: right;
	color: #666;
}

@media(max-width: 768px) {
	.media .media-zx {
		width: 100%;
		padding: 0 10px;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		/*background:red;*/
	}
	.media .media-zx .media-zx_item {
		width: 100%;
		margin-bottom: 20px;
	}
}

@media(min-width: 768px) {
	.media .media-wrap {
		/* width: 1200px; */
		margin: 0 auto;
	}
	.media .media-zx {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}
}
.media-zx{
	display: flex;
	justify-content: space-between;
}
/* ----------------------------------- */


/* ----------------------------------- */


/* 大轮播图start */

.banner_ {
	width: 100%;
	position: relative;
	top: 0;
}


/* 大轮播图end */


/*
推荐案例satrt
*/

.container1 .lianxi {
	width: 100%;
}
.contain1 .container1_swiper_content {
	position: relative;
	width: 100%;
}
.container1 .swiper-slide .page-web-shadow-one {
	display: none;
	opacity: 0;
	width: 100%;
	overflow: hidden;
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	/* height: 40%; */
	background: linear-gradient(360deg, rgba(255, 74, 33, 0.93) 0%, rgba(255, 74, 33, 1) 100%);
}
.container1 .swiper-slide .page-web-shadow-one p {
	padding: 0 10px;
	text-align: left;
	/* font-family:PingFangSC-Medium,PingFangSC; */
	font-weight: 500;
	color: rgba(255, 255, 255, 0.9);
}

.page-web-title{
	font-size: 12px;
	margin-top: 10px;
}

.app-cont {
	font-size: 14px;
}

.swiper-slide .page-web-shadow-one p:last-child {
	text-align: right;
}
/* 推荐案例end */


/* 服务下拉框 */

.dropdown .service li {
	padding: 20px 0;
}

.drop-list .drop-list-items {
	display: flex;
	width: 240px;
	/*height: 83px;*/
	font-size: 0;
	padding: 0 !important;
}

.drop-list .drop-list-items>.img {
	width: 38px;
	height: 38px;
	margin: 3px 12px 3px 21px;
	display: inline-block;
	vertical-align: top;
	background-size: 100% !important;
}

.drop-list-items-texts {
	display: inline-block;
	vertical-align: top;
}

.drop-list .drop-list-items .drop-list-items-texts>h4 {
	line-height: 22px;
	font-size: 15px;
	text-align: left;
	/* font-family:PingFangSC-Regular,PingFangSC; */
	font-weight: 400;
	color: #333;
}

.drop-list .drop-list-items .drop-list-items-texts>p {
	color: #999;
	font-size: 12px;
	text-align: left;
	margin-top: 5px;
	/* font-family:PingFangSC-Regular,PingFangSC; */
	font-weight: 400;
	color: #999999;
	line-height: 17px;
}


/* 案例轮播图 */

.container1 .swiper-wrapper {
	justify-content: center;
	align-items: center;
}

.container1 .swiper-slide .page-web-shadow-one {
	width: 100%;
}

.container1 .swiper-button-prev {
	left: 0;
}

.container1 .swiper-button-next {
	right: 0;
}

.container1 .swiper-slide .youxuan {
	position: absolute;
	top: 0;
	right: 0;
}


/* 最新公告 */

.notice {
	overflow: hidden;
}

.notice .con1_span a{
	color: #fff;
}

#box {
	position: relative;
	height: 70px;
	overflow: hidden;
}

#con1 {
	overflow: hidden;
	margin-bottom: 0 !important;
}

.con1_challenge span {
	display: block;
	font-size: 14px;
	line-height: 20px;
	margin: 25px;
}

.num_wrapper {
    position: relative;
    height: 40px;
}

.num_wrapper i {
	display: inline-block;
	vertical-align: bottom;
	font-size: 40px;
	line-height: 50px;
}

/*案例*/
.anli_box {
	overflow: hidden;
	margin-top: 50px;
	margin-bottom: 50px;
}

.media {
	padding-top:50px;
}

.meiti_wrapper{
	overflow: hidden;
	margin: 15px 0;
}

.meiti_wrapper span {
	display: block;
}

.meiti_date{
	float: right;
	color: #868686;
	font-size: 14px;
	line-height: 18px;
	margin-left: 20px;
}

.meiti_text{
	color: #1D1D1D;
	font-size: 14px;
	line-height: 18px;
	overflow: hidden;								
	text-overflow: ellipsis;
	white-space: nowrap;
}
.meiti_text a:hover{
	color: #FF542D;
}

.meiti_icon{
	float: left;
	width: 8px;
	height: 8px;
	margin: 5px 15px 5px 0;
	border-radius: 50%;
	overflow: hidden;
	background: #FF542D;
}

.shuzi{
	background-color: #fff;
}
.honor1-titles{
	background-color: rgba(249,250,255,1);
	padding-top: 50px;
}

@media(max-width:375px) {
	.banner_ .bannerPic_yd {
		/* height: 50vh; */
	}
}

@media(max-width:768px) {
	/* 大轮播图 */
	.banner_ .bannerPic {
		display: none;
	}
	.banner_ .bannerPic_yd {
		display: block;
		/* height: 50vh; */
	}

	.shuzi{
		margin: 15px;
		border-radius: 10px;
	}

	/* 最新公告 */
	.notice {
		display: none;
	}
	.notice .notice-wrap {
		width: 100%;
	}
	.con1_challenge .con1_span:not(:first-child){
		display: none;
	}
	.notice .con1_span.active22 a{
		color: #FF7354;
	}
	
	.notice .con1_span.active22 b{
		background-color: #FF7354;
	}

	/* 推荐案例轮播图start */
	.anli_box{
		display: none;
	}
	.container1 {
		width: 100%;
	}
	.container1 .swiper-container {
		width: 100%;
		margin: 0 auto;
	}
	.container1 .swiper-button-prev {
		/* margin-top: 0px; */
		left: 0px;
	}
	.container1 .swiper-button-next {
		/* margin-top: 0px; */
		right: 0px;
	}
	.contain1 .container1_swiper_content {
		position: relative;
		/* width: 95%!important;s */
	}
	.container1 .swiper-slide .youxuan {
		position: absolute;
		top: -2px;
		right: -1px;
	}
	.container1 .swiper-slide .page-web-shadow-one {
		padding-top: 0px;
		width: 100%;
		left: 0;
	}
	.container1 .swiper-slide .page-web-shadow-one p {
		line-height: 1.25;
		font-size: 12px;
	}
	.container1 .swiper-slide:hover .page-web-shadow-one {
		animation: fadeUp 1s forwards;
		-webkit-animation: fadeUp 1s forwards;
		-moz-animation: fadeUp 1s forwards;
		-o-animation: fadeUp 1s forwards;
	}
	.container1 .swiper-slide .youxuan {
		width: 20%;
	}
	.page-web-title{
		margin-top: 7px;
	}
	@keyframes fadeUp {
		0% {
			opacity: 0;
			height: 0;
		}
		100% {
			opacity: 1;
			height: 30%;
		}
	}
	@-webkit-keyframes fadeUp {
		0% {
			opacity: 0;
			height: 0;
		}
		100% {
			opacity: 1;
			height: 30%;
		}
	}
	/* 推荐案例轮播图end*/

	/* 智慧零售 */
	.resolve-item h5 {
		margin-top: 20px;
	}
	/* 底部 */
	.footer-wrap .footer-wrap_item {
		display: none;
	}
	.footer-wrap .footer-wrap_item2 {
		display: none;
	}
	.honor1_pc{
		display: none !important;
	}
	.honor1_yd{
		display: block;
		background-color: rgba(249,250,255,1);
	}
	.honor1_yd li img{
		display: block;
		width: 100%;
	}
	.honor1_yd>li{
		padding: 10px;
	}


	div.logoImg {
		width: 180px;
	}
	div.logoImg{
		background: url(../img/icon/logo_yd@3x.png) no-repeat;
		background-position: -8px -83px;
		background-size: 100%;
	}


}

@media(min-width:768px) {
	.container1 {
		width: 750px;
	}
	
	/* 最新公告 */
	.notice .con1_span.active a{
		color: #FF7354;
	}
	
	.notice .con1_span.active b{
		background-color: #FF7354;
	}

	/* 大轮播图 */
	.banner_ .bannerPic {
		display: block;
	}
	.banner_ .bannerPic_yd {
		display: none;
	}
	/* 推荐案例 轮播start */
	.container1 .swiper-slide .page-web-shadow-one {
		/*padding-top: 10px;*/
		width: 100%;
	}
	.container1 .swiper-slide .page-web-shadow-one p {
		font-size: 1.4rem;
		line-height: 1.5;
	}
	.page-web-title{
		margin-top: 1.5rem;
	}
	.container1 .swiper-slide:hover .page-web-shadow-one {
		animation: fadeUp 1s forwards;
		-webkit-animation: fadeUp 1s forwards;
		-moz-animation: fadeUp 1s forwards;
		-o-animation: fadeUp 1s forwards;
	}
	@keyframes fadeUp {
		0% {
			opacity: 0;
			height: 0;
		}
		100% {
			opacity: 1;
			height: 30%;
		}
	}
	@-webkit-keyframes fadeUp {
		0% {
			opacity: 0;
			height: 0;
		}
		100% {
			opacity: 1;
			height: 30%;
		}
	}
	/* 推荐案例 轮播end */

	.honor1_pc{
		display: block;
	}
	.honor1_yd{
		display: none;
	}


	div.logoImg{
		background: url(../img/icon/logo@3x.png) no-repeat;
		background-position: 0px -78px;
		background-size: 100%;
	}

}
@media(min-width:992px) {
	.container1 {
		width: 970px;
		margin: 0 auto;
	}
	.page-web-title {
		margin-top: 5px;
	}
}				
@media(min-width:1200px) {
	.container1 {
		width: 1170px;
		margin: 0 auto;
	}
	.dropdown .service li {
		width: 220px !important;
	}
}
@media(min-width:1500px) {
	.container1 {
		width: 1200px;
		margin: 0 auto;
	}
	.dropdown .service li {
		width: 240px !important;
	}
}

