*{
	padding: 0;
	margin: 0;
	border: 0;
}
body{
	background-color: #f8f8f8;
}
.header-fixed{
	font-size:15px;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 200;
	border-bottom:	1px solid rgba(234, 234, 234, 0.5);
}
.header-fixed .header-box{
	width: 1200px;
	margin: 0 auto;
}
.header-fixed .logo{
	float: left;
    font-family: 'Open Sans', sans-serif;
    padding: 10px 0;
    color: #fbc93d;
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
	margin-right: 210px;
}
.header-fixed .container ul{
    padding-top: 36px;
}
.header-fixed  ul li a{
    display: inline-block;
    width: 120px;
    color: #333;
    text-align: center;
	text-decoration: none;
    transition: 200ms;
    font-size: 16px;
}
.header-fixed  ul li a:hover, .header-fixed ul li a.active{
    text-decoration: none;
    color:dodgerblue;
}
.header-fixed .toggle-menu{
    display: none;
}
.banner{
	/*padding-top: 81px;*/
	position:relative;
}
.header-fixed .landing{
	width: 90px;
	height: 40px;
	font-size: 14px;
	background-color: #FFFFFF;
	color: #118bfb;
	border-radius: 5px;
	border: solid 1px #118BFB;
	margin-top: 20px;
	margin-left: 40px;
	float: right;
}
.header-fixed .register{
	width: 90px;
	height: 40px;
	background-color: #118bfb;
	border: solid 1px #118BFB;
	font-size: 14px;
	color: #FFFFFF;
	border-radius: 5px;
	margin-top: 20px;
	margin-left: 15px;
	float: right;
}
.banner img.icon-banner{
	width: 100%;
	height: 690px;
}
.banner .slide-contentL{
	position: absolute;
	top: 140px;
	left: 0;
}
.banner .slide-contentL .contentL-box p{
	color: #fff;
	font-size: 20px;
	padding-bottom: 24px;
	letter-spacing: 2px;
}
.banner .slide-contentL .contentL-box p.fontS{
	font-size: 24px;
}
.banner .slide-contentL .img-box img{
	width: 180px;
	margin-top: 20px;
}
.banner .slide-content{
	position: absolute;
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 4px;
}
.iphone{
	height: 400px;
	position: absolute;
    right: 20px;
    top: 140px;
    -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
/*轮播设置*/
#banner{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	background-color:rgba(0,0,0,0.4);
	z-index: 1;
}
#banner li{
	width: 300px;
	color: #fff;
	border-left: 1px solid #353943;
	height: 100px;
}
#banner li:last-child{
	border-right: 1px solid #353943;
}
#banner img{
	width: 36px;
	height: 36px;
	margin-right: 5px;
	padding-left: 50px;
	padding-right: 10px;
}
#banner .banner-title{
	font-size: 18px;
	padding-bottom: 6px;
	letter-spacing: 1px;
}
#banner .banner-detail{
	font-size: 12px;
}
/*To B企业销售团队面临的问题*/
#To{
	background-color: #FFFFFF;
}
.title{
	font-size: 26px;
	padding: 50px 0;
	font-weight: 600;
	text-align: center;
}
ul li{
	list-style: none;
}
#To-list{
	/*position: relative;
	height: 210px;*/
	width: 1200px;
    margin: 0 auto;
    padding-bottom: 60px;
}
#To-list ul li{
	width: 300px;
	float: left;
}
#To-list ul li img{
	margin: 0 auto 20px;
}
#To-list ul li p{
	text-align: center;
}
#To-list ul li p.list-p1{
	font-size: 20px;
	padding-bottom: 4px;
}
#To-list ul li p.list-p2{
	font-size: 10px;
	color: #686868;
}
/*精准的企业搜索引擎*/
.odd{
	background-color: #F7FBFF;
	padding:30px 0;
}
.even{
	background-color: #FFFFFF;
	padding:30px 0;
}
.introduce{
	display: flex;
	justify-content: center;
}
.picture{
	width: 300px;
	margin-left: 90px;
	margin-right: 150px;
}
.word{
	width: 310px;
	margin-left: 90px;
	margin-right: 150px;
}
.word p{
	padding-bottom: 20px;
	letter-spacing: 1px;
}
.second-title{
	font-size: 22px;
	margin-top: 55px;
}
.detail{
	font-size: 15px;
	color: #686868;
}
.industry{
	width: 100%;
	/*height: 500px;*/
	min-width: 1200px;
	background: url(../img/background.png) no-repeat;
	background-size:cover;
	padding:50px 0;
}
.industry-box{
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	/*padding-top: 30px;*/
}
.industry-box .industry-title{
	font-size: 26px;
	color: #fff;
	margin-bottom: 30px;
}
.industry-box .industry-contain{
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}
.industry-box .industry-contain div{
	width: 25%;
	padding: 5px;
	margin-bottom: 10px;
}
.about{
	padding: 50px 0;
}
.about .title{
	padding: 0;
}
.about .detail2{
	font-size: 16px;
	color: #B8B8B8;
	padding: 20px 0;
	text-align: center;
	letter-spacing: 1px;
}
.advantage{
	width: 1200px;
	margin: 0 auto;
	background: #fff;
	box-shadow: 0 0 6px rgba(0,0,0,0.2) ;
}
.advantage ul li{
	width: 240px;
	background-color: #ffffff;
	border-left: solid 1px #efefef;
	float: left;
	padding: 50px 0;
	text-align: center;
}
.advantage ul li:first-child{
	border-left: 0;
}
.advantage ul li img{
	width: 60px;
	margin: 0 auto 20px;
}
.advantage ul li p.list-p1{
	font-size: 20px;
	font-weight:600;
	padding-bottom: 10px;
}
.advantage ul li p.list-p2{
	font-size: 15px;
	color: #999;
	letter-spacing: 1px;
}
.foot{
	margin: 0;
	padding: 0;
}
.feel{
	background-image: url(../img/img_register.png);
	background-size:cover;
	padding:50px 0;
}
.feel p.feel-p1{
	color: #FFFFFF;
	font-size:28px;
	text-align: center;
	/*padding-top: 45px;*/
	letter-spacing: 1px;
}
.feel p.feel-p2{
	color: #FFFFFF;
	font-size: 20px;
	padding: 20px 0;
	text-align: center;
	letter-spacing: 1px;
}
.feel .register2{
	display: block;
	width: 125px;
	height: 40px;
	background-color: #FFFFFF;
	border: solid 1px #FFFFFF;
	font-size: 1.0rem;
	color: #118bfb;
	border-radius: 5px;
	margin: 0 auto;
}
.foot{
	width: 100%;
	height: 300px;
	color: #fff;
	/*background: #000;*/
	background: url(../img/footer-bg.png);
	background-repeat: no-repeat;
	background-size: 100%;
	opacity: 0.9;
}
.foot-content{
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.foot-content .intro{
	width: 450px;
}
.foot-content .tdt{
	width: 335px;
	font-size: 18px;
	line-height: 40px;
	text-align: right;
}
.foot-content .intro-text{
	font-size: 24px;
	width: 335px;
	border-bottom: 1px solid #fff;
}
.intro-text span{
	display: inline-block;
    height: 30px;
    margin-bottom: 2px;
    border-bottom: 2px solid #FBC93D;
}
.phone-contain{
	padding: 10px 0;
	/*margin-left: 115px;*/
}
.phone-contain .phone-img{
	width: 30px;
	height: 30px;
}
.phone-contain .phone{
	font-size: 28px;
}
.product a{
	color: #fff;
	
}
.address{
	font-size: 10px;
}
.foot-content .aboutUs{
	text-align: center;
	padding-left: 45%;
}
.white-big{
	font-size: 20px;
	line-height: 40px;
}
.friend-link{
	width: 970px;
    margin-left: 120px;
    margin-bottom: 20px;
}

.friend-link .link-box a{
	color: #fff;
}
.line{
	height: 1px;
	width: 100%;
	background-color: #999;
}
.right{
	width: 1200px;
	margin: 0 auto;
	padding-top: 10px;
	font-size: 14px;
	text-align: center;
}

/**  底部开始  **/
.footer{
	width: 100%;
	height: 373px;
	padding-top: 43px;
	background-color: #0d1021;
}
.footer-contain{
	width: 1200px;
	margin: 0 auto;
}
.contact{
	color: #fff;
}
.contact .contact-title{
	font-size: 24px;
	color: #fff;
	margin-bottom: 15px;
}
.contact .contact-line{
	font-size: 16px;
	color: #cccccc;
}
.contact .contact-num{
	font-size: 26px;
	color: #cccccc;
	margin-bottom: 25px;
}
.contact .company-address div{
	margin-bottom: 10px;
}
.footer .footer-contain .wechat-box{
	padding-left: 280px;
}
.footer .footer-contain .wechat-box .attention-title{
	font-size: 24px;
	color: #ffffff;
	margin-bottom: 25px;
}
.footer .footer-contain .wechat-box .wechat-num{
	font-size: 16px;
	color: #ffffff;
	margin-bottom: 15px;
}
.wechat-code{
	width: 123px;
	height: 123px;
	overflow: hidden;
}
.wechat-code img{
	width: 123px;
	height: 123px;
}
.logo-box{
	width: 1200px;
	margin: 20px auto;
	text-align: center;
}
.logo-box img{
	width: 329px;
	height: 31px;
	opacity: 0.3;
	margin: 0 auto;
}
.footer .line{
	width: 100%;
	height: 1px;
	background-color: #12172f;
}
.footer .friendlink-contain{
	width: 1200px;
	text-align: center;
	margin: 16px auto;
}
.footer .friendlink-contain .friendlink-title{
	font-size: 14px;
	color: #72737f;
	margin-right: 56px;
}
.footer .friendlink-contain .link-item{
	margin-right: 56px;
}
.footer .friendlink-contain .link-item a{
	font-size: 14px;
	text-decoration: none;
	color: #72737f;
}
.footer .right{
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
	color: #4c4c4c;
}
.friend-link {
	width: 1200px;
	margin: 0 auto 20px;
}
.footer .flex-wrap1 {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.footer .flex-center {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	box-align: center;
	-moz-box-align: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
}
/**  底部结束  **/