﻿/*chushihua*/
*{
	margin: 0px;
	padding:0px;
	color: #000;
	font-size: 12px;
	font-family: "Microsoft YaHei"
}
ul,ol{
	list-style: none
}
.clearfix { 
  *zoom: 1; 
}
.clearfix:before, 
.clearfix:after { 
  display: table; 
  line-height: 0; 
  content: ""; 
}
.clearfix:after {
  clear: both;
}
body{ font-family: "Microsoft YaHei" ;overflow-x:hidden }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0; padding:0; }
table{border-collapse:collapse; border-spacing:0; } 
fieldset,img{border:0; } ol,ul{list-style:none; } 
caption,th{text-align:left; } 
q:before,q:after{content:''; } 
abbr,acronym{border:0; }
a{text-decoration:none; }
a:hover{color:#2a58ae }


.top-main{
	width: 1250px;
	margin:auto;
}
/*总结束*/

/*banner*/
.carousel{
	width: 100%;
	/*min-height: 500px;*/
	/*border: 20px solid #ccc;*/
	margin:auto;
	position: relative;
		overflow: hidden;
}
.carousel ul.imageList{
	position: relative;
	top: 0;
	left: 0;
	width: 10000px;
}
.carousel ul.imageList li{
	float: left;
}
.carousel ul.imageList li a{
	display: block;
}
.carousel ul.imageList li a img{width: 100%;display: block;}

.carousel .leftBtn{
	position: absolute;
	width: 40px;
	height: 40px;
	background-color: orange;
	top: 120px;
	left: 10px;
}
.carousel .rightBtn{
	position: absolute;
	width: 40px;
	height: 40px;
	background-color: orange;
	top: 120px;
	right: 10px;
}
.carousel .circleList{
	width: 340px;
	height: 20px;
}
.carousel .circleList div{
	float: left;
	width: 50px;
	height: 5px;
	margin-right: 10px;
	background-color: white;
	cursor: pointer;
}
.carousel .circleList div.cur{
	background-color: lightgray;
}

.yijianlian{
	width:100%;
	/*height: 700px;*/
	position: relative;
	margin-bottom: 10px;
	
}
.yijianlian ul li{
	background-position: center center;
	background-size: cover;
}

/*加入我们*/
.yijianlian .head{
	width: 1250px;
	position: absolute;
	left: 50%;
	margin-left: -625px;
	top: 10px;
	z-index: 99
}
.join{
	position: absolute;
	right: 20px;
	top:20px;
	z-index: 100;
}
.join a{
	text-decoration: none;
	color: #fff;
	font-size: 12px;
	z-index: 100;
	margin-left: 10px
}
.join a:hover{
	color:#0a8ae9;
}
.jin{
	position: absolute;
	left: 50px;
	top:60px;
	/*opacity: 0.7;*/
	z-index: 100;
}
.jin img{
	/*width: 130px;
	height: 50px;*/
	z-index: 100;
	margin-top: -30px;
}

/*nav*/
.menu{
	width: 900px;
	/*height: 50px;*/
	background: rgba(255,255,255,0.5);
	/*opacity: 0.5;*/
	position: absolute;
	right: 10px;
	top: 60px;
	z-index: 100;	
	/*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7fffffff,endColorstr=#7fffffff);*/
	background: url(../images/rgba.png);
}
.menu ul.nav{
	list-style: none;
	z-index: 100;
	float: left;
}
.menu>ul>li{
	float: left;
	line-height: 50px;
	margin-left: 70px;
	/*font-weight: bold;*/
	z-index: 100;
	position: relative;
}
.menu>ul>li a{
	font-size: 16px;
	/*font-weight: 600;*/
	display: block;
	line-height: 44px;
}
.menu>ul>li.cur a,.menu>ul>li a:hover,.menu>ul>li.hover>a{
	color: #2a58ae
}
.menu>ul>li.hover .nav-er{
	display: block;
}
.menu>ul>li .nav-er{
    position: absolute;
    left: -70px;
    top: 44px;
    /*width: 530px;*/
    width: 484px;
    padding-top: 5px;
    background: url(../images/menu-bg.jpg) bottom left no-repeat;
    background-size: 100% 27px;
    padding-left: 20px;
    padding-right: 20px;
    display: none;
    opacity: 0.7;
    z-index: 9999;
    background: url(../images/menu-bg.jpg)\9;
    /*top: 50px\9;*/
    /*padding-top: 0\9;*/

}
.menu>ul>li .nav-er ul li{
	float: left;
	padding:0px 20px;
	position: relative;
	/*opacity: 0.6;*/
}
.menu>ul>li .nav-er ul li:nth-of-type(1):after{
	display: none;
}
.menu>ul>li .nav-er ul li:after{
	content: "";
	position: absolute;
	left: 0;
	border-left: 1px solid #666974;
	height: 15px;
	top: 50%;
	margin-top: -7.5px;
}
.menu>ul>li .nav-er ul li a{
	display: block;
	line-height: 27px;
	font-weight: 100;
	font-size: 14px;
}

.menu>ul>li.nav2 .nav-er{/*width: 715px;*/width:660px;left: -20px;}
.menu>ul>li.nav3 .nav-er{width: 200px;left: -80px;}
.menu>ul>li.nav4 .nav-er{left: -125px;}

.find{
	float: right;
	width: 177px;
	height: 26px;
	border: 1px solid #cee4f2;
	background-color: #fff;
	position: relative;
	top: 8px;
	right: 20px;
}
.find .guan input{
	height: 26px;
	line-height: 26px;
	padding-left: 8px;
	border: 0;
	background-color: transparent;
	width: 135px;
	outline: none;
	font-size: 12px;
}
.find label{
	position: absolute;
	right: 4px;
	top: 4px;
}


#lis{
	margin-left: 0px;
	margin-top: 10px;
	z-index: 100;
}
.four div{
	width: 50px;
	height: 5px;
	float: left;
	background: #fff;
	margin-left: 10px;
	z-index: 100;
}
.four{
	position: absolute;
	bottom: 10px;
	left:50%;
	z-index: 100;
	margin-left: -170px;
}

