/* 头部样式 */
.header{background-color: rgba(255,255,255,1);}


/* 关于我们大标题样式 */
.aboutTit{ width: 100%; height: 514px;background: url(/static/econ/images/aboutTit.png) no-repeat; background-size: cover;}
.aboutTit div p:nth-child(1){ text-align: center;color: #fff;font-size: 40px;padding-top: 250px;  letter-spacing: 5px;}
.aboutTit div p:nth-child(2){ text-align: center;color: #fff;font-size: 20px;}


/* 公司介绍样式 */
.companyIntroduction{margin:50px 0; width: 100%; position: relative;display: flex;flex-wrap: wrap;}
.IntroductionTit{padding: 0 0 30px 0;}
.IntroductionImg{width: 378px; height: auto; position: absolute;z-index: 5;left: 80px;}
.IntroductionImg img{width: 378px; height: 259.5px; box-shadow: 2px 2px 10px #333; margin-top: 10px;}
.IntroductionText{width: 700px;background-color: #F4F4F4;padding: 70px;box-shadow: 2px 2px 5px #333;margin-left: 380px;}
.IntroductionText .content{text-align: justify; width: 550px; line-height: 28px;font-size: 18px;padding-bottom: 5px; padding-left: 100px;}

/* 手机端和平板 */
@media (max-width:992px) {
	
   /* 关于我们大标题样式 */
    .aboutTit{ height: 300px;background: url(/static/econ/images/aboutTit.png) no-repeat cover;}
    .aboutTit div p:nth-child(1){text-indent: 0em; font-size: 20px;padding-top: 150px;  letter-spacing: 4px;}
    .aboutTit div p:nth-child(2){text-indent: 0em; font-size: 14px;}
	
	/* 公司介绍样式 */
	.companyIntroduction{margin:50px 0; width: 100%; position: static;display: block;}
	.IntroductionTit{padding: 0 0 30px 0;}
	.IntroductionImg{width: 306.18px; height: auto; position: static; margin: 0 auto;}
	.IntroductionImg img{ width: 306.18px; height: 210.15px;box-shadow: 2px 2px 10px #333;margin-top: 5px;}
	.IntroductionText{width: auto;background-color: #F4F4F4;padding: 50px;box-shadow: 2px 2px 5px #333;margin-left: 0;}
	.IntroductionText .content{text-align: justify; width: 100%; line-height: 28px;font-size: 17px;padding-bottom: 5px; padding-left: 0;}
}

/* 小屏显示器 */
@media (min-width:992px) {
	/* 关于我们大标题样式 */
	 .aboutTit{ height: 400px;}
	 .aboutTit div p:nth-child(1){text-indent: 0em; font-size: 30px;padding-top: 180px;  letter-spacing: 4px;}
	 .aboutTit div p:nth-child(2){text-indent: 0em; font-size: 16px;}
	 
	/* 公司介绍样式 */
	.companyIntroduction{margin:50px 0; width: 100%; position: relative;display: flex;flex-wrap: wrap;}
	.IntroductionTit{padding: 0 0 30px 0;}
	.IntroductionImg{width: 378px; height: auto; position: absolute;z-index: 5;left: 100px;}
	.IntroductionImg img{width: 378px; height: 259.5px;box-shadow: 2px 2px 10px #333;margin-top: 60px;}
	.IntroductionText{width: 520px;background-color: #F4F4F4;padding: 40px;box-shadow: 2px 2px 5px #333;margin-left: 380px;}
	.IntroductionText .content{text-align: justify; width: 340px; line-height: 28px;font-size: 18px;padding-bottom: 5px; padding-left: 100px;}
}

/* 大屏显示器 */
@media (min-width:1300px) {
	/* 关于我们大标题样式 */
	 .aboutTit{ height: 514px;background: url(/static/econ/images/aboutTit.png) no-repeat cover;}
	 .aboutTit div p:nth-child(1){text-indent: 0em; font-size: 40px;padding-top: 250px;  letter-spacing: 5px;}
	 .aboutTit div p:nth-child(2){text-indent: 0em; font-size: 20px;}
	 
	 /* 公司介绍样式 */
	 .companyIntroduction{ margin:50px 0; width: 100%; position: relative;display: flex;flex-wrap: wrap;}
	 .IntroductionTit{padding: 0 0 30px 0;}
	 .IntroductionImg{width: 340px; height: auto; position: absolute;z-index: 5;left: 100px;}
	 .IntroductionImg img{width: 340px; height: 233.5px; box-shadow: 2px 2px 10px #333;margin-top: 10px;}
	 .IntroductionText{width: 700px;background-color: #F4F4F4;padding: 60px;box-shadow: 2px 2px 5px #333;margin-left: 370px;}
	 .IntroductionText .content{text-align: justify; width: 550px; line-height: 28px;font-size: 18px;padding-bottom: 5px; padding-left: 100px;}
}



