﻿/*返回顶部*/

.fixedTop {
	width: 60px;
	height: 60px;
	position: fixed;
	right: 10px;
	bottom: 10px;
	line-height: 60px;
	text-align: center;
	background: url(../images/weee_03.png) repeat;
	z-index: 9999;
	cursor: pointer;
	transition: all .2s ease;
}

.fixedTop:hover {
	background: url(../images/asdasd_0aeee3_03.png) repeat;
}

.fixedTop.hide {
	visibility: hidden;
	opacity: 0;
}

.fixedTop .iconfont {
	color: #fff;
	transition: all .2s ease;
	font-size: 36px;
}


/*头部*/

.headTips {
	background: #fff;
	line-height: 40px;
	box-shadow: 0 0 6px #ddd;
}

.headTips p {
	float: left;
	color: #888;
	font-size: 12px;
}

.headTips .w1200 {
	padding: 0 25px;
	width: 1150px;
	position: relative;
}

.mobileNav {
	display: none;
	position: absolute;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #333;
	top: 0;
	right: 3%;
	text-align: center;
}

.mobileNav i.iconfont {
	font-size: 26px;
}

.headFun {
	float: right;
}

.headFun a {
	color: #888;
	font-size: 12px;
	float: left;
	height: 40px;
}

.headFun a+a {
	margin-left: 20px;
}

.headFun a:last-child .iconfont {
	top: 2px;
	position: relative;
}

.headFun .iconfont {
	margin-right: 10px;
}

.headFun a:hover {
	color: #fff;
}

.wxslideDown {
	position: relative;
}

.wxslideDown img {
	position: absolute;
	left: 0;
	top: 40px;
	right: 0;
	z-index: 9999;
	display: none;
}

.bShadow {
	-moz-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
	behavior: url(ie-css3.htc);
	zoom: 1;
}

.headBot {
	/*background: url(../images/headbg_03.png) no-repeat center right;*/
	position: relative;
	z-index: 999;
	position: relative;
	height: 150px;
}

.headBot .logo {
	width: 198px;
	/*height: 50px;*/
	margin-top: 25px;
	margin-left: 20px;
	float: left;
}

.headTitle {
	float: left;
	position: relative;
	margin-left: 10px;
	margin-top: 20px;
}

.txt-orange {
	color: #FF9800;
}

.headTitle p {
	text-align: center;
	font-size: 16px;
	color: #333;
	margin-top: 15px;
}

.headTel {
	float: right;
	margin-right: 20px;
	margin-top: 20px;
	padding-bottom: 10px;
}

.headTel p {
	font-size: 14px;
	color: #888;
}

.headTel .iconfont {
	margin-right: 10px;
}

/* .serverList ul li:hover .front {
	transform: rotateY(-180deg);
} */

.headTel a {
	font-size: 20px;
	line-height: 27px;
	font-weight: bold;
	display: block;
}

.fixedNav {
	background: none;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 40px;
}

.nav {
	line-height: 40px;
}

.nav .navi {
	float: left;
	width:calc(100%/7);
	text-align: center;
	position: relative;
}

.nav .navi>a {
	color: #202020;
	font-size: 16px;
	position: relative;
	display: block;
	width: 100%;
	height: 40px;
}

.nav .navi>a:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0px;
	height: 0px;
	background: #FF9800;
	width: 100%;
	transition: all .2s ease;
}

.nav .navi>a:hover::after,
.nav .navi>a.on::after {
	height: 2px;
}

.nav .navi>a:hover,
.nav .navi>a.on {
	color: #FF9800;
}

.nav .active>a::after {
	height: 2px;
}

.nav .active>a {
	color: #FF9800;
}

.navTree {
	width: 130px;
	padding: 8px 0 12px 0;
	background: #FF9800;
	position: absolute;
	left: 50%;
	margin-left: -65px;
	top: 40px;
	z-index: 666;
	display: none;
}

.navTree a {
	width: 100%;
	line-height: 40px;
	color: #fff;
	font-size: 14px;
	background: #FF9800;
	display: block;
}

.navTree a:hover {
	background: #ad711a;
}


/*banner*/

.banner {
	/*height: 640px;*/
}


/*加盟项目*/

.server {
	text-align: center;
}

.iTitleBox {
	display: inline-block;
	position: relative;
	padding: 0 75px;
}

.iTitleBox .iTitlel,
.iTitleBox .iTitler {
	position: absolute;
	width: 50px;
	height: 2px;
	background: #ccc;
	top: 50%;
	margin-top: -1px;
}

.iTitleBox .iTitlel,
.iTitleBox .iTitler:after {
	left: 0;
}

.iTitleBox .iTitler,
.iTitleBox .iTitlel:after {
	right: 0;
}

.iTitleBox .iTitlel:after,
.iTitleBox .iTitler:after {
	content: '';
	position: absolute;
	width: 10px;
	height: 2px;
	background: #FF9800;
	top: 0;
}

.iTitleBox .iTitlel:before,
.iTitleBox .iTitler:before {
	content: '';
	position: absolute;
	height: 10px;
	width: 2px;
	background: #FF9800;
	top: 50%;
	margin-top: -5px;
}

.iTitleBox .iTitlel:before {
	right: 4px;
}

.iTitleBox .iTitler:before {
	left: 4px;
}

.iTitleBox h2 {
	font-size: 32px;
	color: #231f20;
	line-height: 30px;
}

.iTitleBox h2 i {
	color: #df6c10;
}

.iTitleBox p {
	font-size: 16px;
	color: #aaa;
	line-height: 50px;
	text-transform: uppercase;
}

.iTitleBox1 {
	margin-top: 20px;
	height: 130px;
}

.iTitleBox1 .iTitle {
	margin-top: 30px;
}

.server {
	width: 1230px;
}

.serverList ul li {
	float: left;
	width: 390px;
	margin-bottom: 15px;
	height: 300px;
	margin-left: 15px;
	perspective: 1200px;
	transform-style: preserve-3d;
}

/* .serverList ul li:hover .filp {
	transform: rotateY(180deg);
} */

.serverList ul li .imgBox img {
	height: 300px;
}

.serverList .filp {
	transform-style: preserve-3d;
	position: relative;
	width: 100%;
	height: 100%;
	perspective: 1200px;
}

.serverList .back {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	backface-visibility: hidden;
}

.serverList .back {
	width: 100%;
	height: 100%;
	backface-visibility: hidden;
}

.serverList .back {
	transform: rotateY(-180deg);
}

.front h2 {
	font-size: 20px;
	color: #333;
	line-height: 60px;
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
	background: -webkit-linear-gradient(to bottom, rgba(255, 255, 255, .5), rgba(255, 255, 255, 1));
	background: url(../images/asdasd_03.png) repeat-x;
}

.serverList .serverCont {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../images/asd_03.png) repeat;
	left: 0;
	top: 0;
	padding: 10px;
	box-sizing: border-box;
}

.back img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.solid {
	border: 1px solid #fff;
	width: 100%;
	height: 100%;
}

.solid h2 {
	line-height: 100px;
	font-size: 20px;
	color: #fff;
}

.solid p {
	line-height: 24px;
	font-size: 14px;
	color: #fff;
	height: 72px;
	width: 300px;
	margin: 0 auto;
}

.solid .serverBtn {
	margin: 27px 54px 0;
	width: 260px;
}

.serverBtn a {
	width: 118px;
	line-height: 38px;
	border: 1px solid #fff;
	font-size: 14px;
	color: #fff;
}

.serverBtn a.btn_orange {
	float: left;
}

.serverBtn a.btn_blue {
	float: right;
}


/*第一张大图*/

.bigImgBox {
	position: relative;
}

.bigImgBox .bigImg {
	width: 100%;
}

.bigImgBox .man {
	position: absolute;
	width: 600px;
	bottom: 0;
}

.bigImgBox .bigICont {
	position: absolute;
	width: 600px;
	right: 0;
}

.bigImgBox .w1200 {
	height: 100%;
	position: relative;
}

.bigImgBox .bigICont h2 {
	font-size: 32px;
	margin-top: 70px;
}

.bigImgBox .bigICont .p1 {
	font-size: 20px;
	margin-top: 5px;
}

.bigImgBox .bigICont h2 em {
	font-size: 50px;
	color: #FF9800;
}

.bigImgBox .bigICont .p2 {
	font-size: 18px;
	line-height: 24px;
}

.bigImgBox .bigICont a.btn_orange {
	width: 300px;
	line-height: 50px;
	font-size: 18px;
	color: #fff;
	display: block;
	text-align: center;
	margin: 15px 0;
}

.bmtel {
	width: 300px;
	line-height: 30px;
	margin-top: 15px;
}

