a{
	text-decoration: none;
}
body{
	font-size: 16px;
}

/* - - 首页样式 - - */
.wrapper{
	width: 100%;
	height: auto;
	background: #fff;
	position: relative;
  	overflow:hidden;
}
.banner{
	width: 100%;
	height: auto;
	position: relative;
}
.banner img{
	display: block;
	width: 100%;
	height: 100%;
}
.swiper-container {
    width: 100%;
    height: auto;
    padding: 0;
}
.swiper-container div img {
    display: block;
    width: 100%;
    height: auto;
}
.proNav{
	display: flex;
    flex-wrap: wrap;
	flex-direction: column;
	position: absolute;
    left: -260px;
	width: 720px;
	height: 420px;
  	/*height:auto;*/
	background: #fff;
	border-radius: 10px;
	padding:20px;
}
.equipment:nth-of-type(5){
	width: 320px;
}
.ul5 li:nth-of-type(4) .proNav{
	display: flex;
    flex-wrap: wrap;
	position: absolute;
    left: -260px;
	width: 480px;
	height: 180px;
	background: #fff;
	padding:20px;
	border-radius: 10px;
}
.ul5 li:last-child .proNav {
	width: 160px;
    left: -18px;
	height: auto;
}
.proNav .equipment{
	display: flex;
    flex-direction: column;
    width: 180px;
	/*margin-bottom: 20px;*/
	height: 190px;
}
.proNav .solution {
	line-height: 1;
	margin-bottom: 15px;
}
.proNav .equipment .secondaryLinks{
	font:17px "微软雅黑";
	color: #2b80f1;
	line-height: 17px;
	margin-bottom:15px;
}
.proNav>div a.secondaryLinks.unclick{
	cursor: default;
}
.proNav .equipment a{
	font:12px "微软雅黑";
	color: #797979;
	line-height: 12px;
	margin-bottom: 15px;
}
.proNav .solution a{
	display: block;
	font:12px "微软雅黑";
	color: #797979;
	line-height: 12px;
}


