/*轮播图样式改造*/
.banner .owl-theme {
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y
}

.banner .owl-carousel .owl-wrapper-outer{
	padding:0 !important;
}

.banner .owl-controls,.banner .owl-carousel .item {
	margin:0  !important;
}

  @media(max-width:414px){
	.banner{
		padding-top:61px;
	}
}
@media(max-width:375px){
	.banner{
		padding-top:57px;
	}
}
@media(max-width:360px){
	.banner{
		padding-top:55px;
	}
}
@media(max-width:320px){
	.banner{
		padding-top:50px;
	}
}

.container .title h2,.aboutUs .title h2,.service .title h2{
	background:url(/img/index/titbg.png) no-repeat center;
	margin:22px auto 8px;
	font-size:24px;
  }

.service .container{
	position: relative;
	z-index:1;
	margin-top:-6.2%;
	background:#fff;
}

.service .title{
	height:98px;
	background:url(/img/index/titbg1.png) no-repeat center bottom;
}

.service .title h2{
	color:#333;
}

.service .title p{
	padding-top:5px;
	color:#333 !important;
}

.service .title h2 strong{
	color:#E37828;
}

.container .title,.aboutUs .title{
	text-align:center;
	font-size:14px;
	color:#004A93;
  }

/*新闻动态*/
.newsBox{
  background:url(/img/index/newsbg.jpg) no-repeat center top;
  background-size:100% auto;
}

.newsBox .container{
	margin-bottom:60px;
}

.newsBox .title p{
	padding-bottom:40px;
}

.newsBox .content a{
	display:block;
	color:#333;
}

.newsBox .content a:hover{
	color:#004A93;
}

.newsBox .content a.first{
	display:block;
}

.newsBox .content a.first h6{
	margin:12px 0 6px;
	height:18px;
	text-overflow:ellipsis;
	white-space: nowrap;
	overflow:hidden;
	font-size:16px;
}

.newsBox .content a.first p{
	height:53px;
	line-height:26px;
	color:rgba(51,51,51,1);
	opacity:0.5;
	overflow:hidden;
	text-overflow:ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-align:justify;
}

.newsBox .content a.first img{
	width:100%;
}

.newsList li{
  float:left;
  width:47%;
  margin:0 2%;
}

.newsList li a{

}

.newsList li img{
	width:100%;
	height:170px;
}
@media(min-width:1600px){
	.service .container{
		margin-top:-4.6%;
	}
}
@media(max-width:768px){
	.newsBox .title p{
		padding-bottom:16px;
	}
	.newsList li img{
		height:100px;
	}
}
@media(max-width:414px){
	.newsBox .content a.first{
		margin-right:0;
	}
	.newsBox .content a.first p{
		margin-bottom:6px;
		line-height:24px;
	}
}

