/*#banner-page*/

#banner_page img {
	display: block;
	width: 100%;
}


#banner_page {
	position: relative
}

#banner_page img {
	display: block;
	width: 100%;
	height: auto
}

/* #banner_page:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	background: rgba(0, 0, 0, 0.1);
	display: block
} */

#banner_page .justify-content {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 200;
	width: 100%;
	height: 100%;
	color: #fff;
	text-align: center;
}

#banner_page .w1510 h2 {
    font-size: 52.36px;
    font-family: "GBlackkong";
    display: block;
    margin-bottom: 15px;
    letter-spacing: 3px;
}

#banner_page.pcba .w1510 h2{
    font-family: "GBold";
}

#banner_page .w1510 p {
	font-size: 25.84px;
	line-height: 35px;
	display: block;
	font-family: "gbo";
	padding-bottom: 10px;
}

@media screen and (max-width:1680px) {
	
}

@media screen and (max-width:1440px) {
	
	#banner_page .w1510 h2 {
	    font-size: 41.36px;
	}
	#banner_page .w1510 p {
	    font-size: 20.84px;
	    line-height: 25px;
	}
}
@media screen and (max-width:1000px) {
	
		
		#banner_page .w1510 h2 {
		    font-size: 30.36px;
		}
		#banner_page .w1510 p {
		    font-size: 15px;
		    line-height: 20px;
		}
}
@media screen and (max-width:600px) {
	
		#banner_page .w1510 h2 {
		    font-size: 24.36px;
		}
		#banner_page .w1510 p {
		    font-size: 13px;
		    line-height: 20px;
		}
}



/*#banner-page*/

