@charset "utf-8";

.wx-library {
	padding-bottom: 30px;
	background: url(wx-library-bg.png) center 600px no-repeat;
}
.wx-library .sec1 {
	height: 600px;
	background: url(sec1-bg.png) center no-repeat;
}
.wx-library .sec1 .img {
	margin-top: 66px;
}
.wx-library .sec1 .img img {
	width: auto;
	max-width: 320px;
	height: auto;
}
.wx-library .sec1 .info {
	margin-top: 160px;
	width: 630px;
	color: #fff;
}
.wx-library .sec1 .info h3 {
	font-weight: normal;
	font-size: 56px;
	line-height: 1.5;
}
.wx-library .sec1 .info p {
	margin: 10px 0 60px;
	font-size: 26px;
}
.wx-library .sec1 .info span {
	display: inline-block;
	width: 240px;
	height: 66px;
	line-height: 64px;
	font-size: 30px;
	text-align: center;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 66px;
	cursor: pointer;
	-ms-transition: .3s;
		transition: .3s;
}
.wx-library .sec1 .info span:hover {
	background-color: #ffcb13;
	border-color: #ffcb13;
}
/* 微信弹窗二维码 */
.wx-library .sec1 .wx-fixed {
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
}
.wx-library .sec1 .wx-fixed-box {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	padding: 1px 80px;
	width: 500px;
	height: 580px;
	background-color: #fff;
	border-radius: 12px;
	box-sizing: border-box;
}
.wx-library .sec1 .wx-fixed-box .close {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 10;
	width: 32px;
	height: 32px;
	background: url(fixed-wx-close.png) center no-repeat;
	cursor: pointer;
}
.wx-library .sec1 .wx-fixed-box h4 {
	margin-top: 80px;
	font-weight: normal;
	font-size: 26px;
	line-height: 50px;
	text-align: center;
}
.wx-library .sec1 .wx-fixed-box h4 img {
	width: 50px;
	height: 50px;
	margin-right: 10px;
}
.wx-library .sec1 .wx-fixed-box .img {
	margin: 10px auto;
	width: 280px;
}
.wx-library .sec1 .wx-fixed-box .img img {
	width: 100%;
	height: auto;
}
.wx-library .sec1 .wx-fixed-box p {
	font-weight: bold;
	font-size: 20px;
	line-height: 1.6;
	text-align: center;
}
.wx-library .sec1 .wx-fixed-box p span {
	color: #0173ff;
}

.wx-library .sec2 {
	clear: both;
	padding: 50px 0;
}
.wx-library .sec2 .info, .wx-library .sec3 .info {
	margin-top: 200px;
	width: 460px;
}
.wx-library .sec2 .info {
	margin-left: 80px;
}
.wx-library .sec2 .info h3, .wx-library .sec3 .info h3 {
	margin-bottom: 20px;
	font-weight: normal;
	font-size: 50px;
	color: #000;
}
.wx-library .sec2 .info p, .wx-library .sec3 .info p {
	font-size: 20px;
	line-height: 2;
	color: #808080;
}
.wx-library .sec2 .img, .wx-library .sec3 .img {
	
}
.wx-library .sec2 .img img, .wx-library .sec3 .img img {
	width: auto;
	max-width: 620px;
	height: auto;
}
.wx-library .sec3 {
	padding: 50px 0;
}
.wx-library .sec3 .info {
	margin-right: 150px;
}
.wx-library .sec3 .img {
	margin-left: 100px;
}
.wx-library .sec4 {
	padding: 50px 0;
	text-align: center;
}
.wx-library .sec4 h3 {
	font-weight: normal;
	font-size: 50px;
	color: #000;
}
.wx-library .sec4 ul {
	margin-top: 50px;
	width: 100%;
}
.wx-library .sec4 ul li {
	float: left;
	padding: 0 100px;
	width: 33.333%;
	box-sizing: border-box;
}
.wx-library .sec4 ul li img {
	width: 100px;
	height: auto;
}
.wx-library .sec4 ul li h5 {
	margin: 10px 0 20px;
	font-weight: normal;
	font-size: 30px;
	color: #333;
}
.wx-library .sec4 ul li p {
	font-size: 20px;
	color: #808080;
}