.newsList li p{
	margin:8px 0;
	height:40px;
	line-height:20px;
	overflow:hidden;
	text-overflow:ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.newsList li:nth-child(2),.newsList li:nth-child(4){
	margin-right:0;
}

.aboutUs{
  background:url(/img/index/aboutbg1.png) no-repeat left bottom;
}

.aboutUs .container{
	padding-bottom:70px;
}

.aboutUs .title{
  padding-bottom:40px;
  background:url(/img/index/aboutbg.png) no-repeat top center;
  background-size:auto;
}

.aboutCont p{
  margin:30px 0;
  height:186px;
  line-height:30px;
  text-align:justify;
  overflow:hidden;
}

.aboutCont .more{
  float:left;
  width:104px;
  height:30px;
  background:#E37828;
}

.aboutCont .more a{
  position: relative;
  z-index:1;
  display:block;
  line-height:30px;
  text-align:center;
  color:#fff;
}

.aboutCont .more a:hover,.newsBox .more a:hover{
	-moz-box-shadow:0px 0px 8px #ccc; 
	-webkit-box-shadow:0px 0px 8px #ccc; 
	box-shadow:0px 0px 8px #ccc;
}

@media (max-width:414px){
	.newsBox{
		background:url(/img/index/newsbg-h5.png) no-repeat center top;
	}
	.aboutUs .title{
		background:url(/img/index/aboutbg-h5.png) no-repeat center top;
		background-size:100% auto;
		padding-top:1px;
	}
	.aboutUs .title h2{
		margin:10px 0 5px;
	}
	.aboutUs .title p{
		width:70%;
		margin:0 auto;
		font-size:12px;
	}
	.newsBox .container{
		margin-bottom:30px;
	}
}

@media (max-width:360px){
	.aboutUs .title h2{
		margin-top:6px;
	}
}

@media (max-width:320px){
	.aboutUs .title h2{
		margin:5px 0 2px;
	}
}

.service .more,.newsBox .more{
	display:block;
	width:137px;
	height:44px;
	margin:0 auto 30px;
}

.service .more a,.newsBox .more a{
	display:block;
	line-height:44px;
	text-align:center;
	border:1px solid #004A93;
	background:#004A93;
	color:#fff;
}

.service .more a:hover{
	background:#fff;
	color:#004A93;
}

.newsBox .more{
	margin:30px auto 0;
}

.newsBox .more a{
	background:#E37828;
	border:1px solid #E37828;
}

.aboutImg{
  float:right;
}

.aboutImg img{
  width:100%;
  padding-left:50px;
}

@media (min-width:768px) and (max-width:1024px){
	.aboutCont h5{
		padding-bottom:10px;
	}
	.aboutCont p{
		margin:10px 0;
		height: 180px;
	}
}

@media(max-width:768px){
	.aboutCont p{
		margin:10px 0;
		height:120px;
	}
	.aboutCont .more{
		float:right;
		margin-bottom:10px;
	}
	.aboutImg{
		float:none;
	}
	.aboutImg img{
		padding:0;
	}
}

@media(max-width:414px){
	.aboutCont p{
		height:auto;
		line-height:26px;
		font-size:13px;
	}
}

/*OWL Carousel*/
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y
}

.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px,0px,0px);
}

.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
	padding:60px 0 10px;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out
}

.owl-carousel .owl-item {
	float: left;
}

.owl-controls,.owl-carousel .item {
	margin:0 20px;
	text-align:center;
}

.owl-buttons{
	/* display:none; */
}

.owl-controls .owl-page,.owl-controls .owl-buttons div {
	cursor: pointer
}

.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	text-align:center;
	display:block !important;
}

.grabbing {
	cursor: url(/css/grabbing.png) 8 8,move
}

.owl-carousel .owl-wrapper,.owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0)
}

 .owl-theme  .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: .5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791;
    overflow: hidden
}

.owl-next,.owl-prev {
	filter: alpha(opacity=50);
	opacity: .5
}
.owl-next:hover,.owl-prev:hover {
	filter: alpha(opacity=50);
	opacity: 1
}

 .owl-controls .owl-pagination {
	margin-bottom: 10px;
	opacity:0;
}
 .owl-controls .owl-pagination .owl-page {
	display: inline-block;
}
 .owl-controls .owl-pagination .owl-page span {
	text-indent: -9999px;
	cursor: pointer;
	display: inline-block;
	zoom: 1;
	width: 10px;
	height: 10px;
	margin: 0 6px;
	overflow: hidden;
	background-color: #869791;
	border-radius: 100%;
	opacity:0.5;
}
.owl-controls .owl-page.active span,
.owl-controls.clickable .owl-page:hover span {
	opacity:1;
	border: 1px solid #999;
}

.service a:hover{
	text-decoration:none;
}

.sliderPic{
	position: relative;
	width:335px;
	height:225px;
	margin:0 10px 20px 0;
	padding:0 0 10px 10px;
	background:#E9F3FF;
}

.serviceSlider p{
	display:inline-block;
	padding-right:18px;
	background:url(/img/index/san.png) no-repeat center right;
}

