@charset "utf-8";


/*首页轮播图*/
.home-banner {
    width: 100%;
}

.home-banner .swiper-slide img {
	
}

.home-banner .swiper-container{
	padding-bottom:40px;
}

.home-banner .swiper-pagination {
	width: auto !important;
	padding: .3rem !important;
	max-width: 36.5% !important;
	min-width: 5% !important;
	border-radius: 30px;
	margin: 0 auto;
	position: relative;
	bottom: 30px !important;
	margin-top: -33px;
}

.home-banner .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	display: inline-block;
	border-radius: 100%;
	background: #60b0df;
	opacity: .4;
	margin: 0 6px;
}

.home-banner .swiper-slide {
	position: relative;
	text-align: center;
	display: block;
	
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px;
	margin-top: 7px;
}

.home-banner .swiper-pagination .swiper-pagination-bullet {
	margin: 0px 10px;
	width: 12px;
	height: 12px;
}

.home-banner .swiper-pagination-bullet-active {
	background: #60b0df;
	opacity: 1;
}

.home-banner .swiper-button-next,
.home-banner .swiper-button-prev {
	margin-top: -64px;
	outline: none;
	
}
.home-banner .swiper-button-next:after,
.home-banner .swiper-button-prev:after {
	content:none;
}
.home-banner .swiper-button-prev {
	left: 50px;
	width: 34px;
	height: 84px;
	background: url(../img/leftarrow.png) no-repeat;
}

.home-banner .swiper-button-next {
	right: 50px;
	width: 34px;
	height: 84px;
	background: url(../img/rightarrow.png) no-repeat;
}

@media only screen and (max-width: 960px){
	.home-banner .swiper-button-prev,.home-banner .swiper-button-next{
		display: none;
	}
	
	.home-banner .swiper-pagination {
		max-width: 24.5% !important;
		padding: 0rem !important;
		bottom: -40px !important;
		line-height: 1;
		background:none;
	}
	.home-banner .swiper-pagination .swiper-pagination-bullet {
	    top: -2px;
	    margin: 0px 3px;
	    position: relative;
	    width: 8px;
	    height: 8px;
	}

}


.adv_list.index-body.bgcolor {
	background: #f2f2f2
}


.adv_list.index-body {
	padding: 70px 0px
}

.adv_list.index-body h2 {
	font-size: 36px;
	color: #004b8c;
	text-align:center;
	font-weight: bold;
	margin-bottom:8px;
}

.adv_list.index-body p.desc {
	font-size: 16px;
	text-align: center;
	color: #aaaaaa;
}

.adv_list .index-service-list li .left{
	padding:20px 30px;
}

.adv_list .index-service-list li h3 {
	color: #272727;
}

.adv_list .index-service-list li p.des {
	color: #666666;
	text-align: left;
	padding-right: 100px
}

.adv_list .index-service-list li.isl2 p.des,.adv_list .index-service-list li.isl4 p.des{
	padding-right: 0
}

.adv_list .index-service-list li i {
	color: #666666
}

.adv_list ul li {
	list-style: none
}

@media (min-width:768px) {
	.adv_list.conceal {
		display: none
	}
}

@media (max-width:991px) {
	.adv_list.index-body {
		padding: 50px 0px
	}
}

@media (max-width:767px) {
	.adv_list.index-body {
		padding: 40px 0px 60px 0px;
	}

	.adv_list.index-body h2 {
		font-size: 28px
	}

	.adv_list.index-body p.desc {
		font-size: 14px
	}

	.adv_list .index-service-list li h3 {
		font-size: 14px !important;
		margin-top: 5px !important
	}
}

.adv_list .index-service-list li{
	background: #fff;
	overflow: hidden
}
.adv_list .index-service-list li h3{
	padding-left:20px;
}
.adv_list .index-service-list li p{
	padding-left:20px;
	text-align: justify;
}
.adv_list .index-service-list li.isl2 h3,.adv_list .index-service-list li.isl4 h3{
	padding-right:20px;
}
.adv_list .index-service-list li.isl2 p.des,.adv_list .index-service-list li.isl4 p.des{
	padding-right:20px;
	text-align: justify;
}
.adv_list .index-service-list li.isl2 .left,.adv_list .index-service-list li.isl4 .left {
	float: right
}

.adv_list .index-service-list li.donttop {
	margin: 0 !important
}

.adv_list .index-service-list {
	overflow: hidden;
	margin-top: 58px;
	padding-left: 0
}

