/*导航栏*/
.header {
	width: 100%;
	height: 64px;
	background-color: rgba(0, 128, 204, 1);
	position: fixed;
	top: 0px;
	left: 0;
	right: 0;
	z-index: 99999;
}
.nav-bar {
	width: 1200px;
	height: 64px;
	margin: auto;
}

.logo>img {
	margin-top: 14px;
}

.logo {
	float: left;
	width: 228px;
}

.menu {
	float: left;
	width: 700px;
	margin-left: 50px;
}

.menu>ul {
	list-style: none;
	/*display: flex;*/
	text-align: center;
	width: 700px;
}

.menu>ul>li {
	line-height: 64px;
/*	flex: 1;*/
	/*overflow: hidden;*/
	width:100px;
	float: left;
}

.menu>ul>li>a {
	width:100%;
	height: 100%;
	color: white;
	display: inline-block;
}
.menu>ul>li>a:hover {
	color: white;
	background: #013F98;
}

.menu>ul>li:hover {
	cursor: pointer;
}
.on{
	color: white;
	background:rgba(1,63,152,0.5);
}

/*搜索框*/

.search {
	float: left;
	width: 222px;
	height: 64px;
}

.search-int {
	float: left;
	line-height: 79px;
	width:172px;
	height: 60px;
}
.search-int-left{
	float: left;
	position: relative;
	width:140px;
	height: 32px;
}
.search-int-right{
	float: right;
}
.search-int>.search-int-left>input {
	width: 0px;
	height: 32px;
	border: 0px;
	border-radius: 3px;
	padding-left: 15px;
	font-size: 11px;
	visibility: hidden;
	position: absolute;
	margin-left:140px;
	margin-top: 14px;
}
.search-int>.search-int-right>img {
	margin-top: 23px;
	width: 15px;
	
}
.search-int>.search-int-right>img:hover {
	cursor: pointer;
}

.search-en {
	float: left;
	color: white;
	line-height: 64px;
	margin-left: 30px;
}

/*轮播图*/
.banner {
	width: 100%;
	height: 320px;
	margin-top: 64px;
}

.banner>.img {
	width: 100%;
	height: 320px;
}

.banner>.img>ul {
	width: 100%;
	height: 320px;
	margin: auto;
	position: relative;
}

.banner>.img>ul>li {
	position: absolute;
	left: 100%;
	width: 100%;
	height: 320px;
	background-position: center;
	background-size: cover;
}

.banner>.img>ul>li:nth-of-type(1) {
	left: 0px;
}



/*关于益佰*/
.about {
	width: 1200px;
	height: 224px;
	background: white;
	position: absolute;
	top: 300px;
	left: 0;
	right: 0;
	margin: 0 auto;
	border-radius: 5px;
	box-shadow: 0px 16px 24px 0px rgba(0, 0, 0, 0.03);
}

.about-font {
	width: 90%;
	height: 255px;
	margin: auto;
}

.about-font>.about-font-img {
	width: 146px;
	height: 45px;
	margin: 25px auto;
}

.about-font>.about-font-content {
	text-indent: 2rem;
	color: #333333;
}

.about-font>.about-font-more {
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin-top: 40px;
	border-top: 1px solid #F6F6F6;
}

/*最新动态*/
.newest{
	width:1200px;
	height:648px;
	margin:190px auto;
	margin-bottom:50px;
}
.newest-t{
	width:100%;
	height:56px;
	text-align: center;
}
.newest-t>img{
	width: 149px;
	height: 56px;
	
}
.newest-cont{
	width:100%;
	height:482px;
	margin-top: 20px;
}

.newest-cont>.newest-cont-l{
	width:30%;
	height:482px;
	float: left;
	margin-right:2%;
	border-radius:5px;
	background: #0080CC;
}

.newest-cont>.newest-cont-c{
	width:30%;
	height:482px;
	background: #0080CC;
	float: left;
	margin-right:2%;
	border-radius:5px;
}

