﻿@charset "utf-8";
/*公共部分*/
.block{
	width:1200px;
	margin:0px auto;
}
.b-bg{
	background: #f5f5f5;
}

/*1首页*/
/*pc头部*/
.headPC{
	position: relative;
}
.headPCP{
	width: 100%;
	height: 80px;
	background: rgba(0,0,0,0.7);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 30;
}
.headPCP1{
	position: static;
	background: #fff;
	top: auto;
	left: auto;
}
.headPCPlogo{
	display: block;
	float: left;
	padding-top: 25px;
}
.headPCPlogo img{
	display: block;
	width: 270px;
	height: auto;
}
.headPCP .headPCPlogo img.headPCPlogoImg1{
	display: block;
}
.headPCP .headPCPlogo img.headPCPlogoImg2{
	display: none;
}
.headPCP1 .headPCPlogo img.headPCPlogoImg1{
	display: none;
}
.headPCP1 .headPCPlogo img.headPCPlogoImg2{
	display: block;
}
.headPCPnav{
	float: right;
}
.headPCPnav li{
	float: left;
	margin-left: 45px;
}
.headPCPnav li a{
	display: block;
	font-size: 16px;
	color: #fff;
	line-height: 80px;
}
.headPCP1 .headPCPnav li a{
	color: #333;
}
.headPCPnav li a.on{
	color: #37b1f1;
}
.headPCPnav li a:hover{
	color: #37b1f1;
}
.headPCbanner{
	width: 100%;
	height: auto;
}
.headPCbanner .team{ 
	width: 100%;
	height: auto;
	position: relative;
}
.headPCbanner .team a{ 
	display: block;
	width: 100%;
	height: auto;
	position: relative;
}
.headPCbanner .team a img{ 
	display: block;
	width: 100%;
	height: auto;
}
.headPCbanner .slick-dots{
	position: absolute;
	right:0%;
	bottom:6%;
	width: 100%;
	height: auto;
	text-align: center;
}
.headPCbanner .slick-dots li{
	/*float: left;*/
	display: inline-block;
	margin: 0 7px;
}
.headPCbanner .slick-dots li button{
	width: 74px;
	height: 10px;
	padding: 0; 
	font-size: 0;
	line-height: 0;
	outline:none;
	cursor: pointer; 
	background:#fff !important;
	border-radius: 0;
	box-sizing: border-box;
	/*background:transparent;*/
}
.headPCbanner .slick-dots li.slick-active button{
	background:#17acf4 !important;
}
.Cbanner img{
	display: block;
	width: 100%;
	height: auto;
}

/*手机头部*/
.headMOB{
	width: 100%;
	height: auto;
	display: none;
	position: relative;
}
.headMOBT{
	width: 100%;
	height: 70px;
}
.headMOBT .headMOBTlogo{
	display:block;
	float:left;
}
.headMOBT .headMOBTlogo img{
	display: block;
	width:auto;
	height:30px;
	margin-top:22px;
}
.headMOBTR{
	float: right;
	margin-top: 19px;
	cursor: pointer;
}
.headMOBTR img{
	display: block;
	width: 40px;
	height: auto;
}
.headMOBTR .menubtn{ 
	position:relative;
	width:24px; 
	height:24px; 
	margin-top:3px; 
}
.headMOBTR .menubtn i{ 
	display:block; 
	width:21px; 
	height:3px; 
	background-color:#999; 
	position:absolute; 
	-webkit-transition:.5s; 
	-moz-transition:.5s; 
	-ms-transition:.5s; 
	-o-transition:.5s; 
	transition:.5s;
}
.headMOBTR .menubtn i:nth-child(1){ 
	top:4px; 
	-webkit-transform-origin:left bottom; 
	-moz-transform-origin:left bottom; 
	-ms-transform-origin:left bottom; 
	-o-transform-origin:left bottom; 
	transform-origin:left bottom;
}
.headMOBTR .menubtn i:nth-child(2){ 
	top:11px;
}
.headMOBTR .menubtn i:nth-child(3){ 
	top:18px; 
	-webkit-transform-origin:left top; 
	-moz-transform-origin:left top; 
	-ms-transform-origin:left top; 
	-o-transform-origin:left top; 
	transform-origin:left top;
}
.headMOBTR .menubtn.on i:nth-child(1){ 
	-webkit-transform:rotate(40deg); 
	-moz-transform:rotate(40deg); 
	-ms-transform:rotate(40deg); 
	-o-transform:rotate(40deg); 
	transform:rotate(40deg);
}
.headMOBTR .menubtn.on i:nth-child(2){ 
	opacity:0;
}
.headMOBTR .menubtn.on i:nth-child(3){ 
	-webkit-transform:rotate(-40deg); 
	-moz-transform:rotate(-40deg); 
	-ms-transform:rotate(-40deg); 
	-o-transform:rotate(-40deg); 
	transform:rotate(-40deg);
}
.headMOBS{
	width: 100%;
	height: auto;
	position: absolute;
	top: 70px;
	left: 0;
	z-index: 60;
	background: #fff;
	box-sizing: border-box;
	padding: 0 15px;
	border-top: 1px solid #ddd;
	display: none;
}
.headMOBSO li{
	width: 100%;
	height: auto;
	padding: 0 3%;
	box-sizing: border-box;
	border-bottom: 1px solid #dfdfdf;
}
.headMOBSO li .headMOBST{
	display: block;
	width: 100%;
	height: auto;
	line-height: 53px;
	font-size: 14px;
	color: #333;
	position: relative;
}

