@charset "utf-8";
/* CSS Document */
/*首页-厂家*/
.cj_bg{
	width:100%;
	float:left;
}
.cj_main{
	width:100%;
	float:left;	
	display:flex;
	justify-content:space-between ;
	flex-wrap: nowrap;
}
.cj_list{
/*	background:#00479d;*/
	flex:0 1 46%;
	display:flex;
	justify-content:space-between ;
	margin: 20px auto;
	flex-wrap: wrap;
	
} 
.cj_u{
	
}
.cj_u h1{font-size: 25px;font-weight: bolder;}
.cj_u h2{font-size: 16px;line-height: 200%;}
.cj_u p{font-size: 10px;color: #a3a3a3;}
.cj_l{
	flex:1 1 33%;
	text-align:center;
	/* background-color: #009944; */
	background-color: #fff;
}


.cj_l h1{
	font-size:67px;
	/* color:#fff; */
	color:#000;
/*	margin-top: 110px;*/
	position: relative
	
}

.cj_l h1::after {
			content: '';
            display: block;
            width: 60px;
            height: 0;
            border: 2px solid #000;
	position: absolute;
	margin-top: 10px;
	left: calc(50% - 30px);
            /* 通过改变边框颜色，可以改变三角形的方向 */
            
}
.cj_l h2{
	font-size:36px;
	color:#000;
/*	margin-top: 110px;*/
	position: relative
	
}
.cj_r{
		flex:1 1 66%;
}
.cj_r img{
	width: 100%;
	height: 100%;
}
.cj_r h2{ 
	font-size:20px;
/*	line-height:200%;*/
	color:#fff;
	margin: 0px;
	margin-bottom: 30px;
}


.cj_r p{
	font-size:12px;
	line-height:200%;
		color:#fff;
	margin: 0px;
}


/*首页-实力*/
.sl_bg{
	width:100%;
	float:left;
	background-image: url("../images/sl_bg.png");
	background-size: 100% auto;
	background-position: top;
	background-repeat: no-repeat;
	padding-bottom: 100px;
	padding-top: 70px;
	margin-top: -50px;
}
.sl_main{
	width:100%;
	float:left;	
	display:flex;
	justify-content:space-between ;
	flex-wrap: nowrap;
}
.sl_list{
	background:#fff;
	flex:0 1 23%;
	display:flex;
	justify-content:space-between ;
	margin: 20px auto;
	flex-wrap: wrap;
	padding: 20px;
	box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.44);
} 




.sl_list:nth-child(2n-1){
	
}
.sl_list:nth-child(2n){
	
}
.sl_l{
	flex:0 1 100%;
	text-align:center;
margin: 0px;
}


.sl_l h1{
	font-size:25px;
	color:#009944;
	
	position: relative
	
}

.sl_l p{
	font-size:14px;
	line-height:120%;
		color:#333;
	margin-bottom: 10px;
}
.sl_r{
	flex:0 1 100%;

}
.sl_r img{
	width: 100%;
}


/*首页-优势*/


.ys_bg{
	width:100%;
	float:left;
	margin-bottom: 70px;
}
.ys_main{
	width:100%;
	float:left;	
	display:flex;
	justify-content:space-between ;
	flex-wrap: wrap;
}
.ys_list{
	background:#009944;
	flex:0 1 48%;
	display:flex;
	justify-content:space-between ;
	margin: 20px auto;
	
} 


.ys_list:nth-child(1) .ys_l{
	flex:0 1 28%;
	text-align:center;
	background: url(../images/ys01.png) no-repeat;
	background-size: 45px auto;
	background-position:50% 48px;
}
.ys_list:nth-child(2) .ys_l{
	flex:0 1 28%;
	text-align:center;
	background: url(../images/ys02.png) no-repeat;
	background-size: 45px auto;
	background-position:50% 48px;
}
.ys_list:nth-child(3) .ys_l{
	flex:0 1 28%;
	text-align:center;
	background: url(../images/ys03.png) no-repeat;
	background-size: 45px auto;
	background-position:50% 48px;
}
.ys_list:nth-child(4) .ys_l{
	flex:0 1 28%;
	text-align:center;
	background: url(../images/ys04.png) no-repeat;
	background-size: 45px auto;
	background-position:50% 48px;
}