@media(min-width:1200px){
	.serviceSlider .item:hover,.newsList li:hover,.newsBox .content a.first:hover,.aboutImg:hover{
		-webkit-transform: scale(1.05);
		-ms-transform: scale(1.05);
		transform: scale(1.05);
		z-index: 3000;
		-webkit-transition: .3s cubic-bezier(.3,0,0,1.37);
		transition: .3s cubic-bezier(.3,0,0,1.37);
	}
}

.sliderPic img{
	position: absolute;
	left:10px;
	top:-10px;
	border:1px solid #5586BE;
	width:335px;
	height:225px;
}

.owl-next,.owl-prev{
	width:44px;
	height:44px;
	top: 40%;
	position: absolute;
	z-index:2;
    cursor: pointer;
}

.serviceSlider .owl-carousel .owl-nav button {
	display: flex;
	justify-content: center;
	align-items: center;
}

.serviceSlider .owl-carousel .owl-nav button span {
	height: 56px;
}

.serviceSlider .owl-carousel .owl-nav button.owl-next{
	background-color: rgba(0,74,147,1);
	right:-55px;
	color: #FFFFFF;
	border-radius: 50%;
	font-size: 38px;
	line-height: 39px;
}

.serviceSlider .owl-carousel .owl-nav button.owl-prev{
	background-color: rgba(0,74,147,1);
	left:-55px;
	color: #FFFFFF;
	border-radius: 50%;
	font-size: 38px;
	line-height: 39px;
}
.service .owl-carousel .owl-stage{
	margin-top: 27px;
}

@media(min-width:992px) and (max-width:1024px){
	.serviceSlider{
		margin:0 70px;
	}
	.serviceSlider .owl-carousel .item{
		margin:0 25px;
	}
}

@media(max-width:992px){
	.serviceSlider{
		margin:0;
	}
	.serviceSlider .owl-carousel .item{
		margin:0 8px;
	}
	.serviceSlider .owl-controls .owl-pagination{
		opacity:1;
	}
	.owl-next, .owl-prev {
		display:none;
	}
}
#owl-slider-mode{
		display: none;
	}
	#owl-slider{
		display: block;
	}
		#owl-slider-modeover{
	display: none;
	}
	
@media(max-width:1080px){
	#owl-slider-modeover{
		display: block;
	}
	#owl-slider-mode{
		display: none;
	}
	#owl-slider{
		display: none;
	}
}

@media(max-width:667px){
	#owl-slider-mode{
		display: block;
	}
	.serviceSlider .owl-carousel .owl-nav button.owl-prev{
		left: 0;
	}
	.serviceSlider .owl-carousel .owl-nav button.owl-next{
		right: -9px;
	}
	#owl-slider{
		display: none;
	}
	#owl-slider-modeover{
		display: none;
	}
}


@media(max-width:414px){
	.serviceSlider .owl-carousel .item{
		margin:0 18px;
	}
	.container .title h2,.aboutUs .title h2,.service .title h2{
		font-size:16px;
	}
	.service .title{
		height:65px;
		background-size:100% auto;
	}
	.service .title h2{
		margin:15px auto 5px;
	}
  }

  
@media(max-width:375px){
	.serviceSlider .owl-carousel .item{
		margin:0 14px;
	}
	.sliderPic,.sliderPic img{
		width:305px;
		height:195px;
	}
}

@media(max-width:360px){
	.serviceSlider .owl-carousel .item{
		margin:0 17px;
	}
	.sliderPic,.sliderPic img{
		width:285px;
		height:175px;
	}
}

@media(max-width:320px){
	.serviceSlider .owl-carousel .item{
		margin:0 20px;
	}
	.sliderPic,.sliderPic img{
		width:235px;
		height:140px;
	}
	.aboutUs .title h2{
		font-size:14px;
	}
	.aboutUs .title{
		padding-bottom:20px;
	}
}
<!--0.00010991096496582-->