﻿.block{
	width:1400px;
	margin:0px auto;
}
.b-bg{
	background: #f5f5f5;
}




.headPC{
	padding: 0 3%;
	padding-top: 30px;
	background: #fff;
}
.headPClogo{
	display: block;
	float: left;
}
.headPClogo img{
	display: block;
	width: auto;
	height: 45px;
}
.headPCR{
	float: right;
}
.headPCRnav{
	float: left;
}
.headPCRnav li{
	float: left;
	margin-right: 50px;
	position: relative;
}
.headPCRnav li .headPCRnava{
	display: block;
	text-align: center;
	padding-bottom: 20px;
}
.headPCRnav li .headPCRnava h4{
	font-size: 18px;
	color: #555454;
	font-weight: normal;
}
.headPCRnav li .headPCRnava p{
	font-size: 12px;
	color: #555454;
	padding-top: 5px;
}
.headPCRnav li.on .headPCRnava{
	background: url(../image/nav.jpg) no-repeat center bottom;
}
.headPCRnav li.on .headPCRnava h4{
	font-weight: bold;
	color: #06358D;
}
.headPCRnav li.on .headPCRnava p{
	color: #06358D;
}
.headPCRnav li:hover .headPCRnava{
	background: url(../image/nav.jpg) no-repeat center bottom;
}
.headPCRnav li:hover .headPCRnava h4{
	font-weight: bold;
	color: #06358D;
}
.headPCRnav li:hover .headPCRnava p{
	color: #06358D;
}
.headPCRnav li dl{
	display: none;
	width: 160px;
	height: auto;
	background: #fff;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -70px;
	z-index: 10;
	border-radius: 6px;
	text-align: center;
	padding: 20px 0;
	box-sizing: border-box;
}
.headPCRnav li dl dt{
	position: relative;
	padding: 0 10px;
}
.headPCRnav li dl dt .headPCRnavDa{
	display: block;
	font-size: 16px;
	color: #555454;
	line-height: 35px;
}
.headPCRnav li dl dt .headPCRnavDa:hover{
	color: #06358D;
	font-weight: bold;
}
.headPCRnav li:hover dl{
	display: block;
}
.headPCRnav li dl dt .headPCRnavDC{
	display: none;
	width: 130px;
	height: auto;
	background: #F6F6F6;
	padding: 15px 10px;
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 6;
	border-radius: 0 6px 6px 0;
}
.headPCRnav li dl dt .headPCRnavDC a{
	display: block;
	font-size: 14px;
	color: #777;
	line-height: 30px;
}
.headPCRnav li dl dt:hover .headPCRnavDC{
	display: block;
}
.headPCRnav li dl dt .headPCRnavDC a:hover{
	color: #06358D;
}
.headPCRwx{
	display: block;
	float: left;
}
.headPCRwx img{
	display: block;
	width: 31px;
	height: auto;
}
.headPCRwx:hover{
	opacity: 0.7;
}
.headPCRS{
	float: left;
	width: 106px;
	height: 30px;
	border: 1px solid #eee;
	overflow: hidden;
	border-radius: 50px;
	margin-left: 20px;
	position: relative;
}
.headPCRS button{
	display: block;
	float: left;
	width: 30px;
	height: 100%;
	background: url(../image/search.png) no-repeat center center;
	cursor: pointer;
}
.headPCRS input{
	display: block;
	float: left;
	width: 76px;
	height: 100%;
	border: none;
	box-sizing: border-box;
	padding: 0 10px 0 5px;
}


.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: 100%;
	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;
}
.headMOBSO li .headMOBST .headMOBSTimg{
	display: block;
	width: 10px;
	height: auto;
	position: absolute;
	top: 20px;
	right: 0px;
}
.headMOBSTpic{
	display: inline-block;
	width: 30px;
	height: auto;
}
.headMOBSO li .headMOBST .headMOBSTimg.headMOBSTimg1{
	display: block;
}
.headMOBSO li .headMOBST .headMOBSTimg.headMOBSTimg2{
	display: none;
}
.headMOBSO li .headMOBSD{
	display: none;
	padding: 0 10px 15px 10px;
}
.headMOBSO li .headMOBSD a{
	display: block;
	font-size: 13px;
	color: #666;
	line-height: 30px;
}
.headMOBSO li.on .headMOBST{
	color: #c00000;
}
.headMOBSO li.on .headMOBST .headMOBSTimg.headMOBSTimg1{
	display: none;
}
.headMOBSO li.on .headMOBST .headMOBSTimg.headMOBSTimg2{
	display: block;
}







.banner,.banner2{
	width: 100%;
	height: auto;
}

.banner2{
		
		display: none;
	}