.adv_list .index-service-list li img {
	max-width: 100%
}

.adv_list .index-service-list li h3 {
	margin: 25px 0;
	text-align: left;
	color: #004b8c;
	font-weight: 600;
	font-size: 28px
}

.adv_list .index-service-list li.isl2 .left h3,.adv_list .index-service-list li.isl4 .left h3 {
	text-align: right
}

.adv_list .index-service-list li h3 a {
	color: #272727;
	font-size: 22px;
	font-weight: 600;
	transition: color .25s
}

.adv_list .index-service-list li h3 a:hover {
	color: #ca1621;
}

.adv_list .news-bg {
	margin-top: 20px;
	opacity: 1
}

.adv_list .news-bg .bg {
	height: 100%;
}

.adv_list .news-bg .bg img {
	width: 100%
}

.adv_list .container-fluid {
	padding: 0
}

@media (max-width:991px) {
	.adv_list .index-service-list li {
		margin-bottom: 40px
	}

	.adv_list .index-service-list li h3 {
		margin: 15px 0
	}
}

@media (max-width:767px) {
	.adv_list .index-service-list li {
		margin-bottom: 30px
	}

	.adv_list .index-service-list li i {
		width: 90px;
		height: 90px;
		line-height: 90px;
		font-size: 40px
	}

	.adv_list .index-service-list li h3 {
		padding: 10px!important;
		margin: 10px 0px!important;
		margin-top: 20px!important;
		font-size: 18px!important;
	}

	.adv_list .index-service-list li p.des {
		 padding: 0px 10px!important;
		 font-size:14px;
	}

	.adv_list .index-service-list li .left {
		margin-bottom: 10px
	}

	.adv_list .index-service-list {
		margin-top: 30px
	}
	.case_list .title{
		margin-left:0px;
		margin-top:10px;
	}
}



.news_list {
	width: 100%;
	padding: 50px 0px 50px 0px;
}

.news_list .clearfix:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.news_list.bgcolor {
	background: #e4e4e4;
}

.news_list.bgpic {
	background: url();
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center
}

.news_list .blobkheader h3 {
	font-size: 30px;
	line-height: 36px;
	color: #212121;
}

.news_list .blobkheader h4 {
	font-size: 30px;
	line-height: 36px;
	color: #212121;
	margin-bottom:2rem;
}

.news_list .blobkheader h5 {
	font-size: 16px;
	line-height: 20px;
	color: #999999;
	color: ;
	margin-top: 0;
	margin-bottom: 0
}

.news_list .wrapp {
	width: 100%;
	height: 180px;
	overflow: hidden
}

.news_list .wraper {
	border: 2px solid;
	border-color: #212121;
	border-color: #f5f5fa;
	transition: all .3s
}

.news_list .wraper:hover {
	border-color: #0062ff;
	border-color:
}

.news_list .wrapp img {
	width: 100%;
	height: auto
}

.news_list .list {
	margin: 10px 0
}

.news_list .bottombox {
	padding: 20px 20px 30px 20px
}

.news_list .bottombox h4 a {
	font-size: 21px;
	line-height: 36px;
	color: #212121;
	color: #212121;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden
}

.news_list .bottombox h4 a:hover {
	color: #0062ff;
	color:
}

.news_list .bottombox p {
	font-size: 13px;
	height: 60px;
	line-height: 20px;
	color: #999999;
	color: ;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden
}

.news_list .bottombox .more {
	font-size: 13px;
	line-height: 115px;
	color: #0062ff;
	color: ;
	display: flex;
	align-items: center
}

.news_list .bottombox .more i {
	margin-left: 10px;
	font-size: 18px
}

@media (max-width:768px) {
	.news_list {
		padding: 40px 0px
	}
}

@media (max-width:480px) {
	.news_list {
		padding: 30px 0px 40px 0px;
	}
}


.about_list .transition {
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s
}

.about_list .over-scale {
	position: relative;
	display: block;
	overflow: hidden
}

.about_list .over-scale:hover img {
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1)
}

.about_list {
	padding: 50px 0
}

@media (max-width:1025px) {
	.about_list {
		padding: 40px 0
	}
}

@media (max-width:767px) {
	.about_list {
		padding: 30px 0
	}
}

.about_list.index-body {
	background-color: #ffffff;
}

