

/* CSS Document */
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
img {
	font-family: "微软雅黑";
	border: medium none;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

body,
button,
input,
select,
textarea {
	font: 12px/1.5 "msyhl422459", "微软雅黑", Srial, Verdana, Geneva, sans-serif, tahoma, helvetica, sans-serif;
}

#zt .container{margin-top: 50px;}
#zt .container .city {width: 1200px;   margin: 0 auto; padding-top: 10px; }
#zt .container .city img {width: 80px; height: 80px; display:inline; float: left; margin-left: 10px; margin-top:20px; border-radius: 45px;  overflow: hidden; }
#zt .container .city .context {float: right; margin-right: 20px; width: 160px; text-align: center; margin-top:10px; /*padding-top:5px; */overflow: hidden; }
#zt .container .city .title {color:#7103a2; font-size: 20px; width: 160px; border-left:none;}
#zt .container .city .title a {color:##0947ff; }
#zt .container .city .title a:hover {text-decoration: none;color: #0947ff;}
#zt .container .city .time {font-size: 14px; margin-top: 6px;   line-height: 20px;   margin-bottom: 5px;}
#zt .container .city .time a {color: #666}
#zt .container .city .sp_btn {width: 90px; background: #0947ff;  height: 28px; line-height: 24px; margin: 0px auto; border-radius: 30px; font-size:15px}
#zt .container .city .sp_btn a {color: #fff; }
#zt .container .city .sp_btn:hover {color: #fff; background: #007dff; }
#zt .container .city .list {width: 23.3%; height: 124px;  margin-bottom:35px;  margin-right:20px;display:inline-block; /*background-color: #bdd5eb;*/border-radius: 15px;   box-shadow: 0 0 6px 3px #bcbcbc;}
#zt .container .city .list .l{ margin-right:20px; }

html{
	scroll-behavior: smooth;
}

em {
	font-style: normal;
}

ul,
ol,
	{
	list-style: none;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

img {
	border: 0px;
}

body {
	margin: 0 auto;
	position: relative;
	min-width: 1366px;
}

input,
img {
	vertical-align: middle;
	border: none;
}

body,
html {
	margin: 0 auto;
	-moz-transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	min-width: 1366px;
}

img {
	border: none;
	/*vertical-align:top;*/
}

* {
	margin: 0;
	padding: 0;
	text-shadow: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.clear {
	clear: both;
}

.t_nav {
	height: 37px;
	width: 100%;
	font-size: 14px;
}

.t_nav_con {
	width: 1200px;
	height: 37px;
	margin: 0 auto;
	line-height: 37px;
	color: #ddd;
}

.t_nav_con .red_logo {
	width: 100px;
	height: 37px;
}

.t_nav_con a {
	color: #666;
	float: left;
	margin-right: 10px;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.banners {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.banners .banner img {
	width: 100%;
}

.suspen {
	width: 150px;
	height: 540px;
	background: url(https://www.lzjiabo.cn/0629/images/suspen_bg.png) no-repeat;
	background-size: 100% 100%;
}

.suspen ul {
	width: 102px;
	margin: 0 auto;
	margin-top: 145px;
	height: 390px;
	cursor: pointer;
}

.suspen ul li {
	background: #dfeeff;
	margin-top: 1px;
	line-height: 55px;
	text-align: center;
	color: #333333;
	font-size: 16px;
}

.suspen ul .active {
	background: #228aff;
	color: #ffffff;
}

.sign {
	position: absolute;
	left: 65%;
	top: 10%;
	width: 3rem;
	height: 3.5rem;
	/*background-color:rgba(0,0,0,0.6);*/
	background-color: #fdfdfd;
	border-radius: .1rem;
}


.timediv {
	width: 100%;
	margin: 0 auto;
}

.timediv .timepo {
	color: #0054ff;
	font-size: 0.2rem;
	text-align: center;
	line-height: 0.3rem;
	margin-top: 0.1rem;
}

.timediv .timept {
	text-align: center;
	color: #666666;
	font-size: 0.16rem;
	/*margin-top: 0.1rem;*/
}

.timediv .timept span {
	display: inline-block;
	background: #ffffff;
	font-size: 0.16rem;
	color: #ff4f46;
	padding: 0.05rem;
	border-radius: 2px;
}

.signform .clearfix {
	width: 90%;
	margin: 0 auto;
	text-align: center;
	margin-top: 0.1rem;
}

.signform .clearfix input {
	width: 100%;
	line-height: 0.42rem;
	color: #999999;
	font-size: 0.16rem;
	padding-left: 0.1rem;
	border-radius: .04rem;
	border: 1px solid #dddddd;
}

.signform .clearfix .submit {
	background-color: #006ee1;
	color: #ffffff;
	font-size: 0.2rem;
	background-image: linear-gradient(to right, #437afa, #a63c7a);
}

.signform p {
	width: 90%;
	margin: 0 auto;
	color: #666666;
	font-size: 0.16rem;
	margin-top: 0.1rem;
	line-height: 0.26rem;
}

/*涓棿瀵艰埅*/
.mdnav {
	width: 1200px;
	margin: 0 auto;
	margin-top: 30px;
	cursor: pointer;
}

.mdnav ul {
	width: 100%;
}

.mdnav ul li {
	width: 14.2%;
	float: left;
	line-height: 45px;
	text-align: center;
	color: #999999;
	font-size: 0.2rem;
}

.advert {
	width: 1200px;
	margin: 0 auto;
	margin-top: 30px;
}

.advert img {
	width: 100%;
}


.hr {
	width: 100%;
	border-bottom: 1px dashed #dddddd;
}


.spot {
	width: 100%;
	margin: 0 auto;
}

.spot .sptop {
	width: 650px;
	margin: 0 auto;
	text-align: center;
}

.spot .sptop img {
	width: 100%;
}

.spot .spinfo {
	width: 1200px;
	margin: 0 auto;
	margin-top: 25px;
}

.spot .spinfo ul {
	width: 100%;
}

.spot .spinfo ul li {
	border-radius: 0.1rem;
	color: #FFFFFF;
	letter-spacing: 0.02rem;
	position: relative;
	padding: 0.2rem 0 0 0.17rem;
}

.spot .spinfo ul .w45 {
	width: 48%;
	height: 2.82rem;
	float: left;
	margin-left: 1%;
	margin-top: 0.1rem;
	font-size: 0.38rem;
}

.spot .spinfo ul .w25 {
	width: 23.5%;
	height: 2.82rem;
	float: left;
	margin-left: 1%;
	margin-top: 0.1rem;
}

.spot .spinfo ul .l5 {
	margin-left: 1%;
}

.spot .spinfo .a1 {
	background: linear-gradient(to right, #2C78FF, #15A5FE);
	height: 3rem;
	/* padding: 0.5rem 0 0 0.5rem; */
}

.spot .spinfo .a1 .title {
	text-align: center;
}

.spot .spinfo .a2 {
	background: linear-gradient(#FFE8E9, #FFD5DC);
	background: url(https://www.lzjiabo.cn/0629/img/active-new11.png) no-repeat 100% 100%;
	height: 3rem;
	/* color: #FF5564!important; */
}

.spot .spinfo .a3 {
	background: linear-gradient(#D2EBFF, #A6C9FF);
	background: url(https://www.lzjiabo.cn/0629/img/active-new22.png) no-repeat 100% 100%;
	height: 3rem;
	/* color: #448AFF; */
}

.spot .spinfo .a4 {
	background: linear-gradient(#FF8CEE, #9246FA);
	background: url(https://www.lzjiabo.cn/0629/img/active-new33.png) no-repeat 100% 100%;
	height: 3rem;

}

.spot .spinfo .a5 {
	background: linear-gradient(#FFBA03, #FF9001);
	background: url(https://www.lzjiabo.cn/0629/img/active-new44.png) no-repeat 100% 100%;
	height: 3rem;
}

.spot .spinfo .a6 {
	background: linear-gradient(#FF688B, #FF0B47);
	background: url(https://www.lzjiabo.cn/0629/img/active-new55.png) no-repeat 100% 100%;
	height: 3rem;

}

.spot .spinfo li .title {
	font-size: 0.34rem;
	font-weight: bold;
}

.spot .spinfo li .text {
	font-size: 0.17rem;
	/* margin: 0.1rem 0 0.1rem 0.1rem; */
	margin: 0.05rem 0;
}

.spot .spinfo li .btn {
	font-size: 0.18rem;
	border: 1px solid #FFFFFF;
	border-radius: 0.05rem;
	padding: 0.03rem 0.1rem;
	margin-top: 0.05rem;
	display: inline-block;
}

/* .spot .spinfo ul li img{width:100%; height:2.82rem;} */
.spot .spinfo ul li img {
	/* 	position: absolute;
	bottom: 0;
	right: 0; */
}

.spot .spinfo ul li .mask {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 9999;
	display: none;
}

.spot .spinfo ul li .mask .pop {
	width: 5rem;
	background-color: #FFFFFF;
	position: fixed;
	top: -50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 0.1rem;
	color: #000000;
	font-size: 0.17rem;
	overflow: hidden;
}

.spot .spinfo ul li .mask .pop img {
	position: absolute;
	bottom: 0;
	right: 0;
}

.pop p {
	padding: 0.3rem;
	line-height: 0.3rem;
}




.product {
	width: 100%;
	margin: 0 auto;
	margin-top: 60px;
	background-color: #fdfdfd;
}

.product .prtop {
	width: 650px;
	margin: 0 auto;
	text-align: center;
}

.product .prtop img {
	width: 100%;
	margin: 0 auto;
}

.prinfo {
	width: 1200px;
	margin: 0 auto;
}

.prinfo>ul {
	width: 100%;
}

.prinfo>ul li {
	width: 23.8%;
	background: #ffffff;
	height: 420px;
	float: left;
	margin-left: 1%;
	margin-top: 20px;
}

.prinfo>ul li .thimgs {
	width: 100%;
	/*border-bottom: 1px solid #dddddd;*/
	text-align: center;
	padding: 0.1rem;
}

.prinfo>ul li .thimgs img {
	width: 100%;
	/* height:1.5rem;*/
}

.prinfo>ul li .title {
	width: 90%;
	margin: 0 auto;
	font-size: 0.16rem;
	color: #333333;
	height: 50px;
	/*padding-top: 0.12rem;*/
	padding-bottom: 0.1rem;
	border-bottom: #dddddd 1px solid;
}

.prinfo>ul li .price {
	width: 90%;
	margin: 0 auto;
}

.prinfo>ul li .price p {
	color: #999999;
	font-size: 0.16rem;
	padding-top: 0.1rem;
	/*padding-bottom: 0.1rem;*/
}

.prinfo>ul li .price span {
	color: #333333;
	font-size: 0.16rem;
}

.prinfo>ul li .price span font {
	color: #ff0000;
	font-size: 0.24rem;
}

.prinfo>ul li .yuyues {
	width: 72%;
	margin: 0 auto;
	margin-top: 0.15rem;
	cursor: pointer;
	background-color: #fe0000;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 16px;
}

.prinfo>ul li .yuyues a {
	color: #fff;
	display: inline-block;
	width: 100%;
}

.prinfo>ul li .yuyues img {
	width: 100%;
}

.more_bg {
	/*background:url(../images/more_bg.png) no-repeat scroll center 0 transparent;*/
	height: 81px;
	width: 100%;
	margin-top: 0.3rem;
	line-height: 80px;
	text-align: center;
	font-size: 30px;
	/*font-weight: bold;
	color: #FFF;*/
}

.more_bg a {
	color: #666;
}


.pageList1 {
	display: inline-flex;
	text-align: center;
	line-height: 29px;
	padding-top: 25px;
}

.pageList1 li {
	float: left;
	width: 28px;
	height: 29px;
	font-size: 16px;
	/*background:rgba(255,255,255,0.3);*/
	background: #969696 none repeat scroll 0 0;
	color: #fff;
	border-radius: 3px;
	margin-right: 21px;
	cursor: pointer;
}

.pageList1 li a {
	color: #fff;
}

.pageList1 li.show a {
	color: #fff;
}

.pageList1 li.show {
	background: #eb1c25 none repeat scroll 0 0;
	color: #fff;
}

.prinfo h5 {
	font-size: 45px;
	width: 100%;
	text-align: center;
	color: #fff;
	margin-top: 0.3rem;
	font-weight: bold;
	color: #fff;
}

.brand {
	width: 100%;
	margin: 0 auto;
	margin-top: 60px;
}

.brand .brtop {
	width: 650px;
	margin: 0 auto;
	text-align: center;
}

.brand .brtop img {
	width: 100%;
	margin: 0 auto;
}

.brinfo {
	width: 1200px;
	margin: 0 auto;
}

.brinfo>ul {
	width: 100%;
	background: #ffffff;
	padding: 0.15rem;
	padding-left: 0;
	padding-right: 0;
}

.brinfo>ul li {
	width: 12%;
	float: left;
	text-align: center;
	margin-left: 2%;
	margin-top: 0.15rem;
}

.brinfo>ul li img {
	width: 100%;
	height: 96px;
	border: 1px solid #ccc;
}

.brinfo h5 {
	font-size: 25px;
	width: 100%;
	text-align: center;
	margin-top: 0.1rem;
	font-weight: bold;
	/*color:#fff;*/
}


.coupon {
	width: 100%;
	margin: 0 auto;
	margin-top: 40px;
	padding-top: 45px;
	padding-bottom: 30px;
	background-color: #f6f6f6;
}

.coupon .cotop {
	width: 650px;
	margin: 0 auto;
	text-align: center;
}

.coupon .cotop img {
	width: 100%;
	margin: 0 auto;
}

.coinfo {
	width: 1200px;
	margin: 0 auto;
	margin-top: 20px;
}

.coinfo>ul {
	width: 100%;
}

.coinfo>ul li {
	width: 31%;
	height: 1.3rem;
	float: left;
	margin-left: 2%;
	margin-top: 0.15rem;
	background: url(https://www.lzjiabo.cn/0629/images/coubg.png) no-repeat;
	background-size: 100% 100%;
}

.coinfo>ul li div {
	float: left;
}

.coinfo>ul li .cdiv1 {
	width: 38%;
	padding-top: 0.2rem;
	text-align: center;
}

.coinfo>ul li .cdiv1 .cp01 {
	color: #ffffff;
	font-size: 0.26rem;
}

.coinfo>ul li .cdiv1 .cp02 {
	color: #ffffff;
	font-size: 0.14rem;
	border: #ffffff 1px dashed;
	width: 60%;
	margin: 0 auto;
	border-radius: 0.1rem;
	margin-top: 0.1rem;
}

.coinfo>ul li .cdiv2 {
	width: 46%;
	padding-top: 0.1rem;
	text-align: left;
	padding-left: 2%;
}

.coinfo>ul li .cdiv2 .cp03 {
	color: #666666;
	font-size: 0.22rem;
	margin-top: 0.05rem;
}

.coinfo>ul li .cdiv2 .cp04 {
	color: #333333;
	font-size: 0.14rem;
	margin-top: 0.05rem;
}

.coinfo>ul li .cdiv2 .cp05 {
	color: #999999;
	font-size: 0.14rem;
	margin-top: 0.05rem;
}

.coinfo>ul li .cdiv2 .cp05 span {
	color: #ff1212;
}

.coinfo>ul li .cdiv3 {
	width: 12%;
	padding-left: 5%;
	text-align: center;
	color: #95b8ff;
	font-size: 0.18rem;
	margin-top: 0.1rem;
}


.grava {
	width: 100%;
	margin: 0 auto;
	margin-top: 60px;
}

.grava .grtop {
	width: 650px;
	margin: 0 auto;
	text-align: center;
}

.grava .grtop img {
	width: 100%;
}

.grinfo {
	width: 1200px;
	margin: 0 auto;
	margin-top: 0.5rem;
}

.grinfo img {
	width: 100%;
	margin: 0 auto;
}

.grinfo .left {
	float: left;
	width: 49%;
	border: 0.1rem solid #0096ff;
	height: 4rem;
}

.grinfo .right {
	float: left;
	width: 49.5%;
	border: 0.1rem solid #0096ff;
	border-left: none;
	height: 4rem;
}

.grinfo .right div img {
	width: 100%;
	height: 3.8rem;
}


.service {
	width: 100%;
	margin: 0 auto;
	margin-top: 60px;
}

.service .setop {
	width: 650px;
	margin: 0 auto;
	text-align: center;
}

.service .setop img {
	width: 100%;
	margin: 0 auto;
}
.service h1{
	color: #3366ff;
	margin: 10px 0;;
}
.seinfo {
	width: 1200px;
	margin: 0 auto;
	margin-top: 30px;
}

.seinfo>ul {
	width: 100%;
	padding: 0.15rem;
	padding-left: 0;
	padding-right: 0;
}

.seinfo>ul li {
	width: 25%;
	float: left;
	border: 1px #dddddd solid;
	height: 350px;
}

.seinfo>ul li .secent {
	width: 80%;
	margin: 0 auto;
	text-align: center;
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}

.seinfo>ul li .secent img {
	width: 45%;
	margin: 0 auto;
}

.seinfo>ul .pjg {
	margin-top: 0.05rem;
	color: #2d87ff;
	font-size: 0.26rem;
	font-weight: bold;
	border-bottom: 1px dashed #dddddd;
	line-height: 0.55rem;
}

.seinfo>ul .pct {
	margin-top: 0.15rem;
	color: #666666;
	font-size: 0.16rem;
	line-height: 0.3rem;
}


.vicas {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	margin-top: 60px;
}

.vitop {
	width: 650px;
	margin: 0 auto;
	text-align: center;
}

.vitop img {
	width: 100%;
}

.viinfo {
	width: 1200px;
	height: 450px;
	margin: 0 auto 60px;
	border: 5px solid#00a2ff;
	background: #ffffff;
	margin-top: 37px;
}

.viinfo .left {
	float: left;
	width: 55%;
	margin-top: 0.2rem;
	margin-left: 1%;
}

.viinfo .left img {
	width: 100%;
}

.viinfo .right {
	float: left;
	width: 40%;
	margin-top: 50px;
	margin-left: 2%;
	text-align: left;
}

.viinfo .right h3 {
	text-align: center;
	font-size: 0.26rem;
	color: #226eff;
}

.viinfo .right div {
	margin-top: 23px;
}

.viinfo .right div img {
	width: 0.4rem;
}

.viinfo .right div span {
	display: inline-block;
	padding-left: 0.1rem;
	color: #387ffd;
	font-size: 0.18rem;
}

.viinfo .right div p {
	line-height: 0.3rem;
	color: #333333;
	font-size: 0.14rem;
	padding-left: 0.5rem;
}

#cover {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 18888;
	background-color: #000000;
	opacity: 0.7;
	width: 100%;
	height: 100%;
}

#guide {
	position: fixed;
	z-index: 19999;
	text-align: center;
	margin: auto;
	left: 0;
	right: 0;
	top: 15%;
}

#guide img {
	width: 20%;
}

#guide p {
	width: 15%;
	margin: 0 auto;
	margin-top: 0.2rem;
}


.footsup {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 1.8rem;
	z-index: 998;
	background: url(https://www.lzjiabo.cn/0629/images/footer_bg.png) no-repeat;
	background-size: 100% 100%;
}

.focode {
	float: left;
	margin-left: 5.3rem;
	padding-top: 1.6rem;
	width: 1.2rem;
}

.focode p {
	padding-left: 0.2rem;
	font-size: 0.14rem;
	color: #fff3b0;
	line-height: 0.2rem;
}

.focode img {
	width: 1.1rem;
	padding-top: 0.1rem;
}

.blaup {
	float: left;
	margin-left: 0.6rem;
	width: 1rem;
	padding-top: 1.5rem;
}

.blaup img {
	width: 100%;
}

.foform {
	float: left;
	margin-left: 10rem;
	padding-top: 0.8rem;
}

.foform .frleft {
	float: left;
}

.foform .frleft div {
	margin-top: 10px;
}

.foform .frleft div input {
	line-height: 0.4rem;
	width: 3rem;
	padding-left: 0.25rem;
	color: #999999;
	font-size: 0.16rem;
}

.foform .frright {
	float: left;
	margin-left: 0.3rem;
}

.foform .frright input {
	width: 1.1rem;
	height: 1.1rem;
	background: url(https://www.lzjiabo.cn/0629/images/fbtn.png) no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
}

.closebg {
	float: left;
	margin-left: -0.6rem;
	margin-top: 0.3rem;
}

.closebg img {
	width: 0.5rem;
	height: 0.5rem;
}




/* 城市弹框 */
.Jia-city-guide-mask {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1000003;
	background: #000;
	opacity: .6;
	filter: alpha(opacity:60);
	display: none;
}

.city-guide-wrap {
	/* width: 510px;
    height: 160px; */
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1000004;
	font-family: "微软雅黑";
	display: none;
}

.city-guide {
	width: 750px;
	padding: 3px;
	background: #ffe9c7;
}

.city-guide .container {
	width: 100%;
	height: 100%;
	background: #fff9f0;
}

.city-guide .wrapper {
	position: relative;
	padding: 20px 0 30px 20px;
	/*height: 100%;*/
	background: url(https://www.lzjiabo.cn/0629/images/cityGuide_bg.jpg) right bottom no-repeat;
}

.city-guide .city-guess {
	font-size: 24px;
	color: #333;
}

.city-guess a {
	font-weight: 400;
	font-size: 30px;
	display: inline-block;
	color: #d00;
	padding: 0 20px;
	text-decoration: none;
}

.city-guide .city-advice span {
	padding-right: 8px;
	padding-top: 6px;

	font-size: 22px;

}

.city-guide .city-advice {
	display: flex;

	margin-top: 22px;
}

.city-guide .city-advice a {
	padding: 15px;
	white-space: nowrap;
	color: #d00;
	background: url(https://www.lzjiabo.cn/0629/images/separator.png) no-repeat scroll right 55% transparent;
	line-height: 30px;
	font-size: 24px;
}

.city-guide .city-advice a:last-child {
	background: 0 0;
}

.city-guide .viewmore {
	position: absolute;
	font-size: 12px;
	color: #666;
	line-height: 36px;
	right: 10px;
	bottom: 0;
}

.city-guide .btn-close {
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
	width: 12px;
	height: 12px;
	background: url(https://www.lzjiabo.cn/0629/images/nav_icon.png) left -218px no-repeat;
}

#qrcode {
	width: 100px;
	position: absolute;
	top: 58%;
	right: 1%;
	font-size: 12px;
	color: red;
	text-align: center;
}

#makeCode {
	width: 100%;
	height: 100%;
	text-align: center;
}

#makeCode img {
	width: 1.6rem;
}

#yqfriends {
	width: 100%;
	font-size: 12px;
	color: red;
	text-align: center;
	margin: 0 auto;
}

#yqfriends img {
	position: unset;
}

#friendsCode {
	width: 100%;
	height: 100%;
	text-align: center;
}

#friendsCode img {
	width: 2rem;
	height: 2rem;
}

.kown {
	width: 1.3rem;
	color: #FFFFFF;
	background-color: #0084FF;
	text-align: center;
	border-radius: 1rem;
	margin: 0 auto 0.3rem;
	padding: 5px 10px;
	cursor: pointer;
}

.newnav li {
	float: left;
	/*width:120px; font-weight:bold; */
	margin-right: 50px;
}

.newnavhover {
	border-bottom: 3px solid #2b86e6;
	padding-bottom: 6px;
	color: #2b86e6;
}

.newnav li a:hover {
	border-bottom: 3px solid #2b86e6;
	padding-bottom: 6px;
	color: #2b86e6;
}

.newnav .hot {
	width: 29px;
	height: 17px;
	margin-left: 3px;
	margin-top: -10px;
	/*position: absolute;  right: 13px;*/
}

.kztime {
	position: absolute;
	left: 20.5%;
	top: 63.5%;
	color: #ffffff;
	font-size: 0.24rem;
	font-weight: bold;
}



.ulnav {
	width: 1200px;
	margin: 30px auto;
	height: 50px;
}

.ulnav li {
	float: left;
	width: 200px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #333333;
	border-right: 1px solid #dddddd;
	background-color: #f7f7f7;
	font-size: 16px;
	cursor: pointer;
}

.ulnav li a {
	width: 100%;
	height: 100%;
	display: block;
	color: #000000;
}

.ulnav .active a {
	background-color: #31b8ff;
	color: #FFFFFF;
}

.area-title {
	width: 1200px;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
	background-image: url(../image/area-bg.png);
	background-position: bottom;
	background-repeat: no-repeat;
	font-size: 36px;
	font-weight: bold;
	color: #666666;
}

.area-title .zh {
	color: #3366ff;
}

.area-title .desc {
	font-size: 16px;
	margin: 7px 0;
}

.lanzhuang {
	width: 1200px;
	margin: 30px auto 0;
	display: flex;
	padding: 30px;
	border: 1px solid #CCCCCC;
	/* background: url(../img/popup-bg.png) no-repeat 100% 100%; */
}

.lanzhuang .left {
	border: 20px solid #efefef;
	float: left;
}

.lanzhuang .right {
	float: right;
	margin-left: 20px;
	border-left: 1px dashed #CCCCCC;
}

.lanzhuang .right .text-p {
	font-size: 15px;
	color: #666666;
	margin-left: 30px;
	text-indent: 30px;
	line-height: 30px;
	padding: 10px 0;
	border-bottom: 1px dashed #CCCCCC;
	padding-bottom: 0.3rem;
}

/* .lanzhuang .right p:last-child {
	border: none;
} */

.lz-style {
	width: 1200px;
	margin: 30px auto 60px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.lz-style img {
	width: 297px;
	margin: 2px 0;
}

.service-box {
	/* background: #F9F9F9 url(../img/service.png) no-repeat 100% 100%; */
	text-align: center;
}

.lz-news {
	margin: 50px 0;
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
}

.service {
	display: flex;
	justify-content: space-around;
	flex-direction: row;
	margin-top: 50px;
	border: 1px solid #CCCCCC;
	
}
.service>div{
	width: 25%;
	padding: 30px 0;
	border-right: 1px solid #CCCCCC;
}
.service>div:last-child{
	border: none;
}
.service h3 {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
	color: #3366ff;
}

.service p {
	margin: 0 0 10px;
	font-size: 14px;
}

.brinfo>ul li {
	width: 18%;
}

.brinfo>ul li a {
	color: #b6b6b6;
}

.brinfo>ul li img {
	/*height: auto !important;*/
}

.sign {
	padding: 10px 20px;
}

.tic_num,
.tic_title {
	text-align: center;
}

.tic_title {
	height: 0.46rem;
	line-height: 0.46rem;
	font-size: 0.28rem;
	color: #3366ff;
}

.tic_num {
	height: 0.25rem;
	font-size: 0.14rem;
}

.tic_input {
	border: 0px solid #ccc;
	color: #666666;
	/* padding: 5px; */
	box-sizing: border-box;
	margin: 0.05rem;
	position: relative;
	font-size: 0.14rem;
}

.tic_btn {
	display: block;
	width: 100%;
	height: 0.45rem;
	color: #fff;
	line-height: 45px;
	text-align: center;
	background: #3366ff;
	margin: 15px auto 0;
	border-radius: 4px;
	border: 0;
	font-size: 0.2rem;
}

.tic_under {
	font-size: 12px;
	color: rgb(102, 102, 102);
	margin-top: 10px;
	font-family: 微软雅黑;
}

.back2top {
	width: 58px;
	height: 58px;
	position: fixed;
	right: 5%;
	left: unset !important;
	bottom: 100px;
	cursor: pointer;
	display: none;
}

.back2top a {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../image/back2top.png) no-repeat;
}

.back2top a:hover {
	background: url(../image/back2top.png) no-repeat -58px 0;
}

.section-top {
	width: 392px;
	height: 83px;
	margin: 0 auto;
	margin-top: 50px;
	font-size: 0.3rem;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	line-height: 73px;
	background-image: url(../image/title-bgimg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}


.highlights {
	display: flex;
	justify-content: center;
	margin-top: 30px;
	margin-left: 30px;
}

.highlights .hitem {
	width: 25%;
	height: 0.8rem;
	border: 1px solid #abc0ff;
	border-radius: 5px;
	color: #666666;
	font-size: 0.16rem;
	padding: 0.15rem;
}

.highlights .hitem span {
	color: #3366ff;
}

.highlights .hitem:nth-child(odd) {
	background-image: linear-gradient(130deg, #ffffff 50%, #e5ecff 100%);
}

/* 展会亮点 */
.active-box {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: nowrap;
}
.active-box .left{
	margin-bottom: 10px;
	border-bottom: 1px dashed #CCCCCC;
}
.active-box .left:last-child{
	border: none;
}
.active-box .left p{
	line-height: 50px;
	font-size: 0.14rem;
}
/* 逛展流程 */
.plan{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 100px;
}
.plan .plan-item{
	width: 24%;
	height: 180px;
	padding: 0 20px;
	border: 1px solid #CCCCCC;
	position: relative;
	
}
.plan .item4{
	margin-bottom: 55px;
}
.plan .plan-item span{
	width: 80%;
	line-height: 30px;
	font-size: 0.15rem;
	color: #666666;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.plan .plan-item img{
	width: 90%;
	position: absolute;
	top: -39px;
	left: -8px;
}
.f-link{
	width: 1200px;
	padding: 30px 0;
	margin: 0 auto;
	border-bottom: 1px dashed #CCCCCC;
}
.f-link li{
	margin: 0 3px;
	display: inline-block;
	font-size: 0.15rem;
}
.f-link li a{
	color: #333333;
}
.f-link li a:hover{
	color: #3366ff;
}


/* header */
.header {
	/* width: 12rem; */
	height: 1.18rem;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.header .logo {
	display: block;
}

.header .city-box {
	border: 1px solid #e5e5e5;
	font-size: 0.16rem;
	color: #1d7ad9;
	padding: 0.04rem 0.07rem;
	margin-left: 0.2rem;
	cursor: pointer;
	position: relative;
	background: #fff;

}

/* .header .city-box:hover {
	border-bottom: transparent;
}

.header .city-box:hover .more-city {
	display: block;
} */

.header .city-box:hover:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 1px;
	background: #fff;
	z-index: 100;
}

.city-box .more-city {
	position: absolute;
	display: none;
	left: -1px;
	top: 0.29rem;
	width: 2.14rem;
	z-index: 99;
	padding: 0.09rem 0 0.07rem 0;
	border: 1px solid #e5e5e5;
	border-radius: 2px;
	background-color: #FFFFFF;
}

.city-box .more-city a {
	float: left;
	font-size: 0.16rem;
	line-height: 0.31rem;
	color: #1d7ad9;
	padding: 0 0.05rem;
	margin: 0 0.05rem 0 0.02rem;
}

.header .nav {
	margin-left: 1.5rem;
}

.header .nav ul li {
	float: left;
	line-height: 0.3rem;
	text-align: center;
	font-size: 0.16rem;
	color: #333333 !im;
	margin-right: 0.5rem;
	cursor: pointer;
}

.header .nav ul li a {
	color: #333333;
}

.header .city-box .more-city a:hover {
	background-color: #1d7ad9;
	color: #FFFFFF;
	border-radius: 5px;
}

.header .nav .active {
	border-bottom: 3px solid #2b86e6;
}

.header .nav .active a {
	color: #2b86e6 !important;
}

.header .nav li:hover {
	color: #2b86e6;
	border-bottom: 3px solid #2b86e6;
}

.nav .hot {
	display: inline-block;
	width: 0.29rem;
	height: 0.17rem;
	position: absolute;
	top: -0.03rem;
	right: -0.3rem;
	overflow: hidden;
	background: url(https://www.lzjiabo.cn/0629/images/micons.png) no-repeat 0 0 transparent;
}

.header .mobile {
	margin-left: 0.5rem;
	line-height: 0.3rem;
	font-size: 0.16rem;
	cursor: pointer;
	position: relative;
}

.header .mobile .erweima {
	position: absolute;
	/*top: 0.3rem;*/padding: 10px;
    border: 1px solid #efefef;
	left: 0;    background-color: #fff;
    text-align: center;
	display: none;
	z-index: 999;
}
.erweima img {width:160px;}
.header .mobile:hover .erweima {
	display: block;
}

/* 小屏下的折叠导航 */