.banner .team,.banner2 .team{ 
	width: 100%;
	height: auto;
	position: relative;
	background: #000;
}
.banner .team a,.banner2 .team a{ 
	display: block;
	width: 100%;
	height: auto;
	position: relative;
}
.banner .team a img,.banner2 .team a img{ 
	display: block;
	width: 100%;
	height: auto;
}
.banner .team a .bannerH,.banner2 .team a .bannerH{
	display: block;
	width: 35px;
	height: auto;
	position: absolute;
	left: 50%;
	bottom: 13%;
	margin-left: -17.5px;
}
.banner .team a .bannerH:hover,.banner2 .team a .bannerH:hover{
	bottom: 14%;
}
.banner .team a .bannerP,.banner2 .team a .bannerP{
	display: block;
	width: 100px;
	height: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 6;
}
.banner .team .bannerV{
	
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	top: 0;
}
.banner .team .bannerV video{
	display: block;
	width: 100%;
	height: auto;
}
..banner .team .bannerV.on{
	display: block;
}
.banner .slick-dots,.banner2 .slick-dots{
	position: absolute;
	right:0%;
	bottom:6%;
	width: 100%;
	height: auto;
	text-align: center;
}
.banner .slick-dots li,.banner2 .slick-dots li{
	
	display: inline-block;
	margin: 0 20px;
}
.banner .slick-dots li button,.banner2 .slick-dots li button{
	width: 74px;
	height: 5px;
	padding: 0; 
	font-size: 0;
	line-height: 0;
	outline:none;
	cursor: pointer; 
	background:#999 !important;
	border-radius: 10px;
	box-sizing: border-box;
	
}
.banner .slick-dots li.slick-active button,.banner2 .slick-dots li.slick-active button{
	background:#fff !important;
}


.Cbanner{
	width: 100%;
	height: auto;
}
.Cbanner .team{ 
	width: 100%;
	height: auto;
	position: relative;
	background: #000;
}
.Cbanner .team a{ 
	display: block;
	width: 100%;
	height: auto;
	position: relative;
}
.Cbanner .team a img{ 
	display: block;
	width: 100%;
	height: auto;
}
.Cbanner .slick-dots{
	position: absolute;
	right:0%;
	bottom:6%;
	width: 100%;
	height: auto;
	text-align: center;
}
.Cbanner .slick-dots li{
	
	display: inline-block;
	margin: 0 20px;
}
.Cbanner .slick-dots li button{
	width: 74px;
	height: 5px;
	padding: 0; 
	font-size: 0;
	line-height: 0;
	outline:none;
	cursor: pointer; 
	background:#999 !important;
	border-radius: 10px;
	box-sizing: border-box;
	
}
.Cbanner .slick-dots li.slick-active button{
	background:#fff !important;
}


.Hprod{
	padding: 80px 0;
	background: #f6f6f6 url(../image/about11.png) no-repeat left top;
	background-size: cover;
	position: relative;
}
.HprodTL{
	float: left;
}
#mydiv{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
#mydiv canvas{
	width: 100%;
	height: 100%;
}