/*adv*/
.h2_title {
				font-size: 26px;
				line-height: 30px;
				text-align: center;
				margin-bottom: 20px;
			}

			.h2_title_p {
				font-size: 16px;
				line-height: 30px;
				text-align: center;
				color: #9e9e9e;
			}

			#adv-box {
				padding: 85px 0 115px;
			}

			#adv-logo {
				padding: 85px 0 115px;
			}
			
			#adv-box .list-box{
				margin-top: 60px;
			}
			
			#adv-box .list-box .list{
				float: left;
				width: 23.5%;
				margin-right: 2%;
				height: 500px;
				border:1px solid #eee;
				text-align: center;
				padding: 0 10px;
				padding-top: 90px;
			}
			
			#adv-box .list-box .list:nth-child(4){
				margin-right: 0;
			}
			
			#adv-box .list-box .list:hover{
				background-color: #d6001d;
			}
			
			
			#adv-box .list-box .list:hover *{
				color: #fff !important;
			}
			
			
			#adv-box .list-box .list .img{
				display: flex;
				align-items: center;
				overflow: hidden;
				text-align: center;
				height: 100px;
			}
			
			
			#adv-box .list-box .list .img img{
				display: block;
				margin: 0 auto;
			}
			
			#adv-box .list-box .list .img img.img2{
				display: none;
			}
			
			#adv-box .list-box .list:hover .img img.img1{
				display: none;
			}
			
			#adv-box .list-box .list:hover .img img.img2{
				display: block;
			}
			
			#adv-box .list-box .list .tit{
				font-size: 22px;
				line-height: 30px;
				padding:40px 0px;
				color: #000;
			}
			
			
			#adv-box .list-box .list .des{
				font-size: 16px;
				line-height: 28px;
			}
			
			
			@media screen and (max-width:1440px) {
				.h2_title {
				    font-size: 22px;
				}
				#adv-box .list-box .list {
				    height: 450px;
				    padding-top: 60px;
				}
				#adv-box .list-box .list .tit{
					font-size: 18px;
					line-height: 25px;
					padding:30px 0px;
				}
				
				
				#adv-box .list-box .list .des{
					font-size: 14px;
					line-height: 25px;
				}
			}
			@media screen and (max-width:1280px) {
				#adv-box .list-box .list {
				    height: 400px;
				    padding-top: 40px;
				}
				#adv-box .list-box .list .tit{
					font-size: 16px;
					padding:25px 0px;
				}
				
				
				#adv-box .list-box .list .des{
					font-size: 13px;
					line-height: 25px;
				}
				#adv-box .list-box .list .img img{
					width: 60px;
				}
			}
			@media screen and (max-width:1110px) {
				#adv-box .list-box .list {
				    width: 49%;
					margin-bottom: 2%;
				}
				#adv-box .list-box .list:nth-child(2n){
					margin-right: 0;
				}
			}
			
			@media screen and (max-width:1000px) {
				#banner_page {
				    padding-top: 80px;
				}
				#adv-box {
				    padding: 25px 0 25px;
				}
				.h2_title {
				    font-size: 20px;
				    line-height: 28px;
				}
				#adv-box .list-box {
				    margin-top: 0px;
				}
			}
			
			@media screen and (max-width:600px) {
				.h2_title {
				    font-size:18px;
				    line-height: 25px;
				    margin-bottom: 15px;
				}
				#adv-box .list-box .list {
				    width: 100%;
					height: auto;
					padding: 20px 0;
				}
				
				#adv-box .list-box .list .img{
					height: 70px;
				}
				#adv-box .list-box .list .img img {
				    width: 40px;
				}
				#adv-box .list-box .list .tit {
				    padding: 20px 0px;
				}
			}
			
			#adv-banner-box {
				position: relative
			}
			
			.h5_position {
			    position: absolute;
			    left: 0;
			    right: 0;
			    top: 80px;
			    z-index: 900;
			    width: 100%;
			}
			
			.h5_position .h2_title {
				color: #fff;
			}
			
			.sulutions_tabs {
				position: absolute;
				left: 0;
				bottom: 0;
				width: 100%;
				z-index: 910;
				background: rgba(0, 0, 0, 0.85);
				color: #fff;
			}
			
			.sulutions_tabs ul {
				display: -webkit-flex;
				display: flex;
				-webkit-flex-wrap: wrap;
				flex-wrap: wrap;
			}
			
			
			.sulutions_tabs li {
				float: left;
				width: 16.6%;
				text-align: center;
				padding: 0 15px;
				padding-top: 60px;
				padding-bottom: 50px;
				/* border-left: 1px solid rgba(255, 255, 255, 0.1); */
				line-height: 1.6;
			}
			
			.sulutions_tabs li b {
				font-size: 20px;
				font-weight: normal;
				display: block;
			}
			
			.sulutions_tabs li p {
				display: block;
				margin-bottom: 25px
			}
			
			.sulutions_tabs li span {
				display: block;
				height: 24px;
			}
			
			.sulutions_tabs li.active a.url {
				display: inline-block
			}
			
			.sulutions_tabs li.active {
				background: #d6001d;
				border-left-color: #d6001d;
				border-right-color: #d6001d;
			}
			
			.sulutions_tabs li a {
				color: #fff;
				display: block;
				font-size: 20px;
			}
			
			.sulutions_tabs li a.url {
				background: url(../images/icon_vv.png) no-repeat right center;
				display: inline-block;
				padding-right: 20px;
				color: #fff;
				display: none
			}
			
			#solutions_carousel .item a {
				display: block;
				position: absolute;
				left: 0;
				top: 0;
				width: 100%;
				height: 100%;
				z-index: 901;
				color: #fff;
				padding-top: 12%;
				background-color: rgba(0, 0, 0, 0.3);
			}
			
			#adv-banner-box .wauto {
				max-width: 1690px;
				width:100%;
				margin: 0 auto;
			}
			
			#adv-banner-box .wauto2 {
				max-width: 1690px;
				width:100%;
			}
			
			#solutions_carousel .item {
				line-height: 1.7;
				font-size: 14px;
				overflow: hidden;
			}
			
			#solutions_carousel .item b {
				font-size: 38px;
			}
			
			#solutions_carousel .item .lit-tit {
				font-size: 15px;
				font-family: "arial";
				margin-top: 0px;
			}
			
			#solutions_carousel .item .lit-tit::after {
				content: "";
				background-color: #fff;
				width: 50px;
				height: 3px;
				display: block;
				margin: 35px 0 30px;
			}
			
			#adv-banner-box .big-tit {
				font-size: 45px;
				font-family: "GBlackkong";
				position: absolute;
				top: 15%;
				z-index: 30;
				width: 100%;
				color: #fff;
			}
			
			
			#adv-banner-box .big-tit .w1510 {
				position: relative;
				padding: 0 0px;
			}
			
			#adv-banner-box .big-tit .w1510::after {
				content: "";
				background-color: #fff;
				width: 60px;
				height: 4px;
				display: block;
				margin-top: 15px;
				position: absolute;
				left: 0;
			}
			
			#adv-banner-box .item h1 {
				font-size: 42px;
				line-height: 50px;
				margin-bottom: 20px;
				font-weight: bold;
				color: #fff;
			}
			
			
			#solutions_carousel .item p {
				display: block;
				margin-top: 5px;
				width: 60%;
				font-size: 16px;
				line-height: 25px;
			}
			
			
			
			@media screen and (max-width:1440px) {
				#adv-banner-box .big-tit {
					font-size: 35px;
					top: 11%;
				}
			
				#adv-banner-box .item h1 {
					font-size: 30px;
					line-height: 35px;
					margin-bottom: 15px;
				}
			
				#solutions_carousel .item p {
					font-size: 14px;
					line-height: 25px;
				}
			
				.sulutions_tabs li {
					padding-top: 30px;
					padding-bottom: 25px;
				}
			
				.sulutions_tabs li a {
					font-size: 18px;
				}
			}
			
			@media screen and (max-width:1280px) {
				#pcb-product .big-tit {
					font-size: 28px;
				}
			
				#pcb-product .big-des {
					font-size: 13px;
					line-height: 20px;
					margin: 15px 0 26px;
				}
			}
			
			@media screen and (max-width:1000px) {
				#adv-banner-box {
					padding-bottom: 135px;
				}
				
				#adv-banner-box .h5_position{
					position: unset;
				}
				
				#adv-banner-box .h5_position .h2_title{
					color: #000;
				}
			
				#adv-banner-box .big-tit {
					display: none;
				}
			
				#adv-banner-box .wauto {
					width: 100%;
				}
			
				#adv-banner-box .wauto2 {
					width: 100%;
				}
			
				#adv-banner-box .item h1,
				#adv-banner-box .item p {
					padding: 0 20px;
				}
			
				.sulutions_tabs li {
					width: 50%;
					border-bottom: 1px solid rgba(255, 255, 255, 0.1);
					padding-top: 10px;
					    padding-bottom: 10px;
				}
			
				.sulutions_tabs li a {
					color: #fff;
					display: block;
					font-size: 15px;
				}
			
				.sulutions_tabs li b {
					font-size: 16px;
					line-height: 30px;
				}
			
			
				#solutions_carousel .item a {
					padding-top: 20px;
					padding-left: 0px;
				}
				
				
			
			
			}
			
			
			@media screen and (max-width:600px) {
				#adv-banner-box {
					padding-bottom: 125px;
				}
			
				.sulutions_tabs li a {
					font-size: 13px;
				}
			
				#solutions_carousel .item b,
				#solutions_carousel .item font {
					font-size: 19px !important;
				}
			
				#solutions_carousel .item p {
					display: block;
					margin-top: 5px;
					width: 100%;
					font-size: 13px;
					line-height: 20px;
				}
			
				#adv-banner-box .item h1 {
					font-size: 22px;
					line-height: 30px;
				}
			
				#solutions_carousel .item p {
					margin-top: 5px;
					font-size: 12px;
					line-height: 20px;
				}
			}
			
			#adv-logo .logo-list .list{
				border-bottom: 1px solid #cfcfcf;
				height: 165px;
				min-width: 800px;
			}
			
			#adv-logo .logo-list .list .box{
				float: left;
				width: 14.2%;
				display: flex;
				align-items: center;
				overflow: hidden;
				text-align: center;
				height: 100%;
				font-size: 18px;
				font-weight: bold;
				color: #000;
			}
			
			#adv-logo .logo-list .list .box .tit{
				
			}
			
			#adv-logo .logo-list .list .box img{
				display: block;
				max-width: 80%;
			}
			
			@media screen and (max-width:1280px) {
				.h2_title_p {
					font-size: 13px;
					line-height: 22px;
				}
			}
			
			
			@media screen and (max-width:1000px) {
				
					#adv-logo .logo-list{
						overflow: auto;
						padding-bottom: 20px;
					}
					
				#adv-logo {
				    padding:25px 0 25px;
				}
			}
			
			@media screen and (max-width:600px) {}
			
