/*reset*/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}
input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #ccc;
}
input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ccc;
}
input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ccc;
}
input::-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #ccc;
}
body {
	min-width: 320px;
	font-size: 14px;
	background: #fff;
	font-family: "Microsoft Yahei", Helvetica, Arial, sans-serif;
	line-height: 1.5;
	max-width: 1920px;
	min-height: 300px;
	margin-left: auto;
	margin-right: auto;
}
html, body, h1, h2, h3, h4, h5, p, form {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
}
ul, ol {
	margin-top: 0;
	margin-bottom: 0;
}
a {
	text-decoration: none;
}
body, a {
	color: #666;
}
button {
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.no-list-style, .no-list-style li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.pageLoading {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 888;
	/* background-color: rgba(241,241,241,.1); */
	background-image: url(../images/4.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 160px auto;
}
/*base*/
.inline-block {
	display: inline-block;
}
.c-red {
	color: #ff3f3f;
}
.color-light {
	color: #f9762e;
}
.color-link {
	color: #2ea1f9
}
.bgcolor-blue {
	background-color: #2c88bc;
	color: #fff;
}
.bgcolor-green {
	background-color: #4cbd36;
	color: #fff;
}
.bgcolor-purple {
	background-color: #c866d1;
	color: #fff;
}
.bgcolor-white {
	background-color: #fff;
}
.inblock {
	display: inline-block;
}
.no-margin {
	margin: 0 !important;
}
.no-border-right {
	border-right: none !important;
}
.hide {
	display: none;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.pointer {
	cursor: pointer;
}
.ellipsis {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
table.text-center td, table.text-center th {
	text-align: center;
}
:before, :after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.clearfix:before, .clearfix:after, .container:before, .container:after, .row:before, .row:after, .pdrow:before, .pdrow:after, .md-tabs:before, .md-tabs:after, .md-section:before, .md-section:after, .md-titlebar:before, .md-titlebar:after, .md-body:before, .md-body:after {
	display: table;
	content: " ";
}
.clearfix:after, .container:after, .container-fluid:after, .row:after, .md-section:after, .pdrow:before, .pdrow:after, .md-titlebar:after, .md-body:after, .md-tabs:after {
	clear: both;
	font-weight: normal;
}
.space-top-m {
	margin-top: 20px;
}
.hr-a {
	height: 0;
	border: 0;
	border-top: solid 1px #e6e5e6;
}
.pics-list {
	list-style: none;
	padding: 0;
}
/*icon*/
.icon {
	display: inline-block;
	overflow: hidden;
	background-image: url(../images/icon.png);
	background-repeat: no-repeat;
}
.icon-zixun {
	width: 114px;
	height: 104px;
	background-position: -200px 0;
}
.icon-zhanghao {
	width: 86px;
	height: 104px;
	background-position: -400px 0;
}
.icon-effect-1 {
	width: 83px;
	height: 57px;
	background-position: 0 -200px;
}
.icon-effect-2 {
	width: 75px;
	height: 57px;
	background-position: -100px -200px;
}
.icon-effect-3 {
	width: 71px;
	height: 57px;
	background-position: -200px -200px;
}
.icon-effect-4 {
	width: 71px;
	height: 72px;
	background-position: -300px -200px;
}
.icon-serviceFlow-1 {
	width: 100px;
	height: 110px;
	background-position: 0px -400px;
}
.icon-serviceFlow-2 {
	width: 100px;
	height: 102px;
	background-position: -200px -400px;
}
.icon-serviceFlow-3 {
	width: 120px;
	height: 100px;
	background-position: -400px -400px;
}
.icon-serviceFlow-4 {
	width: 95px;
	height: 113px;
	background-position: -600px -400px;
}
.icon-serviceFlow-5 {
	width: 106px;
	height: 98px;
	background-position: -800px -400px;
}
.icon140 {
	display: inline-block;
	overflow: hidden;
	background-image: url(../images/icon-140.png);
	background-repeat: no-repeat;
	width: 140px;
	height: 140px;
}
.icon140-youshi-1 {
	background-position: 0 0;
}
.icon140-youshi-2 {
	background-position: -140px 0;
}
.icon140-youshi-3 {
	background-position: -280px 0;
}
.icon140-youshi-4 {
	background-position: -420px 0;
}
.icon140-youshi-5 {
	background-position: -560px 0;
}
.icon140-youshi-6 {
	background-position: -700px 0;
}
.icon140-youshi-7 {
	background-position: -840px 0;
}
.icon140-youshi-8 {
	background-position: 0 -280px;
}
.icon180 {
	display: inline-block;
	overflow: hidden;
	background-image: url(../images/icon-180.png);
	background-repeat: no-repeat;
	width: 180px;
	height: 180px;
}
.icon180-wenhua-1 {
	background-position: 0 0;
}
.icon180-wenhua-2 {
	background-position: -200px 0;
}
.icon180-wenhua-3 {
	background-position: -400px 0;
}
.icon180-wenhua-4 {
	background-position: -600px 0;
}
.icon180-wenhua-5 {
	background-position: -800px 0;
}
.icon180-wenhua-6 {
	background-position: 0 -400px;
}
.icon200 {
	display: inline-block;
	overflow: hidden;
	background-image: url(../images/icon-200.png);
	background-repeat: no-repeat;
	width: 200px;
	height: 200px;
}
.icon200-solution-1 {
	background-position: 0 0;
}
.icon200-solution-2 {
	background-position: -200px 0;
}
.icon200-solution-3 {
	background-position: -400px 0;
}
.icon200-solution-4 {
	background-position: -600px 0;
}
.icon180-wenhua-5 {
	background-position: -800px 0;
}
.icon200-solution-6 {
	background-position: 0 -400px;
}
/*btn*/
.btn-gree-normal {
	cursor: pointer;
	transition: all .8s;
	display: inline-block;
	margin: 0 10px;
	padding: 0 36px;
	line-height: 38px;
	background: #85bd43;
	border-color: #85bd43;
	border-radius: 20px;
	font-size: 16px;
	color: #fff !important;
	box-shadow: none;
	outline: none;
}
.btn-gree-normal:hover {
	opacity: .8;
}
/*header*/
.header {
	z-index: 999;
	position: fixed;
	top: 0;
	width: 100%;
	background: rgba(255,255,255, 1);
	box-shadow: 0 0 5px RGBA(150,150,150,.3);
}
.header .logo>a {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}
/*banner*/
.banner {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.player {
	position: relative;
	width: 100%;
	overflow: hidden;
}
/*
.player ul{position: relative; width: 1000%; height: 100%;}
.player>ul>li{
  float: left;
  width: 10%; height: 100%;
  background-repeat: no-repeat; background-position:center center; background-size: cover;
}
.playerControl li .operate {
  display: none;
}

.player .playercon {
  display: none;
}
.player .prev,
.player .next {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  min-width: 40px;
  border-radius: 50%;
  color: #fff;
  opacity: .6;
}
.player .prev {
  left: 0;
}
.player .next {
  right: 0;
}
.player .playercon i{
  font-size: 20px;
}
*/

/* footer */
.footer {
	padding: 60px 0;
	background: #213752;
	font-size: 16px;
}
.footer .icon-logo {
	font-size: 5em;
	color: #758697;
}
.footer, .footer a {
	color: #758697;
}
.footer a {
	display: inline-block;
}
.footer a:hover {
	color: #fff;
}
.footer-links li {
	margin-bottom: 12px;
}
.footer-links li:first-child {
	margin-bottom: 20px;
}
.footer-links li:first-child, .footer-links li:first-child a {
	color: #adbac5;
}
.footer-links li:first-child a:hover {
	color: #fff;
}
.footer-links .tel {
	font-size: 24px;
	margin: 20px 0;
	white-space: nowrap;
}
.footer .weichart {
	float: right;
	width: 184px;
	text-align: center;
}
.footer .weichart img {
	display: block;
	width: 184px;
	height: 184px;
	margin-bottom: 8px;
}
/*pagination*/
.pagination {
	clear: both;
	margin: 20px 0;
	list-style: none;
	text-align: center;
}
.pagination li {
	display: inline;
}
.pagination span, .pagination a {
	display: inline-block;
	text-align: center;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
	min-width: 40px;
	padding: 0 3px;
	cursor: pointer;
	margin: 0 5px;
}
.pagination a:hover {
	color: #85bd43;
}
.pagination .active span {
	background: #85bd43;
	color: #fff !important;
}
.pagination .disabled {
	display: none;
}

/* zp */
@media screen and (max-width:1024px) {
.rs_info-box .rs_info-title {
	padding: 34px !important;
}
.rs_footer .rs_info {
	font-size: 13px !important;
	width: 200px !important;
}
.rs_footer {
	flex-direction: column !important;
	padding: 16px 30px !important;
}
.rs_footer .rs_link {
	margin-top: 20px;
}
}
 @media screen and (max-width:530px) {
.rs_footer .rs_info {
	padding-left: 10px !important;
}
.rs_info-box .rs_info-title .rs_name {
	font-size: 14px !important;
}
.rs_info-box .rs_info-title .rs_cog {
	width: 8px !important;
	height: 8px !important;
}
.rs_info-box .rs_info-title .rs_condition {
	font-size: 12px !important;
}
}
.rs_head-title {
	font-family: Arial-Black;
	font-size: 24px;
	color: #3A3A3A;
	text-align: center;
}
.rs_head-name {
	font-family: PingFangSC-Regular;
	font-size: 24px;
	color: #3A3A3A;
	position: relative;
	text-align: center;
	margin: 25px auto;
	width: 200px;
}
.rs_head-name::before {
	content: '';
	position: absolute;
	left: -80px;
	top: 50%;
	width: 70px;
	height: 1px;
	background-color: rgb(221, 215, 215);
}
.rs_head-name::after {
	content: '';
	position: absolute;
	right: -80px;
	width: 70px;
	height: 1px;
	top: 50%;
	background-color: rgb(221, 215, 215);
}
.rs_info-box {
	background: #FFFFFF;
	box-shadow: 0 6px 20px 0 rgba(214, 214, 214, 0.50);
	border-radius: 20px;
	margin: 24px auto;
	position: relative;
}
.rs_flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.rs_info-box .rs_info-title {
	padding: 56px;
	position: relative;
	cursor: pointer;
}
.rs_bB {
	border-bottom: 1px solid #ddd6d6;
}
.rs_info-box .rs_info-title .rs_name {
	font-family: PingFangSC-Semibold;
	font-size: 18px;
	color: #333333;
}
.rs_info-box .rs_info-title .rs_condition {
	font-family: PingFangSC-Regular;
	font-size: 16px;
	color: #999999;
}
.rs_info-box .rs_info-title .rs_cogB {
	width: 12px;
	height: 12px;
	border-bottom: 2px solid #999999;
	border-right: 2px solid #999999;
	transform: rotate(45deg);
	content: "";
}
.rs_info-box .rs_info-title .rs_cogT {
	width: 12px;
	height: 12px;
	border-top: 2px solid #999999;
	border-left: 2px solid #999999;
	transform: rotate(45deg);
	content: "";
}
.rs_info-desc {
	padding: 56px;
	font-size: 12px;
	display: none;
}
.rs_info-desc .rs_name {
	font-family: PingFangSC-Semibold;
	color: #666666;
	font-size: 16px;
}
.rs_info-desc .rs_dc {
	font-family: PingFangSC-Regular;
	color: #777777;
	font-size: 12px;
	margin-top: 20px;
}
.rs_footer {
	background: #B8B8B8;
	border-radius: 10px;
	padding: 32px 120px;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
.rs_footer .rs_qcode {
	width: 88px;
	height: 88px;
	background-size: cover;
	background-repeat: no-repeat;
}
.rs_footer .rs_info {
	font-family: PingFangSC-Medium;
	font-size: 16px;
	color: #FFFFFF;
	border-left: 1px solid #fff;
	padding-left: 30px;
	margin-left: 30px;
}
.rs_footer .rs_link {
	font-family: PingFangSC-Semibold;
	font-size: 16px;
	color: #95CE52;
	padding: 17px 40px 17px 32px;
	background: #FFFFFF;
	border-radius: 10px;
	position: relative;
	cursor: pointer;
}
.rs_footer .rs_link::before {
	width: 8px;
	height: 8px;
	border-right: 2px solid #95CE52;
	border-top: 2px solid #95CE52;
	transform: rotate(45deg);
	content: "";
	position: absolute;
	right: 27px;
	top: 23px;
}
/* city */
.ct_city {
	padding-left: 11px;
	position: relative;
	margin-top: 14px;
	max-width: 500px;
	background: rgba(246, 246, 246, 0.40);
	padding: 26px 16px 56px 16px;
}
.ct_city:hover {
	background: #E6E6E6;
	box-shadow: 0 4px 0 0 #4BC065;
	cursor: pointer;
	transition: all .3s;
}
.ct_city .ct_name {
	font-family: PingFangSC-Semibold;
	font-size: 14px;
	color: #7B7B7B;
}
.ct_city .ct_info {
	font-family: PingFangSC-Regular;
	font-size: 14px;
	color: #818181;
	line-height: 2;
	margin-top: 14px;
}
.ct_mt-14 {
	margin-top: 14px;
}
.ct_mt-40 {
	margin-top: 40px;
}
.ct_line {
	background-color: #DDDDDD;
	width: 100%;
	height: 2px;
}
.ct_cityList {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	overflow: hidden;
}
.ct_cityList .ct_city {
	width: 30%;
	padding: 56px 16px;
}
 @media screen and (max-width:1024px) {
.ct_cityList .ct_city {
	width: 41%;
}
}
#ct_main {
	margin-top: 80px;
}
