@charset "UTF-8";
@import "homecaselist.css";


/*模块title*/
.in-sec__intro .item-t1,
.in-sec__intro .item-t2,
.in-sec__intro .item-t3 {
	color: #000
}

.in-sec__intro .item-t2 {
	font-weight: bold;
	margin-top: .10417em
}

.in-sec__intro .item-more {
	margin-top: 1.5625em
}



/*推荐产品*/
.home-prolist {
	overflow: hidden;
	background: #F5F7F9;
	padding-bottom: 3.75rem;
}

.home-prolist .swiper-container {
	padding-bottom: 7.5rem;
}

.home-prolist .swiper-button-next,
.home-prolist .swiper-button-prev {
	width: 50px;
	height: 50px;
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	transition: all 0.5s;
	opacity: .5;
}

.home-prolist .swiper-button-prev {
	left: -10%;
	background-image: url(../images/arrow_left_style1.png);
}

.home-prolist .swiper-button-next {
	right: -10%;
	background-image: url(../images/arrow_right_style1.png);
}

.home-prolist:hover .swiper-button-prev {
	left: 1%;
}

.home-prolist:hover .swiper-button-next {
	right: 1%;
}

.home-prolist .swiper-button-prev:hover{
	background-image: url(../images/arrow_left_style1.png);
	opacity: 1;
}

.home-prolist .swiper-button-next:hover{
	background-image: url(../images/arrow_right_style1.png);
	opacity: 1;
}



.home-prolist .swiper-pagination {}


/*推荐案例*/
.home-caselist {
	padding-bottom: 10rem;
	background: #F5F7F9;
}

.home-caselist .container {
	max-width: 88%;
}


/*合作共赢*/
.i3box {
	overflow: hidden;
	margin-top: 3rem;
}

.i3box * {
	display: block;
	overflow: hidden;
	font-weight: normal;
	color: #fff;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}

.i3box li {
	width: 33.33%;
	float: left;
	position: relative;
	background: #000;
}

.i3box li a {}

.i3box li a img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 440px;
}

.i3box li a span {
	box-sizing: content-box;
	position: absolute;
	width: 86%;
	height: 93%;
	left: 0;
	bottom: 0;
	z-index: 3;
	padding: 7% 7%;
}

.i3box li a span h2 {
	font-size: 1.75rem;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 60%;
	font-family: Arial;
}

@media only screen and (max-width: 2880px) {
    .i3box li a span h2 {
	   	margin-top: 55%;
	}
	.i3box li a img {
        max-height: 550px;
    }
}
@media only screen and (max-width: 2560px) {
	.i3box li a span h2 {
	    margin-top: 55%;
	}
	
}
@media only screen and (max-width: 1920px) {
    .i3box li a span h2 {
	 	margin-top: 60%;
	}
	.i3box li a img {
        max-height: 440px;
    }
	
}
.i3box li a span h3 {
	font-size: 1.875rem;
}

.i3box li a span h4 {
	font-size: 1rem;
	margin-top: 5%;
	display: none;
}