/*adv*/

/*al1*/
#sj-box{
				padding: 80px 0 110px;
			}
			body .cate-box{
				text-align: center;
				padding-bottom:50px ;
			}
			body .cate-box a{
				display: inline-block;
				font-size: 16px;
				padding: 15px 25px;
				margin: 0 15px;
				border: 1px solid #cfcfcf;
			}
			
			body .cate-box a.active,body .cate-box a:hover{
				background-color: #ca1421;
				border: 1px solid #CA1421;
				color: #fff;
			}
			
			#sj-box .content-box .list .left,#sj-box .content-box .list .right{
				display: flex;
				align-items: center;
				overflow: hidden;
				text-align: center;
			}
			#sj-box .content-box .list .left{
				float: left;
				width: 50%;
			}
			
			#sj-box .content-box .list .right{
				float: right;
				width: 50%;
				height: 26.5vw;
				background-color: #eee;
			}
			#sj-box .content-box .list:nth-child(2n) .left{
				float: right;
			}
			
			#sj-box .content-box .list:nth-child(2n) .right{
				float: left;
			}
			
			#sj-box .content-box .list .left .img{
				width: 100%;
				height: 26.5vw;
			}
			
			#sj-box .content-box .list .left img{
				display: block;
				width: 100%;
			}
			#sj-box .content-box .list:hover .right{
				background-color:#CA1421 ;
				color: #fff;
			}
			#sj-box .content-box .list:hover .left img{
				transform: scale(1.05);
			}
			
			#sj-box .content-box .list .right .con{
				margin: 0 auto;
				width: 100%;
				font-size: 18px;
				line-height: 30px;
				padding: 0 20px;
			}
			
			@media screen and (max-width:1280px) {
				#sj-box .content-box .list .right .con {
				    font-size: 16px;
				    line-height: 25px;
				}
			}			
			@media screen and (max-width:1000px) {
				#sj-box {
				    padding: 20px 0 30px;
				}
				#sj-box .content-box .list .right .con {
				    font-size: 14px;
				    line-height: 25px;
				}
				
			}			
			@media screen and (max-width:600px) {
				body .cate-box {
				    padding-bottom: 20px;
				}
				body .cate-box a {
				    font-size: 14px;
				    padding: 7px 10px;
				    margin: 0px 5px;
					margin-bottom: 5px;
				}
				#sj-box .content-box .list .left, #sj-box .content-box .list .right{
					width: 100%;
					height: 45vw;
				}
				#sj-box .content-box .list .left .img{
					height: 45vw;
				}
				#sj-box .content-box .list .right .con {
				    font-size: 13px;
				    line-height: 20px;
				}
				
			}