.bmtel .p3 {
	font-size: 12px;
	float: left;
	margin-right: 15px;
}

.bmtel .p3 .iconfont {
	margin-right: 5px;
}

.bmtel a {
	font-size: 20px;
	color: #FF9800;
	float: left;
}

.bigImgBox1 .bmtel .p3 {
	color: #333;
}

.bigImgBox .bigICont .p2 {
	color: #df6c10;
}

.bigImgBox1 .bigICont {
	top: 40px;
}

.bigImgBox1 {
	padding-top: 80px;
}

.bigImgBox1 .bigImg {
	background: url(../images/bg_01.jpg) no-repeat center center;
	background-size: cover;
	height: 420px;
}

.bigImgBox1 .bigICont h2 {
	color: #333;
	margin-top: 50px;
}

.bigImgBox1 .bigICont .p1 {
	color: #333;
	line-height: 44px;
}

.bigImgBox1 .bigICont .p2 {
	margin-top: 30px;
}


/*五大优势*/

.great {
	text-align: center;
}

.greatBox {
	clear: both;
	overflow: hidden;
}

.greatBoxi {
	width: 50%;
	float: left;
	box-sizing: border-box;
}

.greatBoxi {
	padding: 30px 20px;
	padding-right: 40px;
	border: 1px solid #ddd;
}

.greatBoxi:nth-of-type(2n) {
	padding-left: 40px;
	padding-right: 20px;
	border-left: 0px;
}

.greatBoxi:nth-of-type(1),
.greatBoxi:nth-of-type(2) {
	border-bottom: 0px;
}

.greatBoxi .greatl,
.greatBoxi .greatr {
	float: left;
}

.greatBoxi .greatr {
	float: right;
}

.greatBoxi .greatl {
	width: calc(100% - 200px);
	box-sizing: border-box;
}

.greatTxt {
	padding-left: 80px;
	text-align: left;
	overflow: hidden;
}

.greatr .greatImg img {
	/*width: 150px;*/
	margin-top: 20px;
}
.great .pc .greatBoxi{
    height:300px;
}
.great .pc .greatBoxi .greatl{
    width:calc(100% - 300px);
}
.great .pc .greatr .greatImg img{
     width:300px;
}
.greatTxt1 {
	background: url(../images/great_06.png) no-repeat 0 0;
}

.greatTxt2 {
	background: url(../images/great_14.png) no-repeat 0 0;
}

.greatTxt3 {
	background: url(../images/great_21.png) no-repeat 0 0;
}

.greatTxt4 {
	background: url(../images/great_29.png) no-repeat 0 0;
}

.greatTxt5 {
	background: url(../images/great_36.png) no-repeat 0 0;
}

.greatTxt h2 {
	font-size: 24px;
	color: #333;
	line-height: 32px;
	margin-top: 35px;
}

.greatTxt p {
	font-size: 14px;
	color: #333;
	line-height: 24px;
	margin-top: 15px;
}

.greatImg img {
	display: inline-block;
	width: auto;
	vertical-align: middle;
}


/*第二张大图*/

.bigImgBox2 {
	height: 660px;
}

.bigImgBox2 .w1200 {
	height: 100%;
}

.bigImgBox2 .bigImg {
	background: url(../images/bg_02.jpg) no-repeat center center;
	background-size: cover;
	height: 600px;
}

.bigImgBox2 .bigICont {
	top: 97px;
}

.bigImgBox2 .man {
	position: absolute;
	left: 50%;
	margin-left: -960px;
	bottom: 0;
	width: 1920px;
}

.bigImgBox2 .bigICont h2 {
	color: #fff;
}

.bigImgBox2 .bigICont .p1 {
	color: #fff;
}

.bigImgBox2 .bmtel .p3 {
	color: #fff;
}

.bigImgBox2 .bigICont a.btn_orange {
	margin-top: 50px;
}


/*扶持政策*/

.zhengceBox {
	text-align: center;
	padding-bottom: 30px;
}

.zci {
	float: left;
	padding: 45px 15px 0px;
	width: 20%;
	/* height: 315px; */
	box-sizing: border-box;
}

.zci .imgBox {
	width: 100%;
	line-height: 80px;
	/* height: 80px; */
}

.zci .imgBox i.iconfont {
	font-size: 80px;
	color: #515151;
	cursor: pointer;
}

.zci:hover .imgBox i.iconfont {
	color: #FF9800;
}
.zci .imgBox .img{
	width:100%;
}
.zci .imgBox img {
	width:120px;
	height:120px;
	margin:0px auto 15px;
	display: block;
}

.zci h2 {
	font-size: 20px;
	color: #333;
	line-height: 30px;
	margin-top: 20px;
}

.zci p {
	color: #888;
	font-size: 14px;
	line-height: 24px;
	margin-top: 10px;
	height: 120px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}


/*权威认证*/

.quanweiBox {
	text-align: center;
	position: relative;
	height: 610px;
}

.quanweibg {
	background: url(../images/qwrzbg_02.jpg) no-repeat center center;
	height: 610px;
}

.quanwei .swiper-slide .imgBox {
	width: 100%;
	height: 280px;
	background: #fff;
	margin-top: 6px;
	margin-left: 14px;
	display: block;
	line-height: 280px;
}

.quanwei .swiper-slide .imgBox:hover+a {
	color: #ff9800;
}

.quanwei .swiper-slide img {
	width: auto;
	margin: 0 auto;
	display: inline-block;
	vertical-align: middle;
}

.quanwei .swiper-slide .zxrza {
	color: #333;
	font-size: 14px;
	line-height: 35px;
}

.quanwei .swiper-slide .zxrza:hover {
	color: #ff9800;
}

.fbtnGroup {
	display: inline-block;
	line-height: 140px;
	height: 140px;
	position: relative;
	padding: 0 60px;
}

.fbtnGroup .qw-next,
.fbtnGroup .qw-prev {
	position: absolute;
	top: 0;
	font-size: 16px;
	cursor: pointer;
	color: #ff9800;
}

.fbtnGroup .qw-next {
	right: 0;
}

.fbtnGroup .qw-prev {
	left: 0;
}

.fbtnGroup .qw-prev i.iconfont,
.fbtnGroup .qw-next i.iconfont {
	font-size: 30px;
}

.fbtnGroup .swiper-button-disabled {
	color: #c5c5c5;
}

.fbtnGroup .swiper-pagination-bullet {
	margin: 2px 7px;
	background: #b3b4b5;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 1px solid #b3b4b5;
	width: 4px;
	height: 4px;
	-khtml-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}

.fbtnGroup .swiper-pagination-bullet-active {
	height: 6px;
	width: 6px;
	position: relative;
	top: 1px;
	background: #fff;
	color: #fff;
	border: 1px solid #ff9800;
	/*width:20px;*/
	filter: alpha(opacity=100);
}


/*合作伙伴*/

.hbBox {
	width: 1240px;
	text-align: center;
}

.hbi {
	float: left;
	border: 1px solid #dbdbdb;
	width: 283px;
	height: 148px;
	margin-left: 20px;
	margin-top: 20px;
}

.hbBox .imgBox img {
	height: auto;
}


/*客户评价*/

.khpj {
	text-align: center;
}

.khpjImg {}

.khpjImg .block {
	display: block;
	float: left;
	*display: inline;
}

.khpjImg .item {
	display: block;
	width: 349px;
	height: 209px;
	margin: 0 1px 1px 0;
	position: relative;
}

.khpjImg .item .pic {
	display: block;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
}

.khpjImg .item .txt {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-o-opacity: 0;
	filter: alpha(opacity=0)
}

.khpjImg .item .txt .txt-inner {
	position: absolute;
	left: 10px;
	right: 10px;
	top: 10px;
	bottom: 10px;
	border: 1px #df6c10 solid;
}

.khpjImg .item .txt .txt-inner2 {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px 10px 10px;
	background: url(../images/doh_03.png) no-repeat 10px top;
	text-align: left;
}

.khpjImg .item .txt .txt-inner2 h2 {
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 5px;
	color: #df6c10;
}

.khpjImg .item .txt .txt-inner2 p {
	line-height: 25px;
	font-size: 14px;
	color: #333;
}

.khpjImg .item:hover .pic {
	opacity: .2;
	-webkit-opacity: .2;
	-moz-opacity: .2;
	-o-opacity: .2;
	filter: alpha(opacity=20)
}

.khpjImg .item:hover .txt {
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-o-opacity: 1;
	filter: alpha(opacity=100)
}

.khpjImg .block01 .item {
	width: 499px;
	height: 419px;
}

.khpjImg .block02 .item {
	width: 499px;
	height: 209px;
}

.khpjTop {}

