.service_lb .swiper-slide > a {
	display: block;
}
.Journalism_ul li > a,
      .Industry_lb .swiper-slide > a,
      .service_lb .swiper-slide > a,
      .Industry_lb .swiper-slide > div:nth-of-type(1) {
      overflow: hidden;
}
.Journalism_ul li > a img,
        .product_lb .swiper-slide > div:nth-of-type(1) img,
        .service_lb .swiper-slide > a img,
        .Industry_lb .swiper-slide > div:nth-of-type(1) img {
	cursor: pointer;
	transition: all 0.6s;
}
.Journalism_ul li:hover > a img,
       .product_lb .swiper-slide:hover > :nth-of-type(1) img,
       .service_lb .swiper-slide:hover > a img,
       .Industry_lb .swiper-slide:hover > :nth-of-type(1) img {
	transform: scale(1.1);
}
.service_lb {
	margin-top: 20px;
}

.service {
	padding: 85px 0 135px 0;
	background: #D6D7D8;
}
.service_size {
	background: #dd161d;
	text-align: center;
	padding: 20px 15px;
}
.service_size p:nth-of-type(1) {
	font-size: 1rem;
	color: #FFF;
}
.service_size p:nth-of-type(2) {
	font-size: 1.4rem;
	color: #174180;
	padding: 60px 0 35px 0;
	position: relative;
}
.service_size p:nth-of-type(2)::after {
	position: absolute;
	left: 50%;
	bottom: 0px;
	width: 40px;
	height: 2px;
	background: #FF0303;
	content: "";
	display: block;
	transform: translateX(-50%);
}
.service_div_size a:nth-of-type(1) {
	font-size: 1.4rem;
	color: #FFFFFF;
}
.service_div_size a:nth-of-type(2) {
	font-size: 1.0rem;
	color: #FFFFFF;
	padding-bottom: 55px;
	position: relative;
	display: block;
}
.service_div_size .iconfont {
	color: #FFF;
	font-size: 4.875rem;
}
.service_div_size a:nth-of-type(2)::after {
	position: absolute;
	left: 50%;
	bottom: 0px;
	width: 80px;
	height: 2px;
	background: #FFF;
	content: "";
	display: block;
	transform: translateX(-50%);
}
.service_div {
	text-align: center;
}
.service_div_size div {
	padding: 60px 0 40px 0;
}
.service_div_size {
	padding: 60px 45px;
}
.service_div {
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	position: absolute;
	left: -100%;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	cursor:pointer;
      /*background-color: rgba(0,0,0,.5); */
}

.service_lb .swiper-slide {
	overflow: hidden;
}
.swiper-slide img {
	background: #EEE;
}
.swiper-slide img:hover {
	background: #CCC;
}
.service_lb .swiper-slide:hover .service_div {
	left: 0%;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}
.service_lb .swiper-pagination {
	position: static;
	text-align: center;
	margin-top: 35px;
	display: none;
}
.service_lb .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	border: 2px solid #333980;
	background: #FFF;
	margin: 0 5px;
	opacity: 1;
}
.service_lb .swiper-pagination-bullet-active {
	background: #333980;
}
 