/*首页 - - 解决方案及产品*/
.scene {
    width: 100%;
    margin-bottom: 50px;
    position: relative;
}
.scene_in {
    width: 1200px;
    margin: 0 auto;
    padding-top: 30px;
}
.scene-title,
.product-title,
.software_in-title,
.news-title{
  	font: 24px '微软雅黑';
  	color:#333;
  	line-height:90px;
  	text-align:center;
}
.question-title {
    font: 24px '微软雅黑';
  	color:#333;
  	line-height:24px;
  	text-align:center;
  	padding-top:60px;
  	padding-bottom:25px;
  	border-bottom:2px solid #dddddd;
}
.all {
    width: 1200px;
    overflow: hidden;
}
.all ul li {
    float: left;
    width: 580px;
    height: 330px;
    margin: 0 20px 20px 0;
    position: relative;
	
}
.all ul li img {
    border-radius: 5px;
}
.all li.li01 a {
    margin: 0;
}
.agileOuter-layer{
	cursor: pointer;
}
.agileOuter-layer-img img{
	display:block;
  	width:100%;
  	height:100%;
  	max-width:100%;
  	max-height:100%;
}
.agileOuter-layer-txt{
	display: flex;
    width: 100%;
    height: 60px;
    background-color: #2a7ff3;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.agileOuter-layer-txt img{
	margin-left: 165px;
    margin-top: 13px;
    margin-right: 20px;
}
.agileOuter-layer-txt span{
	font-size: 24px;
  	color:#fff;
    line-height: 60px;
}
/*
.agile-overlay {
    border-radius: 5px;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    background: #f2f2f2;
    overflow: hidden;
    height: 0px;
    width: 100%;
    color: #333;
    text-align: center;
    transition: .5s ease;
}
.agile-overlay_left {
    float: left;
    margin: 133px 0 0 80px;
}
.agile-overlay_right {
    float: right;
    margin: 33px 200px 0 50px;
}
.agile-overlay_right > p > a {
    cursor: pointer;
    color: #333;
}
.agile-overlay_right > p > a:hover {
    color: #2b80f1;
}
.agile-overlay h3 {
    height: 20px;
    line-height: 20px;
    text-align: left;
    padding: 0;
    margin: 0;
    font-size: 18px;
}
.agile-overlay p {
    text-align: left;
    line-height: 40px;
}

.scene li:hover .agile-overlay {
    height: 100%;
}
.scene li:hover .agile-overlay h3 {
    margin: 20px auto;*/
}
/*首页 - - 产品中心*/
.product{
	width: 100%;
	height: auto;
	padding-bottom: 8px;
	background-color: #f2f2f2;
  	position: relative;
	
}
.product {
	width: 100%;
	height: auto;
	padding-bottom: 8px;
	position: relative;
}
.product-inner {
	width: 1200px;
	height: auto;
	margin:0 auto;
}
.product-nav{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}
.product_swiper{
	padding-bottom: 70px;
}
.product-nav .product-item{
	width: 224px;
	height: 382px;
	background:#fff;
  	overflow:hidden;
}
.box-shadowBG{
	box-shadow: 0px 42px 50px -35px #2b80f1;
}
.product-item a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.product-item .product-img{
  	display:flex;
  	align-items: center;
	width: 100%;
    height: 345px;
  	position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
}
.product-item .product-img>img{
	display: block;
  	max-width:90%;
  	max-height:90%;
    width: auto;
    height: auto;
    margin: 0 auto;
  	align-items: center;
}
.product-img:hover img{
   transform:scale(1.1,1.1);
   -webkit-transform:scale(1.1,1.1);  /*兼容-webkit-引擎浏览器*/
   -moz-transform:scale(1.1,1.1);
}
.product-item .product-bg{
	display: none;
	width: 100%;
	position: absolute;
    bottom: 0;
  	z-index:2;
}
.product-item  .product-div{
	width: 100%;
  	height:auto;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 3;
  	border-top:2px solid #f2f2f2;
}
.product-item  .product-div .product-name{
  	display: block;
	font:16px '微软雅黑';
  	color:#666666;
  	text-align: center;
  	line-height:35px;
}
/*首页 - - 应用场景*/
.software {
    width: 100%;
    margin-bottom: 20px;
	margin-top: -28px;
}
.software_in {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.software_left {
    float: left;
    width: 292px;
    margin: 0 10px 8px 0;
    position: relative;
}
.software_left li {
    margin: 0 0 10px 0;
    float: left;
    position: relative;
    overflow: hidden;
}
.software_left p {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    color: #fff;
    font-size: 24px;
    text-align: center;
}
.software_right {
    text-align: center;
    float: right;
}
.software_right li {
    width: 291px;
    max-height: 592px;
    margin: 0 10px 5px 0;
    float: left;
    position: relative;
    overflow: hidden;
}
.software_right li:nth-child(4) {
    margin: 0;
}
.software_right li:nth-child(7) {
    margin: 0;
}
.software_right li:nth-child(4n+7) {
    margin: 0;
}
.software_right p {
    position: absolute;
    left: 0;
    width: 100%;
    top: 46%;
    color: #fff;
    font-size: 24px;
    text-align: center;
}
/*应用场景-遮罩层*/
.software_txt {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #2b80f1;
    display: none;
    color: #fff;
}
.software_in span {
    display: block;
    margin-top: 25px;
    text-align: right;
}
.scene-more {
    width: 100%;
    height: auto;
    padding-top: 25px;
    padding-bottom: 35px;
}
.morIng {
    display: flex;
    justify-content: flex-end;
    margin-right: 10px;
}
.morIng span {
    font: 20px "å¾®è½¯é›…é»‘";
    color: #030303;
    margin-right: 5px;
}
/*关于我们*/
.about{
	width: 100%;
	height: auto;
	padding-top:50px;
	padding-bottom: 50px;
	background: #f2f2f2;
}
.about-inner{
	width: 1200px;
	height: auto;
	margin:0 auto;
  	overflow:hidden;
}
.about-text{
  	float: left;
	width: 395px;
	height: 491px;
	background: #2b80f1;
}
.about-text h3{
	font:20px "微软雅黑";
	color: #fff;
	text-align: center;
	margin-top:55px;
	padding-bottom: 25px;
}
.about-text p{
	font:14px "微软雅黑";
	color: #fff;
	line-height: 25px;
	text-align: justify;
	text-indent: 2em;
	padding-left:10px;
	padding-right:10px;
}
.about-img{
  	float: left;
	width: 800px;
	height: auto;
	margin-left: 5px;
}
/*首页 - - 6大核心优势*/
.strengths {
    width: 100%;
}
.strengths_in {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 14px;
}
.strengths_in_bg {
    width: 100%;
    height: 215px;
    margin-bottom: 10px;
    background: url(../images/pinpai.png) no-repeat center center;
    position: relative;
    overflow: hidden;
}
.strengths_in_icon {
    width: 595px;
    height: 215px;
    background: url(../images/pinpai_i.png);
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: 5px;
    z-index: 90;
}
.strengths_in_bg.bg02 {
    width: 100%;
    height: 215px;
    margin-bottom: 10px;
    background: url(../images/jishupintai.png) no-repeat center center;
    position: relative;
    overflow: hidden;
}
.bg02 .strengths_in_icon {
    width: 595px;
    height: 215px;
    background: url(../images/jishupintai_i.png);
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -600px;
    z-index: 90;
}
.strengths_in_bg.bg03 {
    width: 100%;
    height: 215px;
    margin-bottom: 10px;
    background: url(../images/ruanjian.png) no-repeat center center;
    position: relative;
    overflow: hidden;
}
.bg03 .strengths_in_icon {
    width: 595px;
    height: 215px;
    background: url(../images/ruanjian_i.png);
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: 5px;
    z-index: 90;
}
.strengths_in_bg.bg04 {
    width: 100%;
    height: 215px;
    margin-bottom: 10px;
    background: url(../images/chanpinjiage.png) no-repeat center center;
    position: relative;
    overflow: hidden;
}
.bg04 .strengths_in_icon {
    width: 595px;
    height: 215px;
    background: url(../images/chanpinjiage_i.png);
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -600px;
    z-index: 90;
}
.strengths_in_bg.bg05 {
    width: 100%;
    height: 215px;
    margin-bottom: 10px;
    background: url(../images/chanpinchuangxin.png) no-repeat center center;
    position: relative;
    overflow: hidden;
}
.bg05 .strengths_in_icon {
    width: 595px;
    height: 215px;
    background: url(../images/chanpinchuangxin_i.png);
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: 5px;
    z-index: 90;
}
.strengths_in_bg.bg06 {
    width: 100%;
    height: 215px;
    margin-bottom: 10px;
    background: url(../images/souhou.png) no-repeat center center;
    position: relative;
    overflow: hidden;
}
.bg06 .strengths_in_icon {
    width: 595px;
    height: 215px;
    background: url(../images/souhou_i.png);
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -600px;
    z-index: 90;
}
.strengths_in h2 {
    text-align: center;
    line-height: 90px;
    font-size: 30px;
    color: #2b80f1;
}
.strengths_in span {
    color: #333333;
    font-size: 26px;
    font-weight: 400;
}
/*公司优势-遮罩层*/
.strengths_in_txt {
    position: absolute;
    left: 0;
    margin-top: 215px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
}
.strengths_in_txt p {
    font-size: 18px;
    margin: 20px 100px;
    line-height: 40px;
    text-align: left;
}
.bg02 .strengths_in_txt p {
    text-align: right;
}
.bg04 .strengths_in_txt p {
    text-align: right;
}
.bg06 .strengths_in_txt p {
    text-align: right;
}
/*houjia*/
.strengths_in_bg:hover .agile-overlay1 {
    height: 100%;
    bottom: 0px;
}
.strengths_in_bg .agile-overlay1 {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
}
/*首页 - - 新闻*/
.news{
	width: 100%;
	height: auto;
	padding-bottom: 30px;
	padding-top:50px;
	background: #f2f2f2;
}
.news-inner{
	width: 1200px;
	height: auto;
	margin:0 auto;
}
.news-title{
	font:24px "微软雅黑";
	color: #030303;
	text-align: center;
	padding-bottom: 30px;
}
.newsList{
	display: flex;
	flex-direction: row;
}
.companyDynamic{
	width: 33.5%;
	height: auto;
}
.companyDynamic h3{
	font:20px "微软雅黑";
	color: #585858;
}
.companyDynamic-list{
	display: flex;
	flex-direction: column;
	width:100%;
	height: auto;
	padding-left:8px;
	padding-right: 8px;
	margin-top:20px;
}
.companyDynamic-item{
  	display:flex;
	width: 100%;
	height: auto;
}
.companyDynamic-item>a{
	display: block;
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
}
.companyDynamic-more{
	font:14px "微软雅黑";
	color: #595959;	
}
.companyDynamic-text p:nth-of-type(1){
	font:16px "微软雅黑";
	color: #595959;
	line-height: 16px;
	margin-bottom: 20px;
}
.companyDynamic-text p:nth-of-type(2){
	font:14px "微软雅黑";
	color: #595959;
	line-height: 14px;
}
.tradeNews-more{
	width: 100%;
	height: auto;
	padding-top:15px;
	padding-left: 10px;
}
.tradeNews-more{
	font:14px "微软雅黑";
	color: #595959;
}
.companyDynamic-img{
	margin-right: 12px;
}
.companyDynamic-img .circle{
	width: 23px;
	height: 23px;
	background-image: url(../images/companyDynamic-img.png);
	background-repeat: none;
	background-size: 100% 100%;
}
.companyDynamic-img .solid-circle{
	width: 23px;
	height: 23px;
	background:url(../images/soilde_img1.png) no-repeat center center;
}
.companyDynamic-solid{
	width: 4px;
	height: 58px;
	margin:15px auto 10px auto;
	background: #2b80f1;
}
.tradeNews{
	width: 66.5%;
	height: auto;
}
.tradeNews h3{
	font:20px "微软雅黑";
	color: #585858;
}
.tradeNews-list {
	display: flex;
	flex-wrap: wrap;
	margin-top:20px;
}
.tradeNews-item{
	width: 395px;
	height: auto;
	margin-bottom: 10px;
	border-radius: 5px;
	background: #fff;
  	overflow:hidden;
}
.tradeNews-item .tradeNews-item-img{
	width: 100%;
	height: 200px;
}
.tradeNews-item .tradeNews-item-img img{
	display: block;
	width: 100%;
	height: 100%;
}
.tradeNews-item:nth-of-type(2n-1){
	margin-right:8px;
}
.tradeNews-item-text{
	width: 100%;
	height: auto;
	padding:15px 8px 8px 8px;
}
.tradeNews-item-text h3{
	font:16px "微软雅黑";
	color: #595959;
  	line-height:16px;
  	margin-bottom:20px;
}
.tradeNews-item-text p{
	font:14px "微软雅黑";
	color: #595959;
}
/*首页 - - 常见问题*/
.question{
	width: 100%;
	height: auto;
}
.question-inner{
	width: 1200px;
	height: auto;
	margin:0 auto;
}
.question-title{
	font: 24px "微软雅黑";
    color: #030303;
    text-align: center;
    padding-bottom: 25px;
    border-bottom: 2px solid #dddddd;
}
.question-nav{
	width: 95%;
	height: auto;
	margin:0 auto;
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 10px;
}
.question-nav .question-item{
	width: 33.33%;
	height: auto;
	list-style: disc;
}
.question-nav .question-item a{
	display: block;
	width: 100%;
	height: auto;
	font:12px "微软雅黑";
	color: #030303;
	line-height: 45px;
}

/* - - 产品图片展示及参数 - - */
.producDetails{
	display: flex;
	justify-content:space-between;
	width: 1200px;
	height: auto;
	margin:0 auto;
}
.producDetails-banner{
	width: 43%;
	height: auto;
}
.producDetails-banner iframe{
	width: 100%;
	height: 100%;
}
.producDetails_img{
	width: 100%;
	/* height: 358px; */
	height: 218px;
	border:1px solid #b5b5b5;
}
.producDetails_img>div{
	width:100%;
  	height:100%;
}
.producDetails_img_slide{
	width:100%;
  	height:100%;
    display: flex;
	align-items: center;
}

.producDetails_img>div img{
	display: block;
  	max-width:100%;
  	max-height:100%;
  	width:auto;
  	height:auto;
	margin:0 auto;
	align-items: center;
}

.producDetails_list{
	width: 100%;
	height: auto;
  	margin:0 auto;
	margin-top:12px;
}

.producDetails_list .producDetails_list_slide{
	width: 20%;
	height: 69px;
	border:1px solid #b5b5b5;
	margin-right: 5px;
	cursor: pointer;
	display: flex;
	align-items: center;
    overflow: hidden;
}

.producDetails_list .producDetails_list_slide>img{
	display: block;
	width: auto;
  	max-width:100%;
  	max-height:100%;
	height: 60px;
	margin:0 auto;
	align-items: center;
}


.producDetails_list_wrapper .swiper-slide-thumb-active{
	border:1px solid #2B80F1;
}

.producDetails-parameter{
	width: 41.5%;
	height: auto;
}
.producDetails-parameter h3{
	font:30px "微软雅黑";
	color: #504f4f;
	line-height: 30px;
}
.producDetails-parameter p{
	font:16px "微软雅黑";
	color: #a3a2a2;
	line-height: 48px;
}
.producDetails-parameter .parameterP{
	font:16px "微软雅黑";
	color: #a3a2a2;
	line-height: 48px;
	margin-top: 0;
}
.producDetails-parameter p img{
	width: 48px !important;
	height: 48px;
	margin-right: 20px;
	border:medium none;
	vertical-align: bottom;
}
.producDetails-nav{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
}
.producDetails-item{
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.hot-line{
	width: 100%;
	height: auto;
	margin-top: 12px;
	border-top: 2px solid #bdbdbd;
}
.hot-line>p{
	font:14px "微软雅黑";
	color: #A3A2A2;
	line-height: 32px;
	padding-left: 7px;
}
/* 公共 - - 在线咨询  */
.consultation {
	width: 1200px;
	height: auto;
	margin:0 auto;
	padding-bottom: 35px;
	display: flex;
	justify-content: flex-end;
}
.consultation a{
	display: block;
	width: 150px;
	height: 35px;
	background: #66ccff;
	font:20px "微软雅黑";
	color: #fff;
	text-align: center;
	line-height: 35px;
}

/* - - 产品详情- 尺寸配置- 常见问题(选项卡)- - */
.product-Control{
	width: 1200px;
	height: auto;
	margin:0 auto;
}
.product_Control-nav-in{
  	width:100%;
  	height:auto;
	border-bottom: 1px solid #d0d0d0;
}
.product-control-title{
  	width:100%;
  	height:auto;
	display: flex;
	flex-direction: row;
}
.product-control-title li{
	width: 33.333%;
	height: auto;
  	position:relative;
}
.product-control-title li a{
  	display:block;
	font:18px "微软雅黑";
	color: #666666;
	line-height: 60px;
  	text-align: center;
	cursor: pointer;
}
.product-control-title .changeColor a{
	color: #00bfff;
}
.product-control-content{
	margin-top:60px;
}
.product-det{
	display: flex;
	flex-direction: row;
}
.product-det-img{
	width: 880px;
	padding-right: 30px;
	margin-right: 30px;
	border-right: 2px solid #eeeeee;
}
.product-det-img img{
	display: block;
	width: 100% !important;
	height: auto;
}
.product-det-recommend {
	width: 250px;
	height: auto;
}
.product-det-recommend h3{
	font:21px "微软雅黑";
	color: #4d4d4d;
	font-weight: 900;
	padding-left: 35px;
}
.product-det-recommend-nav{
	display: flex;
	flex-direction: column;
	padding-top:30px;
}
.product-det-recommend-item{
	width: 100%;
	height: auto;
	border:1px solid #bfbfbf;
	margin-bottom: 30px;
	border-radius: 5px;
}
.product-det-recommend-item a{
	display: block;
	width: 100%;
	height: auto;
}
.product-det-recommend-item_img{
  	display:flex;
  	align-items: center;
	width:100%;
  	height:175px;
}

.product-det-recommend-item_img img{
	display: block;
  	align-items: center;
  	max-width:100%;
  	max-height:85%;
	width: auto;
	height: auto;
	margin:0 auto;
	/*padding-top: 20px;
	padding-bottom: 25px;*/
}
.product-det-recommend-item a>p{
	font:16px "微软雅黑";
	color: #444444;
	text-align: center;
	line-height: 30px;
	background: #f5f5f5;
}
.product-configuration {
	width: 100%;
	height: auto;
	padding-bottom: 80px;
}
.product-configuration>img {
	display: block;
	width: 100% !important;
	height: auto;
}
.product-ques{
	width: 100%;
	height: auto;
	padding-bottom: 75px;
}
.product-ques .productDet-title{
	font:30px "微软雅黑";
	color: #000000;
	line-height: 30px;
	padding-top: 10px;
	padding-bottom: 35px;
	border-bottom: 1px solid #e3e3e3;
}
.product-ques-nav{
	display: flex;
	flex-direction: column;
	width: 100%;
	height: auto;
}
.product-ques-item {
	border-bottom: 1px solid #e3e3e3;
}
.product-ques-item div:nth-of-type(1){
	font:24px "微软雅黑";
	color: #333333;
	margin-top: 15px;
	margin-bottom: 15px;
}
.product-ques-item div:nth-of-type(2){
	font:16px "微软雅黑";
	color: #717171;
	margin-bottom: 32px;
}
/* - - 产品中心 - - */
.product-center-banner,
.slide-scheme-banner {
	width: 100%;
	height: auto;
}
.product-center-banner img,
.slide-scheme-banner img{
	display: block;
	width: 100%;
	height: auto;
}
.productCenter-equipment,
.productCenter-face,
.productCenter-camera,
.productCenter-software,
.productCenter-use,
.productCenter-platform,
.slideScheme-equipment,
.slideScheme-face,
.slideScheme-camera,
.slideScheme-software,
.slideScheme-use,
.slideScheme-platform
{
	width: 100%;
	height: auto;
}
.productCenter-equipment-inner,
.productCenter-face-inner,
.productCenter-camera-inner,
.productCenter-software-inner,
.productCenter-use-inner,
.productCenter-platform-inner,
.slideScheme-equipment-inner,
.slideScheme-face-inner,
.slideScheme-camera-inner,
.slideScheme-software-inner,
.slideScheme-use-inner,
.slideScheme-platform-inner
{
	width: 1200px;
	height: auto;
	margin:0 auto;
}
.productCenter-title,
.slideScheme-title{
	font:25px "微软雅黑";
	color: #383838;
	line-height: 70px;
	font-weight: 900;
}
.equipment-nav {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.equipment-item{
	width: 393px;
	height: 170px;
	margin-bottom: 10px;
	background: #fff;
	border-radius: 5px;
}
.equipment-item a{
	display: flex;
	flex-direction: row;
	width: 100%;
	height: 100%;
}
.equipment-item:nth-of-type(3n-1){
	margin-left:10px;
	margin-right: 10px;
}
.equipment-item-img{
	display: flex;
	align-items: center;
	width: 152px;
	height: auto;
}
.equipment-item-img img{
	display: block;
	margin:0 auto;	
	align-items: center;
}
.equipment-item-text{
	width: auto;
	height: auto;
	padding-top:45px;
}
.equipment-name{
	font:20px "微软雅黑";
	color: #333333;
	margin-bottom: 12px;
}
.equipment-cont{
	font:16px "微软雅黑";
	color: #666666;
}

/* 颜色区分 */
.productCenter-equipment:nth-of-type(2n){
	background: #f6f6f6!important;
}

/*停车设备*/
.productCenter-equipment,
.slideScheme-equipment
{
	padding-bottom: 35px;
	background: #e5e7e8;
}
/*人脸识别终端设备*/
.productCenter-face,
.slideScheme-face
{
	padding-bottom: 40px;
	background: #f6f6f6;
}
/*车牌识别相机*/
.productCenter-camera,
.slideScheme-camera
{
	padding-bottom: 35px;
	background: #e5e7e8;
}
/*系统软件*/
.productCenter-software,
.slideScheme-software
{
	padding-bottom: 25px;
	background: #f6f6f6;
}
/*移动应用*/
.productCenter-use,
.slideScheme-use
{
	padding-top: 22px;
	padding-bottom: 32px;
	background: #e5e7e8;
}
/*云平台*/
.productCenter-platform,
.slideScheme-platform
{
	padding-bottom: 35px;
	background: #f6f6f6;
}
/*微信应用 */
.appLication-content{
	width: 100%;
	height: auto;
}
.appLication-content>div{
	width: 1200px;
	height: auto;
	margin:0 auto;
}
.app-banner,
.software-banner
{
	width: 100%;
	height: auto;
}
.app-banner img,
.software-banner img
{
	display: block;
	width: 100%;
	height: auto;
}
.preceptList{
	background: #f6f6f6;
}
.App-title,
.software-title,
.precept-title
{
	width:100%;
	height: auto;
  	background:#fff;
	border-bottom: 1px solid #bababa;
	margin-bottom: 30px;
}
.App-title-inner,
.software-title-inner,
.precept-title-inner
{
	width:1200px;
	height: auto;
	margin:0 auto;
}
.AppTitle,
.softwareTitle,
.preceptTitle
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 50%;
	height: auto;
	margin:0 auto;
}

.AppTitle-item,
.softwareTitle-item,
.preceptTitle-item
{
	width: 50%;
	height: auto;
  	position: relative;
}
.AppTitle-item a,
.softwareTitle-item a,
.preceptTitle-item a
{
	display: block;
	font:18px "微软雅黑";
	color: #666666;
	text-align: center;
	line-height: 60px;
}
.wxApp-list,
.preceptList-content
{
	width: 100%;
	height: auto;padding-top:26px;
}
.wxApp-list-inner,
.preceptList-content>div
{
	width:1200px;
	height: auto;
	margin:0 auto;
}
.appLication-nav,
.softwareList-nav,
.preceptList-nav
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	height: auto;
}
.appLication-nav .appLication-item,
.softwareList-nav .software-item,
.preceptList-nav .precept-item
{
	width: 375px;
	height: auto;
	margin-bottom: 18px;
	margin-right: 18px;
}
.appLication-nav .appLication-item:nth-of-type(3n-2),
.softwareList-nav .software-item:nth-of-type(3n-2),
.preceptList-nav .precept-item:nth-of-type(3n-2)
{
	margin-left: 19px;
}
.appLication-item img,
.softwareList-nav .software-item img,
.preceptList-nav .precept-item img
{
	display: block;
	width: 100%;
	height: 154px;
}

.preceptList-nav .precept-project_item img
{
	display: block;
	width: 100%;
	height: 281px;
}

.appLication-item h3,
.softwareList-nav .software-item h3,
.preceptList-nav .precept-item h3
{
	font:22px "微软雅黑";
	color: #666666;
	line-height: 22px;
	padding-top: 30px;
}
.appLication-item div,
.softwareList-nav .software-item div,
.preceptList-nav .precept-item div
{
	width: 50px;
	height: 3px;
	margin-top: 20px;
	margin-bottom: 25px;
	background: #00bfff;
}
.appLication-item p,
.softwareList-nav .software-item p,
.preceptList-nav .precept-item p
{
	font:16px "微软雅黑";
	color: #666666;
	line-height: 22px;
}
/*智慧停车软件*/
.softwareList-content{
	width: 100%;
	height: auto;
}
.softwareList-content>div{
	width: 1200px;
	height: auto;
	margin:0 auto;
}
/*关于我们-公司简介*/
.about-banner {
	width: 100%;
	height: auto;
}
.about-banner img{
	display: block;
	width: 100%;
	height: auto;
}
.about-nameList{
	width: 1200px;
	height: auto;
	margin:0 auto;
}
.about-nameList-nav{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	height: auto;
	border-bottom: 1px solid #969696;
}
.about-nameList-item{
	width: 25%;
	height: auto;
  	position: relative;
}
.about-nameList-item a{
	display:block;
  	font:18px "微软雅黑";
	color: #666666;
	text-align: center;
	line-height: 60px;
}
.changeColor-solid{
	width:100%;
  	height:2px;
  	background:#00bfff;
  	position: absolute;
  	bottom:-2px;
}
.changeColor2 a{
  color: #00bfff !important;
}
.about-content{
	width: 1200px;
	height: auto;
	margin:0 auto;
	padding-top: 10px;
}
.about-content h3{
	font:25px "微软雅黑";
	color: #787777;
	line-height: 25px;
	padding-bottom: 40px;
}
.about-content div{
	font:16px "微软雅黑";
	color: #787777;
	/*text-indent: 2em;*/
	text-align: justify;
	line-height: 30px;
	margin-bottom: 40px;
}
/* - - 关于我们-证书 - - */
.certificate-list{
	width: 1200px;
	height: auto;
	margin:0 auto;
}
.certificate-nav{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.certificate-item{
	width: 24.5%;
	height: auto;
	margin-right: 8px;
	margin-top:10px;
	margin-bottom: 10px;
}
.certificate-item:nth-of-type(4n){
	margin-right: 0;
}
.certificate-item img{
	display: block;
	width: 100%;
	height: auto;
}
/* - - 关于我们 - - 联系我们 - - */
.contactIng{
	width: 1200px;
	height: auto;
	margin:0 auto;
	padding-top: 16px;
	padding-bottom: 140px;
}
.contact-map{
	width: 100%;
	height: 410px;
	margin-bottom: 50px;
}
.contact-address{
	width: 1200px;
	height: auto;
	margin:0 auto;
}
.contact-address p{
	display: flex;
    justify-content: space-between;
	font:17px "微软雅黑";
	color: #bcbbbb;
	line-height: 30px;
}

/* - - 关于我们 - - 员工之家 - - */
.staff-home{
	width: 1200px;
	height: auto;
	margin:0 auto;
	padding-top: 50px;
}
.staff-title{
	width: 1200px;
	height: auto;
	font:20px "微软雅黑";
	color: #666666;
	font-weight: 900;
	padding-bottom: 3px;
	border-bottom: 2px solid #66ccff;
}
.staff-title2{
	padding-top: 95px;
}
.staff-home-nav{
    display: flex;
    flex-wrap: wrap;
    position: relative;
	width: 100%;
	height: auto;
	margin-top:20px;
	overflow: hidden;
}
.staff-home-item{
	float: left;
	width: 24.5%;
	height: 196px;
	margin-bottom: 10px;
	margin-right: 8px;
}
.staff-home-item:nth-of-type(4n){
	margin-right: 0px;
}
.staff-height{
  height:401px;
}
.staff-position{
	position: absolute;
    top: 66.8%;
    left: 25%;
}
.staff-home-item img{
	display: block;
	width: 100%;
	height: 100%;
}
/*人脸终端设备*/
.facial-title
{
	width:100%;
	height: auto;
	border-bottom: 1px solid #bababa;
}
.facial-title-inner
{
	width:1200px;
	height: auto;
	margin:0 auto;
}
.facialTitle
{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	width: 100%;
	height: auto;
	margin:0 auto;
}
.facialTitle-item
{
	flex:1;
	height: auto;
  	position: relative;
}
.facialTitle-item a
{
	display: block;
	font:18px "微软雅黑";
	color: #666666;
	text-align: center;
	line-height: 60px;
}

/*人脸识别-锐瞳*/
.facialList-content {
	width: 100%;
	height: auto;
	padding-top: 35px;
	padding-bottom: 60px;
	background: #f0f0f0;
}
.sharpList-inner{
	width: 1200px;
	height: auto;
	margin:0 auto;
}
.sharpList-item{
	display: flex;
	flex-direction: row;
	width: 100%;
	height:420px;
	margin-bottom: 30px;
}
.sharpList-item-left{
	display: flex;
	flex-direction: row;
	width: 34.6%;
	height: auto;
	padding:50px 0px;
	background: #fff;
}
.sharpList-left-img{
	width: 40%;
	height: auto;
  	display: flex;
  	align-items: center;
  	overflow:hidden;
}
.sharpList-left-img img{
	display:block;
  	max-width:90%;
  	max-height:90%;
  	width:auto;
  	height:auto;
  	margin:0 auto;
  	align-items: center;
}
.sharpList-left-text{
	width: 60%;
	height: auto;
}
.sharpList-left-text h3{
	font:18px "微软雅黑";
	color: #2b80f1;
	line-height: 18px;
}
.sharpList-left-text h3 span{
	font:18px "微软雅黑";
	color: #2b80f1;
	line-height: 18px;
}
.sharpList-left-text .sharpList-left-text-name{
	font:26px "微软雅黑";
	color: #2b80f1;
	line-height: 26px;
  	margin-bottom: 12px;
  	font-weight: 900;
}
.sharpList-left-text .text-name{
	display: flex;
	flex-direction: column;
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.sharpList-left-text .text-name p{
	display: block;
	font:12px "微软雅黑";
	color: #000000;
	line-height: 18px;
	overflow: hidden;
}
.sharpList-left-text .text-name span{
	font-size:12px !important;
	color: #000000;
	line-height: 18px;
}
.sharpList-left-text .text-name p img{
	float: left;
	display: block;
	width: 18px !important;
	height: 18px;
	align-items: center;
	margin-right: 8px;
}
.sharp-details{
	width: 88px;
	height: 25px;
	padding-left: 10px;
	background: #2b80f1;
}
.sharp-details a{
	display: block;
	width: 100%;
	height: 100%;
	font:12px "微软雅黑";
	color: #fff;
	line-height: 25px;
}
.sharp-details a img{
	margin-left: 10px;
}
.sharpList-item-right{
	width: 65.4%;
	height: auto;
}
.sharpList-item-right img{
	display: block;
	width: 100%;
	height: 100%;
}
/*人脸识别模组*/
.moduleList{
	width: 100%;
	height: auto;
	padding-top: 35px;
	padding-bottom: 248px;
	background: #f0f0f0;
}
.moduleList-inner{
	width: 1200px;
	height: auto;
	margin:0 auto;
}
.moduleList-inner-nav{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	width: 100%;
	height: auto;
}
.moduleList-inner-item{
	width: 24.5%;
    height: auto;
    margin-bottom: 10px;
    background: #f2f2f2;
    margin-right: 8px;
}
.moduleList-inner-item:nth-of-type(4n){
	margin-right: 0;
}
.moduleList-inner-item a{
	display: block;
	width: 100%;
	height: auto;
}
.moduleList-inner-item a img{
	display: block;
	width: auto;
	height: auto;
	margin:0 auto;
}
.moduleList-inner-item a p{
	font:20px "微软雅黑";
	color: #393939;
	text-align: center;
	line-height: 78px;
}

/* - - 停车设备 - - */
.stop-title
{
	width:100%;
	height: auto;
  	background:#fff;
	border-bottom: 1px solid #bababa;
}
.stop-title-inner
{
	width:1200px;
	height: auto;
	margin:0 auto;
}
.stopTitle
{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	width: 100%;
	height: auto;
	margin:0 auto;
}
.stopTitle-item
{
	flex:1;
	height: auto;
  	position: relative;
}
.stopTitle-item a
{
	display: block;
	font:18px "微软雅黑";
	color: #666666;
	text-align: center;
	line-height: 60px;
}
.chanpingList-content{
	width: 100%;
	height: auto;
	padding-top: 35px;
	padding-bottom: 130px;
}
.chanpingList-content>div{
	display: none;
	width: 1200px;
	height: auto;
	margin:0 auto;
}
.chanpingList-content>div:nth-child(1){
	display: block;
}
/*产品中心-智慧眼4*/
.zhihuiyan4 {
    width: 100%;
    height: 396px;
    position: relative;
}
.zhihuiyan4-left{
    transition: 1s;
    display: flex;
    flex-direction: row;
    width: 34.6%;
    height: auto;
    padding: 50px 20px 20px 20px;
    background: #fff;
    border-top:4px solid #2b80f1;
    border-bottom:4px solid #2b80f1;
    border-left:4px solid #2b80f1;
}
.zhihuiyan4-left-img{
	width: 47.5%;
    height: auto;
}

.zhihuiyan4-left-img img{
	display: block;
	width: auto;
	height: auto;
	margin:0 auto;
}
.zhihuiyan4-left-text{
	width: 52.5%;
    height: auto;
}
.zhihuiyan4-left-text h3{
	font: 26px "微软雅黑";
    color: #2b80f1;
    line-height: 30px;
}
.zhihuiyan4-left-text h3 span{
	font: 26px "微软雅黑";
	color: #000;
	line-height: 30px;
}
.zhihuiyan4-left-text p{
	font: 14px "微软雅黑";
    color: #000;
}
.text-name{
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
}
.text-name p{
	display: flex;
    flex-direction: row;
    width: 100%;
    height: auto;
    margin-top: 12px;
}
.text-name p{
	display: block;
    font: 12px "微软雅黑";
    color: #000000;
    line-height: 18px;
}
.text-name p img{
	float: left;
	display: block;
    width: 18px !important;
    height: 18px;
    margin-right: 8px;
    align-items: center;
}
.zhihuiyan4-details{
	width: 88px;
    height: 25px;
    padding-left: 10px;
    background: #2b80f1;
}
.zhihuiyan4-details a{
	display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    font: 12px "微软雅黑";
    color: #fff;
    line-height: 25px;
}
.zhihuiyan4-details a img{
	align-items: center;
	margin-left: 10px;
}
.zhihuiyan4-right{
    transition: 1s;
    width: 65.4%;
}
.zhihuiyan4-right img{
	display: block;
	width: 100%;
	height: 100%;
}
.zhihuiyan4 button {
    width: 88px;
    height: 25px;
    background: deepskyblue;
    margin-top: 261px;
    margin-left: 198px;
    color: #FFFFFF;
    cursor: pointer;
}
/*产品中心切换*/
.chanping {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.chanping_top ol li {
    cursor: pointer;
}
.chanping_top ol li.current {
    color: deepskyblue;
    border-bottom: 2px solid;
}
.chanping_in .about_new.current {
    display: block;
}
.product_centre1_right .about_new ul li img {
    width: 225px;
    height: 345px;
}
.chanping01 {
    margin-top: 20px;
    display: none;
}
.chanping_in {
    width: 1200px;
    height: auto;
    margin-top: 60px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.chanping_head {
    width: 100%;
    border-bottom: 1px solid #CCCCCC;
}
.chanping_top ol {
    width: 1200px;
    margin: 0 auto;
    font-size: 18px;
    height: 60px;
    line-height: 60px;
}
.chanping_top ol li {
    float: left;
    width: 300px;
    text-align: center;
    color: #333;
}
.chanping_in .content_new p {
    color: #808080;
    font-size: 14px;
    line-height: 25px;
    text-indent: 2em;
    margin-bottom: 30px;
}
.content_new_txt {
    padding: 40px 0 100px 0;
}
/* - - 新闻列表页-行业动态 - - */
.newsList-industry-banner{
	width: 100%;
	height: auto;
}
.newsList-industry-banner img{
	display: block;
	width: 100%;
	height: auto;
}
.newsNameList{
	width: 100%;
	height: auto;
	border-bottom: 1px solid #acacac;
	background: #fff;
}
.newsNameList-inner{
	max-width:1200px;
  	height:auto;
  	margin:0 auto;
}
.newsNameList-title{
	width: 100%;
	height: auto;
	background: #fff;
}
.newsNameList-nav{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 72%;
	height: auto;
}
.newsNameList-item{
	width: 50%;
	height: auto;
  	position: relative;
}
.newsNameList-item-solide{
	width:100%;
  	height:2px;
  	background:#00bfff;
  	position: absolute;
    bottom: -2px;
}
.newsNameList-item a
{
	display: block;
	font:18px "微软雅黑";
	color: #666666;
	text-align: center;
	line-height: 60px;
}
.newsNameList-checked a{
	color:#00bfff;
}
.newsList-content{
	width: 100%;
	height: auto;
	padding-top: 30px;
	padding-bottom: 24px;
	background: #f6f6f6;
}
.news_industry,
.news_company{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 1200px;
	height: auto;
	margin:0 auto;
}
.newsList-left{
	width: 72%;
	height:auto;
}
.newsListLeft-nav{
	display: flex;
	flex-direction: column;
	width: 100%;
	height: auto;
	padding-bottom: 18px;
}
.newsLeft-item{
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: auto;
	padding:20px 25px 15px 13px;
	margin-bottom: 30px;
	background: #fff;
}
.newsLeft-item-img{
	width: 53.15%;
	height: auto;
}
.newsLeft-item-img img{
	width:100%;
  	height:100%;
  	max-width:100%;
  	max-height:100%;
}
.newsLeft-item-text{
	width: 44%;
	height: auto;
	position: relative;
}
.newsLeft-item-text h3{
	font:20px "微软雅黑";
	color: #2c2c2c;
	line-height: 20px;
	padding-top: 7px;
	padding-bottom: 34px;
}
.newsLeft-item-text p{
	font:16px "微软雅黑";
	color: #6d6a6a;
	line-height: 30px;
}
.newsList-message{
	position: absolute;
	bottom: 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
	height: auto;
}
.newsList-message .message-time{
	font:20px "微软雅黑";
	color: #6d6a6a;
}
.message-read{
	display: flex;
	align-items: center;
	flex-direction: row;
}
.message-read img{
	display: block;
	width: 23px;
	height: 14px;
	align-items: center;
}
.message-read span{
	display: block;
	font:16px "微软雅黑";
	color: #6d6a6a;
	line-height: 26px;
}
.message-more a{
	display: block;
	font:16px "微软雅黑";
	color: #6d6a6a;
	line-height: 26px;
	border-bottom: 1px solid #6d6a6a;
}
.newsList-right{
	width: 25%;
	height:auto;
}
.newsList-hot{
	width: 100%;
	height: 359px;
	padding:12px 30px 20px 18px;
	background: #fff;
}
.newsList-hot h3{
	font:20px "微软雅黑";
	color: #6d6a6a;
}
.newsList-hot-nav{
	width: 100%;
	height: auto;
}
.newsList-hot-item{
	width: 100%;
	height: auto;
	margin-top: 20px;
}
.newsList-hot-item a{
	font:16px "微软雅黑";
	color: #7d7979;
}
/* - - 新闻详情页 - - */
.newsList-details-banner{
	width:100%;
	height: auto;
}
.newsList-details-banner img{
	display: block;
	width: 100%;
	height: auto;
}
.newsDetails{
	width: 100%;
	height: auto;
	background: #fff;
}
.newsDetails-inner{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 1200px;
	height: auto;
	margin:0 auto;
}
.newsDetails-left{
	width: 66.4%;
	height: auto;
}
/* - - 公共 - - 当前位置 - -*/
.news-current{
	width: 100%;
	height: auto;
	font: 12px "微软雅黑";
    color: #a3a2a2;
    line-height: 12px;
    padding-top: 30px;
    padding-bottom: 18px;
	border-bottom: 1px solid #e2e2e2;
}
.news-current a{
	font: 12px "微软雅黑";
    color: #a3a2a2;
    line-height: 12px;
}
.newsDetails-contetnt{
	width: 100%;
	height: auto;
	padding-bottom: 40px;
}
.newsDetails-contetnt h3{
	font:25px "微软雅黑";
	color: #5d5d5d;
	line-height: 25px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 35px;
}
.newsDetails-contetnt img{
	display: block;
	width: 100%!important;
	height: auto;
}
.newsDetails-contetnt p{
	font:20px "微软雅黑";
	color: #5d5d5d;
	line-height: 38px;
	text-align: justify;
}
.newsDetails-contetnt h4{
	font:25px "微软雅黑";
	color: #2a95e8;
	line-height: 25px;
	text-align: center;
	padding-top: 20px;
}
.newsDetails-right{
	width: 23.24%;
	height: auto;
	padding-top: 60px;
}
.newsDetails-right h3{
	font:16px "微软雅黑";
	color: #7d7979;
	font-weight: 900;
}
.industry-Hot{
	width: 95%;
	height: auto;
	margin:0 auto;
}
.industry-item{
	width: 100%;
	height: auto;
	margin-top: 10px;
}
.industry-item a{
	display: block;
	width: 100%;
	height: auto;
}
.industry-item a img{
	display: block;
	width: 100%;
	height: auto;
}

/* - - 人脸解决方案-相关设备 - - */
.solution-facial-banner{
	width: 100%;
	height: auto;
}
.solution-facial-banner img{
	display: block;
	width: 100%;
	height: auto;
}
.bannerText {
	position: absolute;
    top: 120px;
    left: 0;
	width: 100%;
	height: auto;
}
.banner-text{
	width: 1200px;
	height: auto;
	margin:0 auto;
}
.banner-text h3{
	font:38px "微软雅黑";
	color: #ffffff;
	line-height: 38px;
	text-align: center;
	margin-bottom: 15px;
}
.banner-text p{
	font:18px "微软雅黑";
	color: #ffffff;
	line-height: 32px;
	text-align: justify;
  	text-indent: 2em;
}
.solutionList {
	width: 100%;
	height: auto;
	background: #f2f2f2;
}
.solutionList-inner {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 1200px;
	height: auto;
	margin:0 auto;
}
.solutionList-inner-nav{
	display: flex;
	flex-direction: row;
	width: 35%;
	height: auto;
	padding-top: 8px;
}
.solutionList-inner-nav-item{
	width: 24%;
	height: 60px;
}
.solutionList-inner-nav-item a{
	display: block;
	width: 100%;
	height: 100%;
}
.solutionList-inner-nav-item a div{
	display: flex;
	align-items: center;
	width: 100%;
	height: 32px;
}
.solutionList-inner-nav-item a img{
	align-items: center;
	display: block;
	width: auto;
	height: auto;
	margin:0 auto;
}
.solutionList-inner-nav-item .item-name{
	font:12px "微软雅黑";
	color: #707473;
	text-align: center;
	line-height: 24px;
}
.solutionList-inner-nav-item .check-color{
	color: #3da2fb;
}
.solutionList-inner-text {
	display: flex;
	flex-direction: row;
	height: 24px;
	margin-top: 24px;
}
.solutionList-inner-text .text1 {
	display: block;
	height: 24px;
	font:16px "微软雅黑";
	color: #66ccff;
	height: 24px;
	line-height: 24px;
	text-align: center;
}
.solutionList-inner-text .text2 {
	display: block;
	height: 24px;
	font:16px "微软雅黑";
	color: #707473;
	height: 24px;
	line-height: 24px;
	text-align: center;
	margin-left: 20px;
	margin-right: 20px;
}
.solutionList-inner-text .text3 {
	display: block;
	height: 24px;
	font:12px "微软雅黑";
	color: #fff;
	height: 24px;
	line-height: 24px;
	text-align: center;
	padding-left: 7px;
	padding-right: 5px;
	background: #2b81f2;
}
/*建筑工地人脸识别解决方案*/
.architecture-facial{
	width: 1200px;
	height: auto;
	margin:0 auto;
	padding-bottom: 60px;
}
.architecture-facial-img {
	width: 100%;
	height: auto;
}
.architecture-facial-img img{
	display: block;
	width: 100%;
	height: auto;
}
.architecture-facial-banner{
	width: 100%;
	height: 385px;
}

/* - - 解决方案-相关设备 - - */
/*配置方案一*/
.schemeOne
{
	width: 1200px;
	height: auto;
	margin:0 auto;
	display: none;
}
.schemeOne-title,
.schemeTwo-title
{
	display: flex;
	flex-direction: row;
	padding-top: 32px;
	padding-bottom: 52px;
	padding-left: 20px;
}
.schemeOne-title span:nth-of-type(1),
.schemeTwo-title span:nth-of-type(1)
{
	display: block;
	font:38px "微软雅黑";
	color: #707473;
	line-height: 38px;
}
.schemeOne-title span:nth-of-type(2),
.schemeTwo-title span:nth-of-type(2)
{
	display: block;
	font:25px "微软雅黑";
	color: #0093dd;
	line-height: 45px;
}
.schemeOne-img,
.schemeTwo-img
{
	width: 100%;
	height: auto;
	padding-bottom: 64px;
}
.schemeOne-img img,
.schemeTwo-img img
{
	display: block;
	width: auto;
  	max-width:100%;
	height: auto;
	margin:0 auto;
}
/* 相关设备 - - - - 配置方案1 - - - - 轮播图 */
.schemeOne_banner{
	width:100%;
  	height:auto;
}
.schemeOne_swiper{
	width:100%;
  	height:auto;
}
.schemeOne_item{
    width: 224px;
    height: 382px;
}

.schemeOne_item .schemeOne_img{
  	display:flex;
  	align-items:center;
	width:100%;
  	height:355px;
}
.schemeOne_item .schemeOne_img img{
  	display:block;
  	max-width:100%;
  	max-height:100%;
	width:auto !important;
  	height:auto;
  	margin:0 auto;
  	align-items:center;
}
.schemeOne_div{
	width:100%;
  	height:auto;
}
.schemeOne_div p{
	font:16px '微软雅黑';
  	color:#00bfff;
  	line-height:27px;
  	text-align:center;
}
/*配置方案二*/
.schemeTwo
{
	width: 1200px;
	height: auto;
	margin:0 auto;
	padding-bottom: 60px;
	display: none;
}
/* 相关设备 - - - - 配置方案2 - - - - 轮播图 */
.schemeTwo_banner{
	width:100%;
  	height:auto;
}
.schemeTwo_swiper{
	width:100%;
  	height:auto;
}
.schemeTwo_item{
    width: 224px;
    height: 382px;
}
.schemeTwo_item .schemeTwo_img{
  	display:flex;
  	align-items:center;
	width:100%;
  	height:355px;
}
.schemeTwo_item .schemeTwo_img img{
  	display:block;
  	max-width:100%;
  	max-height:100%;
	width:auto !important;
  	height:auto;
  	margin:0 auto;
  	align-items:center;
}
.schemeTwo_div{
	width:100%;
  	height:auto;
}
.schemeTwo_div p{
	font:16px '微软雅黑';
  	color:#00bfff;
  	line-height:27px;
  	text-align:center;
}

/* - - 人脸识别方案  - - */
.solution-facialDiscern-banner{
	width: 100%;
	height: auto;
}
.solution-facialDiscern-banner img{
	display: block;
	width: 100%;
	height: auto;
}
.facialDiscern{
	width: 1200px;
	height: auto;
	margin:0 auto;
}
.facialDiscern .faceDetection-title1{
	font:37px "微软雅黑";
	color: #595959;
	text-align: center;
	line-height: 37px;
	padding-top: 30px;
}
.faicalDiscern-nav{
	display: flex;
	flex-direction: row;
	width: 80%;
	height: auto;
	margin:0 auto;
	padding-bottom: 160px;
	padding-top: 110px;
}
.faicalDiscern-item {
	width: 20%;
	height: auto;
}
.faceDetection-item-img {
	display: flex;
    align-items: center;
    width: 100%;
    height: 48px;
}
.faceDetection-item-img img{
	align-items: center;
    display: block;
    width: auto;
    height: auto;
    margin: 0 auto;
}
.faceDetection-item-name{
	font:16px "微软雅黑";
	color: #3b3b3c;
	line-height: 16px;
	text-align: center;
	padding-top: 20px;
}
.faceDetection-title2 {
	font:37px "微软雅黑";
	color: #595959;
	line-height: 37px;
	text-align: center;
	padding-bottom: 32px;
}
.faceDetection-title2 span:nth-of-type(1){
	color: #66ccff;
}
/*强大SDK支持*/
.faceDetection-one{
	width: 100%;
	height: auto;
	background: #f2f2f2;
}
.faceDetection-one-inner{
	display: flex;
	flex-direction: row;
	width: 960px;
	height: auto;
	margin:0 auto;
	padding:54px 0 60px 0;
}
.oneInner-img{
	width:60%;
	height: auto;
}
.oneInner-img img{
	display: block;
	width: auto;
	height: auto;
	margin:0 auto;
}
.oneInner-text{
	width: 40%;
	height: auto;
	padding-top: 68px;
}
.oneInner-text-title{
	display: flex;
	flex-direction: row;
}
.oneInner-text i{
	display: block;
	width: 12px;
	height: 40px;
	margin-right: 10px;
	background: #89d6fc;
}
.oneInner-text-title h3{
	font:37px "微软雅黑";
	color: #000000;
	line-height: 37px;
}
.oneInner-text p{
	font:20px "微软雅黑";
	color: #000000;
	line-height: 20px;
	margin-top: 35px;
	margin-left: 24px;
}
/*无需接触即可识别*/
.faceDetection-three{
	width: 100%;
	height: auto;
	background: #f2f2f2;
}
.faceDetection-three-inner{
	display: flex;
	flex-direction: row;
	width: 960px;
	height: auto;
	margin:0 auto;
	padding:54px 0 60px 0;
}
.threeInner-text{
	width: 40%;
	height: auto;
}
.threeInner-img{
	width: 60%;
	height: auto;
}
.threeInner-img img{
	display: block;
	width: auto;
	height: auto;
	margin:0 auto;
}
.threeInner-text-title{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.threeInner-text-title h3{
	font:37px "微软雅黑";
	color: #000000;
	line-height: 37px;
}
.threeInner-text-title i{
	display: block;
	width: 12px;
	height: 40px;
	background: #89d6fc;
}
.threeInner-text p{
	font:20px "微软雅黑";
	color: #000000;
	line-height: 20px;
	margin-top: 35px;
}
/*faceDetection-five*/
.faceDetection-five,
.faceDetection-two{
	width: 1200px;
	height: auto;
	padding-top: 100px;
	padding-bottom: 88px;
	margin:0 auto;
}
.faicalDiscern-five-nav,
.faicalDiscern-two-nav{
	display: flex;
	flex-direction: row;
	width: 80%;
	height: auto;
	margin:0 auto;
}
.faicalDiscern-five-item {
	width: 25%;
	height: auto;
}
.faicalDiscern-two-item {
	width: 20%;
	height: auto;
}
.faceDetection-item-img,
.faceDetection-item-img {
	display: flex;
    align-items: center;
    width: 100%;
    height: 48px;
}
.faceDetection-item-img img,
.faceDetection-item-img img{
	align-items: center;
    display: block;
    width: auto;
    height: auto;
    margin: 0 auto;
}
.faceDetection-five-item-name,
.faceDetection-two-item-name{
	font:16px "微软雅黑";
	color: #3b3b3c;
	line-height: 16px;
	text-align: center;
	padding-top: 50px;
}
/*  - - 智慧停车解决方案  - - */
.solutionWit{
	width: 1200px;
    height: auto;
    margin: 0 auto;
}
.solutionWit-title1{
	font: 37px "微软雅黑";
    color: #595959;
    text-align: center;
    line-height: 37px;
    padding-top: 30px;
}
.solutionWit-nav{
	display: flex;
    flex-direction: row;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 160px;
    padding-top: 110px;
}
.solutionWit-item{
	width: 20%;
    height: auto;
}
.solutionWit-item-img{
	display: flex;
    align-items: center;
    width: 100%;
    height: 48px;
}
.solutionWit-item-img img{
	align-items: center;
    display: block;
    width: auto;
    height: auto;
    margin: 0 auto;
}
.solutionWit-item-name{
	font: 16px "微软雅黑";
    color: #3b3b3c;
    line-height: 16px;
    text-align: center;
    padding-top: 20px;
}
.solutionWit-title2{
	font: 37px "微软雅黑";
    color: #595959;
    line-height: 37px;
    text-align: center;
    padding-bottom: 32px;
}
.solutionWit-title2 span{
	color: #66ccff;
}
/*完善车牌识别处理方案*/
.soluWit1{
	width: 100%;
	height: auto;
	background: #f2f2f2;
}
.soluWit1-inner{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 1200px;
	height: auto;
	padding-top:136px;
	padding-bottom: 92px;
	margin:0 auto;
}
.soluWit1-inner-img{
	width: 50%;
	height: auto;
}
.soluWit1-inner-img img{
	display: block;
	width: 100%;
}
.soluWit1-inner-text{
	width: 41.5%;
	height: auto;
}
.soluWit-inner-text-title{
	display: flex;
    flex-direction: row;
    padding-top: 14px;
}
.soluWit-inner-text-title i{
	display: block;
    width: 12px;
    height: 40px;
    background: #89d6fc;
}
.soluWit-inner-text-title h3{
	font: 37px "微软雅黑";
    color: #000000;
    line-height: 37px;
    padding-left: 10px;
}
.soluWit1-inner-text p{
	font:20px "微软雅黑";
	color: #000000;
	line-height: 20px;
	margin-top:35px;
	padding-left: 20px;
}
/*各种车牌*/
.licencIng{
	width: 100%;
	height: auto;
	padding-top: 103px;
	padding-bottom: 88px;
  	background:#fff;
}
.licencIng-nav{
	display: flex;
	flex-direction: row;
	width: 1200px;
	height: auto;
	margin:0 auto;
}
.licencIng-item{
	width: 16.666%;
	height: auto;
}
.licencIng-item div{
	display: flex;
    align-items: center;
	width: 100%;
	height: 75px;
}
.licencIng-item div img{
	display: block;
	width: auto;
	height: auto;
	margin:0 auto;
	align-items: center;
}
.licencIng-item p{
	font:20px "微软雅黑";
	color: #030303;
	line-height: 20px;
	padding-top: 15px;
	text-align: center;
}
/*多样的电子支付方案 soluWit2*/

.soluWit2{
	width: 100%;
	height: auto;
	padding-top: 95px;
	padding-bottom: 105px;
	background: #f2f2f2;
}
.soluWit2-inner{
	display: flex;
    flex-direction: row;
    justify-content: space-between;
	width: 1200px;
	height: auto;
	margin:0 auto;
}
.soluWit2-inner-text{
	width: 41.5%;
	height: auto;
}
.soluWit2-inner-text-title {
	display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.soluWit2-inner-text-title h3{
	font: 37px "微软雅黑";
    color: #000000;
    line-height: 37px;
}
.soluWit2-inner-text-title i{
	display: block;
    width: 12px;
    height: 40px;
    background: #89d6fc;
}
.soluWit2-inner-text p{
	font: 20px "微软雅黑";
    color: #000000;
    line-height: 20px;
    margin-top: 35px;
}
.soluWit2-inner-img{
	width: 50%;
	height: auto;
}
.soluWit2-inner-img img{
	display: block;
	width: auto;
	height: auto;
}
/*缴费流程*/
.payFlow{
	width: 100%;
	height: auto;
	padding-top: 84px;
	padding-bottom: 40px;
  	background: #fff;
}
.payFlow-nav{
	display: flex;
    flex-direction: row;
	width: 1200px;
	height: auto;
	margin:0 auto;
}
.payFlow-item {
	width: 20%;
	height: auto;
}
.payFlow-item div{
	display: flex;
    align-items: center;
    width: 100%;
    height: auto;
}
.payFlow-item div img{
	display: block;
    width: auto;
    height: auto;
    margin: 0 auto;
    align-items: center;
}
.payFlow-item p{
	font:16px "微软雅黑";
	color: #000000;
	line-height: 16px;
	text-align: center;
	padding-top: 42px;
}
/*soluWit3*/
.soluWit3{
	width: 100%;
	height: auto;
	padding-top: 103px;
	padding-bottom: 55px;
  	background: #fff;
}
.soluWit3-nav{
	display: flex;
	flex-direction: row;
	width: 1200px;
	height: auto;
	margin:0 auto;
}
.soluWit3-item{
	width: 25%;
	height: auto;
}
.soluWit3-item div{
	display: flex;
    align-items: center;
    width: 100%;
    height: 92px;
}
.soluWit3-item div img{
	display: block;
	width: auto;
	height: auto;
	margin:0 auto;
	align-items: center;
}
.soluWit3-item p{
	font: 16px "微软雅黑";
    color: #000000;
    line-height: 16px;
    text-align: center;
    padding-top: 26px;
}
/*soluWit4*/
.soluWit4{
	width: 100%;
	height: auto;
	padding-top: 104px;
	padding-bottom: 40px;
  	background: #fff;
}
.soluWit4-nav{
	display: flex;
	flex-direction: row;
	width: 1200px;
	height: auto;
	margin:0 auto;
}
.soluWit4-item{
	width: 25%;
	height: auto;
}
.soluWit4-item div{
	display: flex;
    align-items: center;
    width: 100%;
    height: 130px;
}
.soluWit4-item:nth-of-type(4) div{
	border: none;
}
.soluWit4-item div img{
	display: block;
	width: auto;
	height: auto;
	margin:0 auto;
	align-items: center;
}
.soluWit4-item p{
	font: 16px "微软雅黑";
    color: #000000;
    line-height: 16px;
    text-align: center;
    padding-top: 16px;
}
.soluWit-BG{
	width: 100%;
	height: 20px;
	background: #f2f2f2;
}
/* - - 智慧社区解决方案 - - */
.communityOne{
	width: 100%;
	height: auto;
	padding-top: 30px;
	padding-bottom: 32px;
}
.communityOne-inner {
	width: 1200px;
	height: auto;
	margin:0 auto;
}
.communityOne-inner .communityOne-title1{
	font: 37px "微软雅黑";
    color: #595959;
    text-align: center;
    line-height: 37px;
    padding-bottom: 22px;
}
.communityOne-nav{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	height: auto;
}
.communityOne-item{
	display: flex;
	flex-direction: row;
	width: 50%;
	height: auto;
	margin-bottom: 40px;
	padding-left: 10%;
}
.communityOne-item div{
	display: flex;
    align-items: center;
    width: 48px;
    height: 48px;
}
.communityOne-item div img{
	display: block;
	width: auto;
	height: auto;
	margin:0 auto;
	align-items: center;
}
.communityOne-item p{
	font: 16px "微软雅黑";
    color: #595959;
    line-height: 48px;
}
.communityOne-title2{
	font: 37px "微软雅黑";
    color: #595959;
    line-height: 37px;
    text-align: center;
}
.communityOne-title2 span {
    color: #66ccff;
}
/*communityTwo*/
.communityTwo{
	width: 100%;
    height: auto;
    background: #f2f2f2;
}
.communityTwo-inner{
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 1200px;
    height: auto;
    padding-top: 120px;
    padding-bottom: 85px;
    margin: 0 auto;
}
.communityTwo-inner-img{
	display: flex;
	align-items: center;
	width: 50%;
    height: 295px;
}
.communityTwo-inner-img img{
	display: block;
	width: auto;
	height: auto;
	margin:0 auto;
	align-items: center;
}
.communityTwo-inner-text{
	width: 41.5%;
    height: auto;
}
.communityTwo-inner-text-title{
	display: flex;
    flex-direction: row;
}
.communityTwo-inner-text-title i{
	display: block;
    width: 12px;
    height: 40px;
    background: #89d6fc;
}
.communityTwo-inner-text-title h3{
	font: 37px "微软雅黑";
    color: #000000;
    line-height: 37px;
    padding-left: 10px;
}
.communityTwo-inner-text p{
	font: 20px "微软雅黑";
    color: #000000;
    line-height: 20px;
    margin-top: 35px;
    padding-left: 20px;
}
/*communityThree*/
.communityThree{
	width: 100%;
	height: auto;
	padding-top: 135px;
	padding-bottom: 60px;
}
.communityThree-nav{
	display: flex;
    flex-direction: row;
	width: 1200px;
	height: auto;
	margin:0 auto;
}
.communityThree-item{
	width: 20%;
	height: auto;
}
.communityThree-item div{
	display: flex;
    align-items: center;
    width: 100%;
    height: 48px;
}
.communityThree-item div img{
	align-items: center;
    display: block;
    width: auto;
    height: auto;
    margin: 0 auto;
}
.communityThree-item p{
	font: 16px "微软雅黑";
    color: #3b3b3c;
    line-height: 16px;
    text-align: center;
    padding-top: 38px;
}
.communityFour{
	width: 100%;
	height: auto;
	padding-top: 95px;
	padding-bottom: 103px;
	background: #f2f2f2;
}
.communityFour-inner{
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 1200px;
    height: auto;
    margin: 0 auto;
}
.communityFour-inner-text{
	width: 41.5%;
    height: auto;
}
.communityFour-inner-text-title{
	display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.communityFour-inner-text-title i{
	display: block;
    width: 12px;
    height: 40px;
    background: #89d6fc;
}
.communityFour-inner-text-title h3{
	font: 37px "微软雅黑";
    color: #000000;
    line-height: 37px;
}
.communityFour-inner-text p{
	font: 20px "微软雅黑";
    color: #000000;
    line-height: 20px;
    margin-top: 35px;
}
.communityFour-inner-img{
	display: flex;
    align-items: center;
	width: 50%;
    height: auto;
}
.communityFour-inner-img img{
	display: block;
    width: auto;
    height: auto;
    margin: 0 auto;
    align-items: center;
}
/*communityFive*/
.communityFive{
	width: 100%;
	height: auto;
	padding-top: 55px;
	padding-bottom: 32px;
}
.communityFive-nav{
	display: flex;
    flex-direction: row;
    width: 1200px;
    height: auto;
    margin: 0 auto;
}
.communityFive-item{
	width: 33.333%;
    height: auto;
}
.communityFive-item div{
	display: flex;
    align-items: center;
    width: 100%;
    height: 170px;
}
.communityFive-item div img{
	align-items: center;
    display: block;
    width: auto;
    height: auto;
    margin: 0 auto;
}
.communityFive-item p{
	font: 16px "微软雅黑";
    color: #3b3b3c;
    line-height: 16px;
    text-align: center;
    padding-top: 25px;
}
/*communitySix*/
.communitySix{
	width: 100%;
    height: auto;
    padding-top: 112px;
    padding-bottom: 55px;
}
.communitySix-nav{
	display: flex;
    flex-direction: row;
    width: 1200px;
    height: auto;
    margin: 0 auto;
}
.communitySix-item{
	width: 25%;
	height: auto;
}
.communitySix-item div{
	display: flex;
    align-items: center;
    width: 100%;
    height: 62px;
}
.communitySix-item div img{
	align-items: center;
    display: block;
    width: auto;
    height: auto;
    margin: 0 auto;
}
.communitySix-item p{
	font: 16px "微软雅黑";
    color: #3b3b3c;
    line-height: 16px;
    text-align: center;
    padding-top: 25px;
}
/*停车设备效果*//*停车设备效果*//*停车设备效果*/
.stopCar-effect-banner{
	width: 100%;
	height: auto;
}
.stopCar-effect-banner img{
	display: block;
	width: 100%;
	height: auto;
}
/*选项卡*/
.stopCarEffect{
	width: 100%;
    height: auto;
}
.stopCar{
	width: 100%;
    height: auto;
}
.stopCarTitle{
	width: 100%;
    height: auto;
    background: #fff;
}

.stopCar-title{
	width: 1200px;
    height: auto;
    margin:0 auto
}
.stopCar-title{
	display: flex;
    flex-direction: row;
    border-bottom: 1px solid #d0d0d0;
}
.stopCar-title li{
	width: 20%;
    height: auto;
    font: 21px "微软雅黑";
    color: #717273;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}
.stopCar-title .changeBG{
	margin-bottom: 2px;
	color: #66ccff;
    border-bottom: 1px solid #66ccff;
}
.stopCarContent{
	width: 100%;
    height: auto;
    padding-top: 20px;
    padding-bottom: 36px;
    background: #F2F2F2;
    position: relative;
}
.stopCar-content{
	width: 1200px;
	height: auto;
	margin:0 auto;
}
.stopCar-content>div{
	padding-bottom: 24px;
}
/*<!-- 1-1 -->*/
.stopCar1-inner{
	width: 100%;
    height: auto;
    margin-bottom: 24px;
}
.stopCar1-item{
	display: flex;
    flex-direction: row;
    width: 100%;
    height: auto;
}
.stopCar1-item-left{
	display: flex;
    flex-direction: row;
    width: 34.6%;
    height: auto;
    padding: 50px 20px 50px 60px;
    background: #fff;
}
.stopCar1-left-img{
	width: 47.5%;
    height: auto;
}
.stopCar1-left-text{
	width: 52.5%;
    height: auto;
}
.stopCar1-left-text h3{
	font:30px "微软雅黑";
    color: #000;
}
.stopCar1-left-text h3 span {
    color: #2b80f1;
}
.stopCar1-left-text .text-name {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.stopCar1-left-text .text-name li {
    width: 100%;
    height: auto;
    margin-top: 12px;
}
.stopCar1-left-text .text-name li a {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: auto;
}
.stopCar1-left-text .text-name li a img {
    display: block;
    width: auto;
    height: auto;
    align-items: center;
}
.stopCar1-left-text .text-name li a span {
    display: block;
    font: 12px "微软雅黑";
    color: #000000;
    line-height: 18px;
    margin-left: 8px;
}
.stopCar1-item-right {
    width: 65.4%;
    height: auto;
}
.stopCar1-item-right img{
	display: block;
    width: 100%;
    height: auto;
}
/* 公共 - - 左侧产品分类列表  */
.product-class{
	position: absolute;
	left: 0;
	top: 450px;
	display: flex;
	flex-direction: row;
}
.productBG{
	width: 62px;
	height: 197px;
	background-image: url(../images/stopCar_img1.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
}
.productBot{
	margin-top:60px;
}
.productBG p{
	width: 25px;
	font:25px "微软雅黑";
	color: #fff;
	margin-top:15px;
	text-align: center;
}
.productClass{
	width: 178px;
	height: auto;
	border:1px solid #00a0e9;
	background: #fff;
	overflow: hidden;
}
.s-side .first {
	padding: 10px 0px;
	border-bottom: 1px solid #424242;
}
.accordion ul{
	padding:5px;
}
.accordion ul .first{
	font-size:16px;
  	line-height:36px;
}
.s-side .d-firstNav span {
  display: inline-block;
  font-size: 14px;
  margin-left: 10px;
}
.fa-size{
	font-size: 16px;
  	line-height:38px;
}
.fr {
    float: right;
}
.fa-caret-right{
	font-size:16px;
  	line-height:36px;
}
.s-side .s-secondNav,
.s-side .s-secondItem {
  margin-top: 10px;
}
.s-secondNav:hover,.d-firstNav:hover{
	cursor: pointer
}
.s-secondNav span{
	display: inline-block;
    font-size: 14px;
  	line-height:36px;
}
.s-side .d-secondDrop {
	font-size: 12px;
  margin-left: 18px;
  margin-top: 5px;
}
.iconRotate {
  
  transform: rotate(90deg);
  transition: transform 0.5s;
}
.s-firstDrop,
.s-secondDrop {
  display: none;
}
.s-thirdItem>a{
	color: #4d5356;
	line-height:36px;
  	font-size:12px;
}

.s-thirdItem>a:hover {
	color: #00BFFF;
}

.s-secondItem span{
	font-size: 12px;
	color: #4d5356;
	line-height: 18px;
}
.s-secondItem a{
	font-size: 12px;
	color: #4d5356;
	line-height: 18px;
}
/* - - 技术支持 - - */
.technology-banner {
	width: 100%;
	height: auto;
}
.technology-banner img{
	display: block;
	width: 100%;
	height: auto;
}
.technology{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 1200px;
	height: auto;
	margin:0 auto;
	padding-top: 65px;
}
/* - - 技术支持 - -常见问题 - - */
.technology-left{
	width: 66.4%;
	height: auto;
}
.technology-title{
	font:25px "微软雅黑";
	color: #5d5d5d;
	text-align: center;
	line-height: 25px;
	padding-top: 18px;
	padding-bottom: 36px;
	position: relative;
}
.technology-search{
	position: absolute;
	top:25px;
	right: 0;
	width: 150px;
	height: 30px;
}
.technology-search input{
	width: 100%;
	height: 30px;
	font-size: 14px;
	border-radius: 15px;
	border:0;
	outline:none;
	border:1px solid #efefef;
	
}
.technology-search div{
	position: absolute;
	top: 4px;
	right: 2px;
	display: flex;
	align-items: center;
	width: 32px;
	height: 26px;
	border-top-right-radius:14px;
	border-bottom-right-radius:14px;
	background: #2b80f1;
	cursor: pointer;
}
.technology-search div img{
	align-items: center;
	display: block;
	width: 20px;
	height: 20px;
	margin:0 auto;
}
/* 选项卡 */
.technology-Control {
    width: 100%;
    height: auto;
}
.technology-control-title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid #d0d0d0;
}
.technology-control-title li {
    width: 25%;
    height: auto;
  	position:relative;
}
.technology-control-title li a{
  	display:block;
	font: 18px "微软雅黑";
    color: #666666;
    text-align: center;
    line-height: 60px;
    cursor: pointer;
}
.technology-control-title .changeColor1 a {
    color: #00bfff;
}
.technology-control-content>div{
	width: 100%;
	height: auto;
	padding-bottom: 18px;
}
.technology-control-content>div>ul{
	width: 100%;
	height: auto;
	padding-bottom: 48px;
}
.technology-control-content>div>ul>li{
	padding-bottom: 10px;
	border-bottom: 1px solid #dddddd;
}
.technology-control-content>div>ul>li h3{
	font:18px "微软雅黑";
  	color:#333333;
  	line-height:60px;
}
.technology-control-content>div>ul>li div{
	font:14px "微软雅黑";
	color: #666666;
	line-height: 25px;
}
/*技术咨询*/
.technology-right{
	width: 23.24%;
	height: auto;
}
.technology-consult{
	width: 100%;
	height: 335px;
	background-image: url(../images/technology_img2.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.technology-consult h3{
	font:25px "微软雅黑";
	color: #5d5d5d;
	text-align: center;
	line-height: 25px;
	padding-top: 13px;
	padding-bottom: 40px;
}
.technology-consult ul{
	width: 100%;
	height: auto;
}
.technology-consult ul li{
	
	width: 85px;
	height: 25px;
	border:1px solid #9fb8d9;
	margin:0 auto;
	margin-bottom: 13px;
}
.technology-consult ul li a{
	display: flex;
	align-items: center;
	flex-direction: row;
	width: 100%;
	height: auto;
}
.technology-consult ul li img{
	display: block;
	width: auto;
	height: auto;
	align-items: center;
	margin:0 6px;
}
.technology-consult ul li span{
	display: block;
	font:12px "微软雅黑";
	color: #4480b0;
	line-height: 25px;
}
/* - - 公共 - - 分页 - - */
.newsList-paging{
	width: 100%;
	 overflow: hidden;
}
.pagination{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 22%;
	height: auto;
	margin:0 auto;
}
.pagination li{
	/*width: 20%;*/
	height: auto;
	background: #fff; display: inline-block !important; 
}
.pagination li a{
	display: block;
	width: 100%;
	height: 100%;
	font:16px "微软雅黑";
	color: #7d7979;
	text-align: center;
	line-height: 20px;
}
.pagination li span{
	display: block;
	width: 100%;
	height: 100%;
	font:16px "微软雅黑";
	color: #7d7979;
	text-align: center;
	line-height: 20px;
}
.pagination .active span{
	color: #fff;
	background: #2b80f1;
}
/* - - 云车场  - - */
.cloudCarYard-banner{
	width: 100%;
	height: auto;
}
.cloudCarYard-banner img{
	display: block;
	width: 100%;
	height: auto;
}
/*堆叠切换*/
.hubdefault {
    cursor: pointer;
}
.hubdefault .hubhide {
    display: none;
}
.hubhide {
    cursor: pointer;
}
.hub .hubhide {
    display: block;
}
.hub-slider {
    position: relative;
}
.hub-slider ul {
    list-style: none;
}
.hub-slider ul li {
    width: 1200px;
    height: 396px;
    /*background: #add8e6;*/
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
}
.hub-slider-controls {
    position: absolute;
    top: 49%;
    z-index: 1000;
}
.hub-slider-arrow {
    width: 40px;
    height: 40px;
    border: none;
    background: #d2527f;
    color: #fff;
    font-weight: bold;
}
.shebei{
  display:none;
}

/*智慧停车解决方案 - - - - 选项卡*/
.solution-content,
.solutionIng-content
{
	width:100%;
  	height:auto;
}
.solution-content>div,
.solutionIng-content>div
{
  	width:100%;
  	height:auto;
  	margin:0 auto;
}
.solution-content .solutionCP{
	background: #fff;
}
.schemeOne,.schemeTwo{
	width:1200px !important;
  	height:auto;
  	margin:0 auto;
}
/*手机快速导航*/
.menu_icon {
	display: none;
	cursor: pointer;
}
.wrap_menu {
	width: 250px;
	position: fixed;
	top: 0px;
	left: -250px;
	height: 100%;
	text-align: left;
	z-index: 10000001;
	overflow-y: scroll;
}
.wrap_menu li:nth-child(2) a {
	font-size: 18px;
	font-weight: bold;
	background: rgba(255,255,255,0.3);
}
.wrap_menu p.right{
	color: #fff;
	cursor: pointer;
	position: absolute;
	top: 7px;
	right: 15px;
  	padding:5px 10px;
}
.wrap_menu li.menu_close {
	font-size: 20px;
	position: absolute;
	top: 10px;
	right: 15px;
	color: #fff;
	border-bottom: none;
	z-index: 1000;
}
.wrap_menu li {
	margin-bottom: 2px;
	font-size: 14px;
	position: relative;
}
.wrap_menu li a {
	display: block;
	line-height: 30px;
	font-size: 16px;
	text-transform: Uppercase;
	color: #fff;
	background: rgba(255,255,255,0.1);
	padding: 10px 15px;
}
.wrap_menu li .wrap_menu_2 a {
	display: block;
	background: none;
	color: rgba(255,255,255,0.8);
	overflow: hidden;
	line-height: 30px;
	font-size: 14px;
	border-bottom: rgba(255,255,255,0.1) solid 1px;
}
.wrap_menu_2 {
	display: none;
}
.wrap_menu_2 a {
	display: block;
	color: #fff;
	overflow: hidden;
	line-height: 24px;
	font-size: 12px;
}
.wrap_menu_2 a i {
	float: left;
	width: 4px;
	height: 4px;
	background-color: #fff;
	margin: 13px 10px 0 5px;
}
.wrap_menu_2 a span {
	float: left;
	width: 175px;
}
.wrap_menu li .wrap_menu_2 .wrap_menu_3 a {
	display: block;
	background: none;
	color: rgba(255,255,255,0.8);
	overflow: hidden;
	line-height: 30px;
	font-size: 14px;
	padding-left: 40px;
	border-bottom: rgba(255,255,255,0.1) solid 1px;
}
.wrap_menu_3 {
	display: none;
}
.wrap_menu_3 a {
	display: block;
	color: #fff;
	overflow: hidden;
	line-height: 24px;
	font-size: 12px;
}
.wrap_menu_3 a i {
	float: left;
	width: 4px;
	height: 4px;
	background-color: #fff;
	margin: 13px 10px 0 5px;
}
.wrap_menu_3 a span {
	float: left;
	width: 175px;
}
/*黑色遮罩*/
.black_cloth {
	position: fixed;
	z-index: 10000000;
	width: 100%;
	height: 100%;
	display: none;
	top: 0;
	left: 0;
}
