*{
	margin: 0;
	padding: 0;
}
li{
	list-style: none;
}
a{
	text-decoration: none;
	color: black;
	-webkit-tap-highlight-color:transparent;
}
textarea{
	border: 0;
	resize:none;
	outline: none;
}
input,select,option{ 
	outline:none;/*外部边框清除*/
	border: 0;
	background: transparent;
}
a img{
	border:0;/*清除IE带有链接图片多余边框*/
}
h1,h2,h3,h4,h5,h6,b{
	font-weight: normal;
}
i{ 
	font-style:normal;
}

/*全局样式设定*/
body{ 
	font-family:"微软雅黑";
	color:#000;
}
.clearFloat{ 
	zoom:1;/*针对IE6,IE7*/
}
.clearFloat:after{ 
	display:block;
	height:0;
	font-size:0;
	overflow:hidden;
	clear:both;

	}
/* 点击搜索框获取焦点 placeholder消失-开始 */
/* WebKit browsers */

input:focus::-webkit-input-placeholder {
color: transparent;
/* transparent是全透明黑色(black)的速记法，即一个类似rgba(0,0,0,0)这样的值 */
}


/* Mozilla Firefox 4 to 18 */

input:focus:-moz-placeholder {
color: transparent;
}


/* Mozilla Firefox 19+ */

input:focus::-moz-placeholder {
color: transparent;
}


/* Internet Explorer 10+ */

input:focus:-ms-input-placeholder {
color: transparent;
}
/* 点击搜索框获取焦点 placeholder消失-结束 */

