.comppage{
	width: 100%;
	background: #F2F4F7;
	padding-bottom: 96px;
	float: left;
}
.comppage .banner{
	width: 100%;
	float: left;
}
.comppage .banner .bannerinfo{
	position: relative;
	width: 100%;
	float: left;
}
.comppage .banner .bannerinfo img{
	width: 100%;
	display: block;
}
.comppage .banner .bannerinfo .bannertxt{
	position: absolute;
	left:240px;
	bottom: 120px;
}
.comppage .banner .bannerinfo .bannertxt .bannerbigtitle{
	width: 100%;
	float: left;
	text-align: left;
	font-size: 48px;
	font-weight: bold;
	color: #FFFFFF;
}
.comppage .banner .bannerinfo .bannertxt .bannersmtitle{
	width: 100%;
	margin-top:14px;
	float: left;
	text-align: left;
	font-size: 18px;
	font-weight: 500;
	color: #FFFFFF;
	text-transform: uppercase;
}









.comppage .container{
	width: 1440px;
	margin:0 auto;
}
.comppage .comp{
	width: 100%;
	margin-top: 78px;
	float: left;
}
.comppage .comp .compxx{
	width: 100%;
	float: left;
}
.comppage .comp .compxx .complist{
	width: 100%;
	float: left;
}
.comppage .comp .compxx .complist .compitem{
	width: 100%;
	margin-bottom: 55px;
	float: left;
	/*border:#f00 solid 1px;*/
}

.comppage .comp .compxx .complist .compitem .leftcompitem{
	width: 33.5%;
	height: 220px;
	padding:58px 30px;
	display: inline-block;
	float: left;
	/*border:#f00 solid 1px;*/
}
.comppage .comp .compxx .complist .compitem:first-child .leftcompitem{
	background: #A3BEDD;

}
.comppage .comp .compxx .complist .compitem:nth-child(2) .leftcompitem{
	background: #84CCC9;
}
.comppage .comp .compxx .complist .compitem:nth-child(3) .leftcompitem{
	background: #AAD197;
}
.comppage .comp .compxx .complist .compitem .leftcompitem .leftcompcategory{
	width: 100%;
	font-size: 36px;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
}
.comppage .comp .compxx .complist .compitem .leftcompitem .leftcompencategory{
	width: 100%;
	margin-top: 4px;
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 48px;
	opacity: 0.5;
	text-transform: uppercase;
	float: left;
}
.comppage .comp .compxx .complist .compitem .rightcompitem{
	width: 64%;
	display: inline-block;
	float: right;
}
.comppage .comp .compxx .complist .compitem .rightcompitem ul{
	width: 100%;
	float: left;
}

.comppage .comp .compxx .complist .compitem .rightcompitem ul li{
	width: 100%;
	float: left;
}
.comppage .comp .compxx .complist .compitem .rightcompitem ul li a{
	display: inline-block;
	margin-bottom: 20px;
	float: left;
}
.comppage .comp .compxx .complist .compitem .rightcompitem ul li a:nth-child(2n){
	float: right;
	margin-right: 0px;
}
.comppage .comp .compxx .complist .compitem:first-child .rightcompitem ul li a{
	width: 450px;
	height: 96px;
	line-height: 96px;
	text-align: center;
	background:rgba(159, 185, 214, 0.3)
}
.comppage .comp .compxx .complist .compitem:first-child .rightcompitem ul li a:hover{
	background:rgba(159, 185, 214, 1)
}
.comppage .comp .compxx .complist .compitem:nth-child(2) .rightcompitem ul li a{
	width: 450px;
	height: 96px;
	line-height: 96px;
	text-align: center;
	background: rgba(127, 187, 184, 0.3)
}
.comppage .comp .compxx .complist .compitem:nth-child(2) .rightcompitem ul li a:hover{
	background: rgba(127, 187, 184, 1)
}
.comppage .comp .compxx .complist .compitem:nth-child(3) .rightcompitem ul li a{
	width: 450px;
	height: 96px;
	line-height: 96px;
	text-align: center;
	background: rgba(162, 197, 144, 0.3);
}
.comppage .comp .compxx .complist .compitem:nth-child(3) .rightcompitem ul li a:hover{
	background: rgba(162, 197, 144, 1);
}
.comppage .comp .compxx .complist .compitem .rightcompitem ul li a{
	width: 100%;
	font-size: 24px;
	font-weight: 400;
	color: #333333;
	display: block;
}













@media (max-width: 1700px){
	.comppage .banner .bannerinfo .bannertxt {
	    left: calc(5%);
	    bottom: calc(20%);
	}
}





