*{
	box-sizing: border-box;
}
html,body{
	width: 100%;
}

body{
	font-family: "MicroSoft Yahei";
}

/* 大盒子 */
.pageContainer{
	position: relative;
	width: 100%;
	background-color: #fff;
}
.pageContainer>div:last-child{
	padding-bottom: 100px;
}
/* inner */
.inner{
	position: relative;
	width: 1200px;
	margin: 0 auto;
}

/* banner */
.bbanner{background: linear-gradient(to right, #f78c1f, #ff213e);height: 280px;}
.bbanner .banner-title {position: relative;text-align: center;}
.bbanner .banner-title img {position: absolute;right: -146px;top: -135px;}
.bbanner .banner-title .p1 {font-size: 36px;font-weight: 400;color: #ffffff;padding-top: 90px;}
.bbanner .banner-title .p2 {font-size: 20px;color: #ffffff;line-height: 70px;}

/* banner下tab */
.bannerTab{
	position: relative;
	margin-bottom: 68px;
}
.bannerTab .tabs{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	font-size: 16px;
	text-align: center;
	background-color: #d8d8d8;
	display: flex;
}
.bannerTab .tabs .tabItem{
	position: relative;
	bottom: 0;
	width: 100%;
	height: 60px;
	color: #333333;
	border-right: 1px solid #fff;
	transition: all .2s ease;
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.bannerTab .tabs .tabItem:last-child{
	border-right-width: 0;
}
.bannerTab .tabs .tabItem:hover,
.bannerTab .tabs .tabItem.action{
	position: relative;
	bottom: 4px;
	height: 64px;
	font-size: 18px;
	color: #ff6400;
	font-weight: bold;
	background-color: #fff;
}

/* 百科介绍 */
.baikeIntro{
	margin-bottom: 91px;
}
.baikeIntro .inner{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.baikeIntro .leftImg{
	width: 380px;
	min-width: 380px;
	margin-right: 50px;
}
.baikeIntro .rightTxt{
	width: 100%;
	color: #333333;
	font-size: 16px;
	line-height: 32px;
}
.baikeIntro .rightTxt .txtTitle{
	font-size: 20px;
	font-weight: bold;
}
.baikeIntro .rightTxt .txtLine{
	width: 50px;
	height: 1px;
	background-color: #333333;
	margin: 25px 0;
}

/* 产品列表 */
.baickProList{
	margin-bottom: 41px;
	padding: 65px 0;
}
.baickProList .blockTitle{
	text-align: center;
	font-size: 30px;
	color: #333333;
	padding-bottom: 65px;
}
.baickProList .tabs{
	height: 48px;
	display: flex;
}
.baickProList .tabs .tabItem{
	width: 100%;
	border: 1px solid #cccccc;
	background-color: #f0f0f0;
	font-size: 16px;
	color: #333333;
	transition: all .2s ease;
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.baickProList .tabs .tabItem:hover,
.baickProList .tabs .tabItem.action{
	border-color: #ff6400;
	background-color: #ff6400;
	color: #fff;
}
.baickProList .lists{
	padding-top: 21px;
}
.baickProList .lists .listItem{
	height: 140px;
	display: flex;
}
.baickProList .lists .listItem:nth-child(2n){
	background-color: #fcfcfc;
}
.baickProList .lists .listItem > *{
	display: flex;
	align-items: center;
}
.baickProList .lists .listItem > .radioBox{
	position: relative;
	min-width: 75px;
	width: 75px;
	justify-content: space-around;
}
.baickProList .lists .listItem .radioBox input{
	position: absolute;
	width: 0;
	height: 0;
	top: 0;
	left: 0;
	opacity: 0;
}
.baickProList .lists .listItem .radioBox i{
	width: 16px;
	height: 16px;
	background: url(../baike/checked.png) no-repeat center center / 16px 16px;
	transition: all .2s ease;
}
.baickProList .lists .listItem .radioBox input:checked ~ i{
	background-image: url(../baike/checked_b.png);
}
.baickProList .lists .listItem .itemImg{
	min-width: 110px;
	width: 110px;
}
.baickProList .lists .listItem .itemImg img{
	width: 80px;
	height: 80px;
}
.baickProList .lists .listItem .itemTitle{
	min-width: 320px;
	width: 320px;
	font-size: 16px;
	color: #333333;
}
.baickProList .lists .listItem .itemTitle span{
	color: #ff6400;
}
.baickProList .lists .listItem .itemIntro{
	min-width: 260px;
	width: 260px;
	font-size: 14px;
	color: #666666;
	margin:0 60px 0 20px;
}
.baickProList .lists .listItem .itemPrice{
	min-width: 130px;
	width: 130px;
	font-size: 14px;
	color: #ff6400;
}
.baickProList .lists .listItem .tools{
	width: 100%;
	justify-content: space-around;
}
.baickProList .lists .listItem .tools a{
	width: 95px;
	height: 32px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	border-radius: 3px;
	transition: all .2s ease;
	border: 1px solid #2c70db;
}
.baickProList .lists .listItem .tools .promptlyPay{
	background-color: #2c70db;
	color: #fff;
}
.baickProList .lists .listItem .tools .joinShopCar{
	background-color: #fff;
	color: #2c70db;
}
.baickProList .lists .listItem .tools a:hover{
	background-color: #2c70db;
	color: #fff;
}
.baickProList .distinction{
	padding: 18px 76px;
	font-size: 14px;
	color: #666666;
	background-color: #f0f0f0;
	margin-top: 6px;
}
.baickProList .distinction a{
	margin-left: 28px;
	color: #ff6400;
}

/* 增值服务 */
.appreciation{
	margin-bottom: 57px;
    background-color: #f9f9f9;
}
.appreciation .appreTab{
	display: flex;
	align-items: center;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 36px;
}
.appreciation .appreTab .tab{
	color: #ff6400;
	background-color: #f9f9f9;
	cursor: pointer;
	padding: 10px 20px;
}
.appreciation .appreTab .tab.action,
.appreciation .appreTab .tab:hover{
	background-color: #ff6400;
	color: #fff;
}
.appreciation .inTitle{
	/*font-size: 18px;*/
	font-weight: bold;
}
.appreciation .appreBox .appreBlock{
	display: none;
}
.appreciation .appreBox .appreBlock.action{
	display: block;
}
.appreciation .service{
	display: flex;
	justify-content: space-between;
}
.appreciation .service .checkPro{
	position: relative;
	width: 246px;
	text-align: center;
	border: 1px solid #cccccc;
	padding: 35px 20px 20px;
	display: none;
}
.appreciation .service .checkPro .proImg{
	margin-bottom: 10px;
}
.appreciation .service .checkPro .proImg img{
	margin: 0 auto;
}
.appreciation .service .checkPro .proTitle{
	line-height: 24px;
	font-size: 16px;
	color: #333333;
	margin-bottom: 15px;
}
.appreciation .service .checkPro .proTitle span{
	color: #ff6400;
}
.appreciation .service .checkPro .proTxt{
	font-size: 14px;
	color: #666666;
	margin-bottom: 20px;
}
.appreciation .service .checkPro .proPrice{
	font-size: 14px;
	color: #ff6400;
}
.appreciation .service .jia{
	position: relative;
	width: 28px;
	height: 28px;
	background: url(../baike/jia.png) no-repeat center center / 100% 100%;
	align-self: center;
	display: none;
}
.appreciation .service .group{
	position: relative;
	width: 30%;
	border: 1px solid #cccccc;
}
.appreciation .service .group .radioInp{
	position: absolute;
	top: 0;
	left: 0;
	width: 0px;
	height: 0px;
	opacity: 0;
}
.appreciation .service .group .groupTitle{
	position: relative;
	text-align: center;
	font-size: 18px;
	color: #333333;
	padding-top: 28px;
	padding-bottom: 32px;
}
.appreciation .service .group:nth-child(3) .groupTitle{
	background-color: #6d89f2;
}
.appreciation .service .group:nth-child(4) .groupTitle{
	background-color: #51a3ff;
}
.appreciation .service .group:nth-child(5) .groupTitle{
	background-color: #519cd1;
}
.appreciation .service .group .groupTitle .radio{
	position: absolute;
	top: 6px;
	right: 6px;
	width: 16px;
	height: 16px;
	background: url(../baike/radio_checked.png) no-repeat center center / 16px 16px;
	vertical-align: middle;
	transition: all .2s ease;
}
.appreciation .service .group .groupTitle .groupImg{
	display: block;
	margin: 0 auto;
}
.appreciation .service .group .radioInp:checked ~ .groupTitle .radio{
	background-image: url(../baike/radio_check.png);
}
.appreciation .service .group .groupTitle .intro{
	display: block;
	font-size: 20px;
	color: #fff;
	margin: 15px 0;
	font-weight: bold;
}
.appreciation .service .group .groupTitle .price{
	display: block;
	font-size: 16px;
	color: #fff;
}
.appreciation .service .group .groupText{
	font-size: 12px;
	color: #666666;
	line-height: 22px;
	padding: 22px 12px;
}
.appreciation .service .group .groupText .checkMore{
	position: relative;
	z-index: 2;
	color: #ff6400;
}
.appreciation .service.current .group{
	width: 289px;
}
.appreciation .service.current .checkPro{
	display: block;
}
.appreciation .service.current .jia{
	display: block;
}
.appreciation .service .group{
	width: 289px;
}
.appreciation .service .checkPro{
	display: block;
}
.appreciation .service .jia{
	display: block;
}
.appreciation .prosList{
	overflow: auto;
	white-space: nowrap;
}
.appreciation .prosList .listItem{
	position: relative;
	display: inline-block;
	width: 142px;
	vertical-align: middle;
	margin-right: 20px;
}
.appreciation .prosList .preItem{
	margin-right: 0px;
}
.appreciation .prosList .listItem a{
	color: #333333;
}
.appreciation .prosList .listItem .itemImg{
	width: 100px;
	height: 100px;
	margin: 0 auto;
}
.appreciation .prosList .listItem .imgTitle{
	max-width: 100%;
	height: 48px;
	margin: 5px 0;
	text-align: center;
	color: #666666;
	font-size: 15px;
	white-space: pre-wrap;
	overflow: hidden;
}
.appreciation .prosList .listItem .imgTitle .checkMore{
	display: inline-block;
	color: #ff6400;
}
.appreciation .prosList .listItem .itemPrice{
	display: block;
	text-align: center;
	font-weight: bold;
	color: #ff6400;
	white-space: nowrap;
}
.appreciation .prosList .jia{
	display: inline-block;
	position: relative;
	width: 28px;
	height: 28px;
	background: url(../baike/jia.png) no-repeat center center / 100% 100%;
	vertical-align: middle;
	margin: 0 20px;
}

.groupPop{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	display: none;
}
.groupPop .mask{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.4);
}
.groupPop .popCont{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 490px;
	padding: 59px 39px 70px;
	background-color: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.groupPop .popCont .close{
	position: absolute;
	top: -53px;
	right: -103px;
	width: 40px;
	height: 40px;
	background: url(../baike/close2.png) no-repeat center center / 100% 100%;
}
.groupPop .popCont .prevBtn,
.groupPop .popCont .nextBtn{
	position: absolute;
	top: 50%;
	right: -45px;
	width: 18px;
	height: 32px;
	background: url(../baike/right_white.png) no-repeat center center / 100% 100%;
	transform: translate(0,-50%);
	cursor: pointer;
}
.groupPop .popCont .nextBtn{
	left: -45px;
	right: auto;
	background: url(../baike/left_white.png) no-repeat center center / 100% 100%;
}
.groupPop .popCont .contBlock{
	display: none;
	max-height: 60vh;
	overflow: auto;
}
.groupPop .popCont .contBlock.action{
	display: block;
}
.groupPop .popCont .contBlock .popTitle{
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 55px;
}
.groupPop .popCont .contBlock p{
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 20px;
}
.groupPop .popCont .contBlock p span{
	display: inline-block;
	width: 18px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	background-color: #e5e5e5;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	vertical-align: middle;
	margin-right: 5px;
}

/* 购买条 */
.payTools{
	margin-bottom: 66px;
}
.payTools .inner{
	height: 60px;
	background-color: #eeeeee;
}
.payTools .inner .right{
	float: right;
	height: 100%;
	display: flex;
	align-items: center;
}
.payTools .inner .right .amountPrice{
	color: #ff6400;
	margin-right: 48px;
}
.payTools .inner .right .amountPrice i,
.payTools .inner .right .amountPrice span,
.payTools .inner .right .amountPrice b{
	font-size: 16px;
	font-weight: bold;
	vertical-align: middle;
}
.payTools .inner .right .amountPrice i{
	font-size: 14px;
	margin-right: 16px;
}
.payTools .inner .right a{
	width: 95px;
	height: 32px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	border-radius: 3px;
	transition: all .2s ease;
	border: 1px solid #ff6400;
}
.payTools .inner .right .pay{
	background-color: #ff6400;
	color: #fff;
	margin: 0 10px;
}
.payTools .inner .right .inShopCar{
	color: #ff6400;
	margin-right: 20px;
}
.payTools .inner .right a:hover{
	background-color: #ff6400;
	color: #fff;
}

/* 产品介绍锚点 */
.proTab{
	width: 100%;
	height: 54px;
	border-bottom: 1px solid #cccccc;
	background-color: #fff;
	display: none;
	z-index: 999;
}
.proTab .inner{
	height: 100%;
}
.proTab .proTitle{
	position: relative;
	height: 100%;
	font-size: 26px;
	color: #333333;
	text-align: center;
	display: none;
	align-items: center;
	justify-content: space-around;
}
.proTab .proTitle .payBtn{
	position: absolute;
	top: 50%;
	right: 20px;
	width: 95px;
	height: 32px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	border-radius: 3px;
	background-color: #ff6400;
	transition: all .2s ease;
	transform: translate(0,-50%);
}
.proTab .tabs{
	height: 100%;
	display: none;
	align-items: center;
	justify-content: space-around;
}
.proTab .tabs .tabItem{
	position: relative;
	height: 100%;
	font-size: 14px;
	color: #333333;
	transition: all .2s ease;
	cursor: pointer;
	display: flex;
	align-items: center;
}
.proTab .tabs .tabItem::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 40px;
	height: 2px;
	background-color: #ff6400;
	transform: translate(-50%,0);
	opacity: 0;
	transition: all .2s ease;
}
.proTab .tabs .tabItem:hover,
.proTab .tabs .tabItem.action{
	color: #ff6400;
}
.proTab .tabs .tabItem:hover::after,
.proTab .tabs .tabItem.action::after{
	opacity: 1;
}

.proTab.current,
.proTab.current2{
	position: fixed;
	top: 0;
	left: 0;
	display: block;
}
.proTab.special .proTitle,
.proTab.current .proTitle{
	display: none;
}
.proTab.special .tabs,
.proTab.current .tabs{
	display: flex;
}
.proTab.current2 .proTitle{
	display: flex;
}
.proTab.current2 .tabs{
	display: none;
}

.proTab.special .proTitle{
	display: none;
}
.proTab.special .tabs{
	display: flex;
}

/* 产品介绍 */
.proBlock{
	padding: 65px 0;
}
.proBlock:nth-child(2n+1){
	background-color: #f9f9f9;
}
.proBlock .blockTitle{
	text-align: center;
	font-size: 30px;
	color: #333333;
	padding-bottom: 65px;
}


.proIntro{
}
.proIntro .blockContent{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.proIntro .blockContent .contImg{
	min-width: 561px;
	margin-right: 105px;
}
.proIntro .blockContent .contImg img{
	width: 561px;
	height: 471px;
}
.proIntro .blockContent .contText{
	color: #333333;
}
.proIntro .blockContent .contText .contTitle{
	font-size: 24px;
}
.proIntro .blockContent .contText .contLine{
	width: 50px;
	height: 1px;
	background-color: #333333;
	margin: 20px 0;
}
.proIntro .blockContent .contText .cont{
	font-size: 16px;
	line-height: 32px;
	margin-bottom: 30px;
}
.proIntro .blockContent .contText .qa{
	position: relative;
	padding: 6px;
	font-size: 14px;
	box-shadow: 0px 0px 14px 0px rgba(14,14,14,.1);
	margin-bottom: 13px;
}
.proIntro .blockContent .contText .qa .numBg{
	position: absolute;
	top: 50%;
	left: 5px;
	width: 36px;
	height: 36px;
	transform: translate(-50%,-50%);
	background-color: #fff;
	border-radius: 50%;
	box-shadow: 0px 0px 14px 0px rgba(14,14,14,.1);
}
.proIntro .blockContent .contText .qa .num{
	position: absolute;
	top: 50%;
	left: 5px;
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	color: #ff6400;
	transform: translate(-50%,-50%);
	background-color: #fff;
	border: 1px dashed #cccccc;
	border-radius: 50%;
}
.proIntro .blockContent .contText .qa .qaTxt{
	position: relative;
	padding: 9px 15px;
	line-height: 21px;
	border: 1px dashed #cccccc;
	border-radius: 5px;
	background-color: #fff;
}

/* 产品优势 */
.proAdvan .blockContent{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.proAdvan .advanItem{
	width: 49.15%;
	padding: 33px 25px 17px;
	margin-bottom: 20px;
	background-color: #fff;
	box-shadow: 0px 0px 14px 0px rgba(14,14,14,.1);
	display: flex;
}
.proAdvan .advanItem .itemImg{
	min-width: 62px;
	width: 62px;
	margin-right: 22px;
}
.proAdvan .advanItem .itemImg img{
	width: 62px;
	height: 62px;
}
.proAdvan .advanItem .itemTxt .itemTitle{
	font-size: 18px;
	color: #333333;
	margin-bottom: 14px;
}
.proAdvan .advanItem .itemTxt .itemMsg{
	font-size: 14px;
	line-height: 22px;
	color: #999999;
}

/* 合作流程 */
.cooperation .blockContent{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.cooperation .coopItem{
	width: 25%;
	text-align: center;
	margin-bottom: 38px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.cooperation .coopItem .itemImg{
	position: relative;
	width: 60px;
	height: 69px;
}
.cooperation .coopItem .itemImg img{
	width: 60px;
	height: 69px;
}
.cooperation .coopItem .itemImg .itemLine{
	position: absolute;
	top: 50%;
	left: 100%;
	width: 236px;
	border-bottom: 1px dashed #ccc;
	transform: translate(0,-50%);
}
.cooperation .coopItem .itemImg .iconR{
	position: absolute;
	top: 0;
	left: 50%;
	width: 16px;
	height: 16px;
	background: url(../baike/icon_right.png) no-repeat center center / 16px 16px;
	transform: translate(-50%,-50%);
}
.cooperation .coopItem .itemTitle{
	font-size: 18px;
	color: #333333;
	margin: 15px 0;
}
.cooperation .coopItem .itemTxt{
	width: 184px;
	font-size: 14px;
	line-height: 22px;
	color: #999999;
}
.cooperation .coopItem:nth-child(4) .itemImg .itemLine{
	width: 40px;
}
.cooperation .coopItem:nth-child(4) .itemImg .itemLine .iconR{
	display: none;
}
.cooperation .coopItem:nth-child(5) .itemImg .itemLine2{
	position: absolute;
	top: 50%;
	right: 100%;
	width: 236px;
	border-bottom: 1px dashed #ccc;
	transform: translate(0,-50%);
}
.cooperation .coopItem:nth-child(5){
	margin-left: 300px;
}
.cooperation .coopItem:nth-child(6){
	margin-right: 300px;
}

/* 服务标准 */
.serviceStand .blockContent{
	display: flex;
	justify-content: space-between;
}
.serviceStand .serviceItem{
	width: 32.15%;
	text-align: center;
	padding: 50px 30px;
	background-color: #fff;
	box-shadow: 0px 0px 14px 0px rgba(14,14,14,.1);
	display: flex;
	flex-direction: column;
	align-items: center;
}
.serviceStand .serviceItem .itemImg,
.serviceStand .serviceItem .itemImg img{
	width: 62px;
	height: 62px;
}
.serviceStand .serviceItem .itemTitle{
	font-size: 18px;
	color: #333333;
	margin: 22px 0;
}
.serviceStand .serviceItem .itemTxt{
	font-size: 14px;
	line-height: 22px;
	color: #999999;
}

/* 适合做百科的范围 */
.applicable{
	background-color: #6380c5;
}
.applicable .blockTitle{
	color: #fff;
}
.applicable .blockContent{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.applicable .applItem{
	width: 24.75%;
	background-color: #fff;
	margin-bottom: 4px;
	padding: 35px 20px;
	display: flex;
}
.applicable .applItem .itemImg{
	min-width: 38px;
	margin-top: 18px;
	margin-right: 30px;
}
.applicable .applItem .itemImg img{
	width: 38px;
}
.applicable .applItem .itemTitle{
	font-size: 18px;
	color: #333333;
	margin-bottom: 14px;
}
.applicable .applItem .itemMsg{
	font-size: 14px;
	line-height: 22px;
	color: #666666;
}

/* 团队优势 */
.teamAdvan{
	padding-bottom: 0;
}
.teamAdvan .blockContent{
	display: flex;
	flex-wrap: wrap;
}
.teamAdvan .teamItem{
	width: 50%;
	margin-bottom: 60px;
	display: flex;
}
.teamAdvan .teamItem .itemImg{
	min-width: 54px;
	margin-right: 20px;
}
.teamAdvan .teamItem .itemImg img{
	width: 54px;
	height: 54px;
}
.teamAdvan .teamItem .itemTitle{
	font-size: 18px;
	color: #333333;
	margin-bottom: 12px;
}
.teamAdvan .teamItem .itemMsg{
	font-size: 14px;
	line-height: 22px;
	color: #999999;
}

/* 常见问题 */
.FAQ img{
	display: block;
	margin: 0 auto;
}

/* 案例 */
.case .blockTitle{
	padding-bottom: 40px;
}
.case .caseTab{
	text-align: center;
	margin-bottom: 47px;
}
.case .caseTab .tabs{
	display: inline-block;
}
.case .caseTab .tabItem{
	position: relative;
	display: inline-block;
	padding: 10px 0;
	margin: 0 40px;	
	cursor: pointer;
}
.case .caseTab .tabItem::after{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	width: 27px;
	height: 2px;
	background-color: #ff6400;
	opacity: 0;
	transform: translate(-50%,0);
	transition: all .2s ease;
}
.case .caseTab .tabItem:hover::after,
.case .caseTab .tabItem.action::after{
	opacity: 1;
}
.case .tabCont .contBlock{
	display: none;
	justify-content: space-between;
	flex-wrap: wrap;
}
.case .tabCont .contBlock.action{
	display: flex;
}
.case .tabCont .block{
	position: relative;
	width: 590px;
}
.case .tabCont .mask{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.4);
	transition: all .2s ease;
	opacity: 0;
}
.case .tabCont .block:hover .mask{
	opacity: 1;
}
.case .tabCont .mask .maskIn{
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	transform: translate(-50%,-50%);
}
.case .tabCont .mask .maskIn .icon_link{
	display: block;
	width: 62px;
	height: 62px;
	background: url(../baike/caseLink.png) no-repeat center center / 100% 100%;
	margin: 0 auto 10px;
}
.case .tabCont .mask .maskIn p{
	font-size: 16px;
	color: #fff;
}
.case .tabCont img{
	display: block;
	width: 100%;
	box-shadow: 0px 0px 14px 0px rgba(14,14,14,.1);
}

/* 相关产品推荐 */
.proRecom .proList{
	margin-bottom: 82px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.proRecom .proList .listItem{
	width: 590px;
	padding: 47px 31px;
	background-color: #f9f9f9;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}
.proRecom .proList .listItem .itemImg{
	min-width: 80px;
	width: 80px;
	margin-right: 21px;
}
.proRecom .proList .listItem .itemTxt{
	min-width: 260px;
	width: 260px;
	margin-right: 60px;
}
.proRecom .proList .listItem .itemTitle{
	font-size: 16px;
	color: #333333;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.proRecom .proList .listItem .itemMsg{
	height: 40px;
	overflow: hidden;
	font-size: 14px;
	color: #999999;
}
.proRecom .proList .listItem .itemTools .price{
	font-size: 14px;
	color: #ff6400;
	margin-bottom: 14px;
}
.proRecom .proList .listItem .itemTools .checkDetail{
	display: block;
	width: 95px;
	height: 32px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	border-radius: 3px;
	color: #ff6400;
	border: 1px solid #ff6400;
	transition: all .2s ease;
}
.proRecom .proList .listItem .itemTools .checkDetail:hover{
	color: #fff;
	background-color: #ff6400;
}
.proRecom .bottomBanner{
	display: block;
	width: 100%;
}
.proRecom .bottomBanner img{
	display: block;
	width: 100%;
}


/* 360弹窗 */
.PopOf360{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	display: none;
}
.PopOf360 .mask{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
}
.PopOf360 .popCont{
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 970px;
	overflow: auto;
	border-radius: 10px;
	background-color: #fff;
	transform: translate(-50%,-50%);
	padding: 67px 0;
	text-align: center;
}
.PopOf360 .popCont .close{
	position: absolute;
	top: 0;
	right: 0;
	width: 42px;
	height: 42px;
	padding: 12px;
	background: url(../baike/close.png) no-repeat center center / 30px 30px;
	cursor: pointer;
}
.PopOf360 .popCont .popTitle{
	font-size: 30px;
	color: #333333;
}
.PopOf360 .popCont .imgBox{
	max-height: 75vh;
	overflow: auto;
}

/* 产品价格、特色 */
.serviceStand.proPrice .serviceItem{
	width: 23.75%;
	padding-top: 60px;
	min-height: 285px;
}
/* 产品特色 */
.serviceStand.proFeature .serviceItem{
	width: 23.75%;
	min-height: 333px;
	padding-top: 73px;
	box-shadow: none;
	border: 1px solid #666666;
}

/* 权威背书 */
.authority .blockContent{
	text-align: center;
}
.authority .blockTitle{
	padding-bottom: 30px;
}
.authority .hubTitle{
	font-size: 16px;
	color: #666666;
	margin-bottom: 35px;
}
.authority img{
	margin: 0 auto;
}

/* 六大流量入口 */
.flowMeter{
	padding-bottom: 0;
	background-color: #6380c5;
}
.flowMeter .blockTitle{
	color: #fff;
}
.flowMeter .top,
.flowMeter .bottom{
	position: relative;
	width: 896px;
	display: flex;
	justify-content: space-between;
}
.flowMeter .top{
	left: 230px;
}
.flowMeter .bottom{
	left: 60px;
	transform: translate(0,-50%);
}
.flowMeter .flowItem{
	width: 218px;
	height: 195px;
	text-align: center;
	font-size: 18px;
	color: #333;
	padding: 20px;
	background: url(../baike/flowImg1.png) no-repeat center center / 100% 100%;
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.flowMeter .top .flowItem:nth-child(1){
	background-image: url(../baike/flowImg2.png);
}
.flowMeter .top .flowItem:nth-child(2){
	background-image: url(../baike/flowImg4.png);
}
.flowMeter .top .flowItem:nth-child(3){
	background-image: url(../baike/flowImg6.png);
}
.flowMeter .bottom .flowItem:nth-child(2){
	background-image: url(../baike/flowImg3.png);
}
.flowMeter .bottom .flowItem:nth-child(3){
	background-image: url(../baike/flowImg5.png);
}

/* 360合作流程 */
.page360 .cooperation .coopItem{
	width: 20%;
}
.page360 .cooperation .coopItem:nth-child(5){
	margin-left: 0;
}
.page360 .cooperation .coopItem .itemImg .itemLine{
	width: 184px;
}
.page360 .cooperation .coopItem:nth-child(4) .itemImg .itemLine .iconR{
	display: block;
}

/* 360案例 */
.page360 .case .blockTitle{
	padding-bottom: 76px;
}

/* 360相关产品推荐 */
.page360 .proRecom .proList .listItem{
	background-color: #fff;
}

.header-nav{
	height: 49px !important;
}