@charset "utf-8";
/*用于遮罩层定位*/
body{position: relative;}
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,figure { margin:0; padding:0; }
body, button, input, select, textarea { font:12px tahoma, arial, \5b8b\4f53; }
h1, h2, h3, h4, h5, h6{ font-size:100%; }
address, cite, dfn, em, var { font-style:normal; }
code, kbd, pre, samp { font-family:couriernew, courier, monospace; }
small{ font-size:12px; }
ul, ol { list-style:none; }
a { text-decoration:none; }
a:hover { text-decoration: none; }
sup { vertical-align:text-top; }
sub{ vertical-align:text-bottom; }
legend { color:#000; }
fieldset, img { border:0; }
button, input, select, textarea { font-size:100%; }
table { border-collapse:collapse; border-spacing:0; }
/*去除边框*/
input{border: 0;}
/*去除iphone默认按钮样式*/
input[type="button"], input[type="submit"], input[type="reset"] {
	appearance: none;
	-webkit-appearance: none;
}
textarea {
	border-radius: 0;
	appearance: none;  
	-webkit-appearance: none;
	resize: none;
	border: 0;
} 
/*去除Chrome等浏览器文本框默认发光边框*/
input:focus, textarea:focus {
    outline: none;
}
/*去掉高光样式*/
input:focus{
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-user-modify:read-write-plaintext-only;
}





.img-respon{width: 100%;/*height: 100%*/height: auto;}
/*头部*/
header{
	width: 100vw;
	height: 13.333vw;
	background: #212121;
	position: relative;
	text-align: center;
	/*z-index: 5;*/
}
/*logo样式*/
.logo{
	position: absolute;
	top:50%;
	margin-top: -3vw;
	left: 50%;
	margin-left: -10.8vw;
	width: 21.6vw;
	height: 6vw;
	background: #212121 url(../images/logo1.jpg) no-repeat center center;
	background-size: contain;
	text-indent: -99999px;
}
/*分类*/
.cate{
	width: 12vw;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.cate_icon{
	position: absolute;
	top:50%;
	left:50%;
	margin-top: -1.9vw;
	margin-left: -2.25vw;
	width: 4.5vw;
	height: 3.8vw;
	background: #212121 url(../images/cate-icon.jpg) no-repeat center center;
	background-size: contain;
}
/*搜索*/

.search{
	width: 12vw;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
}
.search_icon{
	width: 4vw;
	height: 4.3vw;
	position: absolute;
	top:50%;
	left:50%;
	margin-top: -2.15vw;
	margin-left: -2vw;
	background: #212121 url(../images/search.jpg) no-repeat center center;
	background-size: contain;
}


header .search_form{
	position: absolute;
	left:0;
	top: 13.333vw;
	/*bottom: -6.7vw;*/
	width: 100%;
	height: 8.7vw;
	/*height: 6.7vw;*/
	/*height: 8.7vw;*/
	/*display: none;*/
	z-index: 999;
	border: 0;
}

header .search_form input{
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	width: 100%;
	/*height: 8.7vw;*/
	height: 9.7vw;
	/*line-height: 9.7vw;*/
	/*font-size: 2.9vw;*/
	font-size: 3.5vw;
	/*box-shadow: 0.3vw 0.3vw 0.3vw #888888;*/
	/*padding: 0 1.3vw;*/
	padding: 0 4vw;
	border: 0;
	/*transition: height .35s ease;*/
	opacity: 0;
	-webkit-opacity: 0;
	transition: all .25s ease-in;
	-webkit-transition: all .25s ease-in;
	display: none
    /*transform: translateX(-100%);*/
    /*-webkit-transform: translateX(-100%);*/
    /*-webkit-transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;*/

}

/*header .cate_box{
	width: 100%;
	height: auto;
	transition: height .35s ease;
	position: relative;
	top: 13vw;
	z-index: 99;
}*/

header .cate_content{
	position: absolute;
	/*position: relative;*/
	left: 0;
	top: 13vw;
	width: 100%;
	height: auto;
	height: 0;
	/*height: 114vw;*/
	background:#fff;
	z-index: 999;
	font-size: 4vw;
	transition: height .35s ease;
	-webkit-transition: height .35s ease;
	overflow: hidden;
	/*溢出隐藏，这样ul里的内容就不会显示，不然就算ul高度为0，li的高度一样显示*/
}

header .cate_content .cate_items{
	width: 100%;
	height: auto;
	/*height: 12.6vw;*/
	/*line-height: 12.6vw;*/
}

header .cate_content .cate_items a{
	display: block;
	width: 100%;
	height: 100%;
	color: #666;
}

header .cate_content .cate_items_nav{
	position: relative;
	width: 100%;
	height: 12.6vw;
	line-height: 12.6vw;
	font-size: 4vw;
	color: #666;
}

header .cate_content .cate_items_jiantou:after {
    content: "";
    position: absolute;
    top: 50%;
    /*margin-top: -9px;*/
    margin-top: -1.85vw;
    /*right: 20px;*/
    right: 30%;
    /*width: 10px;*/
    /*height: 10px;*/
    width: 2.3vw;
    height: 2.3vw;
    /*border-right: 2px solid #BEBEBE;*/
    border-right: 0.3vw solid #666;
    /*border-top: 2px solid #BEBEBE;*/
    border-top: 0.3vw solid #666;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(135deg);
    moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
 }

header .cate_content div.cur:after {
    /*margin-top: -3px;*/
    margin-top: -0.5vw;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}



.cate_items_small_nav{
	width: 100%;
	/*height: auto;*/
	height: 0;
	background: #eee;
	overflow: hidden;
	transition: height .35s ease;
	-webkit-transition: height .35s ease;
	font-size: 3.6vw;
}

.cate_items_small_nav li {
	width: 100%;
	height: 12vw;
	line-height: 12vw;
	border: .5px solid #fff;
}


/*轮播图*/
.lunbo{
	width: 100vw;
	height: 113.333vw;
	/*background: red;*/
	position: relative;
}


.swiper-container,.swiper-container1 {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
}
.swiper-pagination{
	position: absolute;
	bottom: 20px;
	left:50%;
	margin-left: -15px;
}
.swiper-pagination-bullet{
	width: 10px;
	height: 10px;
}


/*公司介绍*/
.jieshao{
	width: 100vw;
	height: 126.7vw;
	background: url(../images/jieshao-bg.jpg) no-repeat center center;
	background-size: contain;
}

.jieshao_content{
	padding: 13.3vw 4vw 0 4vw;
}

.jieshao_content h2{
	font-size: 5.3vw;
	padding-bottom: 3.1vw;
}

.jieshao_content p{
	font-size: 3.5vw;
	color: #626262;
	/*padding-bottom: 5.3vw;*/
}

.jieshao_content .more{
	display: inline-block;
	width: 14.7vw;
	height: 4vw;
	line-height: 4vw;
	border: 0.3vw solid #d0151c;
	border-radius: 7vw;
	text-align: center;
	color: #d0151c;
	/*font-size: 1.6vw;*/
	font-size: 1.9vw;
	margin-bottom: 6.6vw;
	margin-top: 6.6vw;
}

.jieshao_video{
	padding: 0 4vw;
	height: auto
}

.jieshao video{
	width: 100%;
	/*width: 92vw;*/
	height: auto;
	background: #000;
}

/*公司公告*/
.gonggao{
	width: 100vw;
	height: auto;
	background: #f5f5f5;
	padding-bottom: 10.7vw;
}

.gonggao_tl{
	width: 100vw;
	height: 26vw;
	line-height: 26vw;
	text-align: center;
	/*font-size: 8vw;*/
	font-size: 6.1vw;
	font-weight: 400;
	position: relative;
}
.gonggao_content{
	width: 92vw;
	height: auto;
	margin: 0 auto;
}
.gonggao_items{
	width: 92vw;
	height: 16vw;
	background: #ededed;
	margin-bottom: 2.7vw;
	border: 0.067vw solid #d4d4d4;
	font-size: 3.5vw
}

/* 标题下小图标 */
.icon{
	width: 4.7vw;
	height: 0.7vw;
	background: #d0151c;
	position: absolute;
	top: 18.7vw;
	left: 50%;
	margin-left: -2.35vw;
}

.gonggao_items_tl{
	display: block;
	padding-left: 2.4vw;
	padding-top: 4.4vw;
	padding-bottom: 1.4vw;
	font-size: 3.5vw;
	color: #1b1b1b;
}

.gonggao_items_riqi{
	display: inline-block;
	padding-left: 2.4vw;
	height: 2.1vw;
}

.riqi_icon{
	display: inline-block;
	width: 2.1vw;
	height: 2.1vw;
	background: url(../images/riqi.jpg) no-repeat center center;
	background-size: contain;
}
.gonggao_riqi{
	display: inline-block;
	font-size: 2.1vw;
	color: #808080;
}



/*.border_1px{
	border: 1px solid transparent;
	border-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='2px'%3E%3Crect fill='%2300b1ff' width='100%25' height='50%25'/%3E%3C/svg%3E") 2 2 stretch;
}*/

/*产品中心*/

.product{
	width: 100%;
	height: auto;
	background: #ffffff;
	padding-bottom: 6.7vw;
}

.product_tl{
	background: #ffffff;
	height: 25.3vw;
}

.content{
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding: 0 4vw;
	height: auto;
}

.product_content_items{	 
	width: 100%;
	height: auto;
}

.product_content_items a{
	display: block;
	width: 100%;
	height: auto;
}


/*产品优势*/
.advantage{
	width: 100%;
	height: auto;
	margin: 0 auto;
	font-size: 0px;
	background: #f8f8f8;
	padding-bottom: 10.7vw;
}

.product_tl{
	background: #f8f8f8;
}


/*产品优势*/

.advantage a{
	display: inline-block;
	width: 100%;
	height: 100%;
}

.advantage_items{
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	display: inline-block;
	font-size: 2.1vw;
	width: 46vw;
	height: 38.7vw;
	text-align: center;
	position: relative;
	border: .3vw solid #e6e6e6;
}

.advantage_icon{
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	/*display: inline-block;*/
	/*margin: 0 auto;*/
	position: absolute;
	left: 50%;
	top: 50%;
}

.advantage_icon1{
	width: 14.1vw;
	height: 9.1vw;
	margin-left: -7.05vw;
	margin-top: -6.55vw;
	background: url(../images/advantage-icon1.png) no-repeat center center;
	background-size: contain;
}
.advantage_icon2{
	width: 9.9vw;
	height: 9.3vw;
	margin-left: -4.95vw;
	margin-top: -6.65vw;
	background: url(../images/advantage-icon2.png) no-repeat center center;
	background-size: contain;
}
.advantage_icon3{
	width: 17.3vw;
	height: 14.3vw;
	margin-left: -8.65vw;
	margin-top: -9.15vw;
	background: url(../images/advantage-icon3.png) no-repeat center center;
	background-size: contain;
}
.advantage_icon4{
	width: 11.9vw;
	height: 12vw;
	margin-left: -5.95vw;
	margin-top: -8vw;
	background: url(../images/advantage-icon4.png) no-repeat center center;
	background-size: contain;
}


.advantage_tl{
	width: 100%;
	height: auto;
	font-size: 3.5vw;
	/*color: #b1b1b1;*/
	color: #555555;
	position: absolute;
	left: 0;
	bottom: 8vw;
}





/* 这些用户选择了我们 */

.case{
	width: 100%;
	height: auto;
	padding-bottom: 6.7vw;
	background:#fff;
}

.case_content{
	font-size: 0;
}

.case_items{
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	display: inline-block;
	font-size: 1.6vw;
	width: 46vw;
	height: 40vw;
	border: .3vw solid #fff;
	
}

.case_content p{
	font-size: 3.5vw;
	color: #626262;
	/*padding-bottom: 5.3vw;*/
}


.img-case{width: 50%;/*height: 100%*/height: auto;}

/*底部样式*/

footer{
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	width: 100%;
	height: auto;
	background:#212121;
	padding: 0 4vw;
	padding-bottom: 11vw;
}

.tl{
	color: #fff;
	font-size: 4vw;
	padding-bottom: 4vw;
}

.guanzhu{
	width: 100%;
	height: auto;
	padding-bottom: 3.3vw;
	padding-top: 10vw;
}

.guanzhu_tl{
	color: #fff;
	font-size: 4vw;
}

.weixin_box{
	width: 100%;
	height: auto;
	padding-top: 4.7vw;
}

.weixin{
	display: inline-block;
	width: 16.4vw;
	height: 16.4vw;
	color: #b1b1b1;
	margin-right: 4.7vw;
	text-align: center;
}

.weixin_tl{
	padding-top: 0.5vw;
}

.lianxi{
	width: 100%;
	height: auto;
	padding-bottom: 3.3vw;
}

.lianxi_items{
	height: 6vw;
	line-height: 6vw;
	color: #b1b1b1;
	position: relative;
}




#title,#mycall {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
    height: 9.3vw;
    width: 100%;
    background-color: #FFF;
    color: #666;
    border-width: 0;
    margin-bottom: 1.3vw;
    vertical-align: middle;
    border-radius: 0;
    padding: 0 1.3vw;
}

#msgContent{
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	width: 100%;
	height: 18.7vw;
	border: 0;
	padding: 1.3vw 1.3vw 0 1.3vw;
	margin-bottom: 0.3 vw;
    /*background-color: white;*/
}