.about_list.index-body {
	background-image: url(img/1608859927.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding:5rem 0px 6rem 0px;
}

.about_list .title {
	text-align: center
}

.about_list .title h3 {
	font-size: 36px;
	color: #004b8c;
	text-align:center;
	font-weight: bold;
	position: relative;
	display: inline-block;
	margin: 0px
}

.about_list .video-content.videos {
	width: 100%;
	position: relative;
	background-image: url(img/1608859485.jpg);
	background-size: cover;
	background-repeat: no-repeat
}

.about_list .video-content img {
	max-width: 100%
}

.about_list .video-content video {
	width: 100%;
	display: block
}

.about_list .home-about {
	margin-top: 50px;
	overflow: hidden;
	position: relative;
	background: #3e3e3e
}

.about_list .home-about .desc {
	height: 100%;
	padding: 40px 50px
}

.about_list .home-about .desc h4 {
	font-size: 21px;
	color: #ffffff;
	margin: 0px
}

.about_list .home-about .desc .met-editor {
	font-size: 14px;
	color: #e6e6e6;
	margin-top: 15px;
	line-height: 1.75;
	margin-bottom: 15px;
}

.about_list .video-content span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	cursor: pointer
}

.about_list .video-content span p i {
	position: absolute;
	font-size: 100px;
	color: rgba(255, 255, 255, .85);
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	margin: -50px 0 0 -50px;
	text-shadow: 0 0 10px rgba(255, 255, 255, .15);
	animation: video 2s infinite;
	-webkit-animation: video 2s infinite;
	transition: color 0.5s;
	-moz-transition: color 0.5s;
	-webkit-transition: color 0.5s;
	-o-transition: color 0.5s
}

@keyframes video {
	0% {
		text-shadow: 0 0 10px rgba(255, 255, 255, .15)
	}

	50% {
		text-shadow: 0 0 25px rgba(255, 255, 255, .85)
	}

	100% {
		text-shadow: 0 0 10px rgba(255, 255, 255, .15)
	}
}

@-webkit-keyframes video {
	0% {
		text-shadow: 0 0 10px rgba(255, 255, 255, .15)
	}

	50% {
		text-shadow: 0 0 25px rgba(255, 255, 255, .85)
	}

	100% {
		text-shadow: 0 0 10px rgba(255, 255, 255, .15)
	}
}

.about_list .home-about-son .col-xs-6 {
	padding: 0px
}

.about_list .home-about-son .col-xs-6+.col-xs-6 .imgs {
	float: right
}

.about_list .home-about-son .imgs {
	position: relative;
	width: 95%;
	display: block
}

.about_list .home-about-son .imgs img {
	width: 100%
}

.about_list .home-about-son h5 {
	font-size: 14px;
	color: ;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
	height: 25px;
	line-height: 25px;
	margin: 0px
}

.about_list .video_box {
	padding: 0
}

.about_list .video_box p {
	margin-bottom: 0
}

.about_list .video_box video {
	width: 100%;
	display: block
}

.about_list .about_more {
	font-size: 13px;
	padding: 10px 20px;
	border-radius: 2em;
	border:2px solid #3e3e3e;
	background: linear-gradient(-45deg, #0080cc,#a61288, #e40016);
    color: #fff;
	color: #ffffff;
	display: inline-block;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out
}

.about_list .about_more:hover {
	color: #fff;
	background:#3e3e3e;
	border:2px solid #0080cc;
}

.about_list .icon {
	margin: 0;
	display: inline-block
}

@media (max-width:1025px) {
	.about_list .home-about {
		margin-top: 40px
	}
}
@media (max-width:960px) {
	.adv_list .index-service-list li p.des {
		padding-right: 50px;
		font-size: 14px;
	}
}
@media (max-width:768px) {
	.about_list .home-about {
		margin-top: 30px
	}

	.about_list .home-about .desc {
		position: static;
		padding: 20px 30px
	}

	.about_list .video-content span {
		background-image: url(img/1608859485.jpg);
		background-size: cover;
		background-repeat: no-repeat
	}
}

@media (max-width:767px) {
	.about_list {
		background-attachment: inherit !important
	}
	
	.about_list .home-about .desc .met-editor {
	    font-size: 14px;
	    line-height: 21px;
	}
}

.case_list {
	background-color: #ffffff;
	border-top:1px solid #efefef;
}

.case_list h1,
.case_list h2,
.case_list li,
.case_list p,
.case_list ul {
	margin: 0;
	padding: 0
}

.case_list ul li {
	list-style: none;
	margin-bottom:20px;
}

.case_list .text-center {
	text-align: center
}

.case_list .title-wrap p{
	    font-size: 16px;
    text-align: center;
    color: #aaaaaa;
    margin: .5rem 0px 1rem 0px;
}


.case_list .transition {
	transition: .35s;
	-webkit-transition: .35s;
	-moz-transition: .35s;
	-ms-transition: .35s;
	-o-transition: .35s
}

.case_list .middle {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%)
}

