html,body{
	margin: 0px;
	padding: 0px;
	font-size: 14px
}
ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
input{
	border:none;
	outline: none;
	padding: 0px;
	margin: 0px;
}
a{
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
	font-size: 18px;
}
.title{
	padding-top: 80px;
	margin-bottom: 80px;
	opacity: 0;
}
.h1{
	line-height: 1;
	color: #1a1a1a;
	font-size: 36px;
	font-weight:bold;
}
.title .tisp{
	font-size: 16px;
	color: #a0a0a0;
	margin-top: 18px;
}
.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: 1200px;
	height: 400px;
	margin: 0 auto;
	margin-top: 75px;
}
.advertising ul .one .context .position{
	background: url("../images/carousel_one_bg.png") right center no-repeat;
	background-size: 495px 322px;
}
.advertising ul .two .context .position{
	background: url("../images/carousel_one_bg2.png") right center no-repeat;
	background-size: 564px 327px;
}
.advertising ul .three .context .position{
	background: url("../images/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: 1200px;
	margin: 0 auto;
	text-align: center;
}
.topmenu .context .name{
	float: left;
	padding-right: 50px;
	font-size: 30px;
	/* background: url("../images/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: 1200px;
	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: 1200px;
	margin: 0 auto;
	text-align: center;
}

.frame .tabdiv{
	width: 350px;
	height: 300px;
	margin-left: 25px;
	margin-right: 25px;
	float: left;
	border-radius: 5px;
	box-shadow: 0px 0px 15px rgba(221,221,221,0.2);
	margin-top: 5px;
	margin-bottom: 20px;
	position: relative;
	padding-top: 38px;
	padding-bottom: 38px;
}
.frame .tabdiv:hover{
	/*box-shadow: 0px 0px 15px rgba(8,129,255,0.5);*/
	box-shadow: 0px 0px 15px rgba(221,221,221,0.5);
	transition: all 0.3s ease;
	margin-top: 0px;
}
.frame .tabdiv img{
	height: 150px;
}
.frame .tabdiv .name{
	width: 100%;
	margin-top: 20px;
	font-size: 22px;
	color: #333333;
}
.frame .tabdiv p{
	width: 100%;
	box-sizing: border-box;
	padding: 0px 25px;
	position: absolute;
	top: 245px;
	font-size: 14px;
	color: #999999;
	text-align: left;
	line-height: 1.8;
}
.frame .tabdiv:hover p{
	display: none;
}
.frame .tabdiv .btn{
	display: none;
	margin-top: 35px;
	margin-left: 91px;
	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("../images/bg.png") center bottom no-repeat;
	background-size: 100% 1526px;
}
.addbg .core{
	width: 1400px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	background-color: #FFFFFF;
	border-radius: 5px;
}
.addbg .core .advertising{
	margin-left: 122px;
	width: 1168px;
	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: 279px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
	height: 140px;
	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;
	margin: 0;
	padding: 0;
}
.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: #333333;
	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: 13px;
	line-height: 23px;
	color: #999999;
	text-align: left;
}
.addbg .core .left{
	width: 47px;
	height: 92px;
	border-radius: 5px;
	background-image: url("../images/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("../images/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: 1200px;
	height: 780px;
	margin: 0 auto;
	position: relative;
	bottom: 0px;
	background: url("../images/product_bg.png") center bottom no-repeat;
	background-size: 1200px 530px;
}
.addbg .product .item{
	width: 210px;
}
.addbg .product .item .centent{
	width: 210px;
	box-sizing: border-box;
	padding: 18px 25px;
	background: url("../images/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: 290px;
	left: 0px;
}
.addbg .product .list .two{
	position: absolute;
	bottom: 245px;
	left: 265px;
}
.addbg .product .list .three{
	position: absolute;
	bottom: 350px;
	left: 495px;
}
.addbg .product .list .four{
	position: absolute;
	bottom: 283px;
	left: 735px;
}
.addbg .product .list .five{
	position: absolute;
	bottom: 235px;
	left: 985px;
}
.quality{
	width: 1200px;
	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: 1000px;
	margin: 0 auto;
	padding-top: 60px;
}
.quality .context ol li{
	float: left;
	width: 150px;
	height: 114px;
	padding-top: 30px;
	margin: 0px 8px;
	position: relative;
	cursor: pointer;
}
.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 .list{
	height: 468px;
	margin-top: 20px;
	padding-left: 632px;
	padding-right: 60px;
}
.quality .context .one{
	background: url("../images/xtys.png") 100px 0 no-repeat;
	background-size: 432px 408px;
}
.quality .context .two{
	background: url("../images/cpgn.jpg") 100px 0 no-repeat;
	background-size: 432px 408px;
}
.quality .context .three{
	background: url("../images/sjhx.jpg") 100px 0 no-repeat;
	background-size: 432px 408px;
}
.quality .context .four{
	background: url("../images/cpty.jpg") 100px 0 no-repeat;
	background-size: 432px 408px;
}
.quality .context .five{
	background: url("../images/yxgj.jpg") 100px 0 no-repeat;
	background-size: 432px 408px;
}
.quality .context .six{
	background: url("../images/sffw.jpg") 100px 0 no-repeat;
	background-size: 432px 408px;
}
.quality .context .list .item{
	width: 508px;
	box-shadow: 0px 4px 7px rgba(86,164,255,0.3);
	margin-bottom: 25px;
}
.quality .context .list .item div{
	width: 50%;
	height: 57px;
	line-height: 57px;
	float: left;
	text-align: left;
	background: url("../images/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("../images/understandUs_bg.png") 0 0 no-repeat;
	background-size: 100% 735px;
}
.understandUs .context{
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}
.understandUs .context .listtr{
	padding-bottom: 75px;
}
.understandUs .context .listtr .item{
	width: 300px;
	float: left;
	text-align: center;
}
.understandUs .context .listtr .item .name{
	text-align: center;
	font-size: 20px;
	color: #333333;
	margin-bottom: 14px;
	margin-top: 25px;
}
.understandUs .context .listtr .item .centent{
	text-align: center;
	font-size: 14px;
	color: #777777;
	line-height: 1.8;
}
.solution{
	width: 1200px;
	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: 1200px;
	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: 1200px;
	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: 1200px;
	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;
}
.experience{
	height: 245px;
	text-align: center;
	background: url("../images/experience.png") 0 0 no-repeat;
	background-size: 100% 245px;
}
.experience .titletwo{
	color: #FFFFFF;
	padding-top: 50px;
	font-size: 34px;
}
.experience .btndiv{
	margin-top: 40px;
	display: inline-table;
	cursor:pointer;
}
.experience .btn_reservation{
	float: left;
	width: 162px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 5px;
	border:1px solid #FFFFFF;
	background-color: #FFFFFF;
	color: #1043db;
	font-size: 20px;
}
.experience .btn_experience{
	float: left;
	width: 162px;
	height: 50px;
	margin-left: 27px;
	line-height: 50px;
	text-align: center;
	border-radius: 5px;
	border:1px solid #FFFFFF;
	background-color: rgb(225,255,255,0);
	color: #FFFFFF;
	font-size: 20px;
}

.food{
	width: 100%;
	background-color: #0c1a28;
	padding-top: 54px;
	padding-bottom: 54px;
}
.food .Module{
	width: 1200px;
	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("../images/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("../images/app.png") 0 0 no-repeat;
	background-size: 164px 164px;
	padding-top: 184px;
	text-align: center;
	float: left;
	font-size: 16px;
	color: #d6d6d6;
}
.foodtwo{
	width: 100%;
	height: 44px;
	line-height: 44px;
	text-align: center;
	background-color: #0c1a28;
	border-top: 1px solid #25313e;
	font-size: 14px;
	color: #afafaf;
}
.foodtwo a{
    font-size: 14px;
    color: #afafaf;
}

.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;
}

/* 联系客服 */
.servicePopup {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .7);
	z-index: 150;
	display: none;
}

.servicePopup .serviceInner {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -188px;
	margin-left: -170px;
	width: 377px;
	height: 340px;
	background: #fff;
	border-radius: 5px;
}

.servicePopup .serviceInner .serviceTitle {
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	color: #303133;
	padding: 45px 20px 10px;
}

.servicePopup .serviceInner .serviceTitle .closeIcon {
	display: block;
	position: absolute;
	right: 14px;
	top: 14px;
	width: 20px;
	height: 20px;
	cursor: pointer;
}

.servicePopup .serviceInner .serviceTitle .closeIcon::before,
.servicePopup .serviceInner .serviceTitle .closeIcon::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -1px;
	margin-top: -7px;
	display: block;
	width: 2px;
	height: 14px;
	background: #ccc;
}

.servicePopup .serviceInner .serviceTitle .closeIcon::before {
	transform: rotate(45deg);
}

.servicePopup .serviceInner .serviceTitle .closeIcon::after {
	transform: rotate(-45deg);
}

.servicePopup .serviceInner .serveContent {
	text-align: center;
	padding: 18px 25px 30px;
	position: relative;
}

.servicePopup .serviceInner .serveContent .serviceCode {
	width: 162px;
	height: 162px;
}

.servicePopup .serviceInner .serveContent .serviceText {
	color: #666;
	font-size: 16px;
	margin-top: 16px;
}