html {
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
	height: 100%;
	overflow-x: hidden;
}

body {
	margin: 0;
	padding: 0;
	color: #666666;
	background-color: #ffffff;
	-webkit-overflow-scrolling: touch;
	line-height: 1.15;
	font-family: Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
	font-size: 14px;
}

/* * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	touch-action: manipulation
} */

image {
	border: 0;
}

h1,
h2,
h3,
h4,
h5,
form,
p,
ul,
ol,
input {
	margin: 0;
	padding: 0;
}

input[type=button],
input[type=submit] {
	-webkit-appearance: none;
	outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

input[type="number"] {
	-moz-appearance: textfield;
}

li {
	padding: 0;
	margin: 0;
	line-height: 180%;
	list-style-type: none;
}

a {
	text-decoration: none;
	color: #666;
}


u {
	text-decoration: none;
}

:focus {
	outline: 0;
}

.substring {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.substring2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.nowrap {
	white-space: nowrap;
}

.clear {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}

.main_container {
	width: 100%;
	background-color: #fff;
	padding: 0 40px;
	border-radius: 5px;
}

.sp_20_f3 {
	width: 100%;
	height: 20px;
	background-color: #f3f3f3;
}

.clearfix:after,
.clearfix:before {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

.left {
	float: left;
}

.right {
	float: right;
}


.title{
	padding-top: 90px;
	margin-bottom: 70px;
	opacity: 0;
}
.h1{
	line-height: 1;
	color: #383838;
	font-size: 48px;
	font-weight:bold;
}
.title .tisp{
	font-size: 20px;
	color: #383838;
	margin-top: 30px;
}


/*!* 导航 *!*/
/*.nav_wrapper {*/
    /*position: absolute;*/
    /*left: 0;*/
    /*right: 0;*/
    /*z-index: 30;*/
/*}*/

/*.nav_inner .logo {*/
    /*cursor: pointer;*/
    /*margin-right: 60px;*/
/*}*/

/*.nav_inner .logo a {*/
    /*display: block;*/
    /*padding: 10px;*/
/*}*/

/*.nav_inner .logo img {*/
    /*width: 110px;*/
    /*height: 40px;*/
/*}*/

/*.nav_inner .nav_list .nav_link {*/
    /*padding: 19px 48px;*/
    /*display: block;*/
    /*cursor: pointer;*/
    /*color: #ffffff;*/
    /*font-size: 18px;*/
    /*font-weight: bold;*/
/*}*/

/*.nav_inner .nav_list .nav_link:hover {*/
    /*color: #ffffff;*/
    /*opacity: .4;*/
/*}*/

/*.nav_inner .nav_list .nav_link.nav_ac {*/
    /*color: #ffffff;*/
    /*opacity: .4;*/
/*}*/

/* banner */
/*.banner {*/
/*    height: 878px;*/
/*    background: #1853ff url('/assets/images/product/banner.png') no-repeat;*/
/*}*/

.banner {
    height: 878px;
    background: url('../images/product/banner.jpg') no-repeat top center / auto 100%;
}

.banner_inner {
    position: relative;
}

.banner_inner .banner_text {
    color: #fff;
}

.banner_inner .banner_text h2 {
    font-size: 54px;
    line-height: 100px;
	position: absolute;
    top: 280px;
    left: -100%;
	opacity: 0;
	transition: all 1s;
	animation-duration: 1s;
}
.banner_inner .banner_text h2.ac{
	left: 0;
	opacity: 1;
}

.banner_inner .banner_text p {
    font-size: 18px;
    line-height: 40px;
	padding-left: 14px;
	transition: all 1.5s;
    animation-duration: 1.2s;

}
.banner_inner .banner_text .ban_t1 {
	position: absolute;
    top: 384px;
	left: -100%;
	opacity: 0;
	transition: all 1.5s;
    animation-duration: 1.2s;
}
.banner_inner .banner_text .ban_t1.ac {
	left: 0;
	opacity: 1;
}
.banner_inner .banner_text .ban_t2 {
	position: absolute;
    top: 430px;
	left: -100%;
	opacity: 0;
	transition: all 2s;
    animation-duration: 1.4s;
}
.banner_inner .banner_text .ban_t2.ac {
	left: 0;
	opacity: 1;
}
.banner_inner .banner_text p::before {
	content: '';
	width:6px;
	height:6px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -3px;
}

.banner_inner .banner_text .btns {
	position: absolute;
    top: 580px;
    left:-100%;
	transition: all 2.5s;
    animation-duration: 1.6s;
}
.banner_inner .banner_text .btns.ac {
	left: 0;
	opacity: 1;
}

.banner_inner .banner_text .btns .banner_btn {
    color: #ffffff;
    font-size: 18px;
    display: block;
    cursor: pointer;
    padding: 15px 48px;
    border: 1px solid #fff;
    border-radius: 24px;
    margin-right: 44px;
	position: relative;
	overflow: hidden;
}
.banner_inner .banner_text .btns .banner_btn .bannerBtnAnim::after {
    animation: anim-out-pseudo-two 3s
}

.banner_inner .banner_text .btns .banner_btn .bannerBtnAnim,
.banner_inner .banner_text .btns .banner_btn .bannerBtnAnim::after {
    animation-iteration-count: infinite;
    animation-duration: 3s;
}
.banner_inner .banner_text .btns .banner_btn.bg1 {
    background: #ff6132;
    border-color: #ff6132;
}

.banner_inner .banner_text .btns .banner_btn:last-child {
    margin-right: 0;
}

.banner_inner .banner_img .banner_1_img{
	position: absolute;
    right: -100%;
    top: 196px;
	opacity: 0;
	transition: all 1.5s;
    animation-duration: 1s;
}
.banner_inner .banner_img .banner_1_img.ac{
	right: 0;
	opacity: 1;
}

.advertising{
	width: 100%;
	height: 475px;
	position: relative;
}
.advertising ul{
	float: left;
}
.advertising ul li{
	float: left;
	height: 475px;
	position: relative;
}
.advertising ul li img{
	width: 100%;
	height: 475px;
}
.advertising ul li .context{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.advertising .hd{
	width: 100%;
	position: absolute;
	list-style-type:none;
	margin: 0;
	padding: 0;
	text-align: center;
	bottom: 42px;
}
.advertising .hd li.active {
    background-color: #FFFFFF;
}
.advertising .hd li {
	display: inline-table;
	width: 18px;
    height: 4px;
    margin-right: 10px;
    cursor: pointer;
    background-color: rgba(225,225,225,0.3);
}
.advertising ul li .context .position{
	width: 1360px;
	height: 400px;
	margin: 0 auto;
	margin-top: 75px;
}
.advertising ul .one .context .position{
	background: url("/assets/images/product/carousel_one_bg.png") right center no-repeat;
	background-size: 495px 322px;
}
.advertising ul .two .context .position{
	background: url("/assets/images/product/carousel_one_bg2.png") right center no-repeat;
	background-size: 564px 327px;
}
.advertising ul .three .context .position{
	background: url("/assets/images/product/carousel_one_bg.png") right center no-repeat;
	background-size: 495px 322px;
}

.advertising ul li .context .position .name{
	font-size: 38px;
	color: #fffefe;
	padding-top: 90px;
}
.advertising ul li .context .position .tisp{
	font-size: 18px;
	color: #fffefe;
	margin-bottom: 47px;
	margin-top: 14px;
}
.advertising ul li .context .position .btn{
	float: left;
	width: 160px;
	height: 48px;
	text-align: center;
	line-height: 48px;
	border-radius: 5px;
	font-size: 18px;
	cursor: pointer;
	font-weight:bold;
}
.advertising ul li .context .position .btn_experience{
	color: #1787fb;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	margin-right: 20px;
}
.advertising ul li .context .position .btn_install{
	color: #FFFFFF;
	background-color: #1034ff;
	border: 1px solid #FFFFFF;
}
.topmenu{
	width: 100%;
	height: 75px;
	line-height: 75px;
	position: fixed;
	z-index: 2;
	top: 0;
	color: #FFFFFF;
}
.topmenu .context{
	width: 1360px;
	margin: 0 auto;
	text-align: center;
}
.topmenu .context .name{
	float: left;
	padding-right: 50px;
	font-size: 30px;
	background: url("/assets/images/product/version.png") right 20px no-repeat;
	background-size: 40px 16px;
}
.topmenu .context .menu{
	float: right;
}
.topmenu .context .menu li{
	float: left;
	margin-left: 20px;
	margin-right: 20px;
	position: relative;
	cursor: pointer;
}
.topmenu .context .menu li .hr{
	width: 60%;
	height: 5px;
	position: absolute;
	bottom: 0px;
	left: 20%;
	background-color: #FFFFFF;
	display: none;
}
.tispmenu{
	background-color: #1647e5;
}
.tispmenu ul{
	width: 1360px;
	margin: 0 auto;
	text-align: center;
}
.tispmenu ul li{
	width: 300px;
	text-align: center;
	float: left;
	padding-top: 25px;
	padding-bottom: 25px;
}
.tispmenu ul li:hover{
	background-color: #0232ca;
}
.tispmenu ul li .name{
	margin-top: 12px;
	margin-bottom: 10px;
	font-size: 18px;
	color: #FFFFFF;
}
.tispmenu ul li .tisp{
	font-size: 14px;
	color: #a8b9e0;
}
.frame{
	width: 1360px;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 20px;
}

.frame .tabdiv{
	width: 400px;
	height: 340px;
	margin-right: 60px;
	float: left;
	border-radius: 5px;
	box-shadow: 0px 0px 15px rgba(221,221,221,0.2);
	/*box-shadow: 0px 0px 15px rgba(221,221,221,0.8);*/
	position: relative;
	padding-top: 70px;
	padding-bottom: 30px;
}

.frame .tabdiv:hover{
	box-shadow: 0px 0px 15px rgba(221,221,221,0.5);
	transition: all 0.3s ease;
	margin-top: 0px;
}
.frame .tabdiv:nth-child(3n){
	margin-right: 0;
}
.frame .tabdiv .tabImg{
	height: 155px;
	/* height: 150px; */
}
.frame .tabdiv .name{
	width: 100%;
	margin-top: 20px;
	font-size: 28px;
	color: #383838;
	font-weight: bold;
}
.frame .tabdiv p{
	width: 100%;
	box-sizing: border-box;
	padding: 0px 40px;
	font-size: 16px;
	color: #666;
	text-align: left;
	line-height: 30px;
	margin-top: 20px;
}
.frame .tabdiv:hover p{
	display: none;
}
.frame .tabdiv .btn{
	display: none;
	margin: 35px auto 0;
	width: 168px;
	height: 40px;
	border-radius: 5px;
	background-color: #0881ff;
	color: #FFFFFF;
	font-size: 16px;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
}
.frame .tabdiv:hover .btn{
	display: block;
}

.addbg{
	text-align: center;
	position: relative;
	background: url("/assets/images/product/bg.png") center bottom no-repeat;
	background-size: 100% 1526px;
}
.addbg .core{
	width: 1460px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	background-color: #FFFFFF;
	border-radius: 5px;
}
.addbg .core .advertising{
	margin-left: 122px;
	margin: 0 auto;
	width: 1215px;
	height: 695px;
	position: relative;
}
.addbg .core .advertising ul{
	float: left;
}
.addbg .core .advertising ul li{
	float: left;
	height: 640px;
}
.addbg .core .advertising .hd{
	width: 100%;
	position: absolute;
	list-style-type:none;
	margin: 0;
	padding: 0;
	text-align: center;
	bottom: 42px;
}
.addbg .core .advertising .hd li.active {
    background-color: #1f7eff;
}
.addbg .core .advertising .hd li {
	display: inline-table;
	width: 18px;
    height: 4px;
    margin-right: 10px;
    cursor: pointer;
    border-radius: 30px;
    background-color: #dadada;
}
.addbg .core .advertising .item{
	width: 290px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
	height: 150px;
	float: left;
	box-sizing: border-box;
	padding: 20px 29px;
	cursor: pointer;
	border: 1px solid rgba(3,159,255,0);
	box-shadow: 0px 0px 10px rgba(3,159,255,0);
  position: relative;
}
/* 边框悬停 */
.addbg .core .advertising .item::after,
.addbg .core .advertising .item::before{
  content: "";
  display: block;
  position: absolute;
  border: 2px solid transparent;
  box-sizing: border-box;
  height: 0;
  width: 0;
}
.addbg .core .advertising .item::before{
  bottom: 0px;
  right: 0px;
  transition: border-color 0s ease-in 0.4s, width 0.2s ease-in 0.2s, height 0.2s ease-in 0s;
}
.addbg .core .advertising .item::after{
  left: 0px;
  top: 0px;
  transition: border-color 0s ease-in 0.8s, width 0.2s ease-in 0.6s, height 0.2s ease-in 0.4s;
}
.addbg .core .advertising .item:hover::after,
.addbg .core .advertising .item:hover::before{
  height: 100%;
  width: 100%;
}
.addbg .core .advertising .item:hover::before{
  border-bottom-color: #367dff;
  border-left-color: #367dff;
  transition: border-color 0s ease-out 0.4s, width 0.2s ease-out 0.4s, height 0.2s ease-out 0.6s;
}
.addbg .core .advertising .item:hover::after{
  border-right-color: #367dff;
  border-top-color: #367dff;
  transition: width 0.2s ease-out 0s, height 0.2s ease-out 0.2s;
}

.addbg .core .advertising .item:hover{
  box-shadow: 0px 0px 10px #e4e4e4;
}
.addbg .core .advertising .item:hover .icon{
	transform:rotate(360deg);
}
.addbg .core .advertising .item .titletwo{
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	padding: 0;
	margin-bottom: 15px;
}
.addbg .core .advertising .item .titletwo .icon{
	width: 30px;
	height: 30px;
	margin-right: 10px;
	float: left;
	transition:all 0.8s;
}
.addbg .core .advertising .item .titletwo .name{
	float: left;
	font-size: 18px;
	color: #383838;
	font-weight:bold;
}
.addbg .core .advertising .item .titletwo .goin{
	float: right;
	color: #1f7eff;
	display: none;
}
.addbg .core .advertising .item:hover .titletwo .goin{
	display:block;
}
.addbg .core .advertising .item p{
	font-size: 14px;
	line-height: 23px;
	color: #4f4e4e;
	text-align: left;
}
.addbg .core .left{
	width: 47px;
	height: 92px;
	border-radius: 5px;
	background-image: url("/assets/images/product/left_icon.png");
	background-size: 18px 30px;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #f1f1f1;
	position: absolute;
	top: 515px;
	left: 42px;
	cursor: pointer;
}
.addbg .core .right{
	width: 47px;
	height: 92px;
	border-radius: 5px;
	background-image: url("/assets/images/product/right_icon.png");
	background-size: 18px 30px;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #f1f1f1;
	position: absolute;
	top: 515px;
	right: 42px;
	cursor: pointer;
}
.addbg .core .left:hover,.addbg .core .right:hover{
	background-color: #afafaf;
}
.addbg .product{
	width: 100%;
	text-align: center;
	color: #FFFFFF;
}
.addbg .product .title .h1,.addbg .product .title .tisp{
	color: #FFFFFF;
}
.addbg .product .list{
	width: 1360px;
	height: 780px;
	margin: 0 auto;
	position: relative;
	bottom: 0px;
	background: url("/assets/images/product/product_bg.png") center bottom no-repeat;
	background-size: 1360px 530px;
}
.addbg .product .item{
	width: 210px;
}
.addbg .product .item .centent{
	width: 210px;
	box-sizing: border-box;
	padding: 18px 25px;
	background: url("/assets/images/product/centent_bg.png") 0 0 no-repeat;
	background-size: 210px 100%;
	font-size: 14px;
	line-height: 1.8;
	text-align: left;
}
.addbg .product .item .name{
	width: 130px;
	margin: 0 auto;
	height: 35px;
	margin-top: 30px;
	line-height: 35px;
	background-image: linear-gradient(to right, #027aff , rgba(130,180,255,1));
	border-radius: 50px;
	font-size: 18px;
}
.addbg .product .list .one{
	position: absolute;
	bottom: 248px;
	left: 50px;
}
.addbg .product .list .two{
	position: absolute;
	bottom: 300px;
	left: 314px;
}
.addbg .product .list .three{
	position: absolute;
	bottom: 370px;
	left: 574px;
}
.addbg .product .list .four{
	position: absolute;
	bottom: 300px;
	left: 835px;
}
.addbg .product .list .five{
	position: absolute;
	bottom: 248px;
	left: 1100px;
}
.quality{
	width: 1360px;
	margin: 0 auto;
	text-align: center;
}
.quality .context{
	border-radius: 8px;
	box-shadow: 0px 0px 10px rgba(176,189,202,0.5);
	margin-bottom: 80px;
}
.quality .context ul{
	float: left;
}
.quality .context ul li{
	float: left;
	position: relative;
}
.quality .context ol{
	list-style-type:none;
	width: 1040px;
	margin: 0 auto;
	padding-top: 60px;
}
.quality .context ol li{
	float: left;
	width: 144px;
	height: 114px;
	padding-top: 30px;
	position: relative;
	cursor: pointer;
	margin-right: 33px;
}
.quality .context ol li:last-child{
	margin-right: 0;
}
.quality .context ol li:hover .img{
	height: 35px;
    overflow: hidden;
    position: relative;
}
.quality .context ol li:hover .img img{
  overflow: auto;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
}
.quality .context ol li .name{
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	width: 100%;
	text-align: center;
	top: 80px;
	position: absolute;
	margin-bottom: 14px;
}
.quality .context ol li .hr{
	width: 0px;
	height: 5px;
	background-image: linear-gradient(to right, #0145ff , rgba(87,166,255,0.5));
	top: 115px;
	left: 75px;
	position: absolute;
	transition: all 0.3s;
}
.quality .context .tempWrap{
	margin: 0 auto;
}
.quality .context .list{
	width: 1040px;
	height: 468px;
	margin-top: 20px;
	/* padding-left: 642px; */
	/* padding-right: 60px; */
	/* margin: 0 auto; */
	/* margin-left: 300px; */
	/* box-sizing: border-box; */
}
.quality .context .one{
	background: url("/assets/images/product/xtys.png") 0 0 no-repeat;
	background-size: 432px 408px;
}
.quality .context .two{
	background: url("/assets/images/product/cpgn.jpg") 0 0 no-repeat;
	background-size: 432px 408px;
}
.quality .context .three{
	background: url("/assets/images/product/sjhx.jpg") 0 0 no-repeat;
	background-size: 432px 408px;
}
.quality .context .four{
	background: url("/assets/images/product/cpty.jpg") 0 0 no-repeat;
	background-size: 432px 408px;
}
.quality .context .five{
	background: url("/assets/images/product/yxgj.jpg") 0 0 no-repeat;
	background-size: 432px 408px;
}
.quality .context .six{
	background: url("/assets/images/product/sffw.jpg") 0 0 no-repeat;
	background-size: 432px 408px;
}
.quality .context .list .item{
	width: 525px;
	box-shadow: 0px 4px 7px rgba(86,164,255,0.3);
	margin-bottom: 25px;
	float: right;
	margin-right: 10px;
}
.quality .context .list .item div{
	width: 50%;
	height: 57px;
	line-height: 57px;
	float: left;
	text-align: left;
	background: url("/assets/images/product/wancheng.png") 17px center no-repeat;
	background-size: 20px 20px;
	padding-left: 48px;
	box-sizing: border-box;
}
.understandUs{
	width: 100%;
	text-align: center;
	background: url("/assets/images/product/understandUs_bg.png") 0 0 no-repeat;
	background-size: 100% 735px;
}
.understandUs .context{
	width: 1360px;
	margin: 0 auto;
	text-align: center;
}
.understandUs .context .listtr{
	padding-bottom: 75px;
}
.understandUs .context .listtr .item{
	width: 340px;
	float: left;
	text-align: center;
}
.understandUs .context .listtr .item .name{
	text-align: center;
	font-size: 24px;
	color: #333333;
	margin-bottom: 14px;
	margin-top: 25px;
	font-weight: bold;
}
.understandUs .context .listtr .item .centent{
	text-align: center;
	font-size: 16px;
	color: #4f4e4e;
	line-height: 1.8;
}
.solution{
	width: 1360px;
	margin: 0 auto;
	text-align: center;
}
.solution .item{
	width: 363px;
	height: 400px;
	margin-right: 55px;
	float: left;
	position: relative;
	cursor: pointer;
	overflow: hidden;
	border-radius: 5px;
}
.solution .last{
	margin-right: 0px;
}
.solution .item .bg{
	width: 100%;
	height: 100%;
	border-radius: 5px;
	transition: all 0.6s;
}
.solution .item:hover .bg{
	transform: scale(1.2);
}
.solution .item .bgtwo{
	width: 100%;
	height: 100%;
	border-radius: 5px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.5);
}
.solution .item .bgtwo:hover{
	/*background-color: rgba(32,120,251,0.6);*/
	background-color: rgba(0,0,0,0);
	transition: all 0.3s ease;
}
.solution .item .name{
	width: 100%;
	text-align: center;
	position: absolute;
	font-size: 24px;
	color: #FFFFFF;
	top: 85px;
}
.solution .item .logo{
	border-radius: 50%;
	width: 88px;
	height: 88px;
	position: absolute;
	top: 149px;
	left: 137px;
}
.solution .item a.centent{
	width:180px;
	height:44px;
	line-height:44px;
	border:1px solid #fff;
	border-radius:36px;
	display:block;
	bottom:20px;
	margin:0 auto;
	margin-top:270px;
}
.honor{
	width: 1360px;
	margin: 0 auto;
	text-align: center;
}
.honor ul li{
	width: 224px;
	height: 156px;
	margin-right: 20px;
	float: left;
	background-color: #f4f4f4;
	border-radius: 5px;
	position: relative;
	color: #555555;
	cursor: pointer;
}
.honor ul li:hover{
	background: linear-gradient(270deg,#EFC920 0,#F7E976 100%);

}
.honor ul li img{
	width: 46px;
	position: absolute;
	top: 25px;
	left: 88px;
	transition: all 0.6s;
}
.honor ul li:hover img{
	width: 83px;
	top: -25px;
	left: 70px;
}
.honor ul li p{
	text-align: center;
	margin-top: 90px;
	font-size: 14px;
	line-height: 1.5;
	transition: all 0.6s;
}
.honor ul li:hover p{
	font-size: 16px;
	margin-top: 80px;
	font-weight: bold;
}
.honor ul .last{
	margin-right: 0px;
}
.partner{
	width: 1360px;
	margin: 0 auto;
	text-align: center;
}
.partner .list .item{
	text-align: center;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 40px;
	float: left;
	border-radius: 5px;
	box-shadow: 0px 0px 20px rgba(221,221,221,0.8);
}
.partner .list .item img{
	width: 260px;
	height: 80px;
}
/* .Onlinedemo{
	width: 1360px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 80px;
}
.Onlinedemo .item{
	width: 183px;
	height: 225px;
	float: left;
	margin-right: 20px;
	text-align: center;
	cursor: pointer;
	position: relative;
}
.Onlinedemo .item .item_hover{
	background-image: linear-gradient(to bottom, #f6f8f9 , rgba(255,255,255,1));
	position:absolute;
	left: 0px;
	top: 0px;
	width: 183px;
	height: 225px;
	border-radius: 5px;
}
.Onlinedemo .item:hover .item_hover {
	transition: all 0.6s;
	position:absolute;
	left: -14px;
	top: -37px;
	width: 210px;
	height: 300px;
	background-image: linear-gradient(to bottom, #1f78fb , #1f78fb);
	border-radius: 5px;
	z-index: 1;
}
.Onlinedemo .item:hover .img{
	top: -10px;
	z-index: 1;
}
.Onlinedemo .item:hover .img img{
	width: 140px;
}
.Onlinedemo .item:hover div{
	transition: all 0.6s;
	bottom: 50px;
	font-size: 18px;
	font-weight: bold;
	color:#FFFFFF;
	z-index: 1;
}
.Onlinedemo .item:hover p{
	transition: all 0.6s;
	bottom: -25px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.6;
	color: #FFFFFF;
	z-index: 1;
}
.Onlinedemo .item .img{
	width: 100%;
	position: absolute;
	top: 30px;
	text-align: center;
}
.Onlinedemo .item div{
	position: absolute;
	bottom: 90px;
	width: 100%;
	text-align: center;
	font-size: 16px;
	color:#666666;
}
.Onlinedemo .item p{
	position: absolute;
	bottom: 20px;
	width: 100%;
	text-align: center;
	font-size: 12px;
	line-height: 1.8;
	color: #777777;
}
.Onlinedemo .two{
	margin-right: 0;
	float: left;
} */

/* 产品演示 */
.demo {
    margin-bottom: 70px;
}

.demo .demoTitle {
    text-align: center;
    color: #383838;
    font-size: 48px;
    padding: 86px 0 60px;
    font-weight: 500;
}

.demo .demo-list li {
    position: relative;
    float: left;
    width: 264px;
    height: 364px;
    margin-right: 10px;
    text-align: center;
    background: #fff url('/assets/images/dome_bg.png') center no-repeat;
    cursor: pointer;
}

.demo .demo-list li.last {
    margin-right: 0;
}

.demo .demo-list li .img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.demo .demo-list li .img .ewm {
    display: none;
    position: relative;
    width: 146px;
    height: 146px;
    margin: 30px auto;
    background: #fff;
    animation: topFadeIn .25s ease-out;
    z-index: 2;
}

.demo .demo-list li:hover .ewm {
    display: block;
}

.demo .demo-list li .img .ewm img {
    width: 100%;
    height: 100%;
}

.demo-list li .img .icon {
    position: absolute;
    left: 0;
    top: 0;
}

.demo .demo-list li.app .img .icon {
    position: absolute;
    left: 105px;
    top: 53px;
}

.demo .demo-list li.pc .img .icon {
    left: 77px;
    top: 53px;
}

.demo .demo-list li.wap .img .icon {
    position: absolute;
    left: 105px;
    top: 53px;
}

.demo .demo-list li.h5 .img .icon {
    left: 105px;
    top: 53px;
}

.demo .demo-list li.applet .img .icon {
    left: 105px;
    top: 53px;
}

.demo .demo-list li .info {
    position: absolute;
    top: 210px;
    left: 0;
    width: 100%;
}

.demo .demo-list li .info h3 {
    font-size: 28px;
    color: #383838;
    line-height: 40px;
    padding: 5px 0 25px;
}

.demo .demo-list li .info p {
    font-size: 16px;
    color: #383838;
    line-height: 22px;
}

.demo .demo-list li:hover {
    z-index: 2;
}

.demo .demo-list li:hover h3,
.demo .demo-list li:hover p,
.demo .demo-list li:hover a {
    color: #fff;
}

.demo .demo-list li .bg {
    position: absolute;
    /* left: -21px;
    top: -10px;
    right: -21px;
    bottom: -32px; */
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    background-size: 0;
}

.demo .demo-list li:hover .bg {
    opacity: 1;
    filter: alpha(opacity=100);
    background-size: auto;
}

.demo .demo-list li.demo1 .bg {
    background: #fff url('/assets/images/home_dome1.png') no-repeat center center;
}

.demo .demo-list li.demo2 .bg {
    background: #fff url('/assets/images/home_dome2.png') no-repeat center center;
}

.demo .demo-list li.demo3 .bg {
    background: #fff url('/assets/images/home_dome3.png') no-repeat center center;
}

.demo .demo-list li.demo4 .bg {
    background: #fff url('/assets/images/home_dome4.png') no-repeat center center;
}

.demo .demo-list li.demo5 .bg {
    background: #fff url('/assets/images/home_dome5.png') no-repeat center center;
}



.service{
    text-align: center;
    color: #fff;
    padding: 50px 0;
    background-color: #616cff;
}
.service h2{
    font-size: 36px;
    color: #ffffff;
    line-height: 54px;
    margin-bottom: 18px;
}
.service .t1{
    color:#dfe1ff ;
    font-size: 20px;
}
.service .serviceBtn{
    color: #616cff;
    font-size: 20px;
    width:334px ;
    height: 60px;
    text-align: center;
    line-height: 60px;
    margin: 48px auto 0;
    background-color: #ffffff;
    border-radius: 30px;
    cursor: pointer;
}

.food{
	width: 100%;
	background-color: #0c1a28;
	padding-top: 54px;
	padding-bottom: 54px;
}
.food .Module{
	width: 1360px;
	margin: auto;
}
.food .Module ul{
	width: 14%;
	float: left;
}
.food .Module .contactus{
	width: 18%;
	float: left;
}
.food .Module ul li{
	color: #ffffff;
	font-size: 14px;
	line-height: 30px;
}
.food .Module ul .name{
	font-weight: bold;
	margin-bottom: 15px;
}
.food .Module .QRcode{
	width: 40%;
	float: left;
}
.food .Module .QRcode .thepublic{
	width: 164px;
	margin-left: 100px;
	background: url("/assets/images/product/thepublic.png") 0 0 no-repeat;
	background-size: 164px 164px;
	padding-top: 184px;
	text-align: center;
	float: left;
	font-size: 16px;
	color: #d6d6d6;
}
.food .Module .QRcode .app{
	width: 164px;
	margin-left: 38px;
	background: url("/assets/images/product/app.png") 0 0 no-repeat;
	background-size: 164px 164px;
	padding-top: 184px;
	text-align: center;
	float: left;
	font-size: 16px;
	color: #d6d6d6;
}

.clearfix:after,
.clearfix:before {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}


.zhezhao{
	position: fixed;
	left: 0px;
	top: 0px;
	background: rgba(0,0,0,0.8);
	width: 100%;
	height: 100%;
	z-index: 100;
	display: none;
}
.zhezhao .tankuang{
	width: 1140px;
	height: 600px;
	overflow: auto;
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
}
.zhezhao .tankuang .closediv .close{
	float: right;
	margin-bottom: 10px;
}
.zhezhao .tankuang .context{
	border-radius: 5px;
	background: #fff;
	box-shadow: 0px 0px 20px rgba(86,164,255,0.9);
	width: 1100px;
	margin-left: 20px;
	height: 500px;
	padding-top: 45px;
	padding-left: 45px;
	padding-right: 45px;
	box-sizing: border-box;
}
.zhezhao .tankuang .context .textcen{
	float: left;
}
.zhezhao .tankuang .context .textcen .title{
	font-size: 26px;
	color: #333333;
	padding: 0;
	margin: 0px 0px 30px 0px;
	opacity: 1;
}
.zhezhao .tankuang .context .textcen .centent{
	width: 420px;
	height: 100px;
	margin-bottom: 22px;
	padding-top: 10px;
	box-sizing: border-box;
}
.zhezhao .tankuang .context .textcen .centent div{
	vertical-align: middle;
	font-size: 18px;
	color: #555;
	display: inline-block;
	font-weight:bold;
}
.zhezhao .tankuang .context .textcen .centent div .row{
	width: 5px;
	height: 16px;
	border-radius: 30px;
	background-color: #0072ff;
	margin-right: 20px;
}
.zhezhao .tankuang .context .textcen .centent .p{
	margin-top: 10px;
	margin-left: 25px;
	font-size: 14px;
	line-height: 1.6;
	color: #666;
	font-weight:normal;
}
.zhezhao .tankuang .context .textcen .one{
	background-image: linear-gradient(to right, #fbfbfb , #FFFFFF);
}
.zhezhao .tankuang .context .textcen .two{
	background-image: linear-gradient(to right, #fbfbfb , #FFFFFF);
}
.zhezhao .tankuang .context .textcen .three{
	background-image: linear-gradient(to right, #fbfbfb , #FFFFFF);
}
.zhezhao .tankuang .context .dialogimg{
	float: right;
	width: 549px;
	height: 387px;
	margin-top:25px;
}

/* 右侧二维码 */
.servicefloat {
	position: fixed;
	top: 50%;
	right: 50px;
	z-index: 999;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
}

.sf_con {
	position: relative;
	width: 120px;
}

.servicefloat .sf_doll {
	width: 122px;
	height: 45px;
	background: url('/assets/images/product/servicefloat_bg.png');
}

.servicefloat .sf_card {
	background: #fff;
	border: 2px solid #0376f7;
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .3);
}

.servicefloat .sf_card_qr img {
	width: 116px;
	height: 116px;
	border: 0;
}

.servicefloat .sf_card_name {
	width: 116px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	background: #0376f7;
}

.servicefloat .sf_tel {
	width: 116px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	background: #ffb300;
	border-top: 1px dashed #ffffff;
}

.anim {
	-webkit-animation: fadeIn 1s linear 0.3s backwards;
	-moz-animation: fadeIn 1s linear 0.3s backwards;
	-ms-animation: fadeIn 1s linear 0.3s backwards;
	animation: fadeIn 1s linear 0.3s backwards;
	opacity: 1;
  }
  @-webkit-keyframes fadeIn{
	0%{
	  opacity: 0;
	  -webkit-transform: translateY(20px);

	}
	100%{
	  opacity: 1;
	  -webkit-transform: translateY(0px);
	}
  }
  .animtwo {
	-webkit-animation: fadeIntwo 1s linear 0.5s backwards;
	-moz-animation: fadeIntwo 1s linear 0.5s backwards;
	-ms-animation: fadeIntwo 1s linear 0.5s backwards;
	animation: fadeIntwo 1s linear 0.5s backwards;
	opacity: 1;
  }
  @-webkit-keyframes fadeIntwo{
	0%{
	  opacity: 0;
	}
	100%{
	  opacity: 1;
	}
  }
  .animthree {
	-webkit-animation: fadeInthree 0.5s linear 0.2s backwards;
	-moz-animation: fadeInthree 0.5s linear 0.2s backwards;
	-ms-animation: fadeInthree 0.5s linear 0.2s backwards;
	animation: fadeInthree 0.5s linear 0.2s backwards;
	opacity: 1;
  }
  @-webkit-keyframes fadeInthree{
	0%{
	  opacity: 0;
	  -webkit-transform: translateX(-40px);
	}
	100%{
	  opacity: 1;
	  -webkit-transform: translateX(0px);
	}
  }
  .animfour {
	-webkit-animation: fadeInfour 0.3s linear 0.2s backwards;
	-moz-animation: fadeInfour 0.3s linear 0.2s backwards;
	-ms-animation: fadeInfour 0.3s linear 0.2s backwards;
	animation: fadeInfour 0.3s linear 0.2s backwards;
  }
  @-webkit-keyframes fadeInfour{
	0%{
	  top: 35px;
	}
	100%{
	  top: 0;
	}
  }
  @keyframes topFadeIn {
    0% {
        opacity: 0;
        transform: translateY(-10px);
    }

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