﻿@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: 6rem; */
}
.sec1 .myContainer{
	padding-top:1.06rem;
}
.sec1 img.imgclick{
	padding-right: .60rem;
}
.sec1-info{
	padding-left: 1.12rem;
}
.sec1-info h3{
	font-size: .55rem;
}
.sec1-info p{
	font-size: .25rem;
}
.sec1-info p span{
	padding: .04rem .08rem;
	background: #1479e3;
	opacity: .5;
	border-radius: .30rem;
	position: static;
	right:0 ;
}
.sec1-info p img{
	width:2.76rem;
	height: .88rem;
	margin-top: .40rem;
	
}
.sec1-r{
	width: 5rem;
	height: 4.16rem;
}
.sec1-r img{
	width: 100%;
	height:auto;
}


/* 二部分 */
.sec2{
	
}
.sec2-info{
	/* width: 9rem; */
	margin: auto;
	margin-bottom: .70rem;
}
.sec2-info ul{
    text-align: center;
    width: 70%;
    margin: auto;
    border: .01rem solid #b3b3b3;
    /* height: 4.40rem; */
    box-sizing: border-box;
    padding-bottom: 0.2rem;
}
.sec2-info ul li{
	line-height: 2;
	color: #b3b3b3;
}
.sec2-info ul li.sec2-img{
	height: 2.40rem;
}
.sec2-info ul li.sec2-img img{
	padding-top: .70rem;
}
.sec2-info ul li.title{
	font-size: .30rem;
	color:#000000;
}
.sec2 .clearfix h4{
	font-size: .50rem;
	text-align: center;
	margin-top: .36rem;
	margin-bottom:.70rem ;
	color: #000000;
	
}


/* 三部分 */
.sec3{
	background: url(banner3.png) no-repeat center;
	background-size: cover;
	height: 5rem;
	text-align: center;
	
}
.sec3 h4{
	font-size: .50rem;
	padding-top: 2rem;
	
}
.sec3 p{
	font-size: .20rem;
}
/* 四部分 */
.sec4{
	background: url(banner4.png) no-repeat center;
	background-size: cover;
	/* height: 6.50rem; */
}
.sec4 h4{
	font-size: .60rem;
	text-align: center;
	padding-top: .70rem;
	margin-bottom: .4rem;
	color:#000000;
}
.sec4 p img{
	width: 100%;
	height: auto;
}