/*PC*/
@media (min-width:768px){
.zncw_title,.zn_p,.zn_x,.hy_tt,.hy_p01,.blue_x,.marke_top,.zncw_top,.jl_h3,.jl_x,.jl_p,.tmdz_top,.about_title,.jxc_h3,.jxc_x,.jxc_p,.pp_01,.pp_02,.pp_03,.about_text,.brand_p,.four_h3,.four_x,.db_x,.about_x,.tmdz_x,.apply_right,.ex_list_ul,.db_img,.about_img{
	position: relative;
	top: 50px;
	opacity: 0;
}
.fl{
	 float:left;
	}
.fr{ 
	float:right;
}
.center{
	width: 1200px;
	margin: 0 auto;
}
.dh{
	padding-right: 0 !important;
	color: #06c1f7;
}
.dh img{
	width: 16px;
	height: 16px;
	vertical-align: middle;
	margin-right: 5px;
}
.nav_box{
	width: 100%;
	height: 70px;
	background: black;
	overflow: hidden;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	z-index: 9;

}
.nav_logo{
	padding-top: 10px;
}
.nav{
	width: 1200px;
	height: 70px;
	line-height: 70px;
	margin: 0 auto;
	overflow: hidden;
}
.nav_logo{
	float: left;
}
.nav_list{
	float: right;
}
.nav_list ul li{
	float: left;
	line-height: 70px;
	padding: 0 25px;
	font-size: 16px;

}
.nav_list ul li a{
	color: white;
	padding-bottom: 5px;
}
.nav_list ul li a:hover{
	border-bottom: 2px solid white;
}
.banner{
	width: 100%;
	height: 790px;
	margin-top: 56px;
}
.banner_dd span{
	width: 70px;
	height: 5px;
	border-radius: 0;
	background: white;
}
.four{
	width: 100%;
	height: 280px;
	background: #1c1c1c;
}
.four_list{
	position: relative;

}
.four_list_ul{
	padding: 40px 0;
	position: relative;
	top: 30px;
	opacity: 0;
}
.four_list_ul li{
	width: 25%;
	float: left;
	text-align: center;
}
.four_list_ul li img{
	width: 50px;
}
.four_list_ul li p{
	margin-top: 80px;
	color: white;
}
.four_list_ul li:hover p{
	color: #06c1f7;
}
.four_title{
	color: white;
	font-size: 28px;
	text-align: center;
	padding: 10px 0;
}
.blue_t{
	width: 50px;
	height: 3px;
	background: #06c1f7;
	display: block;
	margin: 0 auto;
	position: relative;
	top: 30px;
	opacity: 0;
}
.four_icon{
	text-align: center;
}
.four_icon img{
	width: 25px;
}

/*四个翻转*/

.four_list_ul li{
	position: relative;
	display: block;
}
.four_list_ul li div{
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -25px;
}
.data2 .image_container li .pic1{
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-transform: rotateX(0deg) rotateY(0deg);
    -moz-transform-style: preserve-3d;
    -moz-backface-visibility: hidden;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.data2 .image_container li:hover .pic1{
    -webkit-transform:rotateY(180deg);
    -moz-transform:rotateY(180deg);
}

.data2 .image_container li .pic2{
    -webkit-transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-transform: rotateY(-180deg);
    -moz-transform-style: preserve-3d;
    -moz-backface-visibility: hidden;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;/*z-index:10;
    position:absolute;*/
}

.data2 .image_container li:hover .pic2{
    -webkit-transform:rotateX(0deg) rotateY(0deg);
    -moz-transform:rotateX(0deg) rotate(0deg);
    z-index: 10;
    /*position: absolute;*/
}
/*会员营销*/
.marketing{
	background: #000;
	overflow: hidden;
	padding: 40px 0;
}
.max_left{
	width: 700px;
}
.max_right{
	width: 500px;
}
.marke_title{
	color: white;
}
.marke_icon{
	width: 100%;
	padding-top: 150px;
}
.marke_box{
	overflow: hidden;
}
.marke_icon li{
	width: 25%;
	height: 100px;
	display: block;
	float: left;
	position: relative;
	color: white;
	text-align: center;
}
.marke_icon li div{
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -20px;
}
.marke_title h3{
	font-size: 28px;
}
.blue_x{
	width: 110px;
	height: 3px;
	background: #06c1f7;
	display: block;
	margin: 10px 0;
}
.marke_title p{
	font-size: 16px;
	padding: 2px 0;
}
.marke_icon_ul li h3{
	margin-top: 50px;
	font-size: 16px;
}
.marke_icon_ul li img{
	width: 40px;
}
.marke_icon_ul li:hover h3{
	color: #06c1f7;
}
.btn{
	width: 200px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 5px;
	margin: 0 auto;
	border: 1px solid white;
	-o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;/*z-index:10;
    position:absolute;*/
}
.btn a{
	color: white;
	display: block;
}
.btn:hover{
	color: white;
	background: #06c1f7;
	border-color: #06c1f7;
}
/*珠宝进销存*/
.zb_xc{
	width: 100%;
	height: 1200px;
	background:url("../images/dt.png") 0px 150px #0c0c0c no-repeat;
	background-size:95%;
	padding: 50px 0;
}
.zb_xc h3{
	font-family: "黑体";
}
.zb_title p{
	color: #fff;
	text-align: center;
	margin-top: 20px;
}
.zb_xc{
	overflow: hidden;
}
.zblist_box1{
	margin-top: 90px;
	position: relative;
	left: 300px;
	opacity: 0;
	overflow: hidden;
}
.zblist_box{
	margin-top: 10px;
	position: relative;
	right: 300px;
	opacity: 0;
	overflow: hidden;
	margin-bottom: 20px;
}
.zb_color5,.zb_color6,.zb_color7,.zb_color8{
	width: 246px;
	height: 246px;
	float: left;
	position: relative;
	background: green;
	-o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;/*z-index:10;*/
}
.zb_color_max{
	width: 462px !important;
	height: 462px !important;
	background: blue;
}
.zblist_box1{
	width: 1200px;
	height: 462px;
	position: relative;
}
.zb_color1,.zb_color2,.zb_color3,.zb_color4{
	width: 246px;
	height: 246px;
	float: left;
	background: green;
	position: absolute;
	bottom: 0;
	-o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;/*z-index:10;*/
}
.zb_color1{
	width: 462px;
	height: 462px;
	left: 0;
	background: red;
}
.zb_color2{
	left: 462px;
}
.zb_color3{
	left: 708px;
}
.zb_color4{
	left: 954px;
}
.zb_icon{
	text-align: center;
	color: white;
	font-size: 16px;
}
.zb_icon img{
	width: 30px;
	margin-top: 80px;
}
.zb_img{
	width: 90%;
	text-align: center;
	margin: 0 auto;
	-o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;/*z-index:10;*/
}
.zb_img img{
	max-width: 90%;
	/*height: 380px;*/
	max-height: 380px;
	text-align: center;
	margin-top: 30px;
}
.zb_img h3{
	width: 90%;
	color: white;
	text-align: center;
	position: absolute;
	bottom: 20px;
}
/*智能财务*/
.zncw_title{
	text-align: right;
	position: relative;
}

.db_title{
	position: relative;
	top: 70px;
	opacity: 0;
}
.four_title b{
	color: #06c1f8;
}
.marke_title p{
	clear: both;
}
.finance{
	background: url("../images/gg.png") #080808;
}
/*在线激励*/
.excitation{
	height: 735px;
	background: url("../images/house.png") no-repeat #000;
	background-size: cover;
}
.ex_list{
	margin-top: 80px;
	margin-bottom: 40px;
}
.ex_list_ul{
	overflow: hidden;
}
.ex_list_ul li{
	width: 21%;
	margin: 0 2%;
	float: left;
	position: relative;
	overflow: hidden;
	font-size: 16px;
}

.ex_tm{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.8);
	-o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;/*z-index:10;*/
}
.ex_list_ul li:hover .ex_text{
	color: #06c1f8;
}
.ex_list_ul li:hover .ex_tm{
	background: rgba(0,0,0,0.3);
}
.ex_list_ul li:hover .ex_text{
	padding-top: 150px;
}
.ex_text{
	width: 100%;
	text-align: center;
	color: white;
	padding-top: 200px;
	position: absolute;
	top: 0;
	color: 0;
	-o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;/*z-index:10;*/
}
.ex_text img{
	width: 40px;
	margin-bottom: 30px;
}
/*对比*/
.battle_img{
	width: 100%;
	background: black;
}
.battle_img img{
	width: 100%;
}
/*关于金店无忧*/
.about{
	background: #0a0a0a;
	padding: 20px 0;
}
.about_text{
	margin:30px 0px;
}
.about_text p{
	color: white;
	text-align: center;
	font-size: 18px;
	line-height: 28px;
}
.about_img{
	overflow: hidden;
}
.about_img div{
	width: 280px;
	height: 280px;
	margin:10px;
	float: left;
    overflow: hidden;
}
.about_img img{
	transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}
.about_img img:hover{
	transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}
/*他们都在用*/
.brand{
	background: #0a0a0a;
	padding: 20px 0 30px;
}
.brand_img{
	margin-top: 50px;
	text-align: center;
	color: white;
}
.brand_img img{
	margin-bottom: 20px;
}
.brand_img p{
	margin-top: 10px;
}
/*三个*/
.min_three{
	background: #1b1b1b;
	padding: 10px 0;
}
.min_three_list{
	overflow: hidden;
	text-align: center;
}
.min_three_list li{
	float: left;
	color: white;
	margin: 40px 10px;
	margin-right: 300px;
}
.min_three_list li img{
	width: 30px;
	vertical-align: middle;
	margin-right: 10px;
}
.min_three_list li:last-child{
	margin-right: 0;
}
.minthree_p{
	text-align: center;
	color: white;
	font-size: 14px;
	color: #a6a6a6;
}
/*领取试用*/
.apply{
	width: 100%;
	height: 450px;
	background: url("../images/sqsy.png") no-repeat;
	background-size: 100%;
	overflow: hidden;
}
.apply_left{
	width: 440px;
	float: left;
	color: white;
	padding-top: 60px;
}
.apply_right{
	width: 760px;
	float: left;
	padding-top: 60px;
}
.apply_ewm{
	width: 200px;
	margin-top:8px;
}
.apply_sm{
	text-align: center;
}
.apply_left img{
	width: 200px;
}
.apply_phone{
	margin-top: 30px;
	line-height: 30px;
}
.apply_phone p:hover{
	color: #06c1f7;
}
.apply_right h3{
	font-size: 28px;
	color: white;
}
.apply_form{
	margin-top: 20px;
}
.apply_form input[type="text"]{
	width: 346px;
	margin-right: 10px;
	border: 1px solid white;
	padding: 10px;
	margin-bottom: 15px;
	color: white;
}
.apply_form input:nth-child(2){
	margin-right: 0;
}
.apply_add{
	width: 730px;
	height: 100px;
	padding: 10px;
	display: block;
	margin-bottom: 15px;
	background: transparent;
	border: 1px solid white;
	color: white;
}
.apply_btn{
	width: 200px;
    height: 50px;
    display: block;
    line-height: 50px;
    text-align: center;
    border-radius: 5px;
    margin: 0 auto;
    color: white;
    border: 1px solid white;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.apply_btn:hover{
	background: #06c1f7;
	border-color: #06c1f7;
}
input::-webkit-input-placeholder {
         /* placeholder颜色  */
         /*color: #fff;*/
     }

.iphone_tab{
	 	display: none;
	 }
.fixed_r{
	position: fixed;
	right: 0;
	bottom: 100px;
	background: white;
	z-index: 999;
}
.fixed_list li{
	width: 80px;
	height: 80px;
	text-align: center;
	border-bottom: 1px solid #06c1f7;
}
.fixed_li,.fixed_lqsy{
	background: #06c1f7;
	color: #fff;
}
.fixed_gzhover{
	background: #fff;
	color: #06c1f7;
}
.fixed_lqsy a{
	color: white;
}
.fixed_iphone{
	width: 150px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	background: #06c1f7;
	color: white;
	position: absolute;
	top: 0;
	right: 0px;
	display: none;
	border-radius: 50px 0 0 50px;
	transition:1s;
}
.fixed_li:hover .fixed_iphone{
	right: 80px;
	display: block;
	transition:1s;
}
.fixed_list li img{
	width: 30px;
	padding: 10px 0;
}
.fixed_list li h3{
	font-size: 14px;
}
.fixed_l{
	background: white;
	width: 190px;
	height: 65px;
	padding: 10px;
	position: fixed;
	left: -175px;
	bottom: 120px;
	border-radius: 0 50px 50px 0;
	color: #2c2c2c;
	font-size: 14px;
	z-index: 999;
	transition:0.5s;
}
.fixed_l:hover{
	left: 0;
}
.fixed_l:hover .fixed_lxwm{
	display: none;
}
.fixed_lxwm{
	width: 30px;
	height: 20px;
	font-size: 12px;
	position: absolute;
	top: 25px;
	right: 3px;
	color: #00afc9;
}
.fixed_ewm{
	width: 150px;
	height: 150px;
	line-height: 80px;
	text-align: center;
	background: white;
	position: absolute;
	top: 81px;
	right: 80px;
	display: none;
	/*border-radius: 50px 0 0 50px;*/
	transition:1s;
	text-align: center;
}
.fixed_ewm img{
	width: 150px !important;
	height: 150px;
	padding: 0 !important;
}
.fixed_gzhover:hover .fixed_ewm{
	display: block;
}
.fixed_l h3 img{
	width: 30px;
	vertical-align: middle;
	margin-right: 5px;
}
.fixed_l a{
	width: 100px;
	height: 25px;
	line-height: 25px;
	color: white;
	display: block;
	text-align: center;
	background: #00afc9;
	border-radius: 40px;
	margin: 0 auto;
	margin-top: 10px;
}


}

/*移动端*/
@media (max-width:768px){
.fixed_l,.fixed_r{
		display: none;
	}
.nav_logo{
	text-align: center;
	padding: 10px 0;
}
.nav_logo img{
	width: 150px;
}
.pic1{
	height: 79px;
	line-height: 79px;
}
.iphone_tab{
	background: #000;
    text-align: right;
}
.iphone_tab img{
	width: 30px;
}
.nav_list{
	background: #0b0b0b;
	text-align: center;
	display: none;
	padding-bottom: 5px;
}
.nav_list ul li{
	padding: 5px 0;
}
.nav_list ul li a{
	color: white;
}
.banner{
	width: 100%;
	height: 200px;
}
.four_icon{
	display: none;
}
.pic2{
	display: none;
}
.four{
	background: #1c1c1c;
	padding-bottom: 20px;
}
.four_title{
	text-align: center;
	padding: 10px 0;
	color: white;
}
.blue_t,.blue_x{
	width: 30px;
	height: 3px;
	background: #06c1f7;
	display: block;
	text-align: center;
	margin: 0 auto
}
.four_list_ul{
	overflow: hidden;
}
.four_list_ul li img{
	width: 35px;
	margin: 20px 0;
}
.four_list_ul li{
	width: 50%;
	float: left;
	text-align: center;
	color: white;
	font-size: 16px;
}
.marketing{
	background: #000;
	padding: 20px 0;
}
.marke_title h3,.zb_title h3{
	text-align: center;
	color: white;
	padding: 10px 0;
	font-size: 30px;
}
.marke_title p{
	text-align: center;
	color: #f0f0f0;
	font-size: 16px;
	padding-top: 10px;
}
.marke_icon_ul{
	overflow: hidden;
	margin-top: 30px;
}
.marke_icon_ul li{
	width: 25%;
	float: left;
	text-align: center;
	color: white;
	font-size: 14px;
	margin-bottom: 10px;
}
.marke_icon_ul li img{
	width: 40px;
	height: 40px;
}
.max_right{
	margin-top: 20px;
}
.max_right img,.battle_img img{
	width: 95%;
	display: block;
	margin: 0 auto;
}
.zb_xc{
	background: #0c0c0c;
}
.zb_title p{
	color: white;
	text-align: center;
	margin-top: 5px;
}
.zblist_box1{
	padding-top: 30px;
}
.zb_icon{
	display: block;
}
.zb_img{
	display: none !important;
}
.zb_xc img{
	width: 10%;
	display: block;
	margin: 0 auto;
	padding-top: 20px;
}
.zb_xc h3{
	text-align: center;
	color: white;
	padding: 20px 0;
}
.excitation{
	background: #0c0c0c;
}
.battle_img{
	background: #000;
}
.four_title{
	font-size: 30px;
}
.ex_list_ul{
	overflow: hidden;
}
.ex_list_ul li{
	width:50%;
	height: 200px;
	overflow: hidden;
	position: relative;
	float:left;
}
.ex_bgimg{
	width: 100%;
}
.ex_four{
	margin-top: 50px;
	padding-bottom: 50px;
}
.ex_tm{
	position: absolute;
	background: rgba(0,0,0,0.9);
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.ex_text{
	width: 100%;
	position: absolute;
	top: 50px;
	color: white;
	text-align: center;
}
.ex_text img{
	width: 30px;
}
.btn{
	width: 120px;
	height: 30px;
	line-height: 30px;
	color: white;
	/*border: 1px solid white;*/
	margin: 0px auto;
	text-align: center;
	display: block;
	border-radius: 5px;
	margin-top: 20px;
	background: #06c1f7;
}
.btn a{
	color: white;
}
.about{
	background: #0a0a0a;
}
.about_text{
	width: 90%;
	margin: 10px auto;
	color: white;
}
.about_img{
	overflow:hidden;
}
.about_img div{
	width:50%;
	float:left;
}
.about_img img{
	width: 100%;
}
.brand{
	background: #0a0a0a;
}
.brand_img{
	width: 95%;
	margin: 0 auto;
	margin-top: 10px;
}
.brand_img img{
	width: 100%;
}
.min_three{
	background: #1b1b1b;
	padding: 20px;
}
.min_three_list li{
	padding: 10px 0;
}
.min_three_list h3{
	color: white;
}
.min_three_list img{
	width: 30px;
    margin-right: 10px;
    vertical-align: middle;
}
.minthree_p{
	color: #c5c5c5;
	font-size: 15px;
}
.apply{
	background: #0f0f0f;
	padding: 20px 0;
}
.apply_ewm{
	width: 90%;
	margin: 0 auto;
	display:none;
}
.apply_ewm img{
	width: 100%;
	margin-top: 20px;
}
.apply_sm{
	color: white;
	text-align: center;
	font-size: 20px;
}
.apply_phone{
	color: white;
	padding: 20px;
}
.apply_phone h3{
	font-size: 20px;
}
.apply_right h3{
	text-align: center;
	font-size: 30px;
	color: white;
}
.apply_form{
	text-align: center;
}
.apply_form input[type="text"]{
	width: 90%;
	border: 1px solid white;
	padding: 10px;
	margin-top: 10px;
	color: white;
}
.apply_form textarea{
	width: 90%;
	height: 50px;
	border: 1px solid white;
	padding: 10px;
	margin-top: 10px;
	background: transparent;
	color: white;
}
.apply_btn{
	width: 130px;
	height: 40px;
	line-height: 40px;
	color: white;
	/*border: 1px solid white;*/
	margin: 0px auto;
	text-align: center;
	display: block;
	border-radius: 5px;
	margin-top: 20px;
	font-size: 16px;
	background: #06c1f7;
}
input::-webkit-input-placeholder {
         /* placeholder颜色  */
         color: #fff;
     }
.nav_box{
	background: black;
}
.dh{
	color: #06c1f7;
}
.dh img{
	width: 16px;
	height: 16px;
	vertical-align: middle;
	margin-right: 5px;
}
}