#button{
	width: 100%;
	height: 9.3vw;
	border: 0;
	border-radius: 0;
	background: #669acc;
	color: #fff;
	font-size: 4vw;
	font-weight: 500;
/*	margin-top: 0.8vw;*/
}

.lianxi_info{
	/*margin-left: 5.7vw;*/
	margin-left: 7.7vw;
	font-size: 3.2vw;
}

.lianxi_icon{
	position: absolute;
	left: 0;
	top: 1.1vw;
	/*display: inline-block;*/
	font-size: 0;
	/*width: 2.7vw;
	height: 3.5vw;*/
	/*background: red;*/
	width: 3.4vw;
  	height: 3.2vw;
  	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
 }
 .lianxi_icon1{
 	background-image: url(../images/lianxi_icon1.png);
 }

  .lianxi_icon2{
  	/*width: 3.4vw;
  	height: 3.2vw;*/
 	background-image: url(../images/lianxi_icon2.png);
 }

  .lianxi_icon3{
  	/*width: 2.4vw;
  	height: 3.6vw;*/
 	background-image: url(../images/lianxi_icon3.png);
 }

  .lianxi_icon4{
  	/*width: 3.5vw;
  	height: 2.1vw;*/
 	background-image: url(../images/lianxi_icon4.png);
 }

 .liuyan_items{
 	position: relative;
 	width: 100%;
 	height: 100%;
 }


 .liuyan_icon{
 	position: absolute;
 	top: 1.5vw;
 	right: 3.3vw;
 	width: 4.7vw;
 	height: 6.3vw;
 	background-size: contain;
 	background-repeat: no-repeat;
 	background-position: center center;
 }

  .liuyan_icon1{
  	background-image: url(../images/lianxi_icon6.png);
  }

  .liuyan_icon2{
  	background-image: url(../images/lianxi_icon5.png);
  }