/*al1*/


/*al2*/
	#sj-box .img-box img{
		display: block;
		width: 100%;
	}
/*al2*/


/*al3*/
			#sj-box .al-box .list{
				float: left;
				width: 23.5%;
				margin-right: 2%;
				margin-bottom: 40px;
				transition: all 0.3s;
				-webkit-transition: all 0.3s;
			}
			
			#sj-box .al-box .list .img{
				display: flex;
				align-items: center;
				overflow: hidden;
				height: 13vw;
			}
			
			#sj-box .al-box .list .img img{
				display: block;
				width: 100%;
				margin: 0 auto;
				transition: all 0.3s;
				-webkit-transition: all 0.3s;
			}
			
			#sj-box .al-box .list:nth-child(4n){
				margin-right: 0;
			}
			
			#sj-box .al-box .list .tit{
				font-size: 16px;
				line-height: 30px;
				height: 60px;
				display: flex;
				align-items: center;
				text-align: center;
				padding: 15px 15px;
				transition: all 0.3s;
				-webkit-transition: all 0.3s;
			}
			
			#sj-box .al-box .list .tit font{
				display: block;
				margin: 0 auto;
			}
			
			#sj-box .al-box .list:hover .tit{
				color: #fff;
				background-color: #CA1421;
			}
			
			@media screen and (max-width:1280px) {
				#sj-box .al-box .list .tit {
				    font-size: 14px;
				    line-height: 25px;
				    height: 50px;
				}
			}
			@media screen and (max-width:1000px) {
				#sj-box .al-box .list{
					float: left;
					width: 32%;
					margin-right: 2%;
					margin-bottom: 40px;
				}
				
				
				
				#sj-box .al-box .list .img{
					height: 20vw;
				}
				
				#sj-box .al-box .list:nth-child(4n){
					margin-right: 2%;
				}
				
				#sj-box .al-box .list:nth-child(3n){
					margin-right: 0;
				}
				#pages {
				    text-align: center;
				    margin-top: 20px;
				}
				
				#pages a, #pages span, #pages em {
				    width: 25px;
				    line-height: 25px;
				    height: 25px;
				    font-size: 12px;
				    margin-left: 4px;
				}
				
				#pages a.prev, #pages a.next{
					font-size: 18px;
				    line-height: 25px;
				}
			}
			@media screen and (max-width:600px) {
				#sj-box .al-box .list{
					float: left;
					width: 49%;
					margin-bottom: 20px;
				}
				
				#sj-box .al-box .list .img{
					height: 27vw;
				}
				
				#sj-box .al-box .list:nth-child(3n){
					margin-right: 2%;
				}
				
				#sj-box .al-box .list:nth-child(2n){
					margin-right: 0;
				}
				#sj-box .al-box .list .tit {
				    font-size: 12px;
				    line-height: 22px;
				    height: 40px;
				}
			}