/*易建联结束*/


/*一亿瓶开始*/
.yiyiping div{
	float: left;
	margin:auto;
	margin-bottom: 40px;
}
.yi-1{
	width: 362px;
	/*width: 25%;*/
}
.yi-2{
	width: 329px;
	/*width: 25%;*/
}
.yi-3{
	/*width: 47%;*/
	height: 186px;
	background: #f8f8f8;
}

/*一亿瓶结束*/
.news{
	float: left;
	width: 924px;
	height: 132px;
	overflow: hidden;
}
.news-list ul li{
	float: left;
	position: relative;
	padding-left:27px;
	line-height: 38px;
	width: 435px
}
.news-list ul li:before{
	content: "";
	position: absolute;
	width: 7px;
	height: 7px;
	left: 7px;
	top: 15px;
	background-color: #83cdec;
}
.news-list ul li h4{
	float: left;
	font-weight: 100;
	width: 337px;
}
.news-list ul li h4 a{
	font-size: 14px;
	width: 100%;
	display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news-list ul li .time{
	/*float: left;*/
	margin-left: 10px;
	color: #83cdec
}
.erweima{
	float: right;
	margin-top: 17px;
	margin-right: 35px
}
.yi-3-s{
	width: 110px;
	height: 110px;
	background: red;
	border-radius: 55px;
}

/*版权所有*/
.foot{
	width: 100%;
	background-color: #1a58ab
}
.banquan{
	width: 1250px;
	height: 50px;
	background: #1a58ab;
	margin: 0 auto;
	margin-top: 50px
}
.banquan div{
	float: left;
}
.banquan div:nth-child(1){
	font-size: 12px;
	line-height: 50px;
	color: #fff;
	margin-left:350px;
}
.banquan div span{
	color: #fff
}
.banquan div:nth-child(2){
	margin-left:130px;
	margin-top: 10px;
	color: #fff;
}
.banquan div:nth-child(3){
	color: #fff;
	margin-left: 20px;
	margin-top:8px;
	font-size: 14px;
}

.banquan div.index-f1{
	font-size: 12px;
	line-height: 50px;
	color: #fff;
	margin-left:350px;
}
.banquan div.index-f2{
	margin-left:130px;
	margin-top: 10px;
	color: #fff;
}

.banquan div.index-f3{
	color: #fff;
	margin-left: 20px;
	margin-top:8px;
	font-size: 14px;
}
.menu>ul>li.nav2 .nav-er{display:none!important}