body {
	font-family:PingFangSC,arial,'黑体';
	background-color: #f4f4f4 !important;
}
#guideprimary{
	min-width: 1170px;
	height: 750px;
}
/*引导页样式*/
.nav-center ul li a:focus {
    color: #acb1be !important;
    cursor: pointer;
}
.nav-center ul li a.active,
.nav-center ul li a:hover {
	color: #fff !important;
}
/*背景图*/
.guide-primary {
    position: relative;
    width: 100%;
    height: 100%;
} 
.guide-banner{
	position:absolute !important;
	top:0; 
	margin:0;
	padding:0;
	width:100%;
	height: 100%;
	list-style:none;
}
.guide-banner .item{
	width:100%;
	height: 100%;
}
#slideshow{
  width: 100%;  
  height: 100%;
  margin: 0 auto; /*设置在页面水平居中*/
  overflow: hidden;
  position: relative; 
  z-index:3; 
  background-color: #fff;
}
#slideshow .slide-item{
  width: 100%;
  position: absolute; /*图片采取绝对定位，均位于左上角，重叠在一起*/
  top: 0;
  left: 0;
  opacity: 0; /*初始不透明度为0，图片都看不见*/
  transition: opacity 1s linear; /*--重点--定义一个关于透明度的transition*/
}

#scene {
	top: 200px;
	z-index: 6;
	pointer-events: none;
	width: 1170px;
	margin: 0 auto;
}




.img-box,
.layer{
	display:none !important;
}


.img-box.active {
	padding-top: 270px;
}

#firGuideImg img{
	right: 32px;
    top: -110px;
}
#secGuideImg img{
	right: -16px;
    top: -102px;
}
#thirGuideImg img {
	right: -29px;
    top: -14px;
}
.img-box.active,
.layer.active {
	display: block !important;
}

#scene li:first-child img {
	width: 367px !important;
	height: 475px !important;
}
#scene li:nth-child(2) img {
	width: 404px !important;
	height: 439px !important;
}
#scene li:last-child img {
	width: 381px !important;
	height: 318px !important;
}
#slideshow .slide-item.active{
  opacity: 1; /*有active类的图片不透明度为1，即显示图片*/
}
#slideshow .img-box {
	position: relative;
}
#slideshow .slidizle-img {
	position: absolute;
	left: initial;
	right:0;
}
/*-- 设置页码的样式 --*/

.guide-idot{
  width: 100%;
  height: 30px;
  text-align: center;
  position: absolute;
  bottom: 70px;
  z-index: 100;
}


.guide-idot span {
	display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background-color: #fff;
    cursor: pointer;
    margin: 0px 5px;
    border:1px solid #D4D4D4;
}
.guide-idot span.active{
   background-color: #D4D4D4;
}




.guide-bottom{    
	position: absolute;
    width: 100%;
    bottom: 0;
    text-align: center;
}
.guide_btn{
	position:absolute;
	top:50%;
	left:50%;
}
/*发布需求、查看作品展示容器*/
.guide-button{
	
}
.go-agent,
.go-agent:hover,
.go-agent:focus{
	display:inline-block;
	text-align: center;
	padding-top: 13px; 
	width: 162px;
	height: 54px;
	font-size: 16px;
	border-radius: 3px;
	text-shadow: none;
	color: #fff;
	border: 1px solid #238cf6;
	background-color: #238cf6;
	cursor: pointer;
}
.go-agent:hover{
	background-color: #207cdf;
}
.go-publish,
.go-publish:hover,
.go-publish:focus{
	display:inline-block;
	text-align: center;
	padding-top: 13px;
	margin-right: 145px;
	width: 162px;
	height: 54px;
	font-size: 16px;
	border-radius: 3px;
	text-shadow: none;
	color: #fff;
	border: 1px solid #238cf6;
	background-color: #238cf6;
	cursor: pointer;
}
.go-publish:hover{
    background-color: #207cdf;
}
.go-oversea,
.go-oversea:hover,
.go-oversea:focus{
	position:absolute;
	bottom:-74px;
	left:50%;
	margin-left: -81px;
	display:inline-block;
	text-align: center; 
	width: 162px;
	height: 54px;
	line-height:54px;
	font-size: 16px;
	border-radius: 3px;
	text-shadow: none;
	color: #fff;
	border: 1px solid #933b50;
	background-color: #933b50;
	cursor: pointer;
}

.btn-tasks,
.btn-tasks:hover,
.btn-tasks:focus,
.btn-tasks:visited,
.btn-know-more,
.btn-know-more:hover,
.btn-know-more:focus,
.btn-know-more:visited {
	display:inline-block;
	text-align: center; 
	width: 148px;
	height: 44px;
	padding: 0;
	line-height:44px;
	font-size: 16px;
	border-radius: 3px;
	background-color: #238cf6;
	color:#fff;
	border: none;
	cursor: pointer;
}
.btn-go-publish,
.btn-go-publish:hover,
.btn-go-publish:focus,
.btn-go-publish:active,
.btn-go-publish:visited {
	color:#238cf6;
	font-size: 16px;
	cursor: pointer;
}
.btn-tasks:hover,
.btn-know-more:hover{
	background-color: #207cdf;
}



.first-line {
	font-family: PingFangSC,arial,'黑体';
	color: #1e2533;
	margin-bottom: 10px;
	font-size: 40px;
  	font-weight: 600;
}
.second-line {
	font-family: PingFangSC,arial,'黑体';
	margin-bottom: 32px;
	font-size: 26px;
  	color: #1e2533;
}

.third-line {
	font-family: PingFangSC,arial,'黑体';
	font-size: 16px;
	line-height: 1.25;
	letter-spacing: 1.3px;
	text-align: left;
	color: #79808e;
}