/*al3*/


/*zb1*/
			#zb-box{
				padding: 80px 0 110px;
			}
			#zb-box .zb-table li{
				display: block;
				line-height: 30px;
				font-size: 20px;
				background-color: #f0f0f0;
			}
			
			#zb-box .zb-table li:nth-child(2n+1){
				background-color: #e5e5e5;
			}
			
			#zb-box .zb-table li span{
				float: left;
				display: block;
				padding: 10px 25px;
				color: #000;
			}
			
			#zb-box .zb-table li span:nth-child(1){
				font-weight: bold;
				width: 33%;
				text-align: center;
			}
			
			
			#zb-box .zb-table li span:nth-child(2){
				width: 40%;
			}
			
			
			#zb-box .zb-table li span:nth-child(3){
				width: 27%;
			}
			
			#zb-box .zb-table .top{
				background-color: #CA1421 !important;
			}
			#zb-box .zb-table .top span{
				color: #fff !important;
				font-weight: bold;
			}
			
			@media screen and (max-width:1280px) {
				#zb-box .zb-table li{
					line-height: 30px;
					font-size: 16px;
				}
				
			}
			@media screen and (max-width:1000px) {
				#zb-box {
				    padding: 20px 0 20px;
				}
				#zb-box .zb-table li{
					line-height: 27px;
					font-size: 14px;
				}
				#zb-box .zb-table li span{
					padding: 10px 20px;
				}
			}
			@media screen and (max-width:600px) {
				#zb-box .zb-table li{
					line-height: 25px;
					font-size: 13px;
				}
				#zb-box .zb-table li span{
					padding: 10px 10px;
				}
			}
/*zb1*/


