body {
	background: #fafafa;
	letter-spacing:1px;
}
.changeLang{
  position: absolute;
  right: 150px;
  top: 0px;
  font-size: 12px;
  z-index: 1000;
  color: #666666;
  white-space: nowrap;
  cursor: pointer;
}
.changeLang .active{
  font-size: 14px;
  color:#5DB64C;
  font-weight: 600;
}
.z-service-list span.footerSpan:first-child{
    display: inline;
    font-size: 12px;
    font-weight: 400;
    color: #7d7d7d;
    line-height: 24px;
    min-width: 100px;
}

.z-row {
	width: 100%;
}
.linkRoca a,
.linkRoca a:hover,
.linkRoca a:link,
.linkRoca a.visited{
  color: #FFFFFF;
  text-decoration:none;
}

.bac-white{
  background: #fff;
}

@media only screen and (max-width: 1280px){
  .z-footer{
    padding-left: 30px;
  }
  .z-service {
    padding-right: 0px;
  }
	body {
		overflow-y: auto;
		width: auto;
	}
	.z-row {
		width: 1280px!important;
	}
	#z-wrapper .z-header {
	  width: 1280px!important;
	}
}
@media only screen and (max-width: 1280px){
  .z-service{
    width: auto;
  }
  .z-footer{
    /*padding-right: 186px!important;*/
  }
}
.z-relative {
	position: relative;
}

#z-wrapper .z-header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100px;
	line-height: 100px;
	text-align: center;
	box-shadow: 0px 1px 0px 0px #EBEBEB;
	-webkit-box-shadow: 0px 1px 0px 0px #EBEBEB;
	-moz-box-shadow: 0px 1px 0px 0px #EBEBEB;
	-o-box-shadow: 0px 1px 0px 0px #EBEBEB;
	z-index: 999;
	background: #fff;
}

.z-header-row {
	position: relative;
	height: 100px;
}

.z-header-row:after {
	display: table;
	content: "";
}

.z-header-logo {
	position: absolute;
	left: 10.4%;
	height: 100%;
}

.z-header-logo img {
	height: 100%;
}

.z-header-btn {
	position: absolute;
	right: 10.417%;
	top: 26px;
}

.z-header-nav {
	margin: 0 auto;
	width: 455px;
	display: flex;
  justify-content: space-around;
}

.z-header-btn .linkRoca {
  position: absolute;
	height: 48px;
	line-height: 48px;
	width: 120px;
	right: 10.417%;
	/*background: #5DB64C;
	border-radius: 28px;
	
	
	font-size: 16px;
	font-weight: 500;
	color: #FFFFFF;*/
}
.turnToRoca{
    padding: 13px 26px;
    width: 120px;
    line-height: 48px;
    background: #5DB64C;
    border-radius: 28px;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
		white-space: nowrap;
}

a.z-header-nav-list {
	float: left;
	/*padding-right: 30.12%;*/
	text-decoration: none;
	color: #666666;
	/*padding: 0px 40px;*/
	padding: 0px 30px;
	font-size: 16px;
	cursor: pointer !important;
}
a.z-header-nav-list:hover{
  cursor: pointer !important;
  color: #333;
}
a.z-header-nav-list.active {
  color: #333;
	font-size: 18px;
	font-weight: 500;
	 max-width: 250px;
}

.z-nav-content {
	position: absolute;
	top: 101px;
	/*padding-left: 32.7%;
	padding-right: 32.7%;*/
	width: 100%;
	line-height: 20px;
	box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.1);
	background: #fff;
	display: flex;
	justify-content: center;
}

.z-nav-content-row {
  min-width: 1000px;
	display: flex;
	/*justify-content: space-between;*/
	justify-content: space-around;
}

.z-nav-content-list {
	padding: 24px 0px;
	text-align: left;
	
}

.z-nav-content-list-title {
	margin-bottom: 8px;
	font-weight: 500;
	color: #333333 !important;
	font-size: 14px;
}
.z-nav-content-list-item {
	display: block;
	margin-top: 8px;
	color: #666666;
	font-size: 14px;
}
.z-nav-content-list-item:hover{
  color: #5DB64C;
}
.z-container {
	position: relative;
	margin-top: 101px;
	text-align: center;
}

.z-content-item:first-child {
	position: relative;
	height: 700px;
}

.z-swiper {
	display: flex;
	height: 700px;
	background: url(../img/bac1.png) no-repeat;
	justify-content: center;
	align-items: flex-end
}

.z-swiper img {
	width: 929px;
	height: 466px;
}

.z-container .z-agent {
	position: absolute;
	top: 24px;
	width: 100%;
	z-index: 9;
	background-size: 100% 100%;
}

.z-container .z-agent .z-agent-title {
	margin-bottom: 8px;
	width: 100%;
	height: 90px;
	font-size: 32px;
	font-weight: 600;
	color: #333333;
	line-height: 45px;
	letter-spacing: 1px;
}