/*产品中心——停车场系统*/

.parking_system_box{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 4vw 4vw 0 4vw;
	width: 100%;
	height: auto;
}

.parking_system_con{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-bottom: 4vw;
	/*border: .5px solid #dcdcdc;*/
	position: relative;
}

/*.parking_system_con a{
	display: block;
	width: 100%;
	height: auto;
}*/

.parking_system_con span{
	position: absolute;
	left: 50%;
	bottom: 2.7vw;
	/*width: 24vw;*/
	width: 26vw;
	height: 5.7vw;
	margin-left: -13vw;
	/*opacity: 0；*/
	/*background: red;*/
}


/*产品中心---智能通道闸系统*/

.tdz_tl{
	width: 100%;
	height: 22vw;
	line-height: 22vw;
	font-size: 6vw;
	text-align: center;
	background: #ededed;
}

.tdz_con{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: -webkit-flex; /* Safari */
  	display: flex;
  	flex-wrap: wrap;
  	justify-content:space-between;
	width: 100%;
	height: auto;
	padding: 0 4vw;
	background: #ededed;
}

.tdz_con .tdz_con_items{
	width: 44.7vw;
	/*height: 45.3vw;*/
	/*height: 48.3vw;*/
	height: 52.7vw;
	margin-bottom: 2.7vw;
	background: #fff;
}