/*zb2*/
					.sb-box .top .t-left {
						float: left;
						width: 48.5%;
					}
					.sb-box .top .t-left img{
						display: block;
						width: 100%;
					}
					

					.sb-box .top .t-right {
						float: right;
						width: 48.5%;
					}
					
					
					.sb-box .top .t-right .h2_title,
					.sb-box .top .t-right .h2_title_p{
						text-align: left;
						color: #000;
					}
					
					.sb-box .top .t-right .img-box{
						margin: 53px 0 20px;
					}
					
					.sb-box .top .t-right .img-box .list{
						float: left;
						margin-right: 70px;
						text-align: center;
						font-size: 14px;
						line-height: 30px;
					}
					
					.sb-box .top .t-right .img-box .list img{
						height: 55px;
					}
					
					.sb-box .top .t-right .re-button{
						float: right;
						width: 200px;
						padding: 15px 20px;
						font-size: 18px;
						text-align: center;
						color: #fff;
						background-color: #CA1421;
						border-radius: 7px;
					}
					
					.sb-box .bottom{
						margin-top: 50px;
					}
					
					.sb-box .al-box .list{
						float: left;
						width: 23.5%;
						margin-right: 2%;
						margin-bottom: 40px;
						transition: all 0.3s;
						-webkit-transition: all 0.3s;
					}
					
					.sb-box .al-box .list .img{
						display: flex;
						align-items: center;
						overflow: hidden;
						height: 13vw;
					}
					
					.sb-box .al-box .list .img img{
						display: block;
						width: 100%;
						margin: 0 auto;
						transition: all 0.3s;
						-webkit-transition: all 0.3s;
					}
					
					.sb-box .al-box .list:nth-child(4n){
						margin-right: 0;
					}
					
					.sb-box .al-box .list .tit{
						font-size: 16px;
						line-height: 30px;
						height: 60px;
						display: flex;
						align-items: center;
						text-align: center;
						padding: 15px 15px;
						transition: all 0.3s;
						-webkit-transition: all 0.3s;
					}
					
					.sb-box .al-box .list .tit font{
						display: block;
						margin: 0 auto;
					}
					
					.sb-box .al-box .list:hover .tit{
						color: #fff;
						background-color: #CA1421;
					}
					
					@media screen and (max-width:1280px) {
						.sb-box .top .t-right .img-box {
						    margin: 33px 0 15px;
						}
						.sb-box .top .t-right .img-box .list img {
						    height: 35px;
						}
						.sb-box .top .t-right .re-button {
						    width: 180px;
						    padding: 10px 20px;
						    font-size: 16px;
						}
						.sb-box .al-box .list .tit {
						    font-size: 14px;
						    line-height: 25px;
						    height: 50px;
						}
					}
					@media screen and (max-width:1000px) {
						.sb-box .top .t-right,
						.sb-box .top .t-left{
							width: 100%;
						}
						
						.sb-box .top .t-right{
							margin-top: 25px;
						}
						
						
						.sb-box .al-box .list{
							float: left;
							width: 32%;
							margin-right: 2%;
							margin-bottom: 40px;
						}
						
						
						
						.sb-box .al-box .list .img{
							height: 20vw;
						}
						
						.sb-box .al-box .list:nth-child(4n){
							margin-right: 2%;
						}
						
						.sb-box .al-box .list:nth-child(3n){
							margin-right: 0;
						}
					}
					@media screen and (max-width:600px) {
						.sb-box .top .t-right .img-box {
						    margin: 20px 0 20px;
						}
						.sb-box .top .t-right .img-box .list{
							margin-right: 30px;
						}
						
						.sb-box .top .t-right .img-box .list img {
						    height: 30px;
						}
						.sb-box .top .t-right .re-button {
						    width: 130px;
						    padding: 7px 10px;
						    font-size: 14px;
						}
						.sb-box .al-box .list{
							float: left;
							width: 49%;
							margin-bottom: 20px;
						}
						
						.sb-box .al-box .list .img{
							height: 27vw;
						}
						
						.sb-box .al-box .list:nth-child(3n){
							margin-right: 2%;
						}
						
						.sb-box .al-box .list:nth-child(2n){
							margin-right: 0;
						}
						.sb-box .al-box .list .tit {
						    font-size: 12px;
						    line-height: 22px;
						    height: 40px;
						}
						
					}

/*zb2*/