.case_list .full-img {
	max-height:317px;
	min-height:176px;
	position: relative;
	margin-bottom:10px;
	transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
	overflow: hidden
}

.case_list .full-img:hover .best-room_overlay {
	opacity:1
}

.case_list .full-img:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: transform 1s ease-out;
	-moz-transition: transform 1s ease-out;
	-ms-transition: transform 1s ease-out;
	transition: transform 1s ease-out
}

.case_list .full-img .best-room_overlay {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 0;
	background: #0D78BE;
	top: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	opacity: 0;
	-webkit-transition: .3s all linear;
	-moz-transition: .3s all linear;
	-ms-transition: .3s all linear;
	-o-transition: .3s all linear;
	transition: .3s all linear
}

.case_list .full-img .best-room_overlay p {
	font-size: 18px;
	font-weight:bold;
}

.case_list .full-img .best-room_overlay .subtitle {
	padding: 25px
}

.case_list .full-img .best-room_overlay .more {
	position: absolute;
	bottom: 25px;
	right: 25px
}

.case_list .full-img .best-room_overlay:hover .mask {
	z-index: 5;
	transition: 0.3s;
	opacity: 1;
	transform: scale(1.1);
}



@media screen and (max-width:1200px) {
	.case_list .full-img .best-room_overlay {
		display: none
	}
}

.case_list .full-img img {
	display: block;
	width: 100%;
	
}

.case_list .float-left {
	float: left
}

.case_list .float-right {
	float: right
}


.case_list .title-sub {
	font-weight: 700;
	color: #d41e1e;
	color: ;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden
}

.case_list .title-text {
	position: relative;
	display: inline-block;
	font-size: 36px;
	color: #004b8c;
	text-align:center;
	font-weight: bold;
	margin-bottom:8px;
}

.case_list .case-item.swiper-slide-active img,
.case_list .mask-wrap {
	left: 10%;
	width: 100%;
	height: 80%;
	cursor: pointer
}

.case_list .case-item.swiper-slide-active .mask-wrap:before,
.case_list .mask-box {
	position: relative;
	display: block;
	z-index: 1;
	overflow: hidden
}

.case_list .case-item.swiper-slide-active .mask-box,
.case_list .container {
	top: 55% !important
}

.case_list .case-item.swiper-slide-active .icon,
.case_list .case-title {
	margin: 10px 0 0
}

.case_list .case-msg {
	margin: 10px auto 0;
	padding: 0 15px;
	opacity: 1;
	text-align: justify
}

.case_list .title {
	font-size: 18px;
	margin-top:10px;
	display: block;
	color: #999999;
}

.case_list .title:hover {
	color: #d41e1e;
}

.case_list .subtitle {
	font-size: 18px;
	line-height: 25px;
	font-weight:bold;
	margin-left: 10px;
	color: #999999;
	text-align: left
}

.case_list .seemore {
	text-align: center;
	height: 50px;
	margin-top: 40px
}