.tdz_con .tdz_con_items .tdz_con_items_link{
	display: block;
	width: 100%;
	height: auto;
	color: #000;
}

.tdz_con .tdz_con_items .tdz_con_items_link .tdz_con_items_img{
	width: 44.7vw;
	height: 44.7vw;

}

.tdz_con .tdz_con_items .tdz_con_items_link .tdz_con_items_tl{
	width: 100%;
	height: 6.7vw;
	line-height: 6.7vw;
	text-align: center;
	/*background: red;*/
	font-size: 4vw;
}

/*产品中心----云平台*/

.lunbo2{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 100%;
	height: auto;
	padding: 4vw 4vw 4vw 4vw;
}

.lunbo2_box{
	width: 92vw;
	height: 106.7vw;
	/*background: red;*/
}

.yunpingtai_pub{
	width: 100%;
	height: auto;
	padding-bottom: 14vw;
	background: #ededed;
}

.yunpingtai_pub_tl{
	width: 100%;
	height: 24vw;
	line-height: 24vw;
	text-align: center;
	font-size: 5vw;
}

.yunpingtai_pub_img{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 100%;
	height: auto;
	padding: 0 4vw 4vw 4vw;
}

.kaifang{
	background: #fff;
	padding-bottom: 10vw;
}




  /*通用*/