/*! 1200 ~ 1500  主内容区1140 */
@media (max-width: 1500px) { 
  
	.comppage .container {
	    width: 1400px;
	}
	.comppage .banner .bannerinfo .bannertxt .bannerbigtitle {
	    font-size: 44px;
	}

	.comppage .comp .compxx .complist .compitem:first-child .rightcompitem ul li a {
	    width: 49%;
	}
	.comppage .comp .compxx .complist .compitem:nth-child(2) .rightcompitem ul li a {
	    width: 49%;
	}
	.comppage .comp .compxx .complist .compitem:nth-child(3) .rightcompitem ul li a {
	    width: 49%;
	}

}


@media (max-width: 1400px) { 
	
	.comppage .container {
	    width: 1240px;
	}
}

@media (max-width: 1300px) { 
	.comppage .container {
	    width: 1180px;
	}
	.comppage .comp .compxx .complist .compitem .rightcompitem ul li a {

	    font-size: 20px;
	}

}



/*====================================================================================================================*/



/*! 992 ~ 1199  主内容区960 */
@media (max-width: 1199px) { 

	.comppage .container {
	    width: 1080px;
	}
	.comppage .banner .bannerinfo .bannertxt .bannerbigtitle {
	    font-size: 40px;
	}

	.comppage .comp .compxx .complist .compitem .leftcompitem .leftcompcategory {
	    font-size: 30px;
	}

	.comppage .comp .compxx .complist .compitem .leftcompitem {
	    width: 100%;
	    height: 100px;
	    padding: 30px 30px;
	    margin-bottom: 20px;
	}
	.comppage .comp .compxx .complist .compitem .rightcompitem {
	    width: 100%;
	}
	.comppage .comp .compxx .complist .compitem .leftcompitem .leftcompcategory {
	    width: auto;
	    padding-right: 20px;
	}
	.comppage .comp .compxx .complist .compitem .leftcompitem .leftcompencategory {
	    width: 50%;
	}

}




@media (max-width: 1080px) { 
	.comppage .container {
	    width: 991px;
	}
}


/*====================================================================================================================*/




/*! <=991 手机端 */
@media (max-width: 991px) { 

	.comppage .container {
	    width: auto;
    	padding: 0 0.4rem;
	}
	
	.comppage .banner .bannerinfo .bannertxt {
	    left: 0.5rem;
	    bottom: 1rem;
	    bottom: 8%;
	}
	.comppage .banner .bannerinfo .bannertxt .bannerbigtitle {
	    font-size: 0.48rem;
	    font-weight: normal;
	}
	.comppage .banner .bannerinfo .bannertxt .bannersmtitle {
	    font-size: 0.26rem;
	    margin-top: 0;
	}
	.comppage .comp {
	    margin-top: 0.8rem;
	}
	.comppage .comp .compxx .complist .compitem {
	    margin-bottom: 0.55rem;
	}
	.comppage .comp .compxx .complist .compitem .leftcompitem {
	    width: 100%;
	    height: 1.2rem;
	    padding: 0.3rem;
	    margin-bottom: 0.2rem;
	}
	.comppage .comp .compxx .complist .compitem .leftcompitem .leftcompcategory {
	    font-size: 0.48rem;
	}
	.comppage .comp .compxx .complist .compitem .leftcompitem .leftcompencategory {
	     font-size: 0.36rem;
	     margin-top: 0rem;
	}
	.comppage .comp .compxx .complist .compitem:first-child .rightcompitem ul li a {
	    font-size: 0.3rem;
	    height: 1rem;
	    line-height: 1rem;
	}
	.comppage .comp .compxx .complist .compitem:nth-child(2) .rightcompitem ul li a {
	    font-size: 0.3rem;
	    height: 1rem;
	    line-height: 1rem;
	}
	.comppage .comp .compxx .complist .compitem:nth-child(3) .rightcompitem ul li a {
	     font-size: 0.3rem;
	    height: 1rem;
	    line-height: 1rem;
	}


}
/*! <=767 手机端 */
@media (max-width: 767px) {
  
	.comppage .comp .compxx .complist .compitem .leftcompitem .leftcompencategory {
	    display: none;
	}
	.comppage .comp .compxx .complist .compitem:first-child .rightcompitem ul li a {
	    width: 100%;
	    text-align: left;
    	padding-left: 0.5rem;
	}
	.comppage .comp .compxx .complist .compitem:nth-child(2) .rightcompitem ul li a {
	    width: 100%;
	    text-align: left;
    	padding-left: 0.5rem;
	}
	.comppage .comp .compxx .complist .compitem:nth-child(3) .rightcompitem ul li a {
	    width: 100%;
	    text-align: left;
    	padding-left: 0.5rem;
	}


}
/*! <=414 手机端 */
@media (max-width: 414px){
  


}
