*{margin:0px;padding:0px;}body{background:#ffffff;margin:0px;padding:0px;text-decoration:none;font-variant:normal;font-family:'Microsoft YaHei';}a:link,a:visited,a:hover,a:active{text-decoration:none;}a{text-decoration:none;}li{list-style-type:none;}ul,ol{list-style-type:none;list-style-image:none;}input[type="button"],input[type="submit"],input[type="text"]{-webkit-appearance:none;}textarea{-webkit-appearance:none;}select{-webkit-appearance:none;}html{font-size:12px;}@media screen and (max-width:1199px){html{font-size:100px;}body{max-width:750px;margin:0 auto;}}@media (max-width:767px){html{font-size:13.333333333333vw;}body{max-width:initial;}}
 
.main{
	width: 1200px;
	margin: 0 auto;
}
.top{
	width: 100%;
	height: 39px;
	line-height: 39px;
	border-top: 2px solid #0b70b8;
	border-bottom: 1px solid #eeeeee;
}
.top p{
	color:#666666;
	font-size: 13px;
	float: left;
}
.top ul{
	float: right;
	height: 39px;
	overflow: hidden;
}
.top ul li{
	float: left;
	padding: 0 10px;
	line-height: 39px;
	position: relative;
}
.top ul li a{
	color:#666666;
	font-size: 13px;

}
.top ul li:after{
	content: "";
	width: 1px;
	height: 14px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -7px;
	background: #666666;
}
.top ul li:last-child:after{
	width: 0;
	height: 0;
	overflow: hidden;
}
.head{
	width: 100%;
	height: 130px;
	background: #fff;
	position: relative;
}
.head img{
	display: block;
	width: 100%;
}
.head .main{
	height: 130px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.head .btn{
	display: none;
}


 

.banner{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.banner img{
	display: block;
	width: 100%;
}
.mbanner{
	display: none;
}
.banner .swiper-pagination .swiper-pagination-bullet{
	opacity: 1;
	background: #fff;
}
.banner .swiper-pagination .swiper-pagination-bullet-active{
	background: #0b70b8;
}
.in-banner img{
	width: 100%;
	display: block;
}
.in-banner img:last-child{
	display: none;
}

.keywords{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-bottom: 5px;
	border-bottom: 1px solid #d2d2d2;
	line-height: 45px;
}
.keywords h4{
	color:#222222;
	font-size: 16px;
	float: left;
}
.keywords ul{
	float:left;
	width: 1095px;
	margin-top: 10px;
}
.keywords ul li{
	float: left;
	line-height:30px;
	position: relative;
	padding: 0 10px;
	color:#666666;
	font-size: 13px;
}
.keywords ul li:after{
	content: "";
	width: 1px;
	height: 14px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -7px;
	background: #808080;
}
.keywords ul li:last-child:after{
	width: 0;
	height: 0;
	overflow: hidden;
}
.keywords ul li a{
	color: #333;
}
.product{
	width: 100%;
	height:auto;
	overflow: hidden;
	margin-top: 60px;

}
.title {
   height: auto;
   overflow: hidden; 
}
.title h4{
	color:#222222;
	font-size: 40px;
	text-align: center;
}
.title span{
	display: block;
	text-align: center;
	color:#999999;
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 5px;
}
.title b{
	color:#0b70b8;
}

.title  p{
	color:#999999;
	font-size: 16px;
	text-align: center;
	margin-top: 5px;
}
.list{
 	display: table;
 	max-width:100%;
	margin: 0 auto;
	height: 50px;
	margin-top: 40px;
}

.list ul li{
	float: left;
	width:190px; 
	height: 50px;
	border: 1px solid #D2D2D2;
	box-sizing: border-box;
	text-align: center;
	line-height: 50px;
	border-radius: 10px;
	margin-left: 12px;
	margin-bottom: 12px;
}
.list ul li:nth-child(6n-5){
	margin-left: 0;
}
.list ul li a{
	display: block;
	font-size: 16px;
	display: block;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	color: #666666;
}

.product .pic{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}
.product .pic ul{
	margin-left: -18px;
}
.product .pic ul li{
	float: left;
	width: 286px;
	height: auto;
	overflow: hidden;
	margin-left: 18px;
	margin-bottom: 15px;
	position: relative;
}
.product .pic ul li div{
	width: 286px;
	height: 190px;
	overflow: hidden;
}
.product .pic ul li img{
	display: block;
	width: 100%;	
	height: 190px;
	transition: .5s;
	animation-timing-function:ease;
	-webkit-animation-timing-function:ease; 
}
.product .pic ul li p{
	color:#fff;
	font-size: 16px;
	text-align: center;
 	background: #0066AB;
	width: 100%;
	height: 40px;
	line-height: 40px;
	white-space: nowrap;
	margin-top: 1px;
    text-overflow: ellipsis;
    overflow: hidden;
	 
 
}

.product .more{
	 display:block;
	 width: 160px;
	 height: 40px;
	 background: #0066AB;
	 text-align:center;
	 line-height: 40px;
	 color: #fff;
	 margin: 0 auto;
	 margin-top:20px;
	 font-size: 16px;
	 border-radius: 8px;
}
.about{
	width: 100%;
	height: 600px;
	margin-top: 60px;
	background: #0b70b8;
}
.about .bd{
	width: 1600px;
	margin: 0 auto;
}

.about .pic{
	width: 800px;
	height:460px;
	overflow: hidden;
	float: left;
	position: relative;
	 
	margin-top: 70px;
}


.about .pic img{
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform:translate3d(-50%,-50%,0);
}
 
.about  .right{
	width: 800px;
	height: 460px;
	background: #fff;
	float: right;
	margin-top: 70px;
}
.about  .right .intro{
	width: 735px;
	margin: 0 auto;
	margin-top: 40px;
}
.about  .right .intro .tit {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.about  .right .intro .tit h4{
	font-size: 24px;
	color:#333;
	float: left;
}
.about  .right .intro .tit p{
	color:#999999;
	font-size: 24px;
	font-weight: bold;
	float: left;
	margin-left: 10px;
	margin-top: 2px;
}
.about  .right .intro .info{
	width: 100%;
	height:150px;
	overflow: auto;
	margin-top:20px;
	display: -webkit-box;
	-webkit-line-clamp:5;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.about  .right .intro .info p{
	color:#666666;
	line-height: 30px;
	font-size: 15px;
	text-indent: 2em;
}
.about  .right .intro .info a{
	color:#666;
}
.about  .right  .data{
	width: 100%;
	border-top: 1px solid #d2d2d2;
	height: auto;
	overflow: hidden;
	margin-top: 40px;
}
.about  .right  .data ul li{
	float: left;
	width: 25%;
	height: 175px;
	box-sizing: border-box;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: column;
}
.about  .right  .data ul li:after{
	content: "";
	width: 1px;
	height: 130px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -65px;
	background: #d2d2d2;
}
.about  .right  .data ul li:last-child:after{
	width: 0;
	height: 0;
	overflow: hidden;
}
.about  .right  .data ul li p{
	color:#0b70b8;
	font-size: 48px;
}
.about  .right  .data ul li  span{
	display: block;
	color:#333333;
	font-size: 16px;
}


@media (min-width: 1200px) and (max-width: 1600px){
	.about .bd{
		width: 1200px;
	}
	.about .pic{
		width: 600px;
	}
	.about .right{
		width: 600px;
	}
	.about .right .intro{
		width: 550px;
	}
	.about .right .intro .info{
		margin-top: 20px;
		height: 150px;
	}
}



.cases {
	width: 100%;
	height:auto;
 
	margin-top: 60px;
}
.cases .list{
 	display: table;
 	max-width:100%;
	margin: 0 auto;
	height: 50px;
	margin-top: 40px;
}
.cases .item{
	float: left;
	margin: 0 6px;
	height: 55px;
	position: relative;
	width: 190px;
}

.cases .item h4{
	float: left;
	width: 190px;
	height: 50px;
	border: 1px solid #d2d2d2;
	background: url(../images/icon02.png) no-repeat  150px center;
	box-sizing: border-box;
	border-radius:5px;
}
 
.cases .item h4 a{
	color:#666666;
	font-size: 18px;
	font-weight: normal;
	line-height: 50px;
	width: 120px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	margin-left: 25px;
	display: block;
}
.cases .item  ul{
	width: 100%;
	height: auto;
	overflow: hidden;
	border: 1px solid #d2d2d2;
	border-radius:5px;
	margin-top: 55px;
	position: absolute;
	z-index: 1;
	display: none;
	background: #fff;
}
.cases .item  ul li {
	width: 150px;
	height: 39px;
	line-height: 39px;
	text-align: center;
	border-bottom: 1px dashed #d2d2d2;
	margin-left: 20px;

}
.cases .item  ul li:last-child{
	margin-bottom: 10px;
}
.cases .item  ul li a{
	color:#333333;
	font-size: 14px;
}
.cases .item  ul li:hover a{
	color:#0b70b8;
}


.cases .show{
	width: 100%;
	height: auto;
 	overflow: hidden;
	margin-top: 10px;
}
.cases .box{
	width: 800%;
}
.cases .pic{
	float: left;
	width: 1819px;
}
.cases .pic ul li{
	float: left;
	width: 286px;
	height: auto;
	margin-left: 17px;
	overflow: hidden;
	margin-bottom: 15px;
	position: relative;
}
.cases .pic ul li div{
	width: 286px;
	height: 286px;
}
.cases .pic ul li img{
	display: block;
	width: 286px;
	height: auto;
	transition: .5s;
	animation-timing-function:ease;
	-webkit-animation-timing-function:ease;  

}

.cases .pic ul li p{
	width: 100%;
	height: 44px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,.5);
	color:#fff;
	font-size: 16px;
	text-align: center;
	line-height: 45px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;

}

.cases .more{
	display: block;
	width: 160px;
	height: 40px;
	background: #0b70b8;
	border-radius: 5px;
	text-align: center;
	color:#fff;
	font-size: 16px;
	line-height: 40px;
	margin: 0 auto;
	margin-top: 20px;
}


.adv{
	width: 100%;
	height: 740px;
	overflow: hidden;
	margin-top: 60px;
}
.adv .bd{
	width: 100%;
	height:705px;
	background: #f4f4f4;
}


.adv .adv-tit{
	margin-top: 50px;
}
.adv .adv-tit h4{
	color:#333333;
	font-size: 44px;
	text-align: center;
}
.adv .adv-tit b{
	color:#0b70b8;
}
.adv .adv-tit span{
	display: block;
	text-align: center;
	color:#67b41f;
	font-size: 26px;
	font-weight: bold;
}
.adv .adv-tit p{
	color:#999999;
	font-size: 16px;
	text-align: center;
	margin-top: 5px;
}

.adv ul{
	width: 922px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.adv ul li{
	float: left;
	width: 455px;
	height: 212px;
	position: relative;
	margin-bottom: 10px;
}
.adv ul li:after{
	content: "";
	width: 35px;
	height: 35px;
	background: #3c8dc6;
	position: absolute;
}

.adv ul li:nth-child(1){
	border-radius: 0  50px 0 50px;
	background:#0b70b8 url(../images/adv01.png) no-repeat 25px center;
	background-size: auto 150px;

}
.adv ul li:nth-child(1):after{
	right: 0;
	bottom: 0;
}
.adv ul li:nth-child(4){
	border-radius: 0  50px 0 50px;
	background:#0b70b8 url(../images/adv04.png) no-repeat 270px center;
	background-size:  auto 150px;

}
.adv ul li:nth-child(4):after{
	left: 0;
	top: 0;
}

 
.adv ul li:nth-child(2){
	border-radius:  50px 0 50px 0;
	background:#0b70b8 url(../images/adv02.png) no-repeat 270px center;
	background-size:  auto 150px;
}
.adv ul li:nth-child(2):after{
	left: 0;
	bottom: 0;
}

.adv ul li:nth-child(3){
	border-radius:  50px 0 50px 0;
	background:#0b70b8 url(../images/adv03.png) no-repeat 30px center;
	background-size: auto 150px;
}
.adv ul li:nth-child(3):after{
	right:0;
	top: 0;
}
/*.adv ul li:nth-child(2){
	background: url(../images/adv02.png) no-repeat center;
}
.adv ul li:nth-child(3){
	background: url(../images/adv03.png) no-repeat center;
}
.adv ul li:nth-child(4){
	background: url(../images/adv04.png) no-repeat center;
}*/
.adv ul li:nth-child(2n){
	float: right;
}

.adv ul li .intro{
	width: 325px;
	margin: 0 auto;
	margin-top: 30px;
}
.adv ul li .intro .tit p{
	color:#ffffff;
	font-size: 32px;
	font-weight: bold;
	text-align: right;
}
.adv ul li:nth-child(2n) .tit p{
	text-align: left;
}
.adv ul li .info{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top:10px;
	color:#fff;
	font-size: 15px;
	line-height: 24px;
	text-align: right;
}
.adv ul li:nth-child(2n)  .info{
	text-align: left;
}
.adv .main{
	height: auto;
	overflow: hidden;
}
.adv .tel{
	width: 356px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 20px;
	border-radius:50px;
	
	box-sizing: border-box;
	background: #fff;
}
.adv .tel .t{
	width: 126px;
	height:70px;
	overflow: hidden;
	float: left;
	background: #0b70b8;
}
.adv .tel .t img{
	display: block;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
}
.adv .tel .t  p{
	color:#fff;
	font-size: 18px;
	line-height: 24px;
	width: 40px;
	margin-top: 12px;
	float: left;
	margin-left: 10px;
	letter-spacing: 2px;
}
.adv .tel .info{
	float: left;
	width: 230px;
	border: 1px solid #d2d2d2;
	height: 70px;
	box-sizing: border-box;
	border-left: none;
	overflow: hidden;
	border-radius: 0 50px 50px 0;
}
.adv .tel .info b{
	color:#0b70b8;
	margin-left: 20px;
	display: block;
	font-size: 24px;
	font-family: 'Arial';
	width: 170px;
	margin-top: 6px;
}
.news{
	width:100%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 50px;
}

.news .left{
	float: left;
	width: 372px;
	height: 372px;
	overflow: hidden;
	margin-top: 44px;
	background: #f5f5f5;
}
.news .left img{
	display: block;
	width: 372px;
	height: 215px;
}
.news .intro{
	width: 335px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}
.news .intro .tit{
	height: auto;
	overflow: hidden;
}

.news .intro .time{
	float: left;
	width: 88px;
	height: 80px;
	background:#afafaf;
	color:#fff;
}
.news .left:hover .time {
	background: #0b70b8;
}

.news .left:hover h4{
	color:#0b70b8;
}

.news .intro h4{
	width: 230px;
	float: right;
 	margin-top: 18px;
 	display: -webkit-box;
 	-webkit-line-clamp:2;
 	-webkit-box-orient: vertical;
 	overflow: hidden;
	color:#1a1a1a;
	font-size: 18px;
	font-weight: normal;
}
.news .intro .time b{
	color:#ffffff;
	font-size: 30px;
	text-align: center;
	margin-top: 10px;
	display: block;
}
.news .intro .time p{
	display: block;
	text-align: center;
	font-size: 15px;
}
.news .intro .info{
	width: 100%;
	height:44px;
	overflow: hidden;
	margin-top: 10px;
	color:#666666;
	font-size: 13px;
	line-height: 22px;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.news ul{
	width: 805px;
	height: auto;
	overflow: hidden;
	float: right;
	margin-top: 40px;
}
.news ul li{
	height: auto;
	width: 390px;
	height: 115px;
	padding: 15px;
	background: #f5f5f5;
	box-sizing: border-box;
	border-radius: 5px;
	float: left;
	margin-bottom: 15px;
	overflow: hidden;
}
.news ul li:nth-child(2n){
	float: right;
}
.news ul li .time{
	float: left;
	width: 88px;
	height: 80px;
	background:#afafaf;
	color:#fff;
}
.news ul li .time b{
	color:#ffffff;
	font-size: 30px;
	text-align: center;
	margin-top: 10px;
	display: block;
}
.news ul li .time p{
	display: block;
	text-align: center;
	font-size: 15px;
}

.news ul li .info{
	width: 253px;
	height: auto;
	overflow: hidden;
	margin-left: 15px;
	float: right;
	margin-top: 5px;
}

.news ul li .info h4{
	color:#1a1a1a;
	font-size: 18px;
	width: 100%;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: normal;
}
.news ul li:hover .time{
	background: #0b70b8;
}
.news ul li:hover .info h4{
	color:#0b70b8;
}
.news ul li .info p{
	color:#666666;
	font-size: 13px;
	line-height: 22px;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-top: 5px;
}
.news .main{
	height: auto;
	overflow: hidden;
}
.news .more{
	display: block;
	width: 160px;
	height: 40px;
	background: #0b70b8;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	line-height: 40px;
	margin: 0 auto;
	margin-top: 10px;
}
 
.hz{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #F4F4F4;
	margin-top: 66px;
	padding: 50px 0;
}

.hz .show{
	margin-top: 30px;
	height: auto;
	overflow: hidden;
}
.hz  .box{
	width: 800%;
}
.hz  .pic{
	float: left;
}
.hz ul li{
	float: left;
	width: 180px;
	height: auto;
	border: 1px solid #DFDFDF;
	overflow: hidden;
	box-sizing: border-box;
	margin-left: 24px;
}
 
.hz ul li img{
	display: block;
	width: 180px;
	height: 180px;
	transition: .5s;
}

.links{
	width: 100%;
	height: 66px;
	background: #0b70b8;
}

.links p{
	color:#fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 66px;
	float: left;
}
.links ul{
	float: left;
	width: 1090px;
	height: 66px;
}
.links ul li{
	float: left;
	padding: 0 10px;
	line-height: 66px;
	position: relative;
}
.links ul li:after{
	content: "";
	width: 1px;
	height: 12px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -6px;
	background: #fff;
}
.links ul li a{
	color:#fff;
	font-size: 12px;
}
.links ul li:last-child:after{
	width: 0;
	height: 0;
	overflow: hidden;
}
.gotop{
	display: none;

}
.footer{
	width: 100%;
	height: auto;
	padding: 40px 0;
	overflow: hidden;
	background: #2C2C2C;
}
.footer .menu{
	display: table;
	margin: 0 auto;
	border-bottom: 1px solid #555555;
 
}
.footer .menu ul li{
	float: left;
	height: 35px;
	padding: 0 30px;

}
.footer .menu ul li:first-child{
	padding-left: 0;
}
.footer .menu ul li:last-child{
	padding-right: 0;
}
.footer .menu ul li a{
	color:#999999;
	font-size: 16px;
}
.footer  a{
	color:#999;
}
.footer  .intro{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.footer  .intro p{
	color:#999;
	font-size: 15px;
	line-height: 30px;
	text-align: center;
}
.footer a{
	color: #999;
}
.footer .ewm{
	display: table;
	margin: 0 auto;
	margin-top: 30px;
}
.footer .ewm img{
	display: block;
	width: 160px;
	height: 160px;
	float: left;
	margin:  0 10px;
}

.fn{
	display: none;
}

.float{
	width:auto;
	height: auto;
	overflow: hidden;
	position: fixed;
	bottom: 100px;
	right: 0;
	z-index: 100;
	width: 180px;
}
.float ul li{
	width: 180px;
	margin-top: 5px;
	height:auto;
	overflow: hidden;
	margin-left: 130px;
	position: relative;
	transition: .5s;
 
}
 
.float ul li span{
	display: block;
	width: 50px;
	height: 50px;
	float: left;
}
.float ul li:nth-child(2):hover{
	margin-left: 0;
}
.float ul li:nth-child(3):hover{
	margin-left: 0;
}
.float ul li:nth-child(4):hover{
	margin-left: 0;
}
.float ul li:nth-child(4):hover img{
	height: 120px;
}
.float ul li p{
	float: left;
	font-size: 16px;
	color:#fff;
	width: 130px;
	text-align: center;
 	height: 50PX;
	font-weight: bold;
	background: #454545;
	display: flex;
	justify-content: center;
	align-items: center;
 
}
.float ul li a{
	display: block;
	line-height: 50px;
	text-align: center;
	background: #454545;
	color:#fff;
	font-size: 16px;
	font-weight: bold;
}
.float ul li:nth-child(1) span{
	background:#454545 url(../images/float01.png)no-repeat  center;
}
.float ul li:nth-child(2) span{
	background:#454545 url(../images/float02.png)no-repeat   center;
}
.float ul li:nth-child(3) span{
	background:#454545 url(../images/float03.png)no-repeat   center;
}
.float ul li:nth-child(4) span{
	background:#454545 url(../images/float04.png)no-repeat   center;
}
.float ul li:nth-child(5) span{
	background:#454545 url(../images/float05.png)no-repeat   center;
}
.float ul li div{
	width:130px;
	float: left;
	background: #454545;
	height: auto;
	overflow: hidden;
}
.float ul li img{
	display: block;
	width: 120px;
	height:50px;
	transition: .3s;
	float: right;
	margin: 5px;
}



.in-banner{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.in-banner img{
	display: block;
	width: 100%;
}


.content{
	width:100%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-bottom: 50px;
}
 
.content .bd{
	width: 1200px;
	margin: 0 auto;
}
.content .title-column{
 
	height: auto;
	overflow: hidden;
	margin-top:10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #c9c9c9;
}
.content .title-column .tit{
	float: left;
}
.content .title-column h4{
	font-size: 28px;
	color:#333333;
  	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: normal;
	line-height: 35px;
	position: relative;
	padding-left:12px;
}
.content .title-column h4:after{
	content: '';
	width: 5px;
	height: 26px;
	left: 0;
	position: absolute;
 	top: 7px;
	background: #0b70b8;
}
.content .title-column span{
	color:#555555;
	font-size: 15px;
	margin-top:3px;
	display: block;
	width: 100%;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.content .title-column  .crumbs{
	float: right;
	margin-top: 15px;
	max-width: 500px;
}

.content .title-column  .crumbs img{
	display: block;
	float: left;
}
.content .title-column  .crumbs p{
	color:#999999;
	font-size: 13px;
	line-height: 18px;
	float: left;
	margin-left: 5px;
}
.content .title-column  .crumbs div{
	overflow: hidden;
	color: #999;
	white-space: nowrap;
    text-overflow: ellipsis;
}
.content .title-column  .crumbs  a{
	color:#999999;
	font-size: 13px;
	line-height: 18px;
	padding: 0 10px;
	position: relative;
}
.content .title-column  .crumbs  a:after{
	content: ">";
	position: absolute;
	right: -5px;
	color:#999999;

}
.content .title-column  .crumbs  a:last-child:after{
	width: 0;
	overflow: hidden;
	height: 0;
 
}
.content .title-column  .crumbs  a:last-child{
	padding-right: 0;
}

.news-list{
	width: 1200px;
 
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	background: #fff;
	margin-top: 40px;
}
.news-list .title{
	margin-top: 0;
	margin-bottom: 40px;
}
.news-list  ul li{
	height: auto;
	width: 590px;
	height: 115px;
	padding: 15px;
	background: #f5f5f5;
	box-sizing: border-box;
	border-radius: 5px;
	float: left;
	margin-bottom: 15px;
	overflow: hidden;
}
.news-list  ul li:nth-child(2n){
	float: right;
}
.news-list  ul li .time{
	float: left;
	width: 88px;
	height: 88px;
	background:#afafaf;
	color:#fff;
}
.news-list  ul li .time b{
	color:#ffffff;
	font-size: 30px;
	text-align: center;
	margin-top: 10px;
	display: block;
}
.news-list  ul li .time p{
	display: block;
	text-align: center;
	font-size: 15px;
}

.news-list  ul li .info{
	width: 450px;
	height: auto;
	overflow: hidden;
	margin-left: 15px;
	float: right;
	margin-top: 5px;
}

.news-list  ul li .info h4{
	color:#1a1a1a;
	font-size: 18px;
	width: 100%;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: normal;
}
.news-list  ul li:hover .time{
	background: #0b70b8;
}
.news-list  ul li:hover .info h4{
	color:#0b70b8;
}
.news-list  ul li .info p{
	color:#666666;
	font-size: 13px;
	line-height: 22px;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-top: 8px;
}

.cases-list{
	width: 100%;
	height: auto;
	margin-top: 40px;
	overflow: hidden;
}
.cases-list ul{
	margin-left: -10px;
}
.cases-list ul li{
	float: left;
	width: 392px;
	height: auto;
	margin-left: 11px;
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
}
.cases-list ul li img{
	display: block;
	width: 392px;
	height: 298px;
}
.cases-list ul li p{
	width: 100%;
	height: 60px;
	background: rgba(11,12,13,0.8);
	text-align: center;
	color:#fff;
	font-size: 18px;
	position: absolute;
	bottom: 0;
	left: 0;
	line-height: 60px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.cases-list ul li:hover p{
	background: #006cd8;
}


.item-list{
	width:100%;
	height: auto;
	overflow: hidden;
	margin-top: 40px;
}
.item-list .list ul {
	height: auto;
	overflow: hidden;
	margin-left: -12px;
}
.item-list .list ul li{
	float: left;
	width: 230px;
	height: 50px;
	line-height: 50px;
	background: #fff;
	border: 1px solid #d2d2d2;
	margin-bottom: 10px;
	box-sizing: border-box;
	margin-left:12px;
	text-align: center;
}
.item-list .list ul li:hover {
	background: #006cd8;
}
.item-list .list ul li:hover a{
	color:#fff;
}
.item-list .list ul li a{
	color:#555555;
	font-size: 16px;
}
.item-list .pic{
	padding: 0 3px;
	width: 1194px;
}
.item-list  .pic ul {
	margin-left: -15px;
}
.item-list  .pic ul li{
	float: left;
	width: 287px;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	margin-left: 15px;
}
.item-list  .pic  ul li img{
	display: block;
	width: 100%;
}
.item-list  .pic ul li p{
	width: 100%;
	height: 76px;
	background: #cccccc;
	text-align: center;
	font-size: 18px;
	line-height: 76px;
	color:#333333;
}
.item-list  .pic ul li:hover p{
	background: #006cd8;
	color:#fff;
}
.item-list  .pic ul li:hover{
	box-shadow: 0 0  3px 3px #d0cfcf;
}

.about-detailed{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 40px;
	padding-bottom: 95px;
	background: #fff;
}
.about-detailed .pic{
	width: 100%;
}
.about-detailed .pic img{
	display: block;
	width: 100%;
}
.about-detailed .intro{
	width: 1150px;
	padding: 0 25px;
	margin: 25px 0;
}

.about-detailed .intro p{
	color:#666666;
	font-size: 16px;
	line-height: 32px;
	text-indent: 1em;
}
.about-detailed .honor{
	width: 1150px;
	margin:0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 35px;
}
.about-detailed .honor .tit p{
	color:#666666;
	font-size: 24px;
	text-align: center;
}
.about-detailed .honor ul{
	margin-left: -15px;
	margin-top: 25px;
}
.about-detailed .honor ul li{
	float: left;
	width: 275px;
	height: auto;
	overflow: hidden;
	margin-left: 15px;
}
.about-detailed .honor ul li img{
	display: block;
	width: 243px;
	height: auto;
	border: 1px solid #d2d2d2;
	padding: 40px 15px;
}
.about-detailed .honor ul li  p{
	width: 100%;
	line-height: 35px;
	color:#666666;
	font-size: 16px;
	text-align: center;
}

.cont-detailed{
	width: 100%;
	height: auto;
	background: #fff;
	overflow: hidden;
	margin-top: 30px;
}
.map{
	width:100%;
	box-sizing: border-box;
	
	height: 420px;
	border: 3px solid #c9c9c9;
	margin: 15px auto;
}
#allmap {width: 100%;height: 100%;overflow: hidden;margin:0;font-family:"微软雅黑";}


.cont-detailed .bd{
	width: 1100px;
	margin: 0 auto;
	height:430px;
	overflow: hidden;
	margin-top: 45px;
	position: relative;
}
 
.cont-detailed  .cont{
	width: 508px;
	height: auto;
	overflow: hidden;
	float: left;
}
.cont-detailed  .cont img{
	display: block;
	width: 508px;
	height: 140px;
}
.cont-detailed .info{
	width: 100%;
	height: auto;
	overflow: hidden;
	border: 1px solid #d2d2d2;
	box-sizing: border-box;
	padding: 30px 20px;
}
.cont-detailed .info h4{
	color:#333333;
	font-size: 20px;
}
.cont-detailed .info p{
	color:#666666;
	font-size: 18px;
	line-height: 32px;
	margin-top: 20px;
}

.cont-detailed  .form{
	float: right;
	width: 535px;
	height: auto;
	overflow: hidden;
}
.cont-detailed  .form .tit{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.cont-detailed  .form .tit p{
	color:#333333;
	font-size: 18px;
	float: left;
}
.cont-detailed  .form .tit span{
	display: block;
	float: left;
	margin-left: 10px;
	margin-top: 5px;
	color:#999999;
	font-size: 12px;
}
.cont-detailed  .form form{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.cont-detailed  .form form ul li{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 13px;
}
.cont-detailed  .form ul li p{
	color:#333333;
	font-size: 18px;
	float: left;
	line-height: 50px;
}
.cont-detailed  .form ul li input{
	height: 50px;
	outline: none;
	color:#333;
	text-indent: 5px;
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	box-sizing: border-box;
	float: left;
	width: 468px;
}
.cont-detailed  .form ul li textarea{
	height:110px;
	outline: none;
	color:#333;
	padding-top: 10px;
	resize: none;
	text-indent: 5px;
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	box-sizing: border-box;
	float: left;
	width: 468px;
}
.cont-detailed  .form .btn{
	width:100%;
	height: 60px;
	background: #0b70b8;
	color:#fff;
	border: none;
 	letter-spacing: 4px;
 	border-radius:3px;
	font-size: 18px;
	margin-top: 10px;
}
.page{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 50px;
	 
}
.page  ul{
	display: table;
	margin: 0 auto;
}

.page  ul li{
	border: 1px solid #ccc;
	padding: 0 10px;
	height:30px;
	line-height:30px;
	color:#333;
	border-radius: 3px;
	float: left;
	font-size: 14px;
	margin: 0 3px;
}
.page  ul li a{
	color:#333;
	
}
.page ul  .thisclass{
	background: #0b70b8;
	border: 1px solid #0b70b8;
	color:#fff;
}
.page ul  .thisclass a{
	color: #fff;
}
.page  select{
	border: none;
	background: none;
	outline: none;
}

.pro-list{
	margin-top: 10px;
}

.pro-list .list{
	margin-top: 10px;
}

.pro-list .pic ul li div{
	border: 1px solid #d2d2d2;
	box-sizing: border-box;
}
.pro-list .pic ul li:nth-child(n+7){
	display: block !important;
}



.article-detailed{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}
.article-detailed .tit {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 30px;
}
.article-detailed .tit h4{
	color:#333333;
	font-size: 20px;
	text-align: center;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;

}

.article-detailed .tit p{
 
	color:#999999;
	font-size: 14px;
	text-align: center;
	margin-top: 10px;
}
.article-detailed .tit span{
	margin: 0 10px;
}
.article-detailed .intro{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	color:#333;
	font-size: 16px;
	text-indent: 1em;
	line-height: 30px;
}
.article-detailed .intro img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.article-detailed .intro p{
	text-indent: 2em;
}


.fy{
	width: 1200px;
	margin: 40px auto;
	height: auto;
	line-height: 40px;
	overflow: hidden;

	border-bottom: 1px solid #ccc;
}
.fy p{
	color:#333;
	font-size: 14px;
	float: left;
	max-width:400px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	padding: 0 20px;
	box-sizing: border-box;
}
.fy a{
	color:#333;
}
.return{
	float: right;
	font-size: 14px;
}


.in-footer{
	margin-top: 60px;
}

.news-center{
	width: 100%;
	padding: 0;
}

.news-center ul li{
	width: 590px;
}

.news-center ul li .info{
	width: 450px;
}

@media (min-width: 1200px){
	.nav{
		width: 100%;
		height: 60px;
		background:#0066AB;
		top: 70px;
	 
	}
	.nav ul li{
		float: left;
		width: 133px;
		height: 60px;
		line-height: 60px;
		text-align: center;
		position: relative;
	}
	.nav ul li a{
		color:#ffffff;
		font-size: 18px;
		font-weight: bold;
	}
	.nav ul li:after{
		content: "";
		width: 1px;
		height: 16px;
		position: absolute;
		right: 0;
		top: 50%;
		margin-top: -8px;
		background: #0095ff;
		border-right: 1px solid #0a548c;
	}
	.nav ul li:hover {
		background:#EBBC00;
	}
	.nav ul li:hover ul li{
		background: none;
	}
	.nav ul li:last-child:after{
		width: 0;
		height: 0;
		overflow: hidden;
	}
	.nav ul li i{
	 
		width: 30px;
		height: 30px;
		background: url(../images/icon01.png) no-repeat center;
		background-size:  100% 100%;
		display: none;
	}
	.nav ul{
		width: 1200px;
		margin: 0 auto;
		height:60px;
		 
	}
	.nav ul ul{
		position: absolute;
		left: 0;
		top: 60px;
		z-index: 10;
		height: auto;
		width: 200px;
	 	padding-bottom: 10px;
	 	height: auto;
	 	overflow: hidden;
		left: 50%;
		display: none;
		background: rgba(20,113,175,0.8);
		transform: translateX(-100px);
	 
		
	}
	.nav ul ul li{
		width:100%;
		height: 35px;
		line-height: 35px;
		
	 	position: relative;
		 
	}
	 
	.nav ul ul li:after{
		width: 0;
		height: 0;
		overflow: hidden;
	}
	.nav ul ul li:before{
		content: "";
		width: 180px;
		height: 1px;
		position: absolute;
		left: 50%;
		margin-left: -90px;
		bottom:0px;
		background:#8CB9D7;
	}
	.nav ul ul li:last-child{
		margin-bottom: 5px;
	}

	.nav ul ul li a{
		font-size: 14px;
		display: block;
		white-space: nowrap;
	    text-overflow: ellipsis;
	    overflow: hidden;
		font-weight: normal;
	}

	.nav ul ul li:hover a{
		color: #EBBC00;
	}

	.nav ul li:hover ul{
		display: block;
	}
	 
	.nav ul li ul li:hover ul{
		display: block;
	}

	 .list ul li:hover{
		background: #0066AB;
	}
	 .list ul li:hover a{
		color: #fff;
	}
	.product .pic ul li:hover img{
		transform: scale(1.05);
	}
	.cases .pic ul li:hover img{
		transform: scale(1.05);
	}	

	.hz ul li:hover img{
		transform: scale(1.05);
	}
	.BMap_bubble_title{
		font-size: .32rem;
	}
	 
}