﻿@charset "utf-8";

.cmpllq {}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

.sec2 p,
.sec3 p,
.sec4 p {
	font-size: 20px;
}

/* 第一部分 */
.sec1 {
	background: url(banner1.png) no-repeat center;
	background-size: cover;
	height: 600px;
}

.sec1 h4 {
	font-size: 25px;
}

.sec1 p,
.sec2 h4,
.sec4 h4{
	font-size: 50px;
}
.sec1-info {
	padding-top: 260px;
	padding-left: 180px;
}
.img-r{
	padding:80px 120px 70px 0;
	
}

/* 第二部分 */
.sec2 {
	text-align: center;
	padding: 100px 0 0 0;
}

.sec2 h4 {
}

.sec2 p {
	line-height: 2;
}
.sec2 .img-b img{
	padding-top: 60px;
	height: auto;
}


/* 第三部分 */
.sec3 {
	background: #dcecf7;
	height: 500px;
	margin-top: -60px;
	text-align: center;
}

.sec3 h4 {
	font-size: 50px;
	padding-bottom: 20px;
}
.sec3-info{
	padding-top: 140px;
}
.sec3 p {
	padding-bottom: 50px;
}
.icon-img>div{
	float: left;
	width: 16.66%;
	text-align: center;
}

/* 第四部分 */
.sec4 {
	text-align: center;
}

.sec4 h4 {
	padding: 80px 0 30px 0;
}

.sec4 p {
	padding-bottom: 20px;
}
.img-back{
	background:url(img4-1.png) no-repeat center;
	background: cover;
	width: 100px;
	height: 100px;
	position:absolute;
	bottom: 0;
}
