@charset "utf-8";
/* ===================关于我们样式========================== */

/* 定制 start */
.custom_con{
	background: url(../images/custom_bg.jpg) no-repeat center;
	background-size: cover;
	color: white;
	padding: 2.1rem 0 3.6rem;
}
.custom_con .fl{
	width: 49.8%;
}
.custom_con .fl .tit{
	position: relative;
}
.custom_con .fl .tit h4{
	font-size: 16px;
	line-height: 26px;
}
.custom_con .fl .tit p{
	padding: 5px 0 15px;
	font-size: 14px;
}
.custom_con .fl .tit::before{
	position: absolute;
	content: "";
	width: 60px;
	height: 1px;
	background-color: white;
	top: 100%;
	left: 0;
}
.custom_con .info{
	margin-top: 15px;
	font-size: 14px;
	line-height: 30px;
	text-align: justify;
}
/* 定制 end */


/* 品牌文化 start */
.brand_con{
	padding: 1.05rem 0 0.3rem;
}
.brand_con .info{
	margin-top: 0.3rem;
	text-align: center;
	font-size: 14px;
	line-height: 32px;
}
.brand_con .ico{
	margin-top: 0.4rem;
	text-align: center;
}
.brand_con .ico li{
	display: inline-block;
	text-align: center;
	padding: 0 0.15rem;
	font-size: 0;
}
.brand_con .ico li img{
	width: auto;
	margin: 0 auto;
	max-width: 42px;
}
.brand_con .ico li p{
	color: black;
	font-size: 12px;
	margin-top: 0.08rem;
	font-family: "PINGFANG MEDIUM";
}
.brand_con .pic{
	margin-top: 0.4rem;
}
.brand_con .pic img{
	width: auto;
	margin: 0 auto;
	max-width: 100%;
}
/* 品牌文化 end */


/* 全球采购 start */
.global_con{
	position: relative;
	background-color: #e8e8e8;
}
.global_con .pic{
	position: absolute;
	width: 55.46875%;
	/* height: 100%; */
	background-image: url(../images/global.png); 
	background: center no-repeat;
	background-size: 100% auto;
	position: absolute;
	left: 0;
	bottom: 0;
}
.global_con .pic img{}
.global_con .fr{
	/* width: 33.65%; */
	min-height: 8.15rem;
	width: 5.2rem;
	padding-top: 13.5%;
	margin-right: 8.3%;
}
.global_con .com_tit{
	text-align: left;
}
.global_con .info{
	margin-top: 0.25rem;
	font-size: 14px;
	line-height: 32px;
	color: #595757;
	text-align: justify;
}
.global_con .ico{
	margin-top: 0.35rem;
}
.global_con .ico img{
	width: auto;
}
/* 全球采购 end */


/* 核心竞争力 start */
.core_con{
	padding: 1.35rem 0 1rem;
	background: url(../images/core_bg.jpg) no-repeat center;
	background-size: cover;
}
.core_con .com_tit p::before{
	width: 80%;
	left: 10%;
}
.core_con ul{
	margin-top: 0.8rem;
}
.core_con ul li{
	display: inline-block;
	position: relative;
	float: left;
	width: 29%;
	margin: 0 calc(13% / 6) 0;
	text-align: center;
	/* background-color: rgb(255,255,255,.85); */
	background: url(../images/core_li_bg.png) no-repeat center;
	background-size: 100% 100%;
	min-height: 4.5rem;
	padding-top: 0.98rem;
	font-size: 0;
}
/* .core_con ul li::before{
	position: absolute;
    content: "";
	top: -2px;
	bottom: -2px;
	right: -2px;
	left: -2px;
	background: linear-gradient(to right, #05675c 0%, #098b7f 100%);
	border-radius: 24px;
	z-index: -1;
} */
.core_con ul li .tit{
	color: black;
}
.core_con ul li .tit h4{
	font-size: 14px;
	font-family: "PINGFANG HEAVY";
	letter-spacing: 1px;
}
.core_con ul li .tit p{
	position: relative;
	display: inline-block;
	font-size: 12px;
	margin-top: 0.15rem;
	font-family: "PINGFANG MEDIUM";
}

.core_con ul li .tit p::before {
    position: absolute;
    content: "";
    top: 100%;
    left: 9%;
    width: 0;
    height: 2px;
    background-image: linear-gradient(to right, #05675c , #098b7f);
    margin-top: 0.1rem;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.core_con ul li:hover .tit p::before{
	width: 82%;
}
.core_con ul li .info{
	margin-top: 0.3rem;
	color: #595757;
	font-size: 12px;
	line-height: 32px;
	padding: 0 15% 0;
	text-align: justify;
	text-align-last: center;
}
/* 核心竞争力 end */


/* 定制 start */

/* 定制 end */



/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
    /* 1600 × (900/1024/1200) */
}

@media all and (max-width:1599px) {
    /* 1440 × (900/1050) */
	
	.custom_con{
		background-position: 40% top;
	}
	.custom_con .fl{
		width: 54%;
	}
}

@media all and (max-width:1439px) {
    /* 1360 × (768) */
}

@media all and (max-width:1359px) {
    /* 1280 × (800/854/1024) */
}

@media all and (max-width:1279px) {
    /* 1152 × (864) */
	.custom_con{
		background-position: 25% top;
	}
	.custom_con .fl{
		width: 60%;
	}
	
	.global_con .fr{
		margin-right: 4%;
	}
	
	.core_con ul li .info{
		padding: 0 10% 0;
	}
}

@media all and (max-width:1151px) {
    /* 1024 × (600/768) */
	
	.core_con ul li{
		padding-top: 0.6rem;
	}
}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
}

@media all and (max-width:960px) {
	.custom_con{
		padding: 0;
		background-image: none;
		color: black;
	}
   .custom_con .fl{
	   width: 100%;
	   float: none;
   }
   .custom_con .fl .tit{
	   display: none;
   }
   .custom_con .info{
	   text-align-last: center;
	   margin: 0.6rem 0 0.8rem;
   }
   
   .brand_con{
	   padding: 0.8rem 0;
   }
   .brand_con .pic{
	   margin: 0 0 0.25rem;
   }
   
   .global_con{
	   padding: 0.55rem 0 0.85rem;
   }
   .global_con .pic{
	   position: relative;
	   width: 100%;
   }
   .global_con .fr{
	   width: 100%;
	   min-height: auto;
	   margin: 0;
	   padding: 0.75rem 4% 0;
   }
   .global_con .info{
	   margin-top: 0.35rem;
   }
   
   .core_con{
	   padding: 0.7rem 0;
	   background-image: url(../images/core_bg_mb.jpg);
   }
   .core_con ul{
	   margin-top: 0.7rem;
   }
   .core_con ul li{
	   width: 100%;
	   margin:0 0 0.3rem;
	   min-height: auto;
	   padding: 0.4rem 0 0.3rem;
	   background-color: rgb(255,255,255,.8);
	   border: 2px solid #1a736c;
	   background-image: none;
	   border-radius: 24px;
   }
   
}

@media all and (max-width:800px) {
   
}

@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */
}

@media all and (max-width:540px) {
   
}

@media all and (max-width:420px) {
   
}

@media all and (max-width:375px) {
   
}