.ys_l h1{
	font-size:30px;
	color:#fff100;
	margin-top: 110px;
	position: relative
	
}
.ys_l h1::after {
			content: '';
            display: block;
            width: 28px;
            height: 0;
            border: 2px solid #fff;
	position: absolute;
	margin-top: 10px;
	left: calc(50% - 14px);
            /* 通过改变边框颜色，可以改变三角形的方向 */
            
}

.ys_r{
		flex:0 1 77%;
	padding: 45px 20px;
}
.ys_r h2{ 
	font-size:20px;
/*	line-height:200%;*/
	color:#fff;
	margin: 0px;
	margin-bottom: 30px;
}


.ys_r p{
	font-size:12px;
	line-height:200%;
		color:#fff;
	margin: 0px;
}





/*明星产品*/
.mx .title{
	margin-top: 100px;
}


@media (max-width: 700px) {.pc{display:none;}.wap{display:block;}
	
.mx .title {
    margin-top: 0px;
}	
	
	
.ys_list{
	background:#009944;
	flex:0 1 100%;
	display:flex;
	justify-content:space-between ;
	margin: 10px auto;
	
} 

	.title1 h2{
		     margin-top: 0px; 

	}	

.cj_main{
	width:100%;
	float:left;	
	display:flex;
	justify-content:space-between ;
	flex-wrap: wrap;
}
.cj_list{
/*	background:#00479d;*/
	flex:1 1 100%;
	display:flex;
	justify-content:space-between ;
	margin: 20px auto;
	flex-wrap: wrap;
	
} 	
	
	
.sl_bg{
	width:100%;
	float:left;
	background-image: url("../images/sl_bg.png");
	background-size: 100% 30%;
	background-position: top;
	background-repeat: no-repeat;
	padding-bottom: 0px;
	padding-top: 70px;
	margin-top: -50px;
}	
	
	
.sl_main{
	width:100%;
	float:left;	
	display:flex;
	justify-content:space-between ;
	flex-wrap: wrap;
}	
.sl_list{
	background:#fff;
	flex:1 1 45%;
	display:flex;
	justify-content:space-between ;
	margin: 20px 5px;
	flex-wrap: wrap;
	padding: 5px;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.44);
} 	
	

.cj_l h1{
	font-size:40px;
	color:#fff;
/*	margin-top: 110px;*/
	position: relative
	
}

.cj_l h1::after {
			content: '';
            display: block;
            width: 50px;
            height: 0;
            border: 2px solid #fff;
	position: absolute;
	margin-top: 10px;
	left: calc(50% - 25px);
            /* 通过改变边框颜色，可以改变三角形的方向 */
            
}
.cj_l h2{
	font-size:25px;
	color:#fff;
/*	margin-top: 110px;*/
	position: relative
	
}	
	
	
}


.case_img{
/*	height: 220px;*/
}

@media (max-width: 700px) {
.case_img{
	/* height: 180px; */
}
}


/*title1*/
.title1 {
	width: 100%;
	float: left;
	text-align: center;
	margin-bottom: 40px;
	overflow:hidden;
}
.title1 h2 {
	font-size: 60px;
	color: #fff;
	margin-top: 110px;
	position: relative;
	font-weight: 600;
	z-index: 99;
}
.title1 h2::before {
	content: 'PRODUCT CENTER';
	font-size: 60px;
	font-weight: 400;
	/*            width: 28px;*/
	/*            border: 2px solid #fff;*/
	position: absolute;
	color: rgba(255, 255, 255, 0.102);
	width: 700px;
	z-index: 1;
	text-align: center;
	/*	margin-top: 10px;*/
	left: calc(50% - 350px);
	/* 通过改变边框颜色，可以改变三角形的方向 */
}
.title1 p {
	font-size: 24px;
	color: #fff;
	letter-spacing: 10px;
}