/*zb3*/
#zb-box .adv2-box .list{
				float: left;
				width: 23.5%;
				margin-right: 2%;
				position: relative;
				padding-top: 90px;
				height: 450px;
				background-color: #eeeeee;
				overflow: hidden;
			}
			#zb-box .adv2-box .list:nth-child(4){
				margin-right: 0;
			}
			
			
			#zb-box .adv2-box .list .img{
				display: flex;
				align-items: center;
				overflow: hidden;
				text-align: center;
				height: 90px;
			}
			
			#zb-box .adv2-box .list .img img{
				display: block;
				margin: 0 auto;
			}
			
			#zb-box .adv2-box .list .img-con>.tit{
				font-size: 20px;
				line-height: 30px;
				margin: 30px 0;
				text-align: center;
			}
			
			
			#zb-box .adv2-box .list .des{
				font-size: 16px;
				line-height: 30px;
				text-align: center;
			}
			
			#zb-box .adv2-box .list .hide-box{
				position: absolute;
				width: 100%;
				height: 100%;
				padding-top: 90px;
				top: 100%;
				opacity: 0;
				left: 0;
				background-color: #CA1421;
			}
			
			#zb-box .adv2-box .list:hover .hide-box{
				opacity: 1;
				top: 0;
			}
			
			#zb-box .adv2-box .list .hide-box .tit{
				font-size: 20px;
				line-height: 30px;
				height: 30px;
				color: #fff;
				text-align: center;
			}
			
			#zb-box .adv2-box .list .hide-box .des{
				font-size: 16px;
				line-height: 30px;
				height: 210px;
				color: #fff;
				padding: 0 60px;
				margin-top: 30px;
			}
			
			#zb-box .adv2-box .list .hide-box a{
				display: block;
				margin: 0 auto;
				width: 125px;
				font-size: 16px;
				text-align: center;
				border-radius: 5px;
				height: 35px;
				line-height: 35px;
				background-color: #fff;
				color: #CA1421;
			}
			
			
			@media screen and (max-width:1440px) {
				
				#zb-box .adv2-box .list{
					height: 400px;
				}
				
				#zb-box .adv2-box .list .img-con>.tit{
					font-size: 18px;
					line-height: 30px;
					margin: 30px 0;
					text-align: center;
				}
				
				
				#zb-box .adv2-box .list .des{
					font-size: 14px;
					line-height: 25px;
					text-align: center;
				}
				#zb-box .adv2-box .list .hide-box .tit {
				    font-size: 18px;
				}
				#zb-box .adv2-box .list .hide-box .des {
				    font-size: 14px;
				    line-height: 25px;
				    height: 180px;
				    padding: 0 55px;
				    margin-top: 25px;
				}
			}
			
			@media screen and (max-width:1280px) {
				
				#zb-box .adv2-box .list{
					padding-top: 45px;
					height: 350px;
				}
				
				#zb-box .adv2-box .list .img img{
					width: 60px;
				}
				
				#zb-box .adv2-box .list .img-con>.tit{
					font-size: 16px;
				}
				
				
				#zb-box .adv2-box .list .des{
					font-size: 13px;
					line-height: 25px;
					text-align: center;
				}
				#zb-box .adv2-box .list .hide-box{
					padding-top: 45px;
				}
				#zb-box .adv2-box .list .hide-box .tit {
				    font-size: 16px;
				}
				#zb-box .adv2-box .list .hide-box .des {
				    font-size: 13px;
				    line-height: 25px;
				    height: 150px;
				    padding: 0 20px;
				    margin-top: 20px;
				}
				#zb-box .adv2-box .list .hide-box a {
				    width: 105px;
				    font-size: 13px;
				    height: 30px;
				    line-height: 30px;
				}
			}
			@media screen and (max-width:1100px) {
				
				#zb-box .adv2-box .list .hide-box .des {
				    font-size: 12.5px;
				    line-height: 23px;
				    height: 130px;
				    margin-top: 15px;
				}
				#zb-box .adv2-box .list .hide-box a {
				    width: 95px;
				    font-size: 12.5px;
				    height: 25px;
				    line-height: 25px;
				}
			}
			@media screen and (max-width:1000px) {
				
				#zb-box .adv2-box .list{
					width: 49%;
					margin-bottom: 25px;
				}
				
				
				#zb-box .adv2-box .list:nth-child(2n){
					margin-right: 0;
				}
			}
			@media screen and (max-width:600px) {
				#zb-box .adv2-box .list{
					padding-top: 30px;
					height: auto;
					padding-bottom: 30px;
					width: 100%;
					margin-bottom: 20px;
				}
				
				#zb-box .adv2-box .list .hide-box{
					padding-top: 30px;
					padding-bottom: 30px;
				}
				#zb-box .adv2-box .list .hide-box .des {
				    height: auto;
				    margin-top: 20px;
					margin-bottom: 20px;
				}
			}
/*zb3*/

/*pcba1*/
#pcba-box{
				padding: 80px 0 110px;
			}
			
			#pcba-box .top{
				padding-bottom: 70px;
			}
			
			#pcba-box .bottom{
				background-color: #f3f3f3;
				padding-bottom: 70px;
			}
			
			#pcba-box .bottom .h2_title{
				padding: 70px 0;
			}
			
			.lc-box .list{
				width: 23.5%;
				margin-right: 2%;
				float: left;
				margin-bottom: 20px;
				padding: 15px;
				background-color: #fff;
			}
			
			.lc-box .list:nth-child(4n){
				margin-right: 0%;
			}
			
			.lc-box .list .img{
				display: flex;
				align-items: center;
				overflow: hidden;
				height: 11.5vw;
			}
			
			
			.lc-box .list .img img{
				display: block;
				margin:0 auto;
				width: 100%;
			}
			
			
			.lc-box .list .tit {
			    display: flex;
			    align-items: center;
			    height: 30px;
			    line-height: 30px;
			    padding-top: 10px;
			}
			
			
			.lc-box .list .tit font{
				display: block;
				margin: 0 auto;
				font-size: 18px;
				color: #000;
			}
			.lc-box .list:hover {
				background-color: #CA1421;
			}
			
			.lc-box .list:hover font{
				color: #fff;
			}
			
			
			@media screen and (max-width:1440px) {
				.lc-box .list .tit font {
					font-size: 14px;
				}
			}
			
			@media screen and (max-width:1000px) {
				#pcba-box {
				    padding: 25px 0 25px;
				}
				#pcba-box .top {
				    padding-bottom: 25px;
				}
				#pcba-box .bottom{
					padding-bottom: 25px;
				}
				#pcba-box .bottom .h2_title {
				    padding: 20px 0;
					margin-bottom: 0;
				}
				.lc-box .list{
					width: 32%;
				}
				.lc-box .list:nth-child(4n){
					margin-right: 2%;
				}
				.lc-box .list:nth-child(3n){
					margin-right: 0;
				}
				.lc-box .list .img {
				    height: 17.5vw;
				}
			}
			
			@media screen and (max-width:600px) {
				.lc-box .list{
					width: 49%;
					padding: 10px;
				}
				.lc-box .list:nth-child(3n){
					margin-right: 2%;
				}
				.lc-box .list:nth-child(2n){
					margin-right: 0;
				}
				.lc-box .list .img {
				    height: 26.5vw;
				}
			}