/*Habout*/
.Habout{
	margin-top: 50px;
	position: relative;
	padding-bottom: 100px;
}
.HaboutImg{
	display: block;
	/*float: right;*/
	width: 50%;
	height: auto;
	position: absolute;
	top: 0;
	right: 0;
}
.HaboutC{
	width: 50%;
}
.HaboutC h4{
	font-size: 30px;
	color: #326aab;
}
.HaboutC span{
	display: block;
	width: 60px;
	height: 4px;
	background: #326aab;
	margin-top: 20px;
}
.HaboutC p{
	font-size: 13px;
	color: #8d8d8d;
	line-height: 25px;
	text-indent: 2rem;
	padding-top: 30px;
}
.HaboutC a{
	display: block;
	width: 139px;
	background: #326aab;
	border-radius: 30px;
	font-size: 14px;
	color: #fff;
	line-height: 39px;
	text-align: center;
	margin-top: 30px;
}
.HaboutC a:hover{
	opacity: 0.8;
}

/*Happlication*/
.Happlication{
	margin-top: 50px;
	padding: 60px 0;
	background: #f0f2f7;
	overflow: hidden;
}
.Htit h4{
	font-size: 36px;
	color: #333;
	text-align: center;
	padding-bottom: 25px;
}
.Htit p{
	width: 61px;
	height: 4px;
	background: #457ab6;
	margin: 0 auto;
}
.HapplicationC{
	width: 110%;
}
.HapplicationC li{
	float: left;
	width: 28%;
	height: auto;
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	margin: 30px 3.5% 0 0;
}
.HapplicationC li a{
	display: block;
}
.HapplicationC li a img{
	display: block;
	width: 100%;
	height: auto;
}
.HapplicationC li a p{
	width: 100%;
	padding: 12px 15px;
	background-color: rgba(0,0,0,.5);
	position: absolute;
	left: 0;
	bottom: 0;
	box-sizing: border-box;
	font-size: 16px;
	color: #fff;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.HapplicationC li:hover{
	opacity: 0.8;
}

/*Hgroup*/
.Hgroup{
	padding-top: 65px;
	overflow: hidden;
}
.HgroupC{
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}
.HgroupC1{
	display: block;
	width: 110%;
	flex-flow: initial;
	justify-content: initial;
}
.HgroupC li{
	width: 31%;
	margin-top: 25px;
}
.HgroupC1 li{
	float: left;
	width: 28%;
    margin-right: 3.5%;
}
.HgroupC li a{
	display: block;
}
.HgroupC li a img{
	display: block;
	width: 100%;
	height: auto;
}
.HgroupC li a span{
	display: block;
	padding: 0 20px;
	background: rgba(63,121,188,1);
	line-height: 55px;
	position: relative;
}
.HgroupC li a span h4{
	font-size: 18px;
	color: #fff;
	font-weight: normal;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	padding-right: 95px;
}
.HgroupC li a span p{
	font-size: 16px;
	color: #fff;
	position: absolute;
	top: 0;
	right: 20px;
}
.HgroupC li a:hover span{
	background: rgba(63,121,188,0.9);
}