.khpjTopl {
	float: left;
	height: 401px;
	padding: 10px;
	width: 480px;
	position: relative;
	margin-bottom: 1px;
}

.khpjTopl img {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	opacity: .2;
}

.khpjMask {
	border: 1px solid #df6c10;
	height: 100%;
	width: 100%;
	position: relative;
}

.khpjTxt {
	margin: 0 30px 20px 15px;
	padding-top: 15px;
	text-align: left;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../images/doh_03.png) no-repeat top left;
}

.khpjTxt h2 {
	font-size: 16px;
	color: #df6c10;
	padding: 10px 0;
	line-height: 20px;
}

.khpjTxt p {
	color: #333;
	font-size: 14px;
	margin-top: 5px;
	line-height: 24px;
}

.khpjTopr {
	float: left;
	width: 700px;
}

.khpjTopr .imgBox {
	float: left;
	width: 349px;
	margin-left: 1px;
	height: 210px;
	margin-bottom: 1px;
}

.khpjBot {}

.khpjBot .imgBox {
	float: left;
	width: 349px;
	margin-right: 1px;
	height: 210px;
}

.khpjBot .imgBox.bigw {
	width: 500px;
	margin-right: 0;
}


/*第三张大图*/

.bigImgBox3 {
	padding-top: 90px;
}

.bigImgBox3 .man {
	right: 0px;
	position: absolute;
	bottom: 0;
}

.bigImgBox3 .bigImg {
	height: 450px;
	background: url(../images/bg_03.jpg) no-repeat center center;
	background-size: cover;
}

.bigImgBox3 .bigICont {
	top: 60px;
}

.bigImgBox3 .bigICont h2 {
	color: #fff;
}

.bigImgBox3 .bigICont .p1 {
	color: #fff;
}

.bigImgBox3 .bmtel .p3 {
	color: #fff;
	float: right;
}

.bigImgBox3 .bmtel h2 {
	float: right;
}

.bigImgBox3 .bigICont a.btn_orange {
	margin-top: 50px;
	float: right;
}

.bigImgBox3 .bigICont {
	left: 0;
	text-align: right;
}

.bigImgBox3 .bmtel {
	float: right;
	width: 100%;
}

.bigImgBox3 a.telsww {
	float: right;
}


/*新闻*/

.newsBox {
	padding: 70px 0;
}

.hynews {
	float: right;
}

.gsnews {
	float: left;
}

.inews {
	width: 540px;
	padding-left: 20px;
	padding-right: 40px;
}

.inewsTitle {
	position: relative;
	width: 100%;
}

.inewsTitle:before {
	position: absolute;
	left: 0;
	top: 50%;
	border-top: 1px solid #DBDBDB;
	height: 0;
	content: '';
	width: 100%;
	z-index: -1;
}

.inewsTitle h2 {
	float: left;
	color: #231f20;
	line-height: 50px;
	font-size: 32px;
	background: #fff;
	padding-right: 15px;
}

.inewsTitle a {
	float: right;
	color: #ff9800;
	line-height: 50px;
	font-size: 14px;
	background: #fff;
	padding-left: 15px;
}

.inewsTitle a:hover {
	color: #ca8c32;
}

.inewsList {
	padding-top: 25px;
}

.inewsListTop .imgBox {
	width: 250px;
	height: 160px;
	float: left;
}

.inewsR {
	width: 275px;
	float: right;
}

.inewsR .nesstit {
	color: #333;
	font-size: 16px;
	line-height: 24px;
	height: 48px;
	display: block;
}

.inewsR .nesstit:hover {
	color: #ff9800;
}

.inewsR p {
	font-size: 12px;
	color: #888;
	line-height: 20px;
	margin-top: 10px;
	height: 60px;
}

.ljxqBox {
	line-height: 22px;
	margin-top: 20px;
}

.ljxqBox a {
	color: #ff9800;
	font-size: 14px;
	float: left;
}

.ljxqBox a:hover {
	color: #ca8c32;
}

.ljxqBox .time {
	float: right;
}

.time {
	font-size: 12px;
	color: #888;
}

.time .iconfont {
	margin-right: 7px;
}

.inewsListBot {
	padding-top: 15px;
}

.inewsListi {
	border-bottom: 1px dotted #DBDBDB;
	position: relative;
	line-height: 25px;
	padding: 10px 0;
}

.inewsListi a:before {
	position: absolute;
	content: '';
	left: 0;
	width: 5px;
	height: 5px;
	top: 50%;
	margin-top: -2.5px;
	background: #ccc;
	transition: all .3s ease-out;
}

.inewsListi a {
	width: 295px;
	color: #333;
	font-size: 14px;
	float: left;
	padding-left: 20px;
}

.inewsListi a:hover {
	color: #ff9800;
}

.inewsListi a:hover::before {
	background: #ff9800;
}

.inewsListi .time {
	float: right;
}


/*bottom*/

.bottomBox {}

.bottomT {
	background: #333;
}

.bottomTt {
	padding-top: 15px;
	padding-bottom: 40px;
	border-bottom: 1px solid #444;
	text-align: center;
}

.flinkCont {
	padding: 0 34px;
}

.flink {
	position: relative;
	display: inline-block;
	padding: 0 47px;
	line-height: 64px;
}

.flink h2 {
	font-size: 18px;
	color: #888;
}

.flink:after,
.flink:before {
	content: '';
	position: absolute;
	width: 30px;
	height: 0;
	border: 1px solid #aaa;
	top: 50%;
	margin-top: -0.5px;
}

.flink:after {
	left: 0;
}

.flink:before {
	right: 0;
}

.flinkCont a {
	float: left;
	padding: 0 18px;
	line-height: 30px;
	color: #888;
	font-size: 14px;
}

.flinkCont a:hover {
	color: #fff;
}

.bottomt {
	background: #111;
	color: #888;
	font-size: 14px;
	line-height: 24px;
	padding: 13px 0;
	text-align: center;
}

.bottomTb {
	padding: 45px 34px;
}

.blogo {
	float: left;
	width: 225px;
	margin-top: 20px;
}

.gsinfo {
	float: left;
	width: 310px;
	margin-left: 80px;
}

.gsinfo h2 {
	font-size: 18px;
	color: #888;
	line-height: 34px;
	margin-bottom: 10px;
}

.gsinfo p {
	font-size: 14px;
	color: #888;
	line-height: 30px;
}

.gsinfo p i {
	margin-right: 5px;
}

.gsinfo p a {
	color: #888;
}

.gsinfo p a:hover {
	color: #fff;
}

.ewmBox {
	float: right;
	width: 400px;
}

.ewmBox .imgBox {
	float: left;
	width: 100px;
	height: 100px;
	margin-right:6px;
}

.ewmBoxr {
	float: left;
	margin-left: 20px;
}

.ewmBoxr p {
	font-size: 14px;
	color: #888;
	line-height: 24px0;
}

.ewmBoxr .zxzx {
	display: block;
	width: 120px;
	color: #fff;
	line-height: 40px;
	margin-top: 10px;
	text-align: center;
}

.ewmBoxr .tels {
	font-size: 24px;
	line-height: 34px;
	color: #fff;
	margin-top: -5px;
	display: block;
}


/*中心内容*/

.contTops {
	line-height: 60px;
	border-bottom: 1px solid #DBDBDB;
}

.contTops .w1200 {
	position: relative;
}

.contTops h2 {
	position: absolute;
	left: 0;
	top: 0;
	line-height: 59px;
	border-bottom: 2px solid #128cc9;
	font-size: 24px;
	color: #333;
}

.contTops .Breadcrumb {
	float: left;
	line-height: 40px;
	height: 40px;
}

.contBots {
	padding-bottom: 100px;
}

.contBotsl {
	float: left;
	width: 840px;
	padding-top: 20px;
}

.floatBox .floatBoxi {
	float: left;
	width: 280px;
	height: 320px;
	padding-top: 15px;
	position: relative;
}

.floatBoxi .imgBox {
	width: 100%;
	height: 280px;
	display: block;
	position: relative;
	border: 1px solid #ddd;
}

.floatBoxi .imgBox .imgBox img {
	height: 280px;
}

.floatBoxi .floatBoxiTit {
	display: block;
	text-align: center;
	color: #333;
	font-size: 16px;
	line-height: 50px;
}

.floatBoxi:hover .imgBox img {
	opacity: .7;
}

.floatBoxi:hover .floatBoxiTit {
	color: #FF9800;
	line-height: 30px;
}

.round {
	border-radius: 100%;
	width: 100px;
	height: 100px;
	background: rgb(255, 152, 0, 0.6);
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -50px;
	margin-top: -50px;
	text-align: center;
	opacity: 0;
	visibility: hidden;
}