/*1px*/
	.border{border:0.5px solid #e6e6e6;}
	.border_top{border-top:0.5px solid #e6e6e6;}
	.border_bottom{border-bottom:0.5px solid #e6e6e6;}
	.border_left{border-left:0.5px solid #e6e6e6;}
	.border_right{border-right:0.5px solid #e6e6e6;}

/*2px*/
	.border_2px {
  		border: 0.3vw solid #e6e6e6;
  	}
  	.border_top_2px{border-top:0.3vw solid #e6e6e6;}
	.border_bottom_2px{border-bottom:0.3vw solid #e6e6e6;}
	.border_left_2px{border-left:0.3vw solid #e6e6e6;}
	.border_right_2px{border-right:0.3vw solid #e6e6e6;}

/*弹窗窗口*/

.window{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 86.7vw;
	height: 146.7vw;
	/*height: 132vw;*/
	margin-left: -43.35vw;
	/*margin-top: -73.35vw;*/
	margin-top: -66vw;
	background: #fff;
	z-index: 9999;
	border-radius: 2vw 2vw 0 0;
	-webkit-border-radius: 2vw 2vw 0 0;
	display: none;
}

.win_tl{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: relative;
	width: 100%;
	height: 12.5vw;
	line-height: 12.5vw;
	background: #305a82;
	color: #fff;
	font-size: 4.8vw;
	border-radius: 2vw 2vw 0 0;
	-webkit-border-radius: 2vw 2vw 0 0;
	padding-left: 14vw;
}

.win_tl_icon{
	position: absolute;
	width: 7.7vw;
	height: 6.4vw;
	background: url(../images/win_icon1.jpg) no-repeat 0 0;
	background-size: contain;
	left: 3.3vw;
	top: 50%;
	margin-top: -3.8vw;
}

.win_close{
	position: absolute;
	width: 12vw;
	height: 100%;
	line-height: 12.5vw;
	/*background: green;*/
	top:0;
	right: 0;
	font-size: 3.8vw;
	text-align: center;

}

.win_logo{
	width: 100%;
	height: 22.7vw;
}

.win_con{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: center;
}

.tel{
	width: 72.7vw;
	/*height: 10vw;*/
	/*line-height: 10vw;*/
	/*background: #4c7fb1;*/
	border-radius: 10vw;
	-webkit-border-radius: 10vw;

}


/*回呼电话*/

.api-lxb-cb-input,.api-lxb-cb-btn{
	display: block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 100%;
	height: 10vw;
	/*line-height: 10vw;*/
	background: #ebeef1;
	border-radius: 10vw;
	-webkit-border-radius: 10vw;
	background: #ebeef1;
	margin-bottom: 4vw;
	padding-left: 9vw;
	font-size: 3.4vw;
}

.api-lxb-cb-btn{
	background: #4c7fb1;
	color: #fff;
	font-size: 4.5vw;
	padding-left: 0;
}

.win_liuyan_box{
	width: 72.7vw;
	height: auto;
}

.win_liuyan_tl{
	width: 100%;
	height: 10vw;
	line-height: 10vw;
	font-size: 4vw;
	/*margin-top: 4vw;*/
}

.win_liuyan_items{
	position: relative;
	width: 100%;
	height: auto;
}

.win_liuyan_items input{
	display: block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 100%;
	height: 10vw;
	/*line-height: 10vw;*/
	background: #ebeef1;
	border-radius: 10vw;
	-webkit-border-radius: 10vw;
	background: #ebeef1;
	margin-bottom: 4vw;
	padding-left: 9vw;
	font-size: 3.4vw;
}

.win_liuyan_items .win_sub_btn{
	background: #4c7fb1;
	color: #fff;
	font-size: 4.5vw;
	padding-left: 0;
}

.win_liuyan_icon{
	position: absolute;
	left: 5.3vw;
	top: 50%;
	width: 2.7vw;
	height: 3.6vw;
	margin-top: -1.8vw;
	background-size: contain;
}

.win_liuyan_icon2{
	width: 2.1vw;
	height: 3.3vw;
	/*background-image: url('../images/win_icon2.jpg');*/
}

.win_textarea{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 100%;
	height: 21.3vw;
	background: #ebeef1;
	padding-left: 5.3vw;
	padding-top: 4vw;
	margin-bottom: 4vw;
	border-radius: 5vw;
	-webkit-border-radius: 5vw;
	font-size: 3.4vw;
}

/*联系我们*/

.contact_box{
	display: -webkit-flex; /* Safari */
  	display: flex;
  	box-sizing: border-box;
  	-webkit-box-sizing: border-box;
	width: 100%;
	height: auto;
	flex-wrap: wrap;
	justify-content: center;
	background: #f5f6f8;
}

.contact_items{
	/*display: -webkit-flex;*/
  	/*display: flex;*/
  	box-sizing: border-box;
  	-webkit-box-sizing: border-box;
	width: 41.3vw;
	height: 41.3vw;
	text-align: center;
	background: #fff;
	margin: 0 4vw 4vw 0;
	padding-top: 5.3vw;
	/*flex-wrap: wrap;*/
	/*justify-content: center;*/
	/*align-items: center;*/
}

.contact_tl{
	width: 100%;
	height: 23.3vw;
	line-height: 23.3vw;
	text-align: center;
	font-size: 5.8vw;
	background: #f5f6f8;
}

.contact_items img{
	width: 16vw;
	height: 16vw;
}

.contact_items_pub{
	/*width: 100%;*/
	/*height: auto;*/
	font-size: 4.8vw;
}

.ditu_box{
	box-sizing: border-box;
  	-webkit-box-sizing: border-box;
  	width: 100%;
  	height: auto;
  	background: #f5f6f8;
	padding: 0 6.7vw;
}

#dituContent{
	width: 100%;
	height: 98vw;
}

.dizhi {
	width: 100%;
	height: auto;
	margin-top: 5.3vw;
	margin-bottom: 8vw;
	font-size: 4.8vw;
}

.dizhi img{
	width: 3.1vw;
	height: 4vw;
	height: auto;
}

/*车位引导*/

.cwyd{
	padding-top: 4vw;
	padding-bottom: 4vw;
}

/*回呼电话*/

.huihudianhua{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: fixed;
	top: 50%;
	right: 1.3vw;
	width: 9.3vw;
	height: 15.7vw;
	margin-top: -7.85vw;
	background: #69c;
	border-radius: 1.3vw;
	z-index: 1000;
}

.huihudianhua_icon{
	width: 100%;
	height: 100%;
	background: url(../images/btn-show-bg1.png) no-repeat center center;
	background-size: contain;
}