/*Hnew*/
.Hnew{
	margin-top: 60px;
	padding: 70px 0;
	background: #eefaff;
}
.HnewC{
	padding-top: 45px;
}
.HnewCS{
	float: left;
	width: 29%;
	height: auto;
	background: #fff;
}
.HnewCS .team{ 
	width: 100%;
	height: auto;
	position: relative;
}
.HnewCS .team img{
	display: block;
	width: 100%;
	height: auto;
}
.HnewCS .team .HnewCSE{
	padding: 0 35px 25px 35px;
}
.HnewCS .team .HnewCSEtime{
	width: 101px;
	height: 72px;
	background: #3f79bc;
	margin-top: -10px;
	text-align: center;
	position: relative;
	z-index: 10;
}
.HnewCS .team .HnewCSEtime p{
	font-size: 22px;
	color: #fff;
	padding-top: 10px;
}
.HnewCS .team .HnewCSEtime h4{
	font-size: 13px;
	color: #b0c3df;
}
.HnewCS .team .HnewCSEO h4{
	font-size: 14px;
	color: #3f79bc;
	line-height: 23px;
	font-weight: normal;
	height: 46px;
	overflow:hidden;
	margin-top: 15px;
}
.HnewCS .team .HnewCSEO p{
	font-size: 12px;
	color: #929191;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	margin-top: 10px;
}
.HnewCS .team .HnewCSEO a{
	display: block;
	width: 103px;
	background: #3f79bc;
	border-radius: 30px;
	font-size: 11px;
	color: #fff;
	line-height: 35px;
	text-align: center;
	margin-top: 15px;
}
.HnewCS .team .HnewCSEO a:hover{
	opacity: 0.8;
}
.HnewCS .slick-dots{
	position: absolute;
	right:35px;
	top:54%;
	text-align: center;
}
.HnewCS .slick-dots li{
	float: left;
	margin: 0 3px;
}
.HnewCS .slick-dots li button{
	width: 15px;
	height: 15px;
	padding: 0; 
	font-size: 0;
	line-height: 0;
	outline:none;
	cursor: pointer; 
	background: url(../images/dui.png) no-repeat center center;
	border-radius: 0;
	box-sizing: border-box;
	/*background:transparent;*/
}
.HnewCS .slick-dots li.slick-active button{
	background: url(../images/dui1.png) no-repeat center center;
}
.HnewCO{
	float: left;
	width: 34%;
	background: #fff;
}
.HnewCO1{
	margin: 0 1.5%;
}
.HnewCOtit{
	display: flex;
	align-items: center;
	justify-content: center;
	background: #3f79bc;
	font-size: 14px;
	color: #fff;
	line-height: 43px;
}
.HnewCOtit img{
	display: block;
	width: 19px;
	height: auto;
	margin-right: 6px;
}
.HnewCOtit p{
	font-size: 12px;
	color: #8aa8d1;
	text-transform: uppercase;
	margin-left: 3px;
}
.HnewCOS{
	padding: 0 25px 35px 25px;
}
.HnewCOS li{
	padding: 25px 0 20px 0;
	border-bottom: 1px solid #ebebed;
}
.HnewCOS li a{
	display: block;
}
.HnewCOS li a h4{
	font-size: 12px;
	color: #1d1d1d;
	font-weight: normal;
}
.HnewCOS li a h5{
	font-size: 14px;
	color: #1d1d1d;
	font-weight: normal;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	padding-top: 6px;
}
.HnewCOS li a p{
	font-size: 12px;
	color: #929191;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	margin-top: 15px;
}
.HnewCOS li a:hover h4{
	color: #3f79bc;
}
.HnewCOS li a:hover h5{
	color: #3f79bc;
}

/*Hcontact*/
.Hcontact{
	padding-top: 60px;
	overflow: hidden;
}
.HcontactC{
	margin-top: 50px;
	position: relative;
}
.HcontactCmap{
	float: right;
	width: 79%;
	height: 470px;
}
.HcontactCO{
	width: 53%;
	height: auto;
	background: #fff;
	border: 2px solid #4178b9;
	box-sizing: border-box;
	padding: 0 30px 30px 30px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
	z-index: 60;
}
.HcontactCO li{
	display: flex;
	align-items: center;
	border-bottom: 1px solid #c7c8c8;
	padding: 35px 0 15px 0;
	line-height: 35px;
	/*white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;*/
	font-size: 18px;
	color: #666;
}
.HcontactCO li b{
	color: #202020;
}
.HcontactCO li img{
	display: block;
	width: 25px;
	height: auto;
	margin-right: 10px;
}

/*底部*/
.footer{
	margin-top: 70px;
	padding-top: 40px;
	background: #020202;
}
.footerC{
	padding-bottom: 20px;
	border-bottom: 1px solid #393939;
}
.footerCL{
	float: left;
}
.footerCLnav a{
	display: block;
	float: left;
	font-size: 14px;
	color: #fff;
	padding: 0 20px;
	background: url(../images/hr.png) no-repeat left center;
}
.footerCLnav a:first-child{
	background: none;
	padding-left: 0;
}
.footerCLnav a:hover{
	text-decoration: underline;
}
.footerCLlink {
	padding-top: 15px;
}
.footerCLlink p{
	float: left;
	font-size: 14px;
	color: #777;
}
.footerCLlink a{
	display: block;
	float: left;
	font-size: 14px;
	color: #777;
	padding-left: 15px;
}
.footerCLnum{
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #777;
	padding-top: 15px;
}
.footerCLnum img{
	display: block;
	width: 17px;
	margin-right: 3px;
}
.footerCR{
	float: right;
}
.footerCRM{
	float: left;
	width: 78px;
}
.footerCRM img{
	display: block;
	width: 100%;
	height: auto;
}
.footerCRM p{
	font-size: 14px;
	color: #525252;
	text-align: center;
	padding-top: 5px;
}
.footerCRE{
	float: left;
	margin-left: 40px;
}
.footerCRE p{
	font-size: 14px;
	color: #cbcbcb;
	line-height: 30px;
	background: url(../images/footer2.png) no-repeat left center;
	padding-left: 35px;
}
.footerCRE h4{
	font-size: 28px;
	color: #cbcbcb;
	padding-left: 35px;
}
.footerB{
	font-size: 12px;
	color: #666;
	line-height: 40px;
	text-align: center;
}
.footerB a{
	color: #666;
}
.footerB a:hover{
	color: #fff;
}













