@charset 'utf-8';
html {
	font-family: "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
ul,
li,
table,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline
}

button,
input,
optgroup,
select,
textarea {
	outline: none;
}

li {
	list-style: none
}

a {
	background-color: transparent;
	text-decoration: none
}

input {
	outline: 0
}

img {
	border: 0
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

img {
	vertical-align: middle;
	border: none;
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
	height: 0;
}

.clearfix {
	zoom: 1;
}

.wrap {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.topbar {
	height: 80px;
	line-height: 80px;
}

.topbar .topbar-logo {
	float: left;
	width: 150px;
	height: 45px;
	margin-top: 18px;
	margin-right: 100px;
}

.topbar ul li {
	float: left;
	margin-right: 45px;
}

.topbar ul li a {
	color: #1A1D1F;
	font-size: 18px;
}

.banner {
	width: 100%;
	overflow: hidden;
}

.banner img {
	width: 100%;
	min-width: 1200px;
}

/* .banner {
	height: 300px;
	background: url('../cyb-img/aboutus/banner.png') no-repeat center center;
}

.banner .banner-title {
	padding-top: 197px;
	font-size: 20px;
	color: #fff;
}

.banner .banner-title div {
	text-align: left;
	font-size: 36px;
} */

.h3-logo {
	width: 48px;
	height: 4px;
}

.h3-logo div {
	float: left;
	width: 24px;
	height: 4px;
}

.h3-logo div.color-orange {
	background: #F08519;
}

.h3-logo div.color-red {
	background: #C82126;
}

/*关于产园帮*/

.intro {
	padding-top: 65px;
}

.intro .intro-text {
	width: 564px;
	height: 383px;
	padding: 71px 64px 0 38px;
	position: absolute;
	top: 83px;
	left: 0;
	background: #fff;
	box-shadow: 5px 0px 15px rgba(125, 125, 125, 0.31);
	font-size: 18px;
	color: #999999;
	line-height: 36px;
	z-index: 3;
}

.intro .intro-text h3 {
	font-size: 24px;
	color: #1A1D1F;
}

.intro .intro-text .h3-logo {
	margin: 22px 0 28px 0;
}

.intro .intro-point {
	width: 695px;
	height: 98px;
	position: absolute;
	left: -90px;
	bottom: 0;
	background: url('../cyb-img/aboutus/intro02.png') no-repeat center center;
	background-size: 100% 100%;
	z-index: 2;
}

/*优势及特色*/

.advantage {
	padding-top: 102px;
}

.advantage h3,
.h3-logo {
	text-align: center;
}

.advantage .h3-logo {
	margin: 0 auto;
	margin-top: 22px;
	margin-bottom: 58px;
}

.advantage ul li {
	float: left;
	width: 368px;
	height: 232px;
	margin: 0 29px 28px 0;
	border: 1px solid #E6E6E6;
	font-size: 16px;
	color: #999999;
}

.advantage ul li:hover {
	box-shadow: 5px 0px 15px rgba(125, 125, 125, 0.31);
}

.advantage ul li.mar-0 {
	margin-right: 0;
}

.advantage ul li img {
	display: block;
	margin: 0 auto;
}

.advantage ul li h3 {
	font-size: 20px;
	color: #1A1D1F;
	font-weight: 300;
}

.advantage ul li p {
	margin: 30px 40px 0 40px;
}

/*服务流程*/

.progress {
	height: 488px;
	background: url('../cyb-img/aboutus/progress-bg.png') no-repeat center center;
}

.progress .wrap {
	padding-top: 80px;
}

.progress .wrap h3 {
	text-align: center;
}

.progress .wrap .h3-logo {
	margin: 0 auto;
	margin-top: 21px;
	margin-bottom: 60px;
}

.progress ul li {
	float: left;
}

.progress ul li .arrow {
	width: 20px;
	height: 18px;
	margin: 83px 13px 0 13px;
	background: url('../cyb-img/aboutus/arrow.png') no-repeat center center;
}

.progress-cont {
	width: 194px;
	height: 178px;
	border: 3px dashed #613E18;
	border-radius: 10px;
	font-size: 24px;
	color: #613E18;
	text-align: center;
}

.progress-cont img {
	margin: 50px 0 27px;
}

/*联系我们*/

.contact {
	padding: 86px 0 81px 0;
	text-align: center;
	font-size: 18px;
	color: #1A1D1F;
	line-height: 36px;
	height: 300px;
}

.contact .wrap {
	position: relative;
}

.marleft_50 {
	margin-left: 50px;
}

.contact .contact_wrap {
	position: absolute;
	top: 100px;
	left: 50%;
	transform: translateX(-50%);
	text-align: left;
}

.contact .h3-logo {
	margin: 0 auto;
	margin-top: 22px;
	margin-bottom: 85px;
}