body{margin:0;padding:0; background:#fafafa;}


.lbot{width:100%;height:750px;overflow:hidden;float:left;z-index:99;position:relative;}
.swiper-pagination-switch {display: inline-block;width: 8px;height: 8px;background: #fff;margin: 0 5px;opacity: 0.8;border: 1px solid #fff;cursor: pointer;}
.swiper-active-switch {background: #1960bf;} 

.nav{width:100%; height:85px; background:rgba(255, 255, 255, 1); z-index:9999; position: relative;}
.tel{ background:#093cbf; height:85px; line-height:85px; color:#fff; font-size:24px; padding:0 20px; display:flex; align-items:center; position:absolute; right:0; top:0; }
.tel img{ margin-top:3px; width:24px; height:24px; }
.nav .nav-cont{ margin:auto; height:85px;}
.nav .nav-cont .logo{display:block; width:244px; height:56px; float:left; margin-top: 15px;} 
.nav .nav-cont .logo img{width:100%; height: 56px;}
.nav .nav-cont ul{float:right; margin:0; display:flex; justify-content: space-between; width:calc(100% - 544px); }
.nav .nav-cont ul li{margin:0 0px; height:85px;}
.nav .nav-cont ul li a{display:block; line-height:85px; font-size:20px; color:#3d3f50; padding: 0 25px;}
.nav .nav-cont ul li a.active{ border-bottom:2px solid rgb(37,103,255,0.9); line-height:83px; color: rgb(37,103,255,0.9); }

@media (max-width: 1900px) {
  	.tel{ display:none; }
}

.nybanner{width:100%; height:auto; font-size: 0;}
.nybanner img{width:100%;}


.menu{ background:#fff; border-bottom:2px solid #3f7bba; }
.menu ul{ display:flex; justify-content:end; }
.menu ul li{ width:140px; text-align:center; height:80px; line-height:80px; font-size:16px; }
.menu ul li.active{ background:#093cbf; color:#fff; }
.menu ul li.active a{color: #fff;}


.footer{width:100%; background: url('../image/footbg.png') center top no-repeat; height: 480px; padding-top: 50px;}
.footer .footer-cont{height:259px; margin:auto;}
.footer .footer-cont .footer-lxdh{width:100%; color: #fff; display: flex; align-items: self-end;}
.footer .footer-cont .footer-lxdh h1{ font-size:48px; font-weight:bold; }
.footer .footer-cont .footer-lxdh i{ margin:0px 10px 10px 10px; }
.footer .footer-cont .footer-lxdh i img{ height:30px; }
.footer .footer-cont .footer-lxdh div{ margin-bottom:10px; }
.footer .footer-cont .footer-lxdh div p:nth-child(1){ font-size:24px; }
.footer .footer-cont .footer-lxdh div p:nth-child(2){ font-size:16px; margin-top:10px; }

.footer .footer-cont .xian{ height:5px; background:#62e9b2; width:700px; margin:30px 0px; }

.footer .footer-cont .footer-lxfs ul{ display:flex; flex-wrap:wrap; }
.footer .footer-cont .footer-lxfs ul li{ width:120px; color:#fff; position:relative; font-size:16px; padding-left:15px; }
.footer .footer-cont .footer-lxfs ul li:after{ content:''; width:10px; height:10px; border-radius:10px; background:#fff; position:absolute; left:0; top:7px; }
.footer .footer-cont .footer-lxfs dl{ color:#fff; font-size:16px; margin-top:20px; position:relative; padding-left:20px; }
.footer .footer-cont .footer-lxfs dl:after{ content:''; width:5px; height:20px; border-radius:10px; background:#61e0ff; position:absolute; left:0; top:0px; }
.footer .bah{font-size:14px; line-height:25px; clear: both; margin-top: 20px;}
.footer .bah .bah-auto{width:1400px; margin:auto; color:#fff; padding: 20px 0px;}
.footer .bah .bah-auto p{ margin:0; text-align:center; }
.footer .bah .bah-auto a{color:#fff;}

.c1{ font-size:0; }
.c1 img{ width:100%; }

/*分页*/ 
.pagination-wrapper{ 
  	margin: 0px 0 50px 0;
  	text-align: center;
  	font-size: 0;
  	overflow: hidden;
} 
.paginations{  
  	
} 
.paginations li{
	display: inline-block;
	vertical-align: top;
  	margin-right: 10px; 
  	margin-top: 10px;
}
.paginations li a{ 
  	display: inline-block;
  	font-size: 14px; 
  	color: #666666; 
  	height: 40px; 
  	line-height: 40px; 
  	padding: 0 15px;
  	transition: all .3s;
  	border: 1px solid #e3e3e3;
  	border-radius: 5px;
  	font-family: "微软雅黑";
} 
.paginations li span{ 
  	display: inline-block;
  	font-size: 14px; 
  	color: #666666; 
  	height: 40px; 
  	line-height: 40px; 
  	padding: 0 15px;
  	transition: all .3s;
  	border: 1px solid #e3e3e3;
  	border-radius: 5px;
  	font-family: "微软雅黑";
} 
.paginations li:last-child{
	margin-right: 0;
}
.paginations li a:hover{ 
  	background:#0079f9!important; 
  	color:#fff; 
  	border-color: #0079f9!important;
} 
.paginations li.active span { 
  	background: #0079f9; 
  	color: #fff;
  	border-color: #0079f9;
}