/*2高亮液晶屏模组*/
/*Cnav*/
.Cnav{
	padding-bottom: 30px;
}
.CnavC{
	background: url(../images/Cnav1.png) no-repeat left bottom;
	background-size: 100% auto;
}
.CnavC a{
	display: block;
	float: left;
	font-size: 16px;
	color: #3f3b3d;
	line-height: 75px;
	margin-left: 20px;
	position: relative;
}
.CnavC a img{
	display: none;
	width: 100%;
	height: auto;
	position: absolute;
	top: 70px;
	left: 0;
}
.CnavC a.on{
	color: #1d57a6;
}
.CnavC a.on img{
	display: block;
}
.CnavC a:hover{
	color: #1d57a6;
}
.CnavC a:hover img{
	display: block;
}














/*3高亮液晶屏模组详情*/
/*GdetailsT*/
.GdetailsT{
	padding-top: 60px;
}
.GdetailsTL{
	float: left;
	width: 50%;
	height: auto;
}
.gallery-top {
    width: 100%;
    height: auto;
}
.gallery-top .swiper-slide img{
    width: 100%;
    height: auto;
}
.gallery-thumbs {
	 width: 100%;
    height: auto;
    margin-top: 10px;
}
.gallery-thumbs .swiper-slide{
	border: 2px solid transparent;
	box-sizing: border-box;
}
.gallery-thumbs .swiper-slide img{
	display: block;
	width: 100%;
	height: auto;
}
.gallery-thumbs .swiper-slide-thumb-active {
 	border: 2px solid #1c5ba7;
}
.gallery-thumbsNext{
	width: 17px;
	height: 29px;
	background: url(../images/right1.png) no-repeat center center;
	background-size: 100% 100%;
	margin-top: -14px;
}
.gallery-thumbsPrev{
	width: 17px;
	height: 29px;
	background: url(../images/left1.png) no-repeat center center;
	background-size: 100% 100%;
	margin-top: -14px;
}
.GdetailsTR{
	float: right;
	width: 46%;
	height: auto;
}
.GdetailsTR h4{
	font-size: 30px;
	color: #000;
	font-weight: normal;
	padding-bottom: 30px;
}
.GdetailsTR p{
	font-size: 16px;
	color: #666;
	line-height: 25px;
}
.GdetailsTR a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 200px;
	background: #1c5ba7;
	border-radius: 30px;
	font-size: 16px;
	color: #fff;
	line-height: 42px;
	margin-top: 70px;
}
.GdetailsTR a img{
	display: block;
	width: 19px;
	height: auto;
	margin-right: 5px;
}
.GdetailsTR a:hover{
	opacity: 0.8;
}

/*GdetailsB*/
.GdetailsB{
	padding-top: 60px;
}
.GdetailsB .Gdetailscontent{
    margin: 0 auto;
}
.GdetailsBtit{
	background: #eee;
}
.GdetailsBtit p{
	display: inline-block;
	width: 160px;
	background: #fff;
	border: 1px solid #1c5ba7;
	font-size: 16px;
	color: #1c5ba7;
	line-height: 56px;
	text-align: center;
}
.GdetailsBimg{
	display: block;
	width: 100%;
	height: auto;
	margin: 30px auto 0 auto;
}












/*4关于高亮*/
/*aboutA*/
.aboutA{
	background: #f6f8fa;
	padding: 80px 0;
}
.Ctit{
	text-align: center;
}
.Ctit h4{
	font-size: 30px;
	color: #223274;
}
.Ctit p{
	font-size: 18px;
	color: #666;
	text-transform: uppercase;
	padding: 10px 0;
}
.Ctit img{
	display: block;
	width: 272px;
	height: auto;
	margin: 0 auto;
}
.Ctit1 h4{
	color: #fff;
}
.Ctit1 p{
	color: #fff;
}
.aboutAC p{
	font-size: 16px;
	color: #666;
	line-height: 25px;
	text-indent: 2rem;
	margin-top: 35px;
}