/*title2*/
.title2 {
	width: 100%;
	float: left;
	text-align: center;
	margin-bottom: 40px;
	overflow:hidden;	
}
.title2 h2 {
	font-size: 60px;
	color: #000;
	margin-top: 50px;
	position: relative;
	font-weight: 600;
	z-index: 99;
}
.cp .title2 h2::before {
	content: 'PRODUCT CENTER';
	font-size: 60px;
	font-weight: 400;
	/*            width: 28px;*/
	/*            border: 2px solid #fff;*/
	position: absolute;
	color: rgba(0, 0, 0, 0.102);
	width: 700px;
	z-index: 1;
	text-align: center;
	/*	margin-top: 10px;*/
	left: calc(50% - 350px);
	/* 通过改变边框颜色，可以改变三角形的方向 */
}

.pp_bg .title2 h2::before {
	content: 'PRODUCT CENTER';
	font-size: 60px;
	font-weight: 400;
	/*            width: 28px;*/
	/*            border: 2px solid #fff;*/
	position: absolute;
	color: rgba(0, 0, 0, 0.102);
	width: 700px;
	z-index: 1;
	text-align: center;
	/*	margin-top: 10px;*/
	left: calc(50% - 350px);
	/* 通过改变边框颜色，可以改变三角形的方向 */
}

.ys_bg .title2 h2::before {
	content: 'COMPANY INTRODUCTION';
	font-size: 60px;
	font-weight: 400;
	/*            width: 28px;*/
	/*            border: 2px solid #fff;*/
	position: absolute;
	color: rgba(0, 0, 0, 0.102);
	width: 1000px;
	z-index: 1;
	text-align: center;
	/*	margin-top: 10px;*/
	left: calc(50% - 500px);
	/* 通过改变边框颜色，可以改变三角形的方向 */
}

.pp_bg .title2 h2::before {
	content: 'STAR PRODUCTS';
	font-size: 60px;
	font-weight: 400;
	/*            width: 28px;*/
	/*            border: 2px solid #fff;*/
	position: absolute;
	color: rgba(0, 0, 0, 0.102);
	width: 1000px;
	z-index: 1;
	text-align: center;
	/*	margin-top: 10px;*/
	left: calc(50% - 500px);
	/* 通过改变边框颜色，可以改变三角形的方向 */
}

.mx .title2 h2::before {
	content: 'STAR PRODUCTS';
	font-size: 60px;
	font-weight: 400;
	/*            width: 28px;*/
	/*            border: 2px solid #fff;*/
	position: absolute;
	color: rgba(0, 0, 0, 0.102);
	width: 1000px;
	z-index: 1;
	text-align: center;
	/*	margin-top: 10px;*/
	left: calc(50% - 500px);
	/* 通过改变边框颜色，可以改变三角形的方向 */
}

.news_bg .title2 h2::before {
	content: 'NEWS AND INFORMATION';
	font-size: 60px;
	font-weight: 400;
	/*            width: 28px;*/
	/*            border: 2px solid #fff;*/
	position: absolute;
	color: rgba(0, 0, 0, 0.102);
	width: 1000px;
	z-index: 1;
	text-align: center;
	/*	margin-top: 10px;*/
	left: calc(50% - 500px);
	/* 通过改变边框颜色，可以改变三角形的方向 */
}

.ys_bg .title2 h2::before {
	content: 'SERVICE GUARANTEE';
	font-size: 60px;
	font-weight: 400;
	/*            width: 28px;*/
	/*            border: 2px solid #fff;*/
	position: absolute;
	color: rgba(0, 0, 0, 0.102);
	width: 1000px;
	z-index: 1;
	text-align: center;
	/*	margin-top: 10px;*/
	left: calc(50% - 500px);
	/* 通过改变边框颜色，可以改变三角形的方向 */
}


.title2 p {
	font-size: 24px;
	color: #000;
	letter-spacing: 10px;
}


/*title1*/
.title3 {
	width: 100%;
	float: left;
	text-align: center;
	margin-bottom: 40px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	overflow:hidden;	
}
.title3 h2 {
	flex: 50%;
	font-size: 60px;
	color: #fff;
	margin-top: 70px;
	position: relative;
	font-weight: 400;
	z-index: 99;
	text-align: left;
	line-height: 120%;
}
.title3 h1 {
	font-size: 60px;
	color: #fff;
	margin-top: 70px;
	position: relative;
	font-weight: 600;
	z-index: 99;
	line-height: 240%;
}