.bg-abox {
	background-image: url("/assets/home/images/xj_index_01.png");
	background-repeat:no-repeat;
	width: 864px;
}
.bg-master {
	background-image: url("/assets/home/images/xj_index_02.png");
	background-repeat:no-repeat;
	width: 856px;
}
.bg-onsitesupport {
	background-image:url("/assets/home/images/xj_index_03.png");
	background-repeat:no-repeat;
	width: 869px;
}

.contanier .new-publish-button:hover {
	background-color: #207cdf !important;
}

/*收费不用等*/
.without-wait {
	background-color: #ECF7FE;
	padding: 70px 0px;
	min-width: 1170px;
}
.without-wait-tip,
.without-wait-content,
.closing-guarantee-tip{
	display: inline-block;
	vertical-align: middle;
}

.without-wait-tip,
.closing-guarantee-tip {
	width: 185px;
}
.closing-guarantee-content  {
	display: inline-block;
	vertical-align: top;
}

.without-wait-tip {
	margin-right: 108px;
	height: 204px;
}
.closing-guarantee-tip {
	height: 204px;
	margin-right: 230px;
}



.without-wait .wait-item {
	float: left;
	width: 188px;
  	height: 204px;
  	background-color: #fff;
  	margin-right: 30px;
  	text-align: center;
}

.without-wait .wait-item:last-child {
	margin-right: 0px;
}

.guarantee-item {
	font-size: 0;
	width: 100%;
}
.guarantee-item:first-child {
	margin-bottom: 70px;
}

.item-line1-col1,
.item-line1-col2,
.item-line2-col1,
.item-line2-col2 {
	display: inline-block;
	vertical-align: top;
	width: 300px;
	font-size: 14px;
	text-align: left;
}
.item-line1-col2,
.item-line2-col2 {
	margin-left: 48px;
}

.guarantee-icon1,
.guarantee-icon2,
.guarantee-icon3,
.guarantee-icon4,
.guarantee-tip1,
.guarantee-tip2,
.guarantee-tip3,
.guarantee-tip4 {
	display: inline-block;
	vertical-align: top;
}
.guarantee-tip1,
.guarantee-tip2,
.guarantee-tip3,
.guarantee-tip4 {
	text-align: left;
}
.guarantee-icon1 img {
	width:46px;
	height: 63px;
	margin-right: 30px;
}
.guarantee-icon2 img {
	width:61px;
	height: 61px;
	margin-right: 20px;
}
.guarantee-icon3 img {
	width:56px;
	height: 61px;
	margin-right: 20px;
}
.guarantee-icon4 img {
	width:52px;
	height: 62px;
	margin-right: 30px;
}

.question-header {
	margin: 70px 0px 50px;
	font-size: 20px;
  	font-weight: bold;
  	color: #1e2533;
}

.question-line1,
.question-line2,
.question-line3,
.question-line4 {
	font-size: 0;
	margin-bottom: 50px;
}
.question-line1-col1,
.question-line2-col1,
.question-line3-col1,
.question-line4-col1 {
	display: inline-block;
	width: 58%;
	font-size: 14px;
	vertical-align: top;
}

.question-line1-col2,
.question-line2-col2,
.question-line3-col2,
.question-line4-col2  {
	display: inline-block;
	width: 42%;
	font-size: 14px;
	vertical-align: top;
}

.question-line-title {
	font-size: 14px;
  	font-weight: bold;
 	color: #000000;
}
.question-line-detail {
	font-size: 14px;
  	color: #79808e;
}

.img-box1 img {
	width: 54px;
	height: 54px;
	margin-top: 35px;
}

.img-box2 img {
	width: 45px;
	height: 60px;
	margin-top: 30px;
}

.img-box3 img{
	width: 75px;
	height: 67px;
	margin-top: 22px;
}

.img-box4 img {
	width: 61px;
	height: 58px;
	margin-top: 32px;
}

.guarantee-settlement {
	background-color: #fff;
	padding: 70px 0px;
}

.frequently-questions {
	background-color: #f4f4f4;
}

.container  {
	width: 1170px;
	margin: 0 auto;
}

.content-line1 {
	font-size: 26px;
  	font-weight: bold;
  	color: #1e2533;
  	margin-bottom: 10px;
}

.content-line2 {
  font-size: 14px;
  color: #79808e;
  margin-bottom: 18px;
}

.content-line3 {
	font-size: 12px;
  	color: #79808e;
  	margin-bottom: 18px;
}

.content-line4 a,
.content-line4 a:focus,
.content-line4 a:active,
.content-line4 a:visited {
	display: inline-block;
	width: 148px;
  	height: 44px;
  	line-height: 44px;
  	border-radius: 3px;
  	color: #fff;
  	background-color: #238cf6;
  	margin-bottom: 10px;
}

.content-line4 a:hover {
	background-color: #207cdf;
	line-height: 44px;
	width: 148px;
  	height: 44px;
}

.content-line5 a{
	font-size: 14px;
  	color: #238cf6;
} 

.content-line5 a:hover {
	color: #207cdf;
}

.tips-line1{
	margin: 30px 0px 12px;
	font-size: 14px;
  	color: #000;
}
.tips-line2 {
	font-size: 14px;
  	color: #000;
}

.content-line2-detail {
	line-height: 1.8;
}

.rightnow-btn {
	padding-top: 15px;
}

.guarantee-title {
	font-size: 16px;
  	font-weight: bold;
  	color: #1d2633;
  	margin-bottom: 2px;
}

.guarantee-content {
	font-size: 14px;
  	line-height: 1.57;
  	color: #1d2633;
}