/*aboutB*/
.aboutB{
	padding-top: 60px;
}
.aboutBC{
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	padding-top: 30px;
}
.aboutBC li{
	width: 30%;
	background: #f3f7fb;
	box-sizing: border-box;
	padding: 35px 20px;
}
.aboutBC li h4{
	font-size: 24px;
	color: #1c5aa7;
	font-weight: normal;
}
.aboutBC li span{
	display: block;
	width: 40px;
	height: 2px;
	background: #1c5aa7;
	margin: 15px 0;
}
.aboutBC li p{
	font-size: 18px;
	color: #666;
}

/*aboutC*/
.aboutC{
	padding: 80px 0;
	margin-top: 80px;
	background: #326aab;
	overflow: hidden;
}
.aboutCO{
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	margin-top: 40px;
	background: url(../images/aboutCbg.png) no-repeat left top;
	background-size: 100% auto;
}
.aboutCO li{
	width: 23%;
	height: auto;
	background: url(../images/aboutC.png) no-repeat center top;
	background-size: 29px auto;
	color: #fff;
}
.aboutCO li h4{
	font-size: 28px;
	font-weight: normal;
	text-align: center;
	padding-top: 35px;
}
.aboutCO li h5{
	font-size: 19px;
	font-weight: normal;
	text-align: center;
	padding: 15px 0 10px 0;
}
.aboutCO li img{
	display: block;
	width: 100%;
	height: auto;
}
.aboutCO li p{
	font-size: 13px;
	line-height: 20px;
	text-indent: 2rem;
	margin-top: 15px;
}

/*aboutD*/
.aboutD{
	padding-top: 40px;
}
.aboutDcon{
	margin-top: 20px;
}
.aboutDMOB{
	display: none;
}
.aboutDcon .swiper-slide {
	/*width: 28.8%;*/
	height:auto;
	/*margin-right:2.23%;*/
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	vertical-align: middle;
}
.aboutDcon .swiper-slide img{
	display: block;
	width: 100%;
	height: auto;
}
.aboutDcon .swiper-button-next{
	width: 48px;
	height: 48px;
	margin-top: -24px;
	background-size: 100% 100%;
	background: url(../images/right2.png) no-repeat left center;
	right: 0;
}
.aboutDcon .swiper-button-prev{
	width: 48px;
	height: 48px;
	margin-top: -24px;
	background-size: 100% 100%;
	background: url(../images/left2.png) no-repeat left center;
	left: 0;
}












/*5联系高亮*/
/*contactA*/
.contactA{
	padding-top: 40px;
}
.contactAS li{
	float: left;
	width: 25%;
	text-align: center;
	box-sizing: border-box;
	padding: 0 3%;
}
.contactAS li img{
	display: block;
	width: 80px;
	height: 80px;
	margin: 0 auto;
}
.contactAS li h4{
	font-size: 16px;
	color: #333;
	font-weight: normal;
	padding-top: 15px;
}
.contactAS li p{
	font-size: 14px;
	color: #999;
	line-height: 23px;
	height: auto;
	overflow: hidden;
	margin-top: 7px;
}
.contactAmap{
	width: 85%;
	height: 470px;
	margin: 25px auto 0 auto;
}

/*contactB*/
.contactB{
	margin-top: 40px;
}
.contactBtit{
	text-align: center;
}
.contactBtit h4{
	font-size: 24px;
	color: #333;
}
.contactBtit span{
	display: block;
	width: 54px;
	height: 5px;
	border-radius: 5px;
	background: #1c5aa7;
	margin:15px auto;
}
.contactBtit p{
	font-size: 14px;
	color: #999;
}
.contactBFC{
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	padding-top: 30px;
}
.contactBFI{
	width: 47%;
	box-sizing: border-box;
	border: 1px solid #e8e8e8;
	padding: 0 20px;
	border-radius: 5px;
	overflow: hidden;
	margin-top: 15px;
}
.contactBFI p{
	float: left;
	font-size: 14px;
	color: #333;
	line-height: 40px;
}
.contactBFCR{
	padding-left: 75px;
}
.contactBFCR input{
	display: block;
	width: 100%;
	height: 40px;
	border: none;
	font-size: 14px;
	color: #777;
}
.contactBFtextarea{
	display: block;
	width: 100%;
	height: 345px;
	box-sizing: border-box;
	padding: 20px 20px;
	margin-top: 15px;
	font-size: 14px;
	color: #777;
	border: 1px solid #e8e8e8;
	border-radius: 5px;
	overflow: hidden;
}
.contactBFbtn{
	display: block;
	width: 260px;
	height: 56px;
	border-radius: 30px;
	font-size: 24px;
	color: #fff;
	background: #1c5aa7;
	margin: 35px auto 0 auto;
}
.contactBFbtn:hover{
	opacity: 0.8;
}