.Htit h4{
	font-size: 40px;
	color: #06358D;
}
.Htit p{
	font-size: 18px;
	color: #555454;
	text-transform: uppercase;
	padding-top: 5px;
}
.HprodT{
	position: relative;
	z-index: 6;
}
.HprodTR{
	float: right;
}
.HprodTR li{
	float: left;
	margin-left: 50px;
	text-align: center;
}
.HprodTR li .HprodTRa{
	display: block;
	font-size: 20px;
	color: #555454;
}
.HprodTR li .HprodTRD{
	display: none;
	padding-top: 10px;
}
.HprodTR li .HprodTRD a{
	display: block;
	font-size: 16px;
	color: #555454;
	line-height: 30px;
}
.HprodTR li.on .HprodTRa{
	color: #06358D;
	font-weight: bold;
}
.HprodTR li.on .HprodTRD{
	display: block;
}
.HprodTR li .HprodTRD a.act{
	color: #06358D;
}
.HprodTR li:hover .HprodTRa{
	color: #06358D;
	font-weight: bold;
}
.HprodTR li .HprodTRD a:hover{
	color: #06358D;
}
.HprodC{
	margin-top: 50px;
	position: relative;
	z-index: 6;
}
.HprodC .list{
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}
.HprodC .list li {
	width: 32%;
	height: 485px;
	background: center no-repeat;
	background-size: cover;
	position: relative;
	overflow: hidden; 
	transition:0.3s;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
}
.HprodC .list li .layer {
	
	width: 100%;
	box-sizing: border-box;
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  bottom: 0;
 
  padding: 0 40px;
  color: #333; 
  
  transition:0.3s;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
}
.HprodC .list li .layer h3 {
  font-size: 20px;
  margin-bottom: 40px; 
  text-align: center;
  transition:0.3s;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;

}
.HprodC .list li .layer .container {
  height: 0;
  overflow: hidden; 
  transition:0.3s;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
}
.HprodC .list li .layer p {
	width: 300px;
  font-size: 16px;
  line-height: 24px;
}
.HprodC .list li .layer .more {
  display: inline-block;
 	font-size: 20px;
  background: url("../image/more86.png") right bottom no-repeat;
  background-size: 21px auto; 
  padding-right: 30px;
  margin-top: 30px;
}
.HprodC .list li.on:before {
  opacity: 0; 
}
.HprodC .list li.on .layer {
	height: 100%;
  background: linear-gradient(92deg, #06358D 0%, rgba(6, 53, 141, 0) 100%);
  padding-top: 70px;
  color: #fff;
}
.HprodC .list li.on .layer h3 {
  color: #fff; 
  text-align: left;
  background: url(../image/hr.png) no-repeat left bottom;
  padding-bottom: 15px;
}
.HprodC .list li.on .layer .container {
  height: 260px; 
}
.HprodCpc{
	display: block;
}
.HprodCmob{
	display: none;
	flex-flow: wrap;
	justify-content: space-between;
}
.HprodCmob li{
	width: 32%;
	height: auto;
	position: relative;
	margin-top: 20px;
}
.HprodCmob li a{
	display: block;
}
.HprodCmob li a img{
	display: block;
	width: 100%;
	height: auto;
}
.HprodCmob li a h3{
	width: 100%;
	font-size: 16px;
	color: #333;
	text-align: center;
	line-height: 40px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	box-sizing: border-box;
	padding: 0 10px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.HprodMore{
	text-align: center;
	padding-top: 40px;
}
.HprodMore a{
	display: inline-block;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 18px;
	color: #999;
	line-height: 40px;
	vertical-align: middle;
	padding: 0 15px;
}
.HprodMore a img{
	display: inline-block;
	width: 21px;
	height: auto;
	vertical-align: middle;
}
.HprodMore a:hover{
	background: #eee;
}


.Habout{
	width: 100%;
	height: auto;
}
.Habout .team{ 
	width: 100%;
	height: auto;
	position: relative;
}
.Habout .team .HaboutImg{ 
	display: block;
	width: 100%;
	height: auto;
}
.HaboutC{
	width: 940px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background: rgba(204,204,204,0.89);
}
.HaboutCO{
	width: 90%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	box-sizing: border-box;
	padding-right: 22%;
}
.HaboutCO h2{
	font-size: 32px;
	color: #333;
}
.HaboutCO h2 em{
	font-size: 18px;
	text-transform: uppercase;
}
.HaboutCOE{
	padding-top: 20px;
}
.HaboutCOE p{
	font-size: 16px;
	color: #666;
	margin-top: 10px;
	line-height: 30px;
}
.HaboutCOM{
	margin-top: 15px;
}
.HaboutCOM li{
	float: left;
	width: 109px;
	padding: 25px 0;
	cursor: pointer;
	background: #fff;
	overflow: hidden;
	border-radius: 5px;
	margin-right: 20px;
}
.HaboutCOM li img{
	width: auto;
	height: 25px;
	margin: 0 auto;
}
.HaboutCOM li img.HaboutCOMimg1{
	display: block;
}
.HaboutCOM li img.HaboutCOMimg2{
	display: none;
}
.HaboutCOM li p{
	font-size: 16px;
	color: #999;
	text-align: center;
	padding-top: 10px;
}
.HaboutCOM li:hover{
	background-color: #0A51D8;
}
.HaboutCOM li:hover img.HaboutCOMimg1{
	display: none;
}
.HaboutCOM li:hover img.HaboutCOMimg2{
	display: block;
}
.HaboutCOM li:hover p{
	color: #fff;
}
.Habout .slick-dots{
	position: absolute;
	left:3%;
	bottom:6%;
	
	height: auto;
	text-align: center;
}
.Habout .slick-dots li{
	float: left;
	margin-right: 10px;
}
.Habout .slick-dots li button{
	width: 74px;
	height: 5px;
	padding: 0; 
	font-size: 0;
	line-height: 0;
	outline:none;
	cursor: pointer; 
	background:rgba(255,255,255,0.5);
	border-radius: 10px;
	box-sizing: border-box;
	
}
.Habout .slick-dots li.slick-active button{
	background:#fff !important;
}


.Hnew{
	background:url(../image/about11.png) no-repeat left top;
	background-size: cover;
}
.HnewL{
	float: left;
	padding-top: 130px;
}
.HnewLnav{
	padding: 50px 0;
}
.HnewLnav a{
	display: block;
	font-size: 20px;
	color: #555454;
	margin-top: 10px;
}
.HnewLnav a.on{
	font-weight: bold;
	color: #06358D;
}
.HnewLnav a:hover{
	color: #06358D;
}
.HnewLmore{
	display: inline-block;
	font-size: 18px;
	color: #999;
	background: url(../image/more.png) no-repeat right center;
	background-size: 30px auto;
	padding-right: 40px;
}
.HnewLmore:hover{
	color: #06358D;
}
.HnewR{
	padding-left: 250px;
}
.HnewR .list ul{
	display: flex;
	box-sizing: border-box;
}
.HnewR .list li {
  height: auto;
  width: 33.333%;
  border-left: #e1e1e1 solid 1px;
  transition:0.3s;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
}
.HnewR .list li a {
  display: block;
  padding: 130px 25px;
  color: #333;
  position: relative;
   transition:0.3s;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
}
.HnewR .list li a:before {
  content: "";
  display: block;
  position: absolute;
  left: -1px;
  top: -200px;
  width: 1px;
  background: #06358D;
  height: 0; 
}
.HnewR .list li a .time{
	color: #ccc;
}
.HnewR .list li a .time h4{
	font-size: 50px;
}
.HnewR .list li a .time p{
	font-size: 20px;
}
.HnewR .list li a .tit{
	padding-bottom: 15px;
}
.HnewR .list li a .tit h3 {
  font-size: 24px;
  line-height: 30px;
  height: 60px;
  overflow: hidden; 
}

.HnewR .list li a p {
  font-size: 14px;
  line-height: 22px;
  height: 66px;
  overflow: hidden;
  margin-top: 15px;
}
.HnewR .list li a .more {
	display: inline-block;
  	font-size:13px;
  	color: #999;
  	background: url(../image/more.png) no-repeat right center;
	background-size: 30px auto;
	padding-right: 40px;
	padding-bottom: 30px;
	margin: 15px 0 30px 0;
   	transition:0.3s;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
}
.HnewR .list li a .img {
  height: 180px;
  background: center no-repeat;
  background-size: cover;
}
.HnewR .list li.on {
  width: 47%;
  flex-shrink: 0;
  -webkit-flex-shrink: 0; 
}
.HnewR .list li.on a .time{
	color: #06358D;
}
.HnewR .list li.on a .tit{
	background: url(../image/nav.jpg) no-repeat left bottom;
	color: #06358D;
}
.HnewR .list li.on a:before {
  height: 215px;
  top: 130px; 
}
.HnewR .list li.on a .img {
  height: 358px; 
}
.HnewRpc{
	display: block;
}
.HnewRmob{
	display: none;
}
.HnewRmob .newsC {
	padding-top: 10px;
}
.HnewRmob .newsC li{
	padding: 25px 0;
	border-bottom: 1px solid #e1e1e1;
}
.HnewRmob .newsC li a{
	display: block;
}
.HnewRmob .newsC li a .newsCimg{
	display: block;
	float: left;
	width: 200px;
	height: auto;
}
.HnewRmob .newsC li a .newsCE{
	padding-left: 210px;
}
.HnewRmob .newsC li a .newsCE h2{
	font-size: 16px;
	color: #333;
	font-weight: normal;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.HnewRmob .newsC li a .newsCE p{
	font-size: 14px;
	color: #666;
	line-height: 25px;
	height: 50px;
	overflow: hidden;
	margin-top: 10px;
}


.Hservice{
	padding: 80px 0 100px 0;
	background: #fff url(../image/Hservice1.png) no-repeat left bottom;
}
.HserviceTL{
	float: left;
}
.HserviceTR{
	float: right;
}
.HserviceC{
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	padding-top: 50px;
}
.HserviceC li{
	width: 24%;
	height: auto;
	position: relative;
}
.HserviceC li a{
	display: block;
}
.HserviceC li a img{
	display: block;
	width: 100%;
	height: auto;
}
.HserviceC li a em{
	display: block;
	width: 100%;
	height: auto;
	background: rgba(23, 36, 78, 0.62);
	font-size: 21px;
	color: #fff;
	line-height: 49px;
	text-align: center;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	position: absolute;
	left: 0;
	bottom: 0;
}
.HserviceC li a span{
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(6,53,141,0.7);
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	padding: 13% 40px 0 40px;
	text-align: center;
}
.HserviceC li a span h4{
	font-size: 21px;
	color: #fff;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	padding-bottom: 15px;
}
.HserviceC li a span p{
	font-size: 14px;
	color: #fff;
	line-height: 23px;
	height: 69px;
	overflow: hidden;
}
.HserviceC li:hover a em{
	display: none;
}
.HserviceC li:hover a span{
	display: block;
}


.footer{
	background: #042460;
}
.footerT{
	padding: 40px 0 30px 0;
}
.footerTN{
	float: left;
	margin-right: 50px;
}
.footerTN a{
	display: block;
}
.footerTN a h4{
	font-size: 16px;
	color: rgba(255,255,255,0.7);
	padding-bottom: 10px;
	font-weight: normal;
}
.footerTN a p{
	font-size: 14px;
	color: rgba(255,255,255,0.7);
	line-height: 30px;
}
.footerTN a h4:hover{
	color: rgba(255,255,255,1);
}
.footerTN a p:hover{
	color: rgba(255,255,255,1);
}
.footerTA{
	float: left;
}
.footerTA li{
	padding-bottom: 10px;
}
.footerTA li img{
	display: block;
	float: left;
	width: 20px;
	height: auto;
	padding-top: 7px;
}
.footerTA li p{
	width: 325px;
	padding-left: 30px;
	font-size: 16px;
	color: rgba(255,255,255,0.7);
	line-height: 30px;
}
.footerTcode{
	display: block;
	float: right;
	width: 185px;
	height: auto;
}
.footerB p{
	font-size: 14px;
	color: rgba(255,255,255,0.7);
	text-align: center;
	line-height: 30px;
}
.footerB p a{
	color: rgba(255,255,255,0.7);
}
.footerB p a:hover{
	color: rgba(255,255,255,1);
}


.broadside{
	width: 98px;
	height: auto;
	position: fixed;
	top: 15%;
	right: -60px;
	z-index: 60;
	border-radius: 10px 0 0 10px;
	background: #06358D;
}
.broadside:hover{
	right: 0;
}
.broadside dt{
	width: 100%;
	height: auto;
	text-align: center;
	cursor: pointer;
	position: relative;
}
.broadside dt .broadsideN{
	display: block;
	width: 100%;
	height: auto;
	padding: 25px 0;
	border-bottom: 1px solid #fff;
}
.broadside dt .broadsideN img{
	display: block;
	width: auto;
	height: 21px;
	margin: 0 auto;
}
.broadside dt .broadsideN p{
	font-size: 14px;
	color: #fff;
	margin-top: 10px;
}
.broadside dt:hover{
	background: #275bac;
}
.broadside dt .broadsideC{
	display: none;
	width: 260px;
	height: auto;
	background: #275bac;
	box-sizing: border-box;
	padding: 20px 20px;
	position: absolute;
	left: -263px;
	top: 0;
	z-index: 60;
}
.broadsideC h4{
	font-size: 16px;
	color: #fff;
	line-height: 40px;
	font-weight: normal;
	padding-left: 35px;
	background: url(404.png) no-repeat left center;
	background-size: 30px auto;
}
.broadsideC p{
	font-size: 14px;
	color: #fff;
	text-align: center;
	margin-top: 5px;
}
.broadsideC img{
	display: block;
	width: 100px;
	height: auto;
	margin: 15px auto 0 auto;
}
.broadside dt:hover .broadsideC{
	display: block;
}
.broadside dd{
	width: 100%;
	height: auto;
	background: #5b5d65;
	text-align: center;
	margin-top: 30px;
}
.broadside dd a{
	display: block;
	padding: 10px 0;
}
.broadside dd a img{
	display: block;
	width: 46px;
	height: auto;
	margin: 0 auto;
}
.broadside dd:hover{
	background: rgba(6,53,141,0.7);
}
.broadside dt:nth-child(4) .broadsideN{
	border-bottom: none;
}























.location{
	padding: 30px 0;
	font-size: 16px;
	line-height: 30px;
	background: #eee;
}
.location a{
	display: block;
	float: left;
	color: #666;
}
.location em{
	display: block;
	float: left;
	color: #666;
	margin: 0 10px;
}
.location p{
	float: left;
	color: #666;
}
.location a:hover{
	color: #06358D;
}
.customer{
	padding: 80px 0;
	background: #F6F6F6;
}
.customerImg1{
	display: block;
	width: 100%;
	height: auto;
	margin-top: 30px;
}
.customerT{
	padding-top: 30px;
}
.customerT h4{
	font-size: 24px;
	color: #06358D;
	font-weight: normal;
	padding-bottom: 10px;
}
.customerT p{
	font-size: 16px;
	color: #666;
	line-height: 30px;
}
.customerTel p{
	font-size: 24px;
	color: #06358D;
	padding: 30px 0 10px 0;
}
.customerTel img{
	display: block;
	width: 95%;
	height: auto;
	margin: 0 auto;
}
.customerB{
	margin-top: 30px;
	border-radius: 4px;
	padding: 30px 30px;
	background: rgba(6, 53, 141, 0.03);
}
.customerB p{
	font-size: 24px;
	color: #666;
	line-height: 35px;
}
.customerB p em{
	color: #06358D;
	font-weight: bold;
}











.technology{
	padding: 80px 0;
	background: #F6F6F6;
}
.technologyC li{
	background: #fff;
	margin-top: 30px;
	border: 1px solid transparent;
}
.technologyC li a{
	display: block;
}
.technologyC li a .technologyCimg{
	display: block;
	float: left;
	width: 465px;
	height: auto;
}
.technologyC li a .technologyCE{
	padding-left: 480px;
	padding-right: 30px;
}
.technologyC li a .technologyCE h4{
	font-size: 29px;
	color: #313131;
	font-weight: normal;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	padding: 20px 0 10px 0;
}
.technologyC li a .technologyCE p{
	font-size: 14px;
	color: #666;
	line-height: 25px;
	height: 75px;
	overflow: hidden;
}
.technologyC li a .technologyCE img{
	display: block;
	width: 21px;
	height: auto;
	margin-top: 20px;
}
.technologyC li:hover{
	border: 1px solid #06358D;
}
.technologyC li:hover .technologyCE h4{
	color: #06358D;
}

.page{
	float: right;
	margin-top: 30px;
}
.page a{
	display: block;
	float: left;
	background: #fff;
	padding: 0 15px;
	font-size: 14px;
	color: #666;
	line-height: 40px;
	margin-left: 10px;
	border: 1px solid #ddd;
}
.page a:hover{
	color: #fff;
	background: #06358D;
}




















.technologyDetails{
	padding: 80px 0;
	background: #F6F6F6;
}
.technologyDetailsC{
	background: #fff;
	padding: 15px 15px;
}
.technologyDetailsCT{
	padding-bottom: 20px;
	border-bottom: 1px solid #C8C8C8;
}
.technologyDetailsCT h4{
	font-size: 36px;
	color: #333;
}
.technologyDetailsCT p{
	font-size: 16px;
	color: #666;
	padding-top: 10px;
}
.technologyDetailsCE{
	padding-top: 20px;
}
.technologyDetailsCE p{
	font-size: 14px;
	color: #666;
	line-height: 27px;
}
.technologyDetailsCE img{
	display: block;
	width: 100%;
	height: auto;
	margin-top: 15px;
}
.technologyDetailsTit{
	margin-top: 40px;
	border-bottom: 1px solid #C8C8C8;
	line-height: 60px;
}
.technologyDetailsTit h4{
	float: left;
	font-size: 36px;
	color: #333;
	border-bottom: 2px solid #06358D;
}
.technologyDetailsTit a{
	display: block;
	float: right;
	font-size: 16px;
	color: #999;
}
.technologyDetailsTit a:hover{
	color: #06358D;
}
.technologyDetailsS{
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}
.technologyDetailsS li{
	width: 40%;
	height: auto;
	margin-top: 40px;
}
.technologyDetailsS li a{
	display: block;
}
.technologyDetailsS li a .technologyDetailsSimg{
	display: block;
	float: left;
	width: 200px;
	height: auto;
}
.technologyDetailsS li a .technologyDetailsSE{
	padding-left: 220px;
}
.technologyDetailsS li a .technologyDetailsSE h4{
	font-size: 16px;
	color: #333;
	font-weight: normal;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.technologyDetailsS li a .technologyDetailsSE p{
	font-size: 16px;
	color: #777;
	line-height: 26px;
	height: 52px;
	overflow: hidden;
	margin-top: 10px;
}
.technologyDetailsS li a .technologyDetailsSE img{
	display: block;
	width: 21px;
	height: auto;
	margin-top: 10px;
}
.technologyDetailsS li:hover a .technologyDetailsSE h4{
	color: #06358D;
}
.technologyDetailsS li:hover a .technologyDetailsSE p{
	color: #06358D;
}















.allDetails{
	padding: 80px 0;
	background: #F6F6F6;
}
.allDetailsTit{
	font-size: 40px;
	color: #333;
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
}
.allDetailsC{
	padding-top: 40px;
}
.allDetailsCvidoe{
	width: 100%;
	height: auto;
}
.allDetailsCvidoe video{
	display: block;
	width: 100%;
	height: auto;
}
.allDetailsCE{
	font-size: 16px;
	color: #666;
	line-height: 30px;
	margin-top: 20px;
}
.allDetailsB{
	margin-top: 40px;
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}
.allDetailsB li{
	width: 32%;
	height: auto;
	border: 1px solid #ddd;
	margin-top: 30px;
}
.allDetailsB li a{
	display: block;
}
.allDetailsBM{
	position: relative;
}
.allDetailsBMimg{
	display: block;
	width: 100%;
	height: auto;
}
.allDetailsBMplay{
	display: block;
	width: 89px;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.allDetailsBE{
	padding: 20px 15px;
}
.allDetailsB li a .allDetailsBE h4{
	font-size: 25px;
	color: #333;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.allDetailsB li a .allDetailsBE p{
	font-size: 16px;
	color: #666;
	line-height: 28px;
	height: 56px;
	overflow: hidden;
	margin-top: 15px;
}
.allDetailsBE img{
	display: block;
	width: 21px;
	height: auto;
	margin-top: 10px;
}
.allDetailsB li:hover{
	border: 1px solid #06358D;
	background: #fff;
}
.allDetailsB li:hover .allDetailsBE h4{
	color: #06358D;
}
.allDetailsB li:hover .allDetailsBE p{
	color: #06358D;
}




















.case{
	padding: 80px 0;
	background: #F6F6F6;
}
















.contact{
	padding: 80px 0;
	background: #F6F6F6 url(../image/contact1.png) no-repeat left top;
}
.contactC{
	padding-top: 30px;
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}
.contactC li{
	width: 32%;
	height: auto;
	margin-top: 20px;
	background: #fff;
	box-sizing: border-box;
	padding: 30px 10px;
}
.contactC li img{
	display: block;
	width: 112px;
	height: auto;
	margin: 0 auto 15px auto;
}
.contactC li p{
	font-size: 16px;
	color: #333;
	line-height: 38px;
	text-align: center;
}
.contactC li p em{
	color: #06358D;
}
.contactC li a{
	display: block;
	width: 121px;
	font-size: 16px;
	color: #fff;
	line-height: 38px;
	text-align: center;
	background: #06358D;
	border-radius: 30px;
	margin: 0 auto;
}
.contactC li a:hover{
	opacity: 0.7;
}



















.map{
	position: relative;
}
.mapM{
	width: 100%;
	height: 1080px;
}
.mapE{
	width: 997px;
	height: 1000px;
	
	position: absolute;
	right: 0;
	bottom: 0;
	box-sizing: border-box;
	padding: 260px 0 0 360px;
	background: url(../image/mapE.png) no-repeat left top;
	background-size: 100% 100%;
}
.mapE h2{
	font-size: 26px;
	color: #06358D;
}
.mapEhr{
	width: 160px;
	height: 1px;
	background: #ccc;
	margin-top: 15px;
}
.mapEC{
	padding-top: 15px;
}
.mapEC p{
	margin-top: 20px;
}
.mapEC p em{
	display: block;
	font-size: 15px;
	color: #8D8D8D;
	padding-left: 25px;
}
.mapEC p img{
	display: block;
	float: left;
	width: 17px;
	height: auto;
	margin-top: 2px;
}
.mapEC h4{
	font-size: 19px;
	color: #333;
	font-weight: normal;
	padding: 15px 0 10px 0;
}


.message{
	padding: 80px 0;
	background: #F6F6F6 url(../image/message1.png) no-repeat left top;
}
.messageT{
	text-align: center;
}
.messageT h4{
	font-size: 36px;
	color: #333;
	font-weight: normal;
}
.messageT p{
	font-size: 16px;
	color: #333;
	padding-top: 10px;
}
.messageI{
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}
.messageIC{
	width: 48%;
	margin-top: 30px;
}
.messageIC p{
	font-size: 16px;
	color: #333;
	padding-bottom: 10px;
}
.messageIC p em{
	color: #f00;
}
.messageIC input{
	display: block;
	width: 100%;
	height: 50px;
	box-sizing: border-box;
	padding: 0 10px;
	border: none;
}
.messageT{
	width: 100%;
	margin-top: 30px;
}
.messageT p{
	font-size: 16px;
	color: #333;
	padding-bottom: 10px;
	text-align: left;
}
.messageT textarea{
	display: block;
	width: 100%;
	height: 235px;
	box-sizing: border-box;
	padding: 10px 10px;
	border: none;
}
.messageY{
	margin-top: 30px;
}
.messageY p{
	font-size: 16px;
	color: #333;
	padding-bottom: 10px;
}
.messageY p em{
	color: #f00;
}
.messageYC{
	display: flex;
	align-items: center;
}
.messageYC input{
	display: block;
	width: 48%;
	height: 50px;
	box-sizing: border-box;
	padding: 0 10px;
	border: none;
}
.messageYC img{
	display: block;
	width: auto;
	height: 50px;
	margin-left: 10px;
}
.messageBtn{
	text-align: center;
	margin-top: 40px;
}
.messageBtn button{
	display: inline-block;
	margin: 0 5px;
	width: 175px;
	height: 50px;
	font-size: 20px;
	border-radius: 5px;
}
.messageBtn button.messageBtn1{
	background: #E8EFFC;
	border: 1px solid #06358D;
	color: #06358D;
}
.messageBtn button.messageBtn2{
	background: #06358D;
	border: 1px solid #06358D;
	color: #fff;
}
.messageBtn button:hover{
	opacity: 0.7;
}

















.technologyDetailsNew{
	padding-top: 10px;
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}
.technologyDetailsNew li{
	margin-top: 40px;
	width: 33.3333333%;
	box-sizing: border-box;
	border-left: 1px solid #ccc;
}
.technologyDetailsNew li a{
	display: block;
	padding: 0 25px;
}
.technologyDetailsNew li a .time{
	color: #ccc;
}
.technologyDetailsNew li a .time h4{
	font-size: 50px;
}
.technologyDetailsNew li a .time p{
	font-size: 20px;
}
.technologyDetailsNew li a .tit{
	padding-bottom: 15px;
	background: url(../image/nav.jpg) no-repeat left bottom;
}
.technologyDetailsNew li a .tit h3 {
  font-size: 24px;
  line-height: 30px;
  height: 60px;
  overflow: hidden; 
}
.technologyDetailsNew li a p {
  font-size: 14px;
  line-height: 22px;
  height: 66px;
  overflow: hidden;
  margin-top: 15px;
}
.technologyDetailsNew li a .more {
	display: inline-block;
  	font-size:13px;
  	color: #999;
  	background: url(../image/more.png) no-repeat right center;
	background-size: 30px auto;
	padding-right: 40px;
	padding-bottom: 30px;
	margin: 15px 0 30px 0;
   	transition:0.3s;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
}
.technologyDetailsNew li a img{
	display: block;
	width: 100%;
	height: auto;
}
.technologyDetailsNew li:hover a .time{
	color: #06358D;
}
.technologyDetailsNew li:hover a .tit h3{
	color: #06358D;
}
















.new{
	padding: 80px 0;
}
.newTL{
	float: left;
}
.newTR{
	float: right;
}
.newTR a{
	display: block;
	float: left;
	font-size: 20px;
	color: #555454;
	margin-top: 10px;
	margin-left: 20px;
}
.newTR a.on{
	font-weight: bold;
	color: #06358D;
}
.newTR a:hover{
	color: #06358D;
}




















.about1{
	padding: 130px 0;
	background:url(../image/about11.png) no-repeat left top;
	background-size: cover;
}
.about1L{
	float: left;
}
.about1R{
	padding-left: 200px;
}
.about1R p{
	font-size: 18px;
	color: #555454;
	line-height: 30px;
	text-indent: 2rem;
}
.about1R p em{
	font-weight: bold;
}


.about2{
	background:url(../image/about21.png) no-repeat left top;
	background-size: cover;
}
.about2C{
	display: flex;
	border-right:1px solid #fff;
}
.about2C li{
	width: 33.333%;
	height: 761px;
	border-left:1px solid #fff;
	position: relative;
	transition:0.3s;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
}
.about2C li:before {
  content: "";
  display: block;
  position: absolute;
  left: -1px;
  top: -200px;
  width: 3px;
  background: #06358D;
  height: 0px; 
  transition:0.3s;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
}
.about2C li a{
	display: block;
	padding: 300px 25px 0 25px;
	transition:0.3s;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
}
.about2C li a h4{
	font-size: 40px;
	color: #fff;
	transition:0.3s;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
}
.about2C li a p{
	font-size: 22px;
	color: #fff;
	padding-top: 10px;
	display: none;
	transition:0.3s;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
}
.about2C li:hover:before{
	top: 200px;
	height: 80px;
}
.about2C li:hover a{
	padding-top: 200px;
}
.about2C li:hover a p{
	display: block;
}


.about3{
	padding: 80px 0;
}
.about3C{
	width: 100%;
	height: auto;
	position: relative;
	margin-top: 40px;
}
.about3C .team{ 
	width: 100%;
	height: auto;
	position: relative;
}
.about3C .team img{ 
	display: block;
	width: 100%;
	height: auto;
}
.about3C .slick-dots{
	display: none !important;
	position: absolute;
	right:0%;
	bottom:6%;
	width: 100%;
	height: auto;
	text-align: center;
}
.about3C .slick-dots li{
	
	display: inline-block;
	margin: 0 20px;
}
.about3C .slick-dots li button{
	width: 74px;
	height: 5px;
	padding: 0; 
	font-size: 0;
	line-height: 0;
	outline:none;
	cursor: pointer; 
	background:#999 !important;
	border-radius: 10px;
	box-sizing: border-box;
	
}
.about3C .slick-dots li.slick-active button{
	background:#fff !important;
}
.about3C .slick-prev{
	width: 45px;
	height: 66px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -33px;
	background: url(../image/prev1.jpg) no-repeat left center;
	z-index: 10;
	font-size: 0;
	background-size: 100% 100%;
}
.about3C .slick-next{
	width: 45px;
	height: 66px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -33px;
	background: url(../image/next1.jpg) no-repeat left center;
	z-index: 10;
	font-size: 0;
	background-size: 100% 100%;
}


.about4{
	padding-bottom: 80px;
}
.about4C dt{
	margin-top: 60px;
}
.about4C1img{
	display: block;
	float: right;
	width: 53%;
}
.about4C1E{
	float: left;
	width: 43%;
}
.about4CE h2{
	font-size: 36px;
	color: #5F5E5E;
}
.about4CE h2 img{
	display: block;
	width: 113px;
	height: auto;
	margin-bottom: 15px;
}
.about4CET{
	margin-top: 20px;
}
.about4CET h4{
	font-size: 18px;
	color: #5F5E5E;
	padding-bottom: 6px;
}
.about4CET p{
	font-size: 18px;
	color: #5F5E5E;
	line-height: 30px;
}
.about4C2img{
	display: block;
	float: left;
	width: 44%;
	height: auto;
}
.about4C2E{
	float: left;
	width: 39%;
	height: auto;
	margin-left: 4%;
}
.about4C3img{
	display: block;
	float: right;
	width: 52%;
	height: auto;
}
.about4C3E{
	float: left;
	width: 32%;
	height: auto;
	margin-left: 12%;
}






















.product{
	background: url(../image/product1.png) no-repeat left center;
	background-size: cover;
	padding: 80px 0;
}
.productC{
	padding-top: 20px;
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}
.productC li{
	width: 32%;
	height: auto;
	margin-top: 30px;
	position: relative;
}
.productC li a{
	display: block;
}
.productC li a img{
	display: block;
	width: 100%;
	height: auto;
}
.productC li .layer {
	width: 100%;
	box-sizing: border-box;
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 20px;
  color: #333; 
  transition:0.3s;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
}
.productC li .layer h3 {
  font-size: 20px;
  margin-bottom: 20px; 
  text-align: center;
  transition:0.3s;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;

}
.productC li .layer .container {
  height: 0;
  overflow: hidden; 
  transition:0.3s;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
}
.productC li .layer p {
  font-size: 16px;
  line-height: 24px;
}
.productC li .layer .more {
  display: inline-block;
 	font-size: 20px;
  background: url("../image/more86.png") right bottom no-repeat;
  background-size: 21px auto; 
  padding-right: 30px;
  margin-top: 30px;
}
.productC li:hover .layer {
	height: 100%;
  background: linear-gradient(92deg, #06358D 0%, rgba(6, 53, 141, 0) 100%);
  padding-top: 70px;
  color: #fff;
}
.productC li:hover .layer h3 {
  color: #fff; 
  text-align: left;
  background: url(../image/hr.png) no-repeat left bottom;
  padding-bottom: 15px;
}
.productC li:hover .layer .container {
  height: auto; 
}



















.productDetails{
	padding-bottom: 80px;
}
.productDetails1{
	padding-top: 60px;
}
.productDetailsTit{
	font-size: 30px;
	color: #000;
	background: url(../image/hr1.png) no-repeat left center;
	padding-left: 13px;
	font-weight: normal;
}
.productDetails1 p{
	font-size:16px;
	color: #000;
	line-height: 30px;
	margin-top: 20px;
}
.productDetails2{
	padding-top: 60px;
}
.productDetails2L{
	float: left;
}
.productDetails2LE{
	padding: 30px 0 0 13px;
}
.productDetails2LE p{
	font-size: 16px;
	color: #555454;
	line-height: 35px;
}
.productDetails2R{
	padding-left: 350px;
}
.productDetails2R img{
	display: block;
	width: 100%;
	height: auto;
}
.productDetails3{
	padding-top: 60px;
}
.productDetails3T{
	border-bottom: 1px solid #ddd;
}
.productDetails3T a{
	display: block;
	float: left;
	margin-right: 100px;
	font-size: 20px;
	color: #000;
	padding-bottom: 25px;
}
.productDetails3T a.on{
	color: #06358D;
	background: url(../image/hr2.png) no-repeat center bottom;
}
.productDetails3T a:hover{
	color: #06358D;
	background: url(../image/hr2.png) no-repeat center bottom;
}
.productDetails3COA{
	padding-top: 30px;
}
.productDetails3COAtext{
	font-size: 16px;
	color: #555454;
}
.productDetails3COAS {
  width: 100%;
  height: auto;
  margin-top: 30px;
}
.productDetails3COAS .swiper-slide img{
	display: block;
	width: 100%;
	height: auto;
}
.productDetails3COAS.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	color: #fff;
}
.productDetails3COAS .swiper-pagination-current{
	font-size: 16px;
}
.productDetails3COV{
	width: 100%;
	height: auto;
	margin-top: 30px;
}
.productDetails3COV video{
	display: block;
	width: auto;
	height: auto;
}



.headlanchange{
    float: left;
    line-height: 25px;
    margin-left: 30px;
}
.footerB img{
width:10px;
    display: inline-block;
    vertical-align: middle;
}