.i3box li a span h6 {
	font-size: 0.875rem;
	position: relative;
	padding-right: 70px;
	margin-top: 10%;
	filter: alpha(Opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

.i3box li a span h6 line {
	width: 0px;
	height: 1px;
	background: #fff;
	margin-left: 20px;
	display: inline-block;
	vertical-align: middle;
}

.i3box li a:hover span {
	background: rgba(0, 0, 0, 0.5);
}

.i3box li a:hover span h2 {
	margin-top: 10%;
}

.i3box li a:hover span h4 {
	display: block;
}

.i3box li a:hover span h6 {
	margin-top: 35%;
	filter: alpha(Opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}

.i3box li a:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.i3box li a:hover span h6 line {
	width: 100px;
	transition-delay: 0.3s;
}

@media screen and (max-width: 1440px) {
	.i3box li a span h2 {
		font-size: 1.5rem;
		margin-top: 50%;
	}

	.i3box li a span h3 {
		font-size: 1.25rem;
	}
	.i3box li a span h4 {
	    font-size: 0.875rem;
	}
}

@media screen and (max-width: 1360px) {
	.plan-main .text {
	    margin-left: 5%;
	}
}

@media screen and (max-width: 1024px) {
	.i3box li a span h2 {
	    font-size: 0.875rem;
	    margin-top: 50%;
	}
	.i3box li a span h3 {
	    font-size: 1.125rem;
	}
	.i3box li a:hover span h6 {
		margin-top: 20%;
	}
	.i3box li a:hover span h6 line {
		width: 50px;
	}
	.i3box li a span h4{
	    width: 70%;
	}
}

@media screen and (max-width: 960px) {
	.i3box li {
		width: 100%;
		float: none;
	}

	.i3box li a img {
		max-height: auto;
	}

	.i3box li a span h2 {
		font-size: 1.625rem;
		margin-top: 50%;
	}

	.i3box li a span h3 {
		font-size: 1.125rem;
	}
}

@media only screen and (max-width: 640px) {
	.i3box li a span h2 {
	    font-size: 1rem;
	}
	.i3box li a span h3{
		font-size:1.5rem;
	}

}


/*联系我们*/
.contactus-box {
	padding: 75px 0;
	background: url(../images/prol_bg.jpg) no-repeat center center;
	background-size: cover
}
@media only screen and (max-width: 2880px) {
	.contactus-box {
		height: 340px;
	}
	.contactus-box .container{
	    max-width: 80%;
	}
}
@media only screen and (max-width: 2560px) {
	.contactus-box .container{
	      max-width: 80%;
	}
	
}
@media only screen and (max-width: 1920px) {
	.contactus-box {
		height: 240px;
	}
	.contactus-box .container{
	       max-width: 1320px;
	}
	
}
.contactus-inner {
	position: relative
}



.contactus-left {
    font: 700 2.125rem/2.5rem "Montserrat";
    color: #fff;
    letter-spacing: 0.02em;
    margin-bottom: .5rem;
}

.contactus-left span{
	font-size:1.5rem;
}



@media only screen and (min-width: 2560px) and (max-width: 3560px) {
    .contactus-left {
        font: 700 1.5rem/2.5rem "Montserrat";
    }
    .contactus-left span {
        font-size: 1.2rem;
    }
    .i3box li a span h2 {
        font-size: 1.25rem;
    }
    .i3box li a span h3 {
        font-size: 1.5rem;
    }
    .i3box li a span h4 {
        font-size: 0.75rem;
    }
    .footNav h3, .footNav ul li h3 a {
         font-size:1rem;
    }
    .footNav ul li a{
        font-size: 0.65rem;
        line-height: 2;
    }
    
    .contactus-box {
        height: 320px;
    }
}

@media only screen and (max-width: 1920px) {}

@media only screen and (max-width: 1680px) {}

@media only screen and (max-width: 1440px) {
	.home-prolist:hover .swiper-button-prev {
		left: 1%;
		background-size: 80%;
	}
	
	.home-prolist:hover .swiper-button-next {
		right: 1%;
		background-size: 80%;
	}
	
	.plan .wrap-title p {
	    width: 60%;
	}
}

@media only screen and (max-width: 1360px) {
	.contactus-left {
		font-size: 1.625rem;
		margin-bottom:0px;
	}
	.contactus-left span {
	    font-size: 1.125rem;
	}
	.contactus-btn {
	    font-size: 1.2rem;
	}

}

@media only screen and (max-width:1280px) {}

@media only screen and (max-width: 1180px) {}

@media only screen and (max-width: 1024px) {
	
	.prolist {
	    margin: 30px 0px 0px 0px;
	}
	
	.plan .wrap-title p{
		font-size:0.75rem;
	}
}

@media only screen and (max-width: 768px) {
	.list-cases>li {
	    width: 100%;
	}
	.plan .wrap-title p {
	    width: 60%;
		font-size:0.75rem;
	}
	.plan-main .text{
		width:60%;
	}
}

@media only screen and (max-width: 640px) {
	.plan-main .text {
	    width: 90%;
	}
	.plan .wrap-title p{
		width:90%;
		display: none;
	}
	.home-prolist .swiper-button-next, .home-prolist .swiper-button-prev{
		display: none;
	}
	.in-sec__intro .item-t1{
		font-size:0.875rem;
	}
	.in-sec__intro .item-t2{
		font-size:2.25rem;
	}
	.contactus-left {
	    font: 700 1.3125rem/1.875rem "Montserrat";
	}
	.contactus-box {
	    height: 240px;
	    padding: 45px 20px;
	}
	.contactus-left {
	    font-size: 1.3125rem;
	    margin-bottom: 0px;
	}
}

@media only screen and (max-width: 576px) {}

@media only screen and (max-width: 480px) {
	.slider-dec {
	    bottom: 1%;
	}
}