/*6新闻资讯*/
/*new*/
.new{
	background: #f7f7f7;
	padding-bottom: 40px;
}
.newS li{
	margin-top: 25px;
	background: #fff;
}
.newS li a{
	display: block;
}
.newS li a .newImg{
	display: block;
	float: left;
	width: 318px;
	height: auto;
}
.newS li a .newSR{
	padding: 30px 5px 0 365px;
}
.newS li a .newSR h4{
	font-size: 24px;
	color: #000;
	font-weight: normal;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.newS li a .newSR h5{
	font-size: 16px;
	color: #333;
	font-weight: normal;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	padding-top: 20px;
}
.newS li a .newSR p{
	font-size: 14px;
	color: #999;
	line-height: 23px;
	height: 69px;
	overflow: hidden;
	margin-top: 15px;
}
.newS li a:hover .newSR h4{
	color: #326aab;
}

/*page*/
.page{
	padding-top: 50px;
	text-align: center;
}
.page a{
	display: inline-block;
	background: #fff;
	border: 1px solid #ddd;
	padding: 0 10px;
	font-size: 14px;
	color: #666;
	line-height: 30px;
}
.page a.on{
	color: #fff;
	background: #326aab;
	border: 1px solid #326aab;
}
.page a:hover{
	color: #fff;
	background: #326aab;
	border: 1px solid #326aab;
}













/*7新闻资讯详情*/
/*newDetails*/
.newDetails{
	padding-top: 50px;
}
.newDetailsTit{
	text-align: center;
}
.newDetailsTit h4{
	font-size: 30px;
	color: #333;
	font-weight: normal;
}
.newDetailsTit p{
	font-size: 16px;
	color: #999;
	padding-top: 15px;
}
.newDetailsC{
	padding: 10px 0 50px 0;
	border-bottom: 1px solid #eee
}
.newDetailsC p{
	font-size: 16px;
	color: #666;
	line-height: 26px;
	text-indent: 2rem;
	padding-top: 30px;
}
.newDetailsC img{
	display: block;
	width: 90%;
	height: auto;
	margin: 30px auto 0 auto;
}

.chapter{
	padding-top: 10px;
}
.chapter a{
	display: block;
	background: url(../images/diu.png) no-repeat left 10px;
	font-size: 15px;
	color: #000;
	line-height: 25px;
	padding-left: 20px;
	margin-top: 20px;
}
.chapter a span{
	display: block;
}
.chapter a:hover{
	background: url(../images/diu1.png) no-repeat left 10px;
	color: #326aab;
}












/*8应用领域航空高铁车站显示屏*/
/*travelA*/
.travelA{
	padding-top: 50px;
	overflow: hidden;
}
.travelA h4{
	font-size: 34px;
	color: #000;
	text-align: center;
}
.travelAC{
	width: 110%;
	padding-top: 40px;
}
.travelAC li{
	float: left;
    width: 21%;
    height: auto;
    margin: 15px 2.3% 0 0;
}
.travelAC li img{
	display: block;
	width: 100%;
	height: auto;
}

/*travelB*/
.travelB{
	padding-top: 80px;
}
.travelB li{
	padding: 75px 0;
	text-align: center;
}
.travelB li.bg{
	background: #eee;
}
.travelB li h4{
	font-size: 35px;
	color: #50555c;
	font-weight: normal;
}
.travelB li p{
	font-size: 21px;
	color: #50555c;
	padding-top: 20px;
}
.travelB li img{
	display: block;
	width: 90%;
	height: auto;
	margin: 30px auto 0 auto
}

/*travelC*/
.travelC{
	padding: 100px 0;
	text-align: center;
	background: url(../images/travelC.jpg) no-repeat left top;
	background-size: cover;
}
.travelC h4{
	font-size: 36px;
	color: #fff;
	font-weight: normal;
}
.travelC p{
	font-size: 21px;
	color: #fff;
	padding-top: 20px;
}
.travelCF{
	text-align: center;
	padding-top: 100px;
}
.travelCF input{
	display: inline-block;
	width: 242px;
	height: 45px;
	background: #fff;
	border: none;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 0 15px;
	font-size: 16px;
	color: #777;
	margin: 0 5px;
}
.travelCF button{
	display: inline-block;
	width: 206px;
	height: 45px;
	background: #1c5ba7;
	border: none;
	border-radius: 30px;
	box-sizing: border-box;
	font-size: 16px;
	color: #fff;
	margin: 0 5px;
}
.travelCF button:hover{
	opacity: 0.8;
}













/*9应用领域整机配件*/
/*partsA*/
.partsA{
	padding-top: 40px;
}
.partsTit{
	position: relative;
	padding-bottom: 20px;
}
.partsTit img{
	display: block;
	width: 306px;
	height: auto;
	margin: 0 auto;
}
.partsTit .partsTitE{
	width: 100%;
	position: absolute;
	top: 20px;
	left: 0;
	text-align: center;
}
.partsTit .partsTitE h4{
	font-size: 36px;
	color: #000;
}
.partsTit .partsTitE p{
	font-size: 16px;
	color: #666;
	text-transform: uppercase;
	padding-bottom: 15px;
}
.partsTit1 .partsTitE h4{
	color: #fff;
}
.partsTit1 .partsTitE p{
	color: #fff;
}
.partsAC{
	padding-top: 30px;
}
.partsAC img{
	display: block;
	width: 100%;
	height: auto;
}
.partsAC p{
	font-size: 16px;
	color: #4b4b4b;
	line-height: 30px;
	text-indent: 2rem;
	padding-top: 30px;
}

/*partsB*/
.partsB{
	padding-top: 65px;
}
.partsBcon{
	margin-top: 20px;
}
.partsBMOB{
	display: none;
}
.partsBcon .swiper-slide {
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	vertical-align: middle;
}
.partsBcon .swiper-slide img{
	display: block;
	width: 100%;
	height: auto;
}
.partsBcon .swiper-slide p{
	font-size: 14px;
	color: #fff;
	line-height: 25px;
	padding: 10px 10px;
	background: #326aab;
}
.partsBcon .swiper-button-next{
	width: 40px;
	height: 40px;
	margin-top: -20px;
	background-size: 100% 100%;
	background: url(../images/right3.png) no-repeat left center;
	right: 0;
}
.partsBcon .swiper-button-prev{
	width: 40px;
	height: 40px;
	margin-top: -20px;
	background-size: 100% 100%;
	background: url(../images/left3.png) no-repeat left center;
	left: 0;
}

/*partsC*/
.partsC{
	padding: 60px 0;
	margin-top: 80px;
	background: #1c5ba7;
}
.partsCO{
	padding-top: 30px;
}
.partsCO h4{
	font-size: 14px;
	color: #fff;
	text-indent: 2rem;
	line-height: 25px;
	font-weight: normal;
}
.partsCO p{
	font-size: 14px;
	color: #fff;
	line-height: 25px;
}

/*partsD*/
.partsD{
	padding: 50px 0;
}
.partsDC{
	padding-top: 40px;
}
.partsDCL{
	width: 41%;
	height: auto;
	box-sizing: border-box;
	background: #eceff4;
	padding: 10px 10px 25px 10px;
}
.partsDCL img{
	display: block;
	width: 100%;
	height: auto;
}
.partsDCL p{
	font-size: 17px;
	color: #131313;
	padding-top: 25px;
	text-align: center;
}
.partsDCR{
	width: 59%;
	background: #326aab;
	padding: 35px 30px 75px 30px;
	box-sizing: border-box;
}
.partsDCRO .swiper-slide{
	/* Center slide text vertically */
      /*display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;*/
}
.partsDCROT{
	width: 267px;
	height: 43px;
	box-sizing: border-box;
	border: 2px solid #fff;
	line-height: 43px;
	text-align: center;
	overflow: hidden;
}
.partsDCROT h4{
	float: left;
	width: 80px;
	font-size: 25px;
	color: #275caa;
	background: #fff;
}
.partsDCROT p{
	float: left;
	width: 183px;
	font-size: 19px;
	color: #fff;
}
.partsDCROB{
	font-size: 10px;
	color: #fff;
	padding-top: 20px;
	line-height: 20px;
}
.partsDCRO .swiper-pagination{
	bottom: auto;
	left: auto;
	right: 0;
	top: 0;
	text-align: right;
	height: auto;
	font-size: 11px;
	color: #fff;
}
.partsDCRO .swiper-pagination .swiper-pagination-current{
	font-size: 26px;
}














/*10应用领域智慧交通*/
/*trafficA*/
.trafficA{
	padding-top: 70px;
}
.trafficTit{
	font-size: 35px;
	color: #50555c;
	text-align: center;
}
.trafficText{
	font-size: 22px;
	color: #50555c;
	text-align: center;
	padding-top: 20px;
}
.trafficAC li{
	margin-top: 40px;
}

/*trafficB*/
.trafficB{
	background: #eefaff;
	padding: 50px 0;
	margin-top: 80px;
	overflow: hidden;
}
.trafficBC{
	width: 110%;
}
.trafficBC li{
	float: left;
    width: 28%;
    height: auto;
    position: relative;
    overflow: hidden;
    margin: 40px 3.5% 0 0;
}
.trafficBC li a{
	display: block;
}
.trafficBC li a img{
	display: block;
	width: 100%;
	height: auto;
}
.trafficBC li a span{
	display: block;
	padding: 0 20px;
	background: rgba(63,121,188,1);
	line-height: 55px;
	position: relative;
}
.trafficBC li a span h4{
	font-size: 18px;
	color: #fff;
	font-weight: normal;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	padding-right: 95px;
}
.trafficBC li a span p{
	font-size: 16px;
	color: #fff;
	position: absolute;
	top: 0;
	right: 20px;
}
.trafficBC li a:hover span{
	background: rgba(63,121,188,0.9);
}













/*11应用领域智慧餐饮*/
.restaurant{
	padding-top: 60px;
	overflow: hidden;
}
.restaurantTit{
	font-size: 36px;
	color: #000;
	text-align: center;
}

/*restaurantImg*/
.restaurantImg{
	padding-top: 90px;
}
.restaurantImg img{
	display: block;
	width: 100%;
	height: auto;
}











/*12应用领域智慧社区*/
/*community*/
.community{
	padding-top: 60px;
}
.communityC{
	padding-top: 40px;
}
.communityC img{
	display: block;
	width: 100%;
	height: auto;
}
.communityC p{
	font-size: 16px;
	color: #4b4b4b;
	line-height: 30px;
	text-indent: 2rem;
	padding-top: 30px;
}










/*13应用领域智慧校园*/
/*campusA*/
.campusA{
	padding-top: 50px;
}
.campusAC{
	padding-top: 40px;
}
.campusAC h4{
	font-size: 16px;
	color: #50555c;
	text-indent: 2rem;
	line-height: 30px;
	padding-bottom: 20px;
}
.campusAC p{
	font-size: 16px;
	color: #50555c;
	line-height: 30px;
}
.campusBT{
	padding-top: 40px;
}
.campusBT h4{
	font-size: 18px;
	color: #50555c;
	font-weight: normal;
	padding-bottom: 20px;
}
.campusBT p{
	font-size: 18px;
	color: #50555c;
}
.campusBS{
	width: 110%;
	padding-top: 30px;
}
.campusBS li{
	float: left;
    width: 21%;
    height: auto;
    margin: 15px 2.3% 0 0;
}
.campusBS li img{
	display: block;
	width: 100%;
	height: auto;
}
.campusBS li span{
	display: block;
	padding: 10px 10px;
	background: #326aab;
}
.campusBS li span p{
	font-size: 14px;
	color: #fff;
	line-height: 25px;
	height: 50px;
	overflow: hidden;
}









/*14应用领域智慧新零售*/
/*retailA*/
.retailA{
	padding-top: 60px;
	overflow: hidden;
}
.retailA1{
	padding-bottom: 40px;
}
.retailAS{
	width: 110%;
	padding-top: 30px;
}
.retailAS li{
	float: left;
    width: 21%;
    height: auto;
    margin: 15px 2.3% 0 0;
}
.retailAS li img{
	display: block;
	width: 100%;
	height: auto;
}
.retailAS li p{
	font-size: 24px;
	color: #000;
	text-align: center;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	padding-top: 20px;
}

/*retailB*/
/*.retailB{*/
/*	padding-top: 80px;*/
/*}*/
.retailB img{
	display: block;
	width: 100%;
	height: auto;
}










/*15应用领域智慧银行*/
/*bank*/
.bank{
	padding-top: 60px;
}
.bankImg{
	display: block;
	width: 385px;
	height: auto;
	margin: 40px auto 0 auto;
}









/*16应用领域智慧治疗*/
.healthyA{
	padding-top: 70px;
	position: relative;
}
.healthyAbg{
	width: 100%;
	height: 80%;
	background: #f4f4f4;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.healthyTit{
	text-align: center;
}
.healthyTit h4{
	font-size: 36px;
	color: #000;
}
.healthyTit p{
	font-size: 24px;
	color: #999;
	padding-top: 15px;
}
.healthyAS{
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	padding-top: 40px;
}
.healthyAS li{
	width: 32%;
	background: #fff;
	padding: 30px 0;
	box-shadow: 0 0 10px #eee;
}
.healthyAS li h4{
	font-size: 40px;
	color: #3b3c3c;
	line-height: 31px;
	background: url(../images/healthyAS.jpg) no-repeat left center;
	padding: 0 15px 0 40px;
}
.healthyAS li span{
	display: block;
	padding: 40px 40px 0 40px;
}
.healthyAS li span p{
	font-size: 16px;
	color: #666;
	line-height: 35px;
}
.healthyAS li span img{
	display: block;
	width: auto;
	height: 32px;
	margin-top: 40px;
}

/*healthyB*/
.healthyB{
	padding: 80px 0;
	overflow: hidden;
}
.healthyBS{
	width: 110%;
	padding-bottom: 10px;
}
.healthyBS li{
	float: left;
    width: 44.2%;
    height: auto;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    margin: 45px 2.3% 0 0;
    position: relative;
}
.healthyBS li a{
	display: block;
}
.healthyBS li a img{
	display: block;
	width: 100%;
	height: auto;
}
.healthyBS li a p{
	width: 100%;
	background: rgba(63,121,188,0.8);
	box-sizing: border-box;
	padding: 0 15px;
	font-size: 30px;
	color: #fff;
	line-height: 70px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	position: absolute;
	left: 0;
	bottom: 0;
}






















