body{
	background: #fff;
}
a{
	outline: none !important;
}
/*** header  public css  star ***/
.pc-mode .header-logo{
	top:30%;
}
.pc-mode .header-nav-item a:hover,.pc-mode .header-nav-item:hover>a{
	opacity: 1;
	-webkit-opacity:1;
	color: #00d6d8;
}
.header-nav-item a:hover:after{
	content: '';
	display: block;
	width: 153px;
	height: 18px;
	background: url("../../img/bottom-line.png") no-repeat center;
	background-size: 100%;
	position: absolute;
	left: -45px;
	top: 96%;
}
.header-nav-item.item2 a:hover:after{
	left: -45px;
	top:45%;
}
.header-nav-item.item2.active>a:after{
	content: '';
	display: block;
	width: 153px;
	height: 18px;
	background: url("../../img/bottom-line.png") no-repeat center;
	background-size: 100%;
	position: absolute;
	left: -45px;
	top:45%;
}
.header-nav-item:first-child a:hover:after{
	left: -63px;
}
.pdt72{
	padding-top: 72px;
}
.subnav-list{
	padding-left: 0;
	width: 200px;
	text-align:  left;
	position: absolute;
	left: 0;
	margin-top: 20px;
	overflow: hidden;
	display: none;
	animation:htos 1s infinite;
	-webkit-animation:htos 1s; /* Safari 和 Chrome */
}
.item2{
	height:156px;
}
.pc-mode .header-nav-item:hover .subnav-list{
	display: block;
}
.pc-mode .header-nav-item .subnav-list a:hover:after{
	width: 0;
	height: 0;
}
.pc-mode .header-nav-item .subnav-list a:hover{
	background:url("../../img/right_arr.png") no-repeat 47% center;
	background-size:6px 9px;
}
.pc-mode .header-nav-item a{
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
.pc-mode .header-nav-item .subnav-list a{
	display: block;
	height: 42px;
	line-height: 42px;
	font-size:14px;
	/*padding-right:10px;*/
	color: #fff;
	opacity:0.5;
	filter:alpha(opacity=50);
}
.pc-mode .header-nav-item .subnav-list a:hover{
	color: #00ffff;
	opacity:1;
	filter:alpha(opacity=100);
}
.pc-mode .header-nav-item.bor_non>a{
	opacity: 1;
	text-decoration: none;
}


.header-nav-item.item3 a:hover:after{
	left: -45px;
	top:45%;
}
.header-nav-item.item3.active>a:after{
	content: '';
	display: block;
	width: 153px;
	height: 18px;
	background: url(../../img/bottom-line.png) no-repeat center;
	background-size: 100%;
	position: absolute;
	left: -45px;
	top:45%;
}
.sub_list2{
	padding-left: 0;
	width: 200px;
	text-align:  left;
	position: absolute;
	left: 0;
	margin-top: 20px;
	overflow: hidden;
	display: none;
	animation:htos 1s infinite;
	-webkit-animation:htos 1s; /* Safari 和 Chrome */
}
.item3{
	height:156px;
}
.pc-mode .header-nav-item .sub_list2 a:hover:after{
	width: 0;
	height: 0;
}
.pc-mode .header-nav-item .sub_list2 a:hover{
	background:url("../../img/right_arr.png") no-repeat 32% center;
	background-size:6px 9px;
}
.pc-mode .header-nav-item .sub_list2 a{
	display: block;
	height: 42px;
	line-height: 42px;
	font-size:14px;
	/*padding-right:10px;*/
	color: #fff;
	opacity:0.5;
	filter:alpha(opacity=50);
}
.pc-mode .header-nav-item .sub_list2 a:hover{
	color: #00ffff;
	opacity:1;
	filter:alpha(opacity=100);
}
.header-nav-item.item3 .sub_list2 a:hover:after{
	left: -45px;
	top:45%;
}
.header-nav-item.item3.active>a:after{
	content: '';
	display: block;
	width: 153px;
	height: 18px;
	background: url(../../img/bottom-line.png) no-repeat center;
	background-size: 100%;
	position: absolute;
	left: -45px;
	top:45%;
}
.pc-mode .header-nav-item:hover .sub_list2{
	display: block;
}
/***   header  public css  end ****/

/***  footer public css star  ***/
.copy{
	width: 100%;
	min-width: 1100px;
	height: 230px;
	background: url('../../img/copybg.jpg') no-repeat center;
	background-size: 1920px 230px;
}
.left-title{
  font-size: 30px;
  color: #0fbae0;
  position: absolute;
  left: 30px;
  top: 26px;
  letter-spacing: 5px;
}
.left-logo{
	display: block;
	width: 113px;
	height: 63px;
	background: url('../../img/logo.png') no-repeat center;
	background-size: 100%;
	position: absolute;
	left: 30px;
	top: 74px;
}
.copy-text{
  position: absolute;
  left: 30px;
  top: 133px;
}
.copy-text p{
  font-size: 16px;
  color: #FFF;
  font-weight: 100;
  line-height: 18px;
	margin-bottom: 10px;
}
.copy-text a:hover,
.copy-text a:focus{
  color: #FFF;
  text-decoration: none;
}
.copy-text img{
  width: auto;
  height: 24px;
  padding: 0 4px 0 0;
  vertical-align: -4px;
}
.copy-text a{
  padding-right: 10px;
}
.copy-text span{
  display: inline-block;
  height: 26px;
  line-height: 26px;
}
.copy-text p:last-child{
  display: block;
  width: 830px;
  border-top: 1px solid #ccc;
  padding-top: 6px;
  font-size: 12px;
  color: #FFF;
  line-height: 26px;
  margin-bottom: 0;
}
.copy-text p:last-child span{
  opacity: 0.5;
  -webkit-opacity: 0.5;
}
.copy-box{
	width: 1100px;
	margin:auto;
	display: block;
	position: relative;
	height:100%;
}
.za-qrcode{
	position: absolute;
	top: 45px;
	right: 60px;
	font-size: 16px;
	color: #FFF;
}
.cqgseb{
	position: absolute;
	top: 236px;
	left: 540px;
}
.cqgseb>img{
  height: 90px;
  width: 66px;
}
.za-qrcode>p{
	text-align: center;
	margin-top:10px;
	letter-spacing: 2px;
}
.za-qrcode>img{
	width: 110px;
}
/***  footer public css end  ***/


/*  */
.copy.copy_super{
	height: 336px;
	background: url('../../img/superiority/copybg_1.jpg') no-repeat center;
	background-size: 1920px 336px;
}
.left-title.left-title_super{
	top: 126px;
}
.left-logo.left-logo_super{
	top: 174px;
}
.copy-text.copy-text_super{
	top: 239px;
}
.za-qrcode.za-qrcode_super{
	top: 151px;
}

.banner{
	width:100%;
	height:484px;
	background:url("../../img/superiority/superiority_banner.jpg") no-repeat center center;
	background-size:auto 100%;
	min-width:1200px;
	position: relative;
}
.down_arrow{
	width:39px;
	height:46px;
	background:url("../../img/superiority/down_arrow.png") no-repeat;
	background-size:100% 100%;
	position: absolute;
	left:0;
	right:0;
	bottom:32px;
	margin:0 auto;
	animation: 1s ease-in-out infinite down;
	-webkit-animation: 1s ease-in-out infinite down;
}
@keyframes down {
	0% {
		opacity: 1;
		transform: translateY(0px);
	}

	100% {
		opacity: 0;
		transform: translateY(15px);
	}
}

@-webkit-keyframes down {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0px);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(15px);
	}
}
.expense_con{
	width:100%;
	height:580px;
	background-color: #ffffff;
	padding-top:73px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.expense_title{
	width:174px;
	height:65px;
	background:url("../../img/superiority/expense_title.png") no-repeat;
	background-size:100% 100%;
	margin:0 auto 79px;
}
.scene_list{
	width:900px;
	height:269px;
	margin:0 auto;
	padding-left:0;
}
.scene_item{
	width:100px;
	height:110px;
	margin:0 100px 50px 0;
	float: left;
}
.scene_item:nth-child(5n){
	margin-right:0;
}
.item_con{
	width:100%;
	height:100%;
	position: relative;
}
.item_name{
	width:100%;
	line-height:32px;
	position: absolute;
	left:0;
	right:0;
	bottom:0;
	text-align: center;
	font-size:16px;
	color: #7f7f7f;
}
.item_icon{
	position: absolute;
	left:0;
	right:0;
	margin:0 auto;
}
.item_icon1{
	width:42px;
	height:40px;
	background:url("../../img/superiority/item1.png") no-repeat;
	background-size:100% 100%;
	top:18px;
}
.item_icon2{
	width:46px;
	height:45px;
	background:url("../../img/superiority/item2.png") no-repeat;
	background-size:100% 100%;
	top:16px;
}
.item_icon3{
	width:43px;
	height:40px;
	background:url("../../img/superiority/item3.png") no-repeat;
	background-size:100% 100%;
	top:16px;
}
.item_icon4{
	width:52px;
	height:38px;
	background:url("../../img/superiority/item4.png") no-repeat;
	background-size:100% 100%;
	top:18px;
}
.item_icon5{
	width:51px;
	height:44px;
	background:url("../../img/superiority/item5.png") no-repeat;
	background-size:100% 100%;
	top:12px;
}
.item_icon6{
	width:39px;
	height:45px;
	background:url("../../img/superiority/item6.png") no-repeat;
	background-size:100% 100%;
	top:9px;
}
.item_icon7{
	width:44px;
	height:41px;
	background:url("../../img/superiority/item7.png") no-repeat;
	background-size:100% 100%;
	top:15px;
}
.item_icon8{
	width:44px;
	height:38px;
	background:url("../../img/superiority/item8.png") no-repeat;
	background-size:100% 100%;
	top:15px;
}
.item_icon9{
	width:48px;
	height:39px;
	background:url("../../img/superiority/item9.png") no-repeat;
	background-size:100% 100%;
	top:14px;
}
.item_icon10{
	width:47px;
	height:36px;
	background:url("../../img/superiority/item10.png") no-repeat;
	background-size:100% 100%;
	top:17px;
}
.tech_con{
	width:100%;
	height:916px;
	padding-top:72px;
	background:url("../../img/superiority/tech_bg.jpg") no-repeat center center;
	background-size:auto 100%;
	min-width:1200px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.tech_title{
	width:252px;
	height:65px;
	background:url("../../img/superiority/tech_title.png") no-repeat;
	background-size:100% 100%;
	margin:0 auto 42px;
}
.tech_dec{
	width: 990px;
	margin:0 auto 85px;
	text-align: center;
	font-size:14px;
	line-height:26px;
	color: #545454;
}
.tech_card{
	width:1100px;
	height:528px;
	margin:0 auto;
	position: relative;
}
.card{
	width:295px;
	height:528px;
	position: absolute;
	top:0;
}
.card1{
	background:url("../../img/superiority/tech1.png") no-repeat;
	background-size:100% 100%;
	left:0;
}
.card2{
	background:url("../../img/superiority/tech2.png") no-repeat;
	background-size:100% 100%;
	left:268px;
}
.card3{
	background:url("../../img/superiority/tech3.png") no-repeat;
	background-size:100% 100%;
	left:536px;
}
.card4{
	background:url("../../img/superiority/tech4.png") no-repeat;
	background-size:100% 100%;
	right:0;
}
.insurance_con{
	width:100%;
	height:811px;
	background-color: #fff;
}
.inside_con{
	width:1200px;
	height:100%;
	margin:0 auto;
	position: relative;
}
.computer{
	width:755px;
	height:462px;
	background:url("../../img/superiority/computer.png") no-repeat;
	background-size:100% 100%;
	position: absolute;
	top:129px;
	left:-99px;
}
.insurance_dec{
	width:537px;
	position: absolute;
	right:0;
	top:120px;
	/*height:100%;*/
}
.insurance_title{
	width:280px;
	height:64px;
	background:url("../../img/superiority/insurance_title.png") no-repeat;
	background-size:100% 100%;
	margin-bottom:36px;
}
.insurance_text{
	padding-left:14px;
	width:477px;
	font-size:14px;
	line-height:26px;
	color: #545454;
	text-indent:30px;
}
.sell_item_con{
	overflow: hidden;
	margin-top:64px;
	padding-bottom:100px;
}
.sell_text_con{
	float: left;
	width:122px;
	text-align: center;
}
.sell_text_con.wid{
	width:400px;
}
.sell_text{
	text-align: center;
	font-size:24px;
	color: #454444;
	line-height:66px;
	height: 66px;
}
.sell_text>span{
	font-size:52px;
}
.sell_name{
	font-size:14px;
	line-height:26px;
	color: #545454;
}
.feature_con{
	width:1111px;
	height:215px;
	position: absolute;
	bottom:-82px;
	left:0;
	right:0;
	margin:0 auto;
	z-index: 999;
}
.feature{
	width:376px;
	height:215px;
	position: absolute;
	bottom:0;
	z-index: 999;
}
.feature1{
	left:0;
	background:url("../../img/superiority/bot1.png") no-repeat;
	background-size:100% 100%;
}
.feature2{
	left:368px;
	background:url("../../img/superiority/bot2.png") no-repeat;
	background-size:100% 100%;
}
.feature3{
	right:0;
	background:url("../../img/superiority/bot3.png") no-repeat;
	background-size:100% 100%;
}

.to_top{
	width:46px;
	height:46px;
	background:url("../../img/to_top.png") no-repeat;
	background-size:100% 100%;
	position: fixed;
	right:67px;
	bottom:88px;
	z-index: 999;
	display: none;
}