.case_list .seemore a {
	 border-radius: 5px;
    padding: 10px 40px;
    background: linear-gradient(-45deg, #0080cc,#a61288, #e40016);
    color: #fff;
}

.case_list .seemore a:hover {
	color: #0080cc;
	background:#fff;
	border:2px solid #0080cc;
}

@media screen and (min-width:1025px) {
	.case_list {
		padding-top: 50px;
		padding-bottom: 50px
	}

	.case_list .title-text {
		font-size: 22px
	}

	.case_list .case-list {
		display: flex;
		margin-top: 30px;
		width: 100%
	}

	.case_list .case-item {
		padding: 0px 10px;
		display: inline-block;
		margin-bottom: 20px !important;
		max-width: 50%;
		box-sizing: border-box
	}

	.case_list .case-title {
		font-size: 13px
	}

	.case_list .mask-box {
		top: 85%
	}
}

.case_list .title-text {
	font-size: 36px;
	color: #004b8c;
	text-align:center;
	font-weight: bold;
	margin:20px 0px
}

@media screen and (min-width:768px) and (max-width:1024px) {
	.case_list {
		padding-top: 30px;
		padding-bottom: 30px
	}

	.case_list .title-sub {
		font-size: 36px
	}

	.case_list .case-list {
		margin-top: 50px
	}

	.case_list .case-title {
		font-size: 13px;
		line-height: 30px;
		max-height: 30px;
		overflow: hidden
	}

	.case_list .case-msg {
		font-size: 14px;
		line-height: 25px;
		max-height: 75px;
		overflow: hidden
	}

	.case_list .mask-box {
		top: 70%
	}
}

@media screen and (max-width:767px) {
	.case_list {
		padding-top: 50px;
		padding-bottom: 60px;
	}
	.case_list .title {
	    margin-left: 0px;
	    margin-top: 10px;
	    display: block;
	}

	.case_list .title-sub {
		font-size: 24px
	}

	.case_list .title-text {
		font-size: 32px;
		color: rgb(33, 33, 33);
		margin: 0px
	}

	.case_list .case-list {
		margin-top: 30px
	}

	.case_list .case-title {
		font-size: 16px;
		line-height: 25px;
		max-height: 25px;
		overflow: hidden
	}

	.case_list .case-msg {
		font-size: 12px;
		line-height: 20px;
		max-height: 60px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		margin-top: 0
	}

	.case_list .middle {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0)
	}

	.case_list .mask-wrap {
		width: 100%;
		height: 100%;
		left: 0;
		top: 0
	}

	.case_list .mask-box {
		top: 70%
	}

	.case_list .swiper-slide {
		margin-right: 30px !important
	}
}


/*Our Services*/
.home-services{
	padding:3rem 0px;
}

.home-services .swiper-container{
	padding-bottom: 2.5rem;
}
.home-services .page-title{
	color:#000000;
	font-size:2.1rem;
	padding-bottom: 3rem;
	text-align: center;
}

.home-services .services-list{
	padding:0px;
	margin:0px;
}

.home-services .swiper-pagination-bullet-active {
    opacity: 1;
    background: #03356e;
}

.home-services .card{
	border:none;
    text-align: center;
	background-color: #f1f1f1;
	border-radius: 0px;
}
.home-services .card-body{
	height:12rem;
}
.home-services .card span{
    min-height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.home-services .card-img-top{
	border-radius: 0px;
	width:100%;
}
.home-services .card-body .btn,.home-services .card-body .btn:focus{
	background: none;
	color: #000;
	border: 1px solid #000;
	font-size: 13px;
	line-height: 1;
	outline: none;
	border-radius:none;
}
.home-services .card-img-top{
	width:auto;
}
.home-services .card h2{
	font-size:15px;
	font-weight: 600;
	margin-bottom:1rem;
}
.home-services .card p{
	font-size:14px;
}
.home-services .swiper-button-next,.home-services .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 24px;
	margin-top: -62px;
	outline: none;
}


/*产品*/
.home-pro {
    padding: 6rem 0px;
    overflow: hidden;
    width: 85%;
    margin: 0 auto;
}

.home-pro .title-wrap h2 {
	    font-size: 36px;
    color: #004b8c;
    text-align: center;
    font-weight: bold;
    margin: 20px 0px;
}
.home-pro .title-wrap p{
	    font-size: 16px;
    text-align: center;
    color: #aaaaaa;
	margin:.5rem 0px 2rem 0px;
}

.home-pro .col {
	margin-bottom: 1.875rem;
	text-align:center;
}

.home-pro .col img {
	    transform: scale(1, 1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    object-fit: fill;
}

.home-pro .col a {
	position: relative;
	height: auto;
	display: block;
	overflow: hidden;
	text-decoration: none;
}

.home-pro .col p.title {
	background: rgba(0, 43,74, 0.8);
    width: 100%;
    height: 4.125rem;
    color: #fff;
    font-size: 1rem;
    padding-left: 20px;
    margin-bottom: 0px;
    line-height: 4rem;
    text-align: left;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    position: absolute;
    text-decoration: none;
    bottom: 0;
}

.home-pro .col a:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 43,74, 0.8);
	top: 0;
	z-index: 1;
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s; 
}

