@charset "utf-8";

.OPACsuper {
	padding-bottom: 30px;
	background-color: #fff;
}
.OPACsuper .sec1 {
	position: relative;
	height: 600px;
	background: url(sec1-bg.jpg) center no-repeat;
}
.OPACsuper .sec1 .myContainer {
	height: 100%;
}
.OPACsuper .sec1 .info {
	top: 50%;
	left: 0;
	width: 500px;
	color: #fff;
	-ms-transform: translateY(-50%);
		transform: translateY(-50%);
}
.OPACsuper .sec1 .info em {
    float: right;
    padding: 4px 26px;
    font-size: 24px;
	border: 1px solid #fff;
    border-radius: 50px;
}
.OPACsuper .sec1 .info h3 {
	clear: both;
	font-weight: normal;
	font-size: 50px;
	line-height: 1.5;
}
.OPACsuper .sec1 .info p {
	margin: 10px 0 30px;
	font-size: 20px;
}
.OPACsuper .sec1 .info a {
	display: inline-block;
	width: 200px;
	height: 60px;
	line-height: 58px;
	font-size: 30px;
	text-align: center;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 60px;
	cursor: pointer;
}
.OPACsuper .sec1 .img {
	right: 0;
	bottom: 0;
	width: 710px;
}
.OPACsuper .sec1 .img img {
	width: 100%;
	height: auto;
}
/*  */
.OPACsuper .sec2 {
	clear: both;
	padding: 60px 0;
}
.OPACsuper .sec2 .info, .OPACsuper .sec3 .info {
	margin-top: 80px;
	width: 420px;
}
.OPACsuper .sec2 .info {
	margin-left: 80px;
}
.OPACsuper .sec2 .info h3, .OPACsuper .sec3 .info h3 {
	margin-bottom: 20px;
	font-weight: normal;
	font-size: 50px;
	color: #000;
}
.OPACsuper .sec2 .info p, .OPACsuper .sec3 .info p {
	font-size: 20px;
	line-height: 2;
	color: #808080;
}
.OPACsuper .sec2 .img, .OPACsuper .sec3 .img {
	
}
.OPACsuper .sec2 .img img, .OPACsuper .sec3 .img img {
	width: auto;
	max-width: 620px;
	height: auto;
}
/*  */
.OPACsuper .sec3 {
	padding: 60px 0;
}
.OPACsuper .sec3 .info {
	margin-right: 60px;
	width: 460px;
}
.OPACsuper .sec3 .img {
	margin-left: 30px;
	max-width: 50%;
}
.OPACsuper .sec3 .img img {
	width: 100%;
	height: auto;
}
/*  */
.OPACsuper .sec4 {
	padding: 50px 0;
	text-align: center;
}
.OPACsuper .sec4 h3 {
	font-weight: normal;
	font-size: 50px;
	color: #000;
}
.OPACsuper .sec4 ul {
	margin-top: 50px;
	width: 100%;
}
.OPACsuper .sec4 ul li {
	float: left;
	padding: 0 64px;
	width: 33.333%;
	box-sizing: border-box;
}
.OPACsuper .sec4 ul li img {
	width: 120px;
	height: auto;
}
.OPACsuper .sec4 ul li h5 {
	margin: 10px 0 20px;
	font-weight: normal;
	font-size: 30px;
	color: #333;
}
.OPACsuper .sec4 ul li p {
	font-size: 20px;
	color: #808080;
}
