﻿@charset "utf-8";

.czb{
	color: #fff;
}
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}

/* 第一部分呢 */
.sec1{
	background: url(banner1.png) no-repeat center;
	background-size:cover ;
	height: 600px;
}
.sec1 .myContainer{
	padding-top:106px;
}
.sec1 img.imgclick{
	padding-right: 60px;
}
.sec1-info{
	padding-left: 112px;
}
.sec1-info h3{
	font-size: 55px;
	padding-top: 26px;
}
.sec1-info p{
	font-size: 25px;
	position: relative;
}
.sec1-info p span{
	padding: 4px 22px;
    background: #1479e3;
    opacity: .5;
    border-radius: 30px;
    position: absolute;
    right: 0;
    top: -10px;
}
.sec1-info p img{
	width:276px;
	height: 88px;
	margin-top: 40px;
}


/* 二部分 */
.sec2{
	
}
.sec2-info{
	width: 900px;
	margin: auto;
	margin-bottom: 70px;
}
.sec2-info ul{
	float: left;
	text-align: center;
	width: 33.33%;
	border: 1px solid #b3b3b3;
	height: 440px;
	box-sizing: border-box;
}
.sec2-info ul li{
	line-height: 2;
	color: #b3b3b3;
}
.sec2-info ul li.sec2-img{
	height: 240px;
}
.sec2-info ul li.sec2-img img{
	padding-top: 70px;
}
.sec2-info ul li.title{
	font-size: 30px;
	color:#000000;
}
.sec2 .clearfix h4{
	font-size: 50px;
	text-align: center;
	margin-top: 36px;
	margin-bottom:70px ;
	color: #000000;
	
}


/* 三部分 */
.sec3{
	background: url(banner3.png) no-repeat center;
	background-size: cover;
	height: 500px;
	text-align: center;
	
}
.sec3 h4{
	font-size: 50px;
	padding-top: 200px;
	
}
.sec3 p{
	font-size: 20px;
}
/* 四部分 */
.sec4{
	background: url(banner4.png) no-repeat center;
	background-size: cover;
	height: 650px;
	text-align: center;
}
.sec4 h4{
	font-size: 60px;
	padding-top: 70px;
color:#000000;
}
.sec4 p{
	/* height: 460px; */
}
.sec4 p img{
	/* width: 100%; */
}