.home-pro .col a i {
	font-size: 22px;
	height: 20px;
	line-height: 20px;
	position: absolute;
	margin: auto;
	top: -100px;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	color: #fff;
	font-style: normal;
	z-index: 4;
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.home-pro .col span {
	border: 2px solid #ffffff;
	width: 50px;
	height: 50px;
	position: absolute;
	border-radius: 50%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 9;
	-webkit-transition: all 0.5s;
	opacity: 0;
}

.home-pro .col span:before {
	content: ' ';
	display: block;
	width: 20px;
	height: 20px;
	border-top: 2px solid #ffffff;
	margin-top: 15px;
	-webkit-transform: rotate(45deg) scale(1, 1);
	-webkit-transition: transform 0.4s 0.1s;
	position: absolute;
	left: 4px;
}

.home-pro .col span:after {
	 content: ' ';
	display: block;
	width: 20px;
	height: 20px;
	border-bottom: 2px solid #ffffff;
	-webkit-transform: rotate(deg) scale(1, 1);
	top: 6px;
	left: 13px;
	-webkit-transition: transform 0.4s 0.1s;
	position: absolute; 
}

.home-pro .col:hover a:after {
	 opacity: 1; 
}

.home-pro .col:hover img {
	transform: scale(1.1, 1.1);
}

.home-pro .col:hover p {
 	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s; 
}

.home-pro .col:hover span {
	opacity: 1;
	-webkit-transfomr:translate(0,-10px); 
}

.home-pro .col:hover a i {
	 opacity: 1; 
}

.home-pro .col:hover span:before {
	 -webkit-transform: rotate(90deg) scale(1, 1); 
}

.home-pro .col:hover span:after {
	 -webkit-transform: rotate(0deg) scale(1, 1); 
}

	
@media only screen and (max-width:1360px){
	.home-services{
		padding:3.5rem 0px 3.5rem;
	}
	.home-services .page-title {
	    color: #000000;
	    font-size: 1.3rem;
	    padding-bottom: 2.5rem;
	}
	.home-services .card h2 {
	    font-size: 1rem;
	    margin-top: .8rem;
		word-break: break-all;
	}
}
@media only screen and (max-width: 1024px){
	.home-services .services-list .services-inner{
		margin-bottom:2rem;
	}
	.home-services .card h2 {
	    font-size: 1rem;
		 margin-top:.5rem;
	}
	.home-pro{
		width:100%;
		max-width: 100%;
	}
	.home-pro {
	    padding: 4rem 0px;
	}
	.home-pro .title-wrap h5{
	      font-size: 2rem;
	}
	.home-pro .title-wrap p{
	    font-size: 15px;
	}
	
	
}
@media only screen and (max-width: 768px){
	.home-services .page-title{
		padding-bottom: 1.5rem;
	}
	.home-services .page-title h1{
		font-size:2rem;
	}
	.home-services .card h2 {
	    font-size: 14px;
	    margin-top: .5rem;
	}
	.home-services .card {
	    border: none;
	    border-radius: 0px;
	    outline: none;
	    background-color: #f1f1f1;
	}
	.home-services .swiper-button-next, .home-services .swiper-button-prev{
		display: none;
	}
	.home-pro {
		overflow: hidden;
		padding-bottom: 2rem;
		padding: 4.375rem 2.5rem 5rem 2.5rem;
	}

	.home-pro .title-wrap h2 {
		font-size: 2.25rem;
		margin-bottom: 0px;
		padding-bottom: 2.5rem;
	}

	.home-pro .bd-content {
		margin: 0px;
	}

	.home-pro .col {
		padding: 5px;
		max-width: 100%;
		flex: 0 0 100%;
		margin-bottom: 1.5rem !important;
	}

	.home-pro .col p.title {
		font-size: 1.25rem;
		height: 3.125rem;
		line-height: 3.125rem;
		color: #fff;
	}

	.home-pro .col a i {
		display: none;
	}


}
@media only screen and (max-width: 576px){
    .home-banner{
        padding-top:55px;
    }
	.case_list .title-text {
		font-size: 28px;
		color:#004b8c;
		margin: 0px;
	}
	.news_list .blobkheader h4{
		font-size:28px;
	}
	.about_list .title h3{
		font-size:28px;
	}
	.home-pro .col a {
		height:200px;
	}
	.case_list .title {
		    text-align: center;
		color: #000;
		font-size: 16px;
		font-weight: bold;
	}
	.home-services .swiper-container {
	    padding-bottom: 0rem;
	}
	
	.home-pro {
		padding: 2.5rem 0.5rem 2.5rem 0.5rem;
	}

	.home-pro .title-wrap h2 {
		font-size:28px;
		margin-bottom: 0px;
		padding-bottom: 0rem;
	}
	.home-pro .col p.title{
		font-size:1rem;
	}
}