/*pcba1*/


/*pcba2*/
#pcba-box .bottom .lc-box.style2 .list{
					padding: 0 !important;
				}
				#pcba-box .bottom .lc-box.style2 .list .tit{
					padding-top: 0;
					height: auto;
				}
				#pcba-box .bottom .lc-box.style2 .list .tit font{
					padding: 8px 0;
				}
				#pcba-box .bottom2{
					background-color: #F3F3F3;
					padding: 70px 0;
				}
				#pcba-box .bottom2 .b-left{
					float: left;
					width: 48.5%;
				}
				#pcba-box .bottom2 .b-right{
					float: right;
					width: 48.5%;
				}
				
				#pcba-box .bottom2 .b-right img{
					display: block;
					width: 100%;
				}
				
				#pcba-box .bottom2 .h2_title,#pcba-box .bottom2 .h2_title_p{
					text-align: left;
					color: #000;
				}
				#pcba-box .bottom2 .img-con{
					margin-top: 40px;
				}
				#pcba-box .bottom2 .img-con img{
					display: inline-block;
					margin-right: 50px;
					height: 82px;
				}
				
				@media screen and (max-width:1000px) {
					#pcba-box .bottom2 {
					    padding: 20px 0;
					}
					#pcba-box .bottom2 .b-left,
					#pcba-box .bottom2 .b-right{
						width: 100%;
					}
					#pcba-box .bottom2 .b-left{
						margin-bottom: 25px;
					}
					#pcba-box .bottom2 .img-con img{
						display: inline-block;
						margin-right: 30px;
						height: 52px;
					}
				}
				@media screen and (max-width:600px) {
					
				}
/*pcba2*/


/*pcba3*/
#pcba-box .h2_title,#pcba-box .h2_title_p{
				color: #000;
			}
			
			#pcba-box .bottom .lc-hang{
				padding: 30px 20px;
			}
			
			#pcba-box .bottom .lc-hang .h2_title_p{
				margin-bottom: 20px;
			}
			
			#pcba-box .des-ul{
				margin-top: 40px;
			}
			
			#pcba-box .des-ul li{
				display: block;
				position: relative;
				padding-left: 30px;
				font-size: 16px;
				line-height: 30px;
			}
			
			#pcba-box .des-ul li::before{
				content: "";
				display: block;
				position: absolute;
				width: 7px;
				height: 7px;
				border-radius: 50%;
				background-color: #CA1421;
				top: 11px;
				left: 7px;
			}
			
			#pcba-box #adv-box .list-box .list{
				background-color: #fff;
			}
			#pcba-box #adv-box .list-box .list:hover{
				background-color: #CA1421;
			}
			
			@media screen and (max-width: 1280px){
				#pcba-box .des-ul{
					margin-top: 20px;
				}
				
				#pcba-box .des-ul li{
					padding-left: 20px;
					font-size: 13px;
					line-height: 25px;
				}
				
				#pcba-box .des-ul li::before{
					content: "";
					display: block;
					position: absolute;
					width: 7px;
					height: 7px;
					border-radius: 50%;
					background-color: #CA1421;
					top: 8px;
					left: 4px;
				}
				#pcba-box .bottom .lc-hang {
				    padding: 15px 15px;
				}
			}
			
			.lc-box.style3 .list .img{
				height: 14.5vw;
			}
			
			@media screen and (max-width:1000px) {
				.lc-box.style3 .list .img{
					height: 21.5vw;
				}
			}
			
			@media screen and (max-width:600px) {
				.lc-box.style3 .list .img{
					height: 31.5vw;
				}
			}
/*pcba3*/