.round .iconfont {
	line-height: 22px;
	color: #fff;
	font-size: 20px;
	padding-top: 30px;
	display: block;
}

.round span {
	display: block;
	line-height: 24px;
	color: #fff;
}

.floatBoxi:hover .round {
	opacity: 1;
	visibility: visible;
}

.contBotsr {
	float: right;
	width: 340px;
}

.contBotsri {
	background: #f4f8fa;
	margin-top: 20px;
	padding-bottom: 10px;
}

.contBotsriTit {
	position: relative;
	line-height: 60px;
	color: #888;
	font-size: 20px;
	padding-left: 40px;
	text-align: left;
}

.contBotsriTit:after {
	position: absolute;
	content: '';
	width: 10px;
	height: 10px;
	top: 50%;
	margin-top: -5px;
	background: #ff9800;
	left: 20px;
}

.dropUp {
	/*border-bottom: 1px dashed #DBDBDB;*/
	border-top: 1px dashed #DBDBDB;
}


/*.dropUp + .dropUp{
	border-top: 0;
}*/

.dropUpTit {
	line-height: 50px;
	font-size: 16px;
	color: #333;
	padding-left: 45px;
	position: relative;
	cursor: pointer;
}

.dropUpTit.on {
	color: #ff9800;
}

.dropUpTit .iconfont {
	position: absolute;
	width: 10px;
	height: 10px;
	left: 20px;
	color: #ff9800;
	font-size: 10px;
	top: 1px;
}

.dropUpCont {
	display: block;
}

.dropUp h2+.dropUpCont a {
	padding-left: 65px;
}

.dropUpCont a {
	font-size: 14px;
	color: #333;
	line-height: 40px;
	position: relative;
	padding-left: 40px;
	display: block;
}

.dropUp h2+.dropUpCont a .iconfont {
	left: 40px;
}

.dropUpCont a .iconfont {
	position: absolute;
	font-size: 14px;
	color: #333;
	left: 10px;
	top: 0px;
	visibility: hidden;
	opacity: 0;
}

.dropUpCont a.on,
.dropUpCont a:hover {
	color: #ff9800;
	background: #e9f0f3;
}

.dropUp h2+.dropUpCont a:hover .iconfont,
.dropUp h2+.dropUpCont a.on .iconfont {
	left: 46px;
}

.dropUpCont a:hover .iconfont,
.dropUpCont a.on .iconfont {
	color: #ff9800;
	left: 20px;
	visibility: visible;
	opacity: 1;
}

.proDtalTit.proDtalTit3 {
	border-bottom: 1px solid #DBDBDB;
	height: auto;
	padding-bottom: 50px;
}

.contBotsri2 {
	text-align: center;
}

.contBotsri2 .fbtnGroup {
	height: 60px;
	line-height: 60px;
}

.exsaple {
	width: 300px;
	height: auto;
}

.exsaple .swiper-slide {
	position: relative;
}

.exsaple a {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	line-height: 50px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	background: url(../images/aawe_03.png) repeat-x;
}

.acticle {
	padding: 0 22px;
}

.acticlei {
	padding: 5px 0 5px 20px;
}

.acticlei .acticleiTit {
	font-size: 14px;
	color: #333;
	line-height: 22px;
	display: block;
	position: relative;
	height: 22px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.acticlei .acticleiTit:after {
	position: absolute;
	content: '';
	width: 5px;
	height: 5px;
	top: 8.5px;
	background: #ccc;
	left: -20px;
	transition: all 0.3s ease-out;
}

.acticlei .acticleiTit:hover {
	color: #ff9800;
}

.acticlei .acticleiTit:hover::after {
	background: #ff9800;
}

.acticlei h2 {
	color: #888;
	font-size: 12px;
	line-height: 20px;
}

.acticlei h2 .iconfont {
	margin-right: 5px;
}

.proDtalTit {
	font-size: 32px;
	line-height: 40px;
	color: #a76607;
	padding: 10px 20px 20px;
	text-align: center;
}

.sub {
	border-bottom: 1px #dbdbdb solid;
	padding: 10px 25px 20px 5px;
	line-height: 20px;
	font-size: 14px;
	color: #888;
}

.sub span {
	margin-right: 20px;
}
#hits{
    display: inline;
}
.sub .iconfont {
	color: #128cc9;
	margin-right: 5px;
}

.bdsharebuttonbox {
	float: right;
}

.bdshare-button-style1-16 a,
.bdshare-button-style1-16 .bds_more {
	margin-top: 2px !important;
	margin-bottom: 0 !important;
}

.proDtalCont {
	padding: 20px;
}

.concatUs {
	border: 1px solid #DBDBDB;
	text-align: center;
	padding-bottom: 19px;
	margin-top: 20px;
}

.concatBox {
	padding: 0 19px;
}

.concatBox h2 {
	font-size: 18px;
	color: #333;
	line-height: 34px;
}

.concatBox h2 {
	font-size: 16px;
	color: #333;
	line-height: 22px;
}

.concatBox .ljzx {
	display: block;
	width: 100%;
	line-height: 45px;
	color: #fff;
	font-size: 18px;
	margin-top: 15px;
}

.concati1 {
	margin-top: 15px;
}

.concati2 {
	margin-top: 15px;
}

.concati p {
	color: #888;
	font-size: 14px;
	line-height: 24px;
}

.concati p .iconfont {
	margin-right: 5px;
}

.concati a {
	color: #df6c10;
	font-size: 32px;
	line-height: 46px;
}

.concati h3 {
	color: #333;
	font-size: 14px;
	line-height: 28px;
}

.pc {
	display: block;
}

.mobile {
	display: none;
}

.syyxyy {
	border-top: 1px #dbdbdb solid;
	padding: 20px 20px 5px;
	line-height: 20px;
}

.syyxyy .iconfont {
	margin-right: 5px;
}

.syyxyy p {
	margin-bottom: 15px;
	font-size: 14px;
}

.syyxyy p a:hover {
	color: #ff9800;
}

.contBotsri4 {
	padding-left: 5px;
}

.tuijianBoxi {
	float: left;
	width: 250px;
	margin-left: 20px;
}

.tjBb {
	width: 250px;
	height: 250px;
	display: block;
}

.werrTit {
	display: block;
	width: 100%;
	color: #333;
	font-size: 14px;
	line-height: 24px;
	padding: 6px 0;
	text-align: center;
}

.tuijianBoxi:hover .werrTit {
	color: #128cc9;
}

.cgalBox {
	margin-left: -15px;
}

.cgalBoxi {
	float: left;
	width: 270px;
	height: 270px;
	margin-bottom: 15px;
	margin-left: 15px;
	position: relative;
}

.cgalBoxi .cgalBoxTit {
	color: #fff;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	line-height: 30px;
	font-size: 16px;
	padding: 10px 0;
	text-align: center;
}

.cgalBoxi .imgBox {
	width: 100%;
	height: 100%;
	display: block;
	-moz-box-shadow: 0px -60px 200px #000 inset;
	/* For Firefox3.6+ */
	-webkit-box-shadow: 0px -60px 200px #000 inset;
	/* For Chrome5+, Safari5+ */
	box-shadow: 0px -60px 200px #000 inset;
	/* For Latest Opera */
}

.cgalBoxi .imgBox img {
	position: relative;
	z-index: -1;
}

.cgalBoxi:hover .imgBox {
	-moz-box-shadow: none;
	/* For Firefox3.6+ */
	-webkit-box-shadow: none;
	/* For Chrome5+, Safari5+ */
	box-shadow: none;
	/* For Latest Opera */
}

.contBotsl.contBotsl2 {
	padding-top: 0;
}

.newsBoxi {
	padding: 30px 0;
	border-bottom: 1px dotted #DBDBDB;
}

.newsBoxi .dates {
	float: left;
	width: 56px;
	height: 56px;
	background: #f8f8f8;
	padding: 12px;
	text-align: center;
}

.dates h2 {
	line-height: 34px;
	color: #333;
	font-size: 32px;
}

.dates h3 {
	line-height: 22px;
	color: #aaa;
	font-size: 12px;
}

.newsBoxi .imgBox {
	float: left;
	width: 250px;
	margin-left: 10px;
}

.newsBoxi .newsCont {
	float: left;
	margin-left: 15px;
	width: 480px;
	padding-left: 5px;
}

.newsCont .newsTit {
	max-height: 60px;
	line-height: 30px;
	color: #333;
	font-size: 20px;
	display: block;
}

.newsCont .newsTit:hover {
	color: #ff9800;
}

.newsCont p {
	font-size: 14px;
	color: #666;
	line-height: 24px;
	max-height: 72px;
	margin: 10px 0;
}