.newest-cont>.newest-cont-r{
	width:30%;
	height:482px;
	background: #0080CC;
	float: left;
	border-radius:5px;
}
.newest-cont-img{
	width:100%;
	height:338px;
	/*background-image: url(../img/newest01.svg);*/ 
	border-radius: 5px;
	background-repeat:no-repeat ;
	background-position:center top ;
}
.newest-cont-img:hover{
	background-color: red;
}
.newest-cont-img>span{
	background: #0080CC;,
	opacity: 0.8;
	color: white;
	float: right;
	margin-top: 321px;
}
.newest-cont-font{
	width:100%;
	height:144px;
}
.newest-cont-font>p{
	margin-left: 35px;
	
	color: white;
}
.newest-cont-font>p:nth-of-type(1){
	font-size: 15px;
	font-weight: 900;
	margin-top: 16px;
}
.newest-cont-font>p:nth-of-type(2){
	font-size: 12px;
	text-indent:1.5rem;
	margin-top: 8px;
	display: -webkit-box;
    -webkit-line-clamp:3;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
	
}
.newest-cont-font>p:nth-of-type(3){
	margin-top: 10px;	
}
.newest-cont-font>p:nth-of-type(3)>a{
	font-size: 13px;
	color:white;
}
.gengduo{
	width:90%;
	height:30px;
	line-height: 50px;
	margin:40px auto;
	text-align: center;
	/*border-top:1px solid #F6F6F6;*/
}
/*产品展示*/
.product{
	width:1200px;
	height:385px;
	margin: auto;
}
.product-img{
	text-align:center;
}
.product-cont{
	width:100%;
	height:309px;
	margin-top: 20px;
}
.product-font{
	width:23.5%;
	height:309px;
	/*background:#0061E9;
	opacity:0.3;*/
	 background-color:rgba(215,221,228,0.2);
	float: left;
	border-radius: 5px;
}
.product-font-img{
	width:100%;
	text-align: center;
}
.product-font-img>img{
	margin-top:30px;
	transition: 1s;
}
.product-font-img>img:hover{
	border-radius:20px;
	cursor: pointer;
}
.product-font-con{
	text-align: center;
}
.product-font-con>p{
	display: -webkit-box;
    -webkit-line-clamp:2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.product-font-con>p:nth-of-type(1){
	color:black;
	font-size:15px;
	margin-top:25px;
}
.product-font-con>p:nth-of-type(2){
	font-size:12px;
	margin-top:10px;
}
.product-font-con-f{
	font-size: 12px;
}
/*统计图*/
.cartogram{
	width:1200px;
	height:200px;
	margin:130px auto;
	/*box-shadow: 0px 5px 3px 0px rgba(0, 0, 0, 0.06);*/
	border-radius:5px;
}
.cartogram-a{
	width:400px;
	height:200px;
	/*background:yellow;*/
	float: left;
}
.cartogram-b{
	width:400px;
	height:200px;
	/*background:red;*/
	float: left;
}
.cartogram-c{
	width:400px;
	height:200px;
	/*background:blue;*/
	float: left;
}

/*底部*/
/*footer{
	width:100%;
	height:230px;
	background-color: rgba(0, 128, 204, 1);	
}
.bottom{
	width:1200px;
	height:230px;
	margin: auto;
}
.bottom-left{
	width:50%;
	height:190px;
	float:left;
	line-height:25px;
}
.bottom-left>p>span>a{
	color:white;
	font-size:12px;
}
.ml{
	margin-left:45px;
}
.bottom-left>p:nth-of-type(1){
	margin-top:25px;
}
.bottom-left>p:nth-of-type(2){
	margin-top:10px;
}
.bottom-right{
	width:50%;
	height:190px;
	float:left;
	font-size:12px;
}
.bottom-right-font{
	margin-left: 201px;
	float: left;
	color: white;
	margin-top: 25px;
	line-height:30px;
}
.bottom-right-img{
	margin-top: 34px;
	margin-left: 60px;
	float: left;
	color: white;
	line-height:25px;
	text-align: center;
}

.bottom-b{
	overflow: hidden;
	width:100%;
	height:40px;
	color:white;
	font-size: 12px;
	line-height: 40px;
}*/