.z-container .z-agent .text {
	width: 100%;
	line-height: 28px;
	font-size: 20px;
	font-weight: 400;
	color: #BBBBBB;
}

.z-container .z-agent .btn {
	margin-top: 24px;
	width: 160px;
	height: 48px;
	line-height: 30px;
	border-radius: 28px;
	border: 1px solid #5DB64C;
	font-size: 18px;
	font-weight: 500;
	color: #5DB64C;
}

.z-content-item .title {
	margin-top: 75px;
	width: 100%;
	height: 56px;
	font-size: 40px;
	font-weight: 600;
	color: #333333;
	line-height: 56px;
}


/*联系我们*/

.z-link {
	width: 100%;
	text-align: center;
}

.z-link-column {
	margin: 0px auto;
	margin-top: 16px;
	width: 477px;
	text-align: center;
}

.z-link-name,
.z-link-phone {
	margin-top: 48px;
}

.z-link-column-title {
	text-align: left;
	margin-bottom: 16px;
	height: 22px;
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	line-height: 22px;
}
.z-link-column-input input.form-control {
	height: 56px;
	background: #FFFFFF;
	border-radius: 2px;
	border: 1px solid #D9D9D9;
}
.z-link-column-input{
  position: relative;
}
.z-link-column-input .formError{
  position: absolute;
  color: red;
}
.z-link-column-input .form-control::-moz-placeholder {
	color: #999;
	opacity: 1
}

.z-link-column-input .form-control:-ms-input-placeholder {
	color: #999
}

.z-link-column-input .form-control::-webkit-input-placeholder {
	font-size: 16px;
	font-weight: 400;
	color: #AAAAAA;
}

.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px #5DB64C;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px #5DB64C;
}

.z-link-column-btn {
	margin-top: 56px;
	padding: 16px 56px;
	width: 240px;
	background: #5DB64C;
	border-radius: 32px;
	font-size: 24px;
	font-weight: 500;
	color: #FFFFFF;
	vertical-align: middle;
}

.z-footer {
	/*margin-top: 123px;
	padding-left: 186px;
	padding-right: 286px;*/
	padding-left: 180px;
	padding-right: 60px;
	height: 356px;
	background: #333333;
}
.z-footer .icp{
  color: #7d7d7d;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
}


.z-service {
  
	display: flex;
	justify-content: space-between;
}

@media only screen and (min-width: 1680px) {
	.z-service {
	  padding-right: 480px;
	}
	.z-footer {
	  padding: 0px;
		margin-top: 184px;
		padding-left: 280px;
	  /*padding-left: 280px;*/
	}
	.z-content-item .title {
		margin-top: 112px;
	}
}
@media only screen and (max-width: 1600px) and (min-width: 1280px) {
  .z-footer {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media only screen and (max-width: 1200px) and (min-width: 768px) {
	.z-content-item .title {
		margin-top: 75px;
	}
	.z-footer {
		margin-top: 123px;
		/*padding-left: 186px;
		padding-right: 186px;*/
	}
}

.z-service-list {
	margin-top: 40px;
}

.z-service-list span:first-child {
	display: block;
	margin-bottom: 17px;
	height: 22px;
	font-size: 16px;
	font-weight: 600;
	color: #FFFFFF;
	line-height: 22px;
}

.z-service-list:last-child {
	margin-top: 40px;
}

.z-footer .z-service-link {
	display: block;
	font-size: 12px;
	font-weight: 400;
	color: #7d7d7d;
	line-height: 24px;
}

.z-footer .icp {
	margin-top: 40px;
}

.app-icon {
	display: flex;
	margin-top: 16px;
}

.app-icon-item {
	text-align: center;
	margin-right: 24px;
}

.app-icon-item img {
	width: 38px;
	width: 38px;
}

.z-source-list {
	width: 100%;
	padding-top: 88px;
	padding-left: 10.417%;
	padding-right: 10.417%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.z-source-list .z-source-list-item {
	margin-bottom: 72px;
	background: #fff;
	width: 324px;
	height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.z-source-list .z-source-list-item img {
	max-width: 324px;
	max-height: 200px;
}

.z-app-content {
	width: 100%;
	height: 464px;
	display: flex;
	padding-left: 19.56%;
}

.z-app-content img {
	height: 464px;
	width: auto;
}

.z-app-content-box {
	margin-left: 10%;
	margin-top: 149px;
	width: 420px;
}

.z-app-content-box-title {
	display: flex;
}

.z-app-content-box-title img {
	line-height: 45px;
	width: 33px;
	height: 33px;
	margin-right: 16px;
}

.z-app-content-box-title .text {
	font-size: 32px;
	font-weight: 600;
	color: #333333;
	line-height: 45px;
}

.z-app-content-box-text {
	text-align: left;
	font-size: 18px;
	font-weight: 400;
	color: #999999;
	line-height: 27px;
}
#my-form-button{
  outline: 0px;
  color: #fff !important;
}