.newsCont .lookD {
	display: block;
	color: #ff9800;
	font-size: 14px;
	line-height: 24px;
}

.newsCont .lookD:hover {
	color: #ca8c32;
}
.shengming{
	display: none;
}
.shengming .btn{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top:30px;
}
.shengming .btn span{
	background:#0073f7;
	color:#fff;
	text-align: center;
	line-height: 36px;
	border:1px solid #ddd;
	padding:0 40px;
	border-radius: 10px;
	overflow: hidden;
	cursor: pointer;
	font-size:16px;
}
.shengming{
	width:100%;
	height: 100%;
	position: fixed;
	top:0;
	left:0;
	z-index:1000;
}
.shengming .mask{
	width:100%;
	height: 100%;
	position: fixed;
	top:0;
	left:0;
	background-color: rgba(0,0,0,0.6);
}
.shengmingBox{
	position: fixed;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	background:#fff;
	width:980px;
	padding:30px;
	box-sizing: border-box;
}
.shengmingBox .close{
	position: absolute;
	top:30px;
	right:30px;
	font-size:20px;
	color:#333;
}
.shengmingBox .img{
	overflow-y: scroll;
	margin:0 auto;
	width:100%;
	height: 60vh;
}
.shengmingBox .img img{
	display: block;
	width:100%;
	margin:0 auto;
}

/*手机导航样式*/

html,
body {
	/*height: 100%;*/
}

.mobileBan,
.mobileBan a {
	width: 100%;
	/* height: 100%; */
}

.mobileBan a {
	display: block;
}

.mobileBan {
	display: none;
}

.mobile-child-nav {
	width: 94%;
	margin: 0 auto;
	text-align: center;
	line-height: 20px;
	font-size: 14px;
	color: #333;
	padding: 10px 0;
}

.mobile-child-nav a {
	padding: 0 10px;
}

.mobile-child-nav .swiper-slide {
	width: auto;
}

.mobile-child-nav a.on {
	color: #128cc9;
}

.mobileList {
	position: fixed;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	left: 0;
	top: 0;
	background: #fff;
	z-index: 9999;
	top: -100%;
}

.animates {
	top: 0;
}

.comsBox .mainClass.on {
	color: #FF9800;
	background: #f3f3f3;
}