.title {
	width: 100%;
	float: left;
}
@media (max-width: 700px) {
/*title1*/
.title1 {
	width: 100%;
	float: left;
	text-align: center;
	margin-bottom: 20px;
}
.title1 h2 {
	font-size: 30px;
	color: #fff;
	margin-top: 30px;
	position: relative;
	font-weight: 600;
	z-index: 99;
}
.title1 h2::before {
	content: 'PRODUCT CENTER';
	font-size: 30px;
	font-weight: 400;
	/*            width: 28px;*/
	/*            border: 2px solid #fff;*/
	position: absolute;
	color: rgba(255, 255, 255, 0.102);
	width: 700px;
	z-index: 1;
	text-align: center;
	/*	margin-top: 10px;*/
	left: calc(50% - 350px);
	/* 通过改变边框颜色，可以改变三角形的方向 */
}
.title1 p {
	font-size: 18px;
	color: #fff;
	letter-spacing: 10px;
}

/*title2*/
.title2 {
	width: 100%;
	float: left;
	text-align: center;
	margin-bottom: 20px;
}
.title2 h2 {
	font-size: 30px;
	color: #000;
	margin-top: 50px;
	position: relative;
	font-weight: 600;
	z-index: 99;
}
.cp .title2 h2::before {
	content: 'PRODUCT CENTER';
	font-size: 30px;
	font-weight: 400;
	/*            width: 28px;*/
	/*            border: 2px solid #fff;*/
	position: absolute;
	color: rgba(0, 0, 0, 0.102);
	width: 700px;
	z-index: 1;
	text-align: center;
	/*	margin-top: 10px;*/
	left: calc(50% - 350px);
	/* 通过改变边框颜色，可以改变三角形的方向 */
}
.ys_bg .title2 h2::before {
	content: 'SERVICE GUARANTEE';
	font-size: 30px;
	font-weight: 400;
	/*            width: 28px;*/
	/*            border: 2px solid #fff;*/
	position: absolute;
	color: rgba(0, 0, 0, 0.102);
	width: 700px;
	z-index: 1;
	text-align: center;
	/*	margin-top: 10px;*/
	left: calc(50% - 350px);
	/* 通过改变边框颜色，可以改变三角形的方向 */
}	

	
.mx .title2 h2::before {
	content: 'STAR PRODUCTS';
	font-size: 30px;
	font-weight: 400;
	/*            width: 28px;*/
	/*            border: 2px solid #fff;*/
	position: absolute;
	color: rgba(0, 0, 0, 0.102);
	width: 700px;
	z-index: 1;
	text-align: center;
	/*	margin-top: 10px;*/
	left: calc(50% - 350px);
	/* 通过改变边框颜色，可以改变三角形的方向 */
}		
	
	
.news_bg .title2 h2::before {
	content: 'NEWS AND INFORMATION';
	font-size: 30px;
	font-weight: 400;
	/*            width: 28px;*/
	/*            border: 2px solid #fff;*/
	position: absolute;
	color: rgba(0, 0, 0, 0.102);
	width: 700px;
	z-index: 1;
	text-align: center;
	/*	margin-top: 10px;*/
	left: calc(50% - 350px);
	/* 通过改变边框颜色，可以改变三角形的方向 */
}




	
	
	
	
	
	
	
.title2 p {
	font-size: 18px;
	color: #000;
	letter-spacing: 10px;
}


/*title1*/
.title3 {
	width: 100%;
	float: left;
	text-align: center;
	margin-bottom: 40px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	padding: 0 10px;
}
.title3 h2 {
	flex: 50%;
	font-size: 30px;
	color: #fff;
	margin-top: 70px;
	position: relative;
	font-weight: 400;
	z-index: 99;
	text-align: left;
	line-height: 120%;
}
.title3 h1 {
	font-size: 30px;
	color: #fff;
	margin-top: 70px;
	position: relative;
	font-weight: 600;
	z-index: 99;
	line-height: 240%;
}



.title {
	width: 100%;
	float: left;
}
}