.comsBox .mainClass.on .iconfont {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.mobileNav .mtops {
	background: #f3f3f3;
	border-top: 1px solid #DBDBDB;
	border-bottom: 1px solid #DBDBDB;
	padding: 0 20px;
	display: table;
	width: 100%;
	box-sizing: border-box;
}

.mtops .mobileNavClose {
	display: table-cell;
	text-align: center;
	height: 100%;
	vertical-align: middle;
}

.mobileNavClose .iconfont {
	vertical-align: middle;
	color: #333;
	font-size: 2.4rem;
}

.mtops .mwelcome {
	display: table-cell;
	font-size: 1.4rem;
	color: #888;
	text-align: left;
}

.mtops .mwelcome .headTel {
	float: left;
	padding-bottom: 10px;
}

.comsBox {
	position: relative;
}

.comsBox .mainClass {
	border-bottom: 1px solid #DBDBDB;
	color: #333;
	font-size: 1.2rem;
	padding: 0 20px;
	display: block;
	position: relative;
	transition: all .3s ease-out;
	line-height: 40px;
	text-align: left;
}

.comsBox .mainClass .iconfont {
	font-size: 1.2rem;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -20px;
	transition: all .3s ease-out;
}

.comsBoxs {
	display: none;
}

.comsBoxs a {
	color: #888;
	text-align: left;
	font-size: 1.4rem;
	display: block;
	padding-left: 40px;
	position: relative;
	border-bottom: 1px solid #DBDBDB;
	line-height: 3rem;
}

.comsBoxs a:after {
	content: '';
	width: 4px;
	height: 4px;
	position: absolute;
	left: 25px;
	background: #ddd;
	top: 50%;
	margin-top: -2px;
	border-radius: 100%;
}


/*关于我们*/

.about-fluid {
	background: url(../images/qwrzbg_02.jpg) no-repeat center center;
	background-size: 100% 100%;
	padding-bottom: 20px;
	margin-top: 20px;
}

.about {
	text-align: center;
}

.aboutBox {
	clear: both;
	overflow: hidden;
}

.about-video {
	float: left;
	width: 40%;
}

.about-video video {
	width: 100%;
	height: 360px;
}

.about-info {
	float: right;
	width: calc(60% - 50px);
	text-align: left;
	box-sizing: border-box;
	height: 360px;
}

.about-info .about-title {
	margin-bottom: 10px;
}

.about-info .about-title a {
	font-size: 26px;
	color: #FF9800;
	font-weight: bold;
	line-height: 40px;
	border-bottom: 2px solid #FF9800;
	padding-bottom: 3px;
}

.about-txt {
	line-height: 25px;
	/*color: #eee;*/
	color: #666;
	font-size: 14px;
	text-indent: 2em;
	height: 225px;
	overflow: hidden;
}

.about-more {
	border: 1px solid #989898;
	color: #676767;
	display: block;
	width: 90px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	margin-top: 15px;
}

.about-more:hover {
	background: #FF9800;
	color: #fff;
}

.btn-tel {
	display: block;
	width: 700px;
	clear: both;
	overflow: hidden;
	margin: 35px auto 20px;
}

.btn-tel a {
	display: block;
	float: left;
	width: calc(100%/3);
	line-height: 50px;
	height: 50px;
	font-weight: bold;
	text-align: center;
	font-size: 24px;
}

.btn-tel a.btn-tel-zx {
	background: #FF9800;
	color: #fff;
}

.btn-tel a.btn-tel-zx:hover {
	background: #ca8c32;
}

.btn-tel a.btn-tel-dh {
	background: #333;
	color: #fff;
}

.btn-tel a i.iconfont {
	font-size: 24px;
	padding-right: 8px;
}

.form-fluid {
	margin-top: 40px;
	background: #171717;
	margin-bottom: 40px;
}

.form {
	background: url(../images/form-bg.png) no-repeat;
	background-size: cover;
	height: 410px;
	padding-right: 40px;
	padding-top: 15px;
}

.formBox h3 {
	text-align: right;
	font-size: 30px;
	color: #fff;
	height: auto;
	overflow: hidden;
	padding: 10px 0;
	padding-right: 40px;
}

.form-box {
	float: right;
	width: 400px;
	text-align: center;
	height: auto;
	overflow: hidden;
	color: #fff;
	margin-right: 40px;
}

.form-box span {
	margin-right: 10px;
	display: block;
	float: left;
	width: 90px;
	height: 40px;
	line-height: 40px;
	text-align: right;
	margin-top: 15px;
	font-size: 18px;
}

.form-box input[type=text] {
	width: 295px;
	height: 40px;
	margin-top: 15px;
	padding: 0px;
	padding: 0px 8px;
	box-sizing: border-box;
}

.form-box textarea {
	width: 295px;
	height: 60px;
	margin-top: 15px;
	padding: 0px 8px;
	box-sizing: border-box;
	line-height: 30px;
}

.form-box input[type="submit"] {
	display: block;
	width: 299px;
	height: 46px;
	text-align: center;
	background-color: #FF9800;
	font-size: 24px;
	float: right;
	border: none;
	margin-top: 15px;
	color: #fff;
	line-height: 45px;
	cursor: pointer;
}

.form-box input[type="submit"]:hover {
	background: #ca8c32;
}

.bigImgBox3 .bigImg {
	background: #171717;
}

.bigImgBox3 .bigImg .mauto {
	background: url(../images/form-bg2.png) no-repeat;
	background-size: cover;
}

.btn-tel2 {
	clear: both;
	overflow: hidden;
	margin-top: 40px;
}

.btn-tel2 a {
	width: 175px;
	line-height: 45px;
	height: 45px;
	font-size: 18px;
	color: #fff;
	float: right;
	text-align: center;
	margin: 10px 10px;
	background: #FF9800;
	border: 1px #FF9800 solid;
}

.btn-tel2 a i.iconfont {
	font-size: 24px;
	padding-right: 8px;
}

.btn-tel2 a:hover {
	background: #ca8c32;
}

.bottomNav {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #ff9800;
	z-index: 1000;
	height: 45px;
}

.bottomNav ul li {
	width: calc(25% - 1px);
	float: left;
	border-right: 1px solid #ccc;
}

.bottomNav ul li:last-of-type {
	border-right: 0px;
	width: 25%;
}

.bottomNav ul li a {
	padding: 0px;
	color: #fff;
	display: block;
	text-align: center;
	padding: 8px 0px;
}

.bottomNav ul li a i.iconfont {
	font-size: 24px;
}

.bottomNav ul li span {
	font-size: 14px;
	line-height: 24px;
}


/*respones*/

.proDtalCont-video video {
	width: 100%;
}


/*联系我们*/

.contact-box1 h2,
.contact-box2 h2 {
	font-size: 27px;
	line-height: 40px;
	color: #FF9800;
	margin-bottom: 20px;
}

.contact-box2 {
	border-top: 1px solid #DBDBDB;
	margin-top: 20px;
	padding-top: 20px;
}

.contact-box1 ul li {
	font-size: 18px;
	clear: both;
	overflow: hidden;
	margin-bottom: 15px;
	line-height: 50px;
}

.contact-box1 ul li i.iconfont {
	font-size: 32px;
	float: left;
	padding: 0px 10px;
	color: #ff9800;
	border: 1px solid #ddd;
	margin-right: 20px;
}

.contact-box1 ul li:last-of-type i.iconfont {
	margin-top: 34px;
}

.contact-box1 ul li:last-of-type span img {
	width: 120px;
}

.contact-box1 ul li a {
	color: #666;
}

.contact-box1 ul li a:hover {
	color: #FF9800;
}


/*在线留言*/

.contact-form form span {
	display: block;
	width: 100px;
	float: left;
	line-height: 35px;
	margin-bottom: 20px;
	font-size: 16px;
	text-align: center;
}

.contact-form form input[type=text] {
	width: 280px;
	border: 1px solid #ddd;
	float: left;
	height: 35px;
	margin-bottom: 20px;
	box-sizing: border-box;
	padding: 0px 5px;
}

.contact-form form input[type=text]:nth-of-type(1),
.contact-form form input[type=text]:nth-of-type(3) {
	margin-right: 40px;
}

.contact-form form select {
	width: 280px;
	border: 1px solid #ddd;
	height: 35px;
	margin-bottom: 20px;
	float: left;
}

.contact-form form textarea {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	width: calc(100% - 100px);
	height: 100px;
	box-sizing: border-box;
	padding: 5px;
}

.contact-form form input[type=text]:focus,
.contact-form form select:focus,
.contact-form form textarea:focus {
	border: 1px solid #FF9800;
}

.contact-form form input[type=submit] {
	width: 150px;
	line-height: 40px;
	border: 1px #ff9800 solid;
	background: #ff9800;
	color: #fff;
	font-size: 18px;
	margin-left: 100px;
	cursor: pointer;
}

.contact-form form input[type=submit]:hover {
	background: #ca8c32;
}


/*家政月嫂*/

.fuwuBox ul {
	clear: both;
	overflow: hidden;
}

.fuwuBox ul li {
	float: left;
	width: 33.33333%;
}

.fuwuBox ul li a {
	margin: 0 10px 20px;
	display: block;
	width: auto;
	height: 200px;
	overflow: hidden;
	position: relative;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	zoom: 1;
}

.fuwuBox ul li a .pic {
	width: auto;
	height: auto;
	max-width: 100%;
	overflow: hidden;
	text-align: center;
	background: #f3f3f3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	zoom: 1;
}

.fuwuBox ul li a .txt {
	position: absolute;
	left: 0;
	right: 0;
	bottom: auto;
	top: 150px;
	padding: 0 20px;
	background: rgba(0, 0, 0, 0.8);
	color: #fff;
	height: 100%;
}

.fuwuBox ul li a:hover .txt {
	top: 0px;
}

.fuwuBox ul li a .txt .title {
	height: 50px;
	line-height: 50px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 16px;
}

.fuwuBox ul li a .txt .desc {
	line-height: 20px;
	font-size: 12px;
	color: #fff;
	padding: 0;
}


/*招商加盟*/

.joinBanner {
	width: 100%;
	background: #fdd40a;
}

.join-banner {
	width: 900px;
	height: 458px;
	margin: 0 auto;
}

.join-banner img {
	width: 100%;
	height: 100%;
}

.join {}

.join-title {
	text-align: center;
	margin: 50px auto 30px;
	width: 300px;
	background: #f4f4f4;
	padding: 10px 25px;
	border-radius: 60px;
	border: 2px solid #ddd;
	-webkit-border-radius: 2px solid #ddd;
	-moz-border-radius: 2px solid #ddd;
}

.join-title h2 {
	font-size: 30px;
	color: #181818;
}

.join-title p {
	color: #C5C5C5;
	font-size: 18px;
}

.join-title2 {
	margin: 50px auto 30px;
	position: relative;
}

.join-title2 h2 {
	font-size: 30px;
	width: 200px;
	background: #ff9800;
	color: #fff;
	text-align: center;
	margin: 0px auto;
	z-index: 99;
	line-height: 50px;
	border-radius: 35px;
	border: 2px solid #ddd;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	zoom: 1;
	height: 52px;
	box-sizing: border-box;
}

.join-title2::before,
.join-title2::after {
	content: "";
	position: absolute;
	top: 50%;
	background: #360300;
	width: calc(50% - 100px);
	height: 1px;
}

.join-title2::before {
	left: 0px;
}

.join-title2::after {
	right: 0px;
}

.join-box2 dl {
	float: left;
	width: 50%;
	box-sizing: border-box;
	box-shadow: 0px 0px 3px #ddd;
	border: 1px solid #ddd;
	padding: 10px;
}

.join-box2 dl dt {
	display: table;
	width: 200px;
	padding: 5px 0;
	background: #fafafa;
	border-radius: 50px;
}

.join-box2 dl dt span {
	display: block;
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	background: #ff9800;
	float: left;
	border-radius: 50%;
	color: #fff;
	font-size: 25px;
	margin-right: 10px;
}

.join-box2 dl dt p {
	float: left;
	line-height: 35px;
	font-size: 18px;
	font-weight: bold;
}

.join-box2 dl dd {
	padding: 15px;
	line-height: 25px;
	font-size: 14px;
	height: 210px;
	box-sizing: border-box;
	overflow: hidden;
}

.join-box2 dl dd p {
	float: left;
	width: calc(100% - 150px);
}

.join-box2 dl dd i.iconfont {
	float: right;
	font-size: 113px;
	line-height: 100px;
	color: #ff9800;
}

.join-box4-info {
	border: 1px solid #ddd;
	padding: 15px;
	font-size: 16px;
	box-shadow: 0px 0px 3px #ddd;
}

.join-box4-info p {
	line-height: 30px;
}

.join-box3 {
	background: #6937aa;
	padding: 20px;
	margin-top: 50px;
}

.join-box3 h2 {
	text-align: center;
	font-size: 30px;
	color: #fff;
}

.join-box3 p {
	color: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 30px;
}

.join-box3 a {
	width: 130px;
	height: 35px;
	display: block;
	margin: 10px auto;
	background: #f9f9f9;
	border-radius: 10px;
	text-align: center;
	font-size: 16px;
	line-height: 35px;
	font-weight: bold;
	color: #444;
}

.join-box3 a:hover {
	background: #ff9800;
	color: #fff;
}

.mobile-logo{
    display: none;
}
@media only screen and (max-width: 767px) {
	html {
		font-size: 62.5%;
	}
	.w1200 {
		width: 100%;
		box-sizing: border-box;
		padding-left: 3%;
		padding-right: 3%;
	}
	.banner {
		display: none;
	}
	.mobileBan {
		display: block;
	}
	.headTips .w1200 {
		width: 100%;
	}
	.headFun {
		display: none;
	}
	.mobileNav {
		display: block;
	}
	.fixedNav {
		display: none;
	}
	.headBot .logo {
		margin: 0 auto;
		padding-top: 5px;
		float: none;
		display: block;
		margin-bottom: 5px;
	}
	.headBot .logo img{
		width:150px;
	}
	.headTitle {
		float: none;
		width: 100%;
		box-sizing: border-box;
		margin-left: 0;
		line-height: 45px;
		display: none;
	}
	.headBot .headTel {
		display: none;
	}
	.headBot {
		height: auto;
	}
	/*banner*/

	.iTitleBox {
		padding: 0 50px;
	}
	.iTitleBox h2 {
		font-size: 16px;
		line-height: 24px;
	}
	.iTitleBox p {
		line-height: 20px;
		font-size: 12px;
	}
	.iTitleBox1 {
		height: auto;
		margin-top: 5px;
	}
	.serverList ul li {
		float: none;
		width: 100%;
		margin: 15px 0;
		height: auto;
	}
	.serverList ul li .imgBox img {
		height: auto;
	}
	.solid h2 {
		line-height: 60px;
	}
	.solid p {
		padding: 0 5%;
		width: auto;
	}
	.solid .serverBtn {
		margin: 25px auto 0;
		width: 90%;
	}
	.flinkCont {
		padding: 0;
	}
	.bottomt {
		padding: 10px 3%;
	}
	.bottomTb {
		padding: 10px 3%;
	}
	.bottomTt {
		padding-bottom: 10px;
		padding-top: 5px;
	}
	.flink {
		line-height: 50px;
	}
	.blogo {
		margin: 0 auto;
		float: none;
		display: block;
	}
	.gsinfo {
		float: none;
		margin-left: 0;
		text-align: center;
		margin-top: 5px;
		width: 100%;
	}
	.gsinfo h2 {
		margin-bottom: 0px;
	}
	.ewmBox {
		display: none;
	}
	.bigImgBox .bigImg {
		width: 100%;
	}
	.bigImgBox .w1200 {
		padding: 0;
	}
	.bigImgBox .man {
		width: 50%;
	}
	.bigImgBox .bigICont {
		width: 80%;
		margin: 0 auto;
	}
	.bigImgBox .bigICont h2 {
		font-size: 16px;
		line-height: 20px;
		margin-top: 0;
		text-align: center;
	}
	.bigImgBox .bigICont h2 em {
		font-size: 18px;
	}
	.bigImgBox .bigICont .p1 {
		font-size: 12px;
		line-height: 18px;
		text-align: center;
	}
	.bigImgBox .bigICont .p2 {
		font-size: 12px;
		line-height: 18px;
	}
	.bigImgBox .bigICont a.btn_orange {
		display: block;
		width: 90px;
		height: 30px;
		line-height: 30px;
		font-size: 14px;
		margin: 10px calc(50% - 45px);
	}
	.bigImgBox .bigICont .bmtel {
		display: none;
	}
	.btn-tel2 {
		display: table;
		margin: 10px auto 0px;
	}
	.btn-tel2 a {
		margin: 0px auto;
		font-size: 14px;
		width: 90px;
		line-height: 30px;
		;
		height: 30px;
		height: 32px;
		padding: 0px 8px;
		margin-right: 5px;
		box-sizing: border-box;
	}
	.btn-tel2 a i.iconfont {
		font-size: 19px;
		float: left;
	}
	.bigImgBox1 {
		padding-top: 20px;
		margin-bottom: 20px;
	}
	.bigImgBox1 .bigImg {
		height: 150px;
	}
	.bigImgBox1 .man {
		width: 60%;
		left: -10%;
	}
	.bigImgBox1 .bigICont {
		width: 55%;
	}
	.bigImgBox1 .bigICont {
		top: 10px;
	}
	.bigImgBox1 .bigICont .p2 {
		margin-top: 0;
	}
	.bigImgBox2 {
		height: auto;
		margin-bottom: 20px;
	}
	.bigImgBox2 .bigImg {
		height: 200px;
	}
	.bigImgBox2 .man {
		width: 160%;
		margin-left: -85%;
	}
	.bigImgBox2 .bigICont {
		top: 60px;
		width: 57%;
	}
	.bigImgBox3 .bigImg {
		height: 150px;
	}
	.bigImgBox3 .bigICont {
		top: 30px;
	}
	.bigImgBox3 .man {
		width: 55%;
		right: -5%;
	}
	.inews {
		width: 100%;
		padding: 0;
		float: none;
		padding-top: 10px;
	}
	.inews .inewsListTop {
		position: relative;
	}
	.inewsListTop .imgBox {
		width: 125px;
		height: 80px;
		position: absolute;
		left: 0px;
		top: 0;
	}
	.inewsR {
		padding-left: 130px;
		width: auto;
	}
	.inewsR p {
		display: none;
	}
	.ljxqBox {
		margin-top: 5px;
	}
	.contTops h2 {
		display: none;
	}
	.contTops .Breadcrumb {
		float: left;
		line-height: 25px;
		height: auto;
	}
	.contBotsl {
		float: none;
		width: 100%;
		padding-top: 10px;
	}
	.proDtalTit.proDtalTit3 {
		padding: 5px 10px 15px;
	}
	.proDtalCont {
		padding: 10px;
	}
	.contBotsr {
		float: none;
		width: 100%;
	}
	.exsaple {
		width: 100%;
	}
	.contBots {
		padding-bottom: 30px;
	}
	.cgalBox {
		margin-left: 0;
	}
	.cgalBoxi {
		float: none;
		width: 100%;
		margin-left: 0;
		height: auto;
	}
	.pagination {
		margin: 20px 0;
	}
	.pagination a {
		line-height: 25px;
		padding: 0 8px;
		width: auto;
		margin: 0;
		margin-right: 5px;
		margin-bottom: 10px;
		height: 27px;
		font-size: 14px;
	}
	.pagination span {
		line-height: 25px;
		padding: 0 8px;
		width: auto;
		margin: 0;
		margin-right: 5px;
		margin-bottom: 10px;
		height: 26px;
		text-align: center;
		font-size: 14px;
		;
	}
	.page ul li a {
		padding: 0 8px;
		width: auto;
		margin: 0;
		height: 27px;
		font-size: 14px;
		line-height: 25px;
	}
	.page ul li a span {}
	.pagination .pagination-next,
	.pagination .pagination-prev {
		padding: 0 8px;
		width: auto;
	}
	.pagination .pagination-current {
		width: auto;
		line-height: 23px;
		height: 23px;
		padding: 0 7px;
	}
	.newsBoxi {
		padding: 20px 0;
	}
	.newsBoxi .dates {
		float: none;
	}
	.newsBoxi .imgBox {
		margin-left: 0;
		margin-top: 10px;
		float: none;
		width: 100%;
		max-width: 300px;
		height: auto;
	}
	.newsBoxi .newsCont {
		margin-left: 0;
		margin-top: 10px;
		float: none;
		width: 100%;
	}
	.floatBox .floatBoxi {
		float: none;
		width: 100%;
		position: relative;
	}
	.proDtalTit {
		-webkit-line-clamp: initial;
		height: auto;
		font-size: 20px;
		line-height: 26px;
		padding: 10px;
	}
	.bdsharebuttonbox {
		display: none;
	}
	.sub {
		margin-bottom: 5px;
	}
	.sub span {
		display: block;
		width: 100%;
		margin-top: 5px;
		margin-right: 0;
	}
	.bdsharebuttonbox {
		float: none;
	}
	.tuijianBoxi {
		float: none;
		width: 100%;
		margin-left: 0;
		margin-top: 10px;
	}
	.contBotsri4 {
		padding-left: 0;
	}
	.tjBb {
		margin: 0 auto;
	}
	.greatBoxi {
		display: block;
	}
	.greatBoxi .greatl,
	.greatBoxi .greatr {
		display: block;
		width: 100%;
	}
	.greatTxt {
		box-sizing: border-box;
		width: 100%;
	}
	.greatBoxi {
		margin: 10px 0;
		width: 100%;
	}
	.greatBoxi:nth-of-type(1),
	.greatBoxi:nth-of-type(2) {
		border-bottom: 1px solid #ddd;
	}
	.greatBoxi:nth-of-type(2n) {
		border-left: 1px solid #ddd;
	}
	.greatl {
		width: 100%;
	}
	.greatr {
		width: 100%;
	}
	.greatImg img {
		width: 70%;
		display: block;
		margin: 20px auto 10px;
	}
	.greatTxt {
		background-size: 40px;
		padding-left: 45px;
	}
	.greatTxt h2 {
		margin-top: 20px;
	}
	.pc {
		display: none;
	}
	.mobile {
		display: block;
	}
	.zci {
		width: 50%;
		box-sizing: border-box;
		height: auto;
		padding: 10px 5px 0;
		margin-bottom: 20px;
	}
	.zci h2 {
		margin-top: 10px;
		font-size: 16px;
		line-height: 20px;
	}
	.zci p {
		margin-top: 5px;
		font-size: 12px;
		line-height: 20px;
		height: 100px;
	}
	.iTitleBox .iTitlel,
	.iTitleBox .iTitler {
		width: 25px;
	}
	.iTitleBox1 .iTitle {
		margin-top: 0;
	}
	.quanweiBox {
		height: auto;
	}
	.quanweiBox .iTitlel {
		left: 3%;
	}
	.quanweiBox .iTitler {
		right: 3%;
	}
	.quanwei {
		width: 94%;
		margin: 0 auto;
		padding: 0;
	}
	.quanwei .swiper-slide .imgBox {
		margin-left: 0;
		margin-top: 0;
	}
	.quanwei .swiper-slide img {
		margin: 0 auto;
	}
	.fbtnGroup {
		line-height: 40px;
		height: 40px;
	}
	.quanweibg {
		height: auto;
		background-size: cover;
		padding-bottom: 20px;
	}
	.hbBox {
		width: 100%;
		padding: 0 3%;
		box-sizing: border-box;
		padding-top: 5px;
	}
	.hbi {
		border: none;
		margin-left: 0;
		width: 50%;
		height: auto;
		margin-top: 5px;
	}
	.khpj {
		padding-top: 5px;
	}
	.khpjImg {
		padding-top: 5px;
	}
	.khpjImg .item {
		height: 210px;
	}
	.khpjImg .block01 .item {
		height: 210px;
	}
	.khpjImg .block {
		float: none;
		width: 100%;
		margin-top: 5px;
	}
	.khpjImg .block01 .item {
		width: 100%;
	}
	.khpjImg .item {
		width: 100%;
	}
	.khpjImg .block02 .item {
		width: 100%;
	}
	.bigImgBox3 {
		padding-top: 20px;
	}
	.newsBox {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.inewsTitle h2 {
		line-height: 24px;
		font-size: 20px;
	}
	.inewsTitle a {
		line-height: 24px;
	}
	.inewsList {
		padding-top: 10px;
	}
	.inewsListi .time {
		display: none;
	}
	.inewsListBot {
		padding-top: 5px;
	}
	.inewsListi {
		padding: 5px 0;
	}
	.hynews {
		padding-top: 20px
	}
	.headBot .w1200 {
		overflow: hidden;
	}
	.contBotsriTit:after {
		left: 10px;
	}
	.contBotsriTit {
		line-height: 40px;
		font-size: 16px;
		padding-left: 30px;
	}
	.contBotsri {
		padding-bottom: 0;
	}
	.contBotsri2 .fbtnGroup {
		height: 40px;
		line-height: 40px;
	}
	.acticle {
		padding: 0px 12px;
	}
	.concati1 {
		margin-top: 10px;
	}
	.concatBox h2 {
		font-size: 16px;
		line-height: 28px;
	}
	.concatBox h2 {
		font-size: 14px;
		line-height: 22px;
	}
	.concati2 {
		margin-top: 5px;
	}
	.concatBox .ljzx {
		line-height: 40px;
		font-size: 16px;
		margin-top: 10px;
	}
	.headTips p {
		float: none;
	}
	.server {
		padding-top: 5px;
	}
	.greatBox {
		padding-top: 5px;
	}
	.zhengce {
		padding-top: 5px;
	}
	.floatBoxi .imgBox {
		height: auto;
	}
	.floatBoxi .imgBox .imgBox img {
		height: auto;
	}
	.floatBox .floatBoxi {
		height: auto;
	}
	.exsaple {
		height: auto;
	}
	/*phone 底部菜单*/
	.bottombar {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		background: #128cc9;
		z-index: 1000;
		height: 50px;
		/*-moz-box-shadow:0px 0px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow:0px 0px 5px rgba(0,0,0,0.5);
	box-shadow:0px 0px 5px rgba(0,0,0,0.5);*/
	}
	.bottombar ul {
		height: 100%;
		padding: 0 3%;
	}
	.bottombar li {
		float: left;
		display: block;
		width: 50%;
		height: 100%;
		text-align: center;
	}
	.bottombar li a {
		display: block;
		padding: 0 3%;
		overflow: hidden;
		text-align: center;
		white-space: nowrap;
		text-overflow: ellipsis;
		color: #fff;
		font-size: 18px;
		background: #128cc9;
		line-height: 50px;
		/*-webkit-border-radius:.4rem;-moz-border-radius:.4rem;border-radius:.4rem;*/
	}
	.bottombar li a p {
		color: #fff;
	}
	.bottombar li a .iconfont {
		font-size: 20px;
		vertical-align: middle;
	}
	.bottombar li a.on {
		color: #fff;
	}
	.bottombar li a.on p {
		color: #fff;
	}
	.bottombar li a:active {
		color: #fff;
	}
	.bottombar li a:active p {
		color: #fff;
	}
	.foot {
		padding-bottom: 8px;
	}
	.fixedTop {
		bottom: 60px;
		width: 40px;
		line-height: 45px;
		height: 40px;
	}
	.proDtalCont img {
		width: 100% !important;
		height: auto !important;
	}
	/*关于我们*/
	.about-fluid {
		background-size: 100% 100%;
	}
	.about-video {
		width: 100%;
		margin-bottom: 15px;
		margin-top: 15px;
	}
	.about-video video {
		height: auto;
	}
	.about-txt {
		height: auto;
	}
	.about-info {
		width: 100%;
		height: auto;
	}
	.about-more {
		width: 100%;
		padding: 0px 2%;
		max-width: 300px;
		margin: 30px auto 0px;
	}
	.btn-tel {
		width: 100%;
		padding: 0px 2%;
		max-width: 300px;
		margin: 30px auto 0px;
	}
	.btn-tel a {
		width: 100%;
	}
	.formBox {}
	.formBox h3 {
		font-size: 20px;
		text-align: center;
		font-weight: bold;
	}
	.form-box {
		width: 100%;
		margin-right: 0px;
	}
	.form-box span {
		font-size: 16px;
		width: 80px;
	}
	.form-box input[type=text],
	.form-box textarea,
	.form-box input[type="submit"] {
		width: calc(100% - 90px);
	}
	.form-box input[type="submit"] {
		font-size: 18px;
	}
	.bottomBox {
		margin-bottom: 45px;
	}
	.contact-box1 h2,
	.contact-box2 h2 {
		font-size: 20px;
	}
	.contact-box1 ul li {
		font-size: 15px;
		line-height: 35px;
	}
	.contact-box1 ul li i.iconfont {
		padding: 0px 7px;
		font-size: 24px;
		margin-right: 10px;
	}
	.contact-box1 ul li:last-of-type span img {
		width: 120px!important;
	}
	.contact-form form input[type=text]:nth-of-type(1),
	.contact-form form input[type=text]:nth-of-type(3) {
		margin-right: 0px;
	}
	.contact-form form input[type=text],
	.contact-form form select,
	.contact-form form textarea {
		width: calc(100% - 100px);
	}
	.contact-form form input[type=submit] {
		width: calc(100% - 100px);
	}
	/*家政月嫂*/
	.fuwuBox ul li {
		width: 100%;
	}
	.fuwuBox ul li a {
		height: auto;
		margin: 0 0 10px;
	}
	.fuwuBox ul li a .pic {
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
	}
	.fuwuBox ul li a .txt {
		position: static;
		padding-bottom: 20px;
	}
	/*招商加盟*/
	.join-banner {
		width: 100%;
		height: auto;
	}
	.join-banner img {
		width: 100%;
		height: auto;
	}
	.join-title {
		width: 260px;
		padding: 10px 15px;
	}
	.join-title h2,
	.join-title2 h2 {
		font-size: 25px;
	}
	.join-box2 dl {
		width: 100%;
	}
	.join-box2 dl dd {
		height: auto;
	}
	.join-box2 dl dd i.iconfont {
		font-size: 50px;
		line-height: 70px;
	}
	.join-box2 dl dd p {
		width: calc(100% - 65px);
	}


    /*新增头部样*/
    .headBot .logo{
        display: none;
    }
    .mobile-logo{
        display: block;
    }
    .headTips p{
        display: none;
    }
    .headTips .w1200{
        height:60px;
        padding:8px 10px;
    }
    .mobile-logo img{
        height:46px;
        width:auto;
    }
    .mobileNav{
        line-height: 54px;
        height: 60px;
        right:10px;
    }
	.shengmingBox{
		width:96%;
		padding:20px;
	}
}


/*phone 底部菜单*/

.bottombar {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #128cc9;
	z-index: 1000;
	height: 50px;
	/*-moz-box-shadow:0px 0px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow:0px 0px 5px rgba(0,0,0,0.5);
	box-shadow:0px 0px 5px rgba(0,0,0,0.5);*/
}

.bottombar ul {
	height: 100%;
	padding: 0 3%;
}

.bottombar li {
	float: left;
	display: block;
	width: 50%;
	height: 100%;
	text-align: center;
}

.bottombar li a {
	display: block;
	padding: 0 3%;
	overflow: hidden;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #fff;
	font-size: 18px;
	background: #128cc9;
	line-height: 50px;
	/*-webkit-border-radius:.4rem;-moz-border-radius:.4rem;border-radius:.4rem;*/
}

.bottombar li a p {
	color: #fff;
}

.bottombar li a .iconfont {
	font-size: 20px;
	vertical-align: middle;
}

.bottombar li a.on {
	color: #fff;
}

.bottombar li a.on p {
	color: #fff;
}

.bottombar li a:active {
	color: #fff;
}

.bottombar li a:active p {
	color: #fff;
}

.foot {
	padding-bottom: 8px;
}
