@charset "utf-8";
/* 头部样式 */
.newheader{
	width: 100%;
	height: 74px;
  	background: rgba(0,0,0,.7);
  	
	position: fixed;
	left: 0;
	top: 0;
  z-index: 9999999999;
}
.fixd {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999999;
  	background: rgba(256,256,256,.7);
  	
	box-shadow: 0px 0px 8px rgba(204, 204, 204, 0.5);
}
.center{
	width: 1300px;
	margin: 0 auto;
}
.logo{
	width: 184px;
	float: left;
	margin: 9px 100px 0 0;
}
.logo a{
	background: url(../img/headerLogo.png) center no-repeat;
  	width:184px;
  	height:58px;
  	display: block;
  	float:left;
  	text-indent: -9999px;
  background-size:contain;
}
.fixd .logo a{
	background: url(../img/headerLogo2.png) center no-repeat;
  background-size:contain;
}
/* 导航 */
.menu{
	float: left;
}
.menu li{
	float: left;
	position: relative;
}


.menu li>a{
	padding: 20px;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 74px;
}
.fixd .menu li>a{
 	color: #000000; 
}
.menu li span{
	padding: 6px 0 0 0;
}
.menu li span a:last-child{
	
}

.dropDownNav{
    position: absolute;
    top: 75px;
    left: 0;
    z-index: 100;
    width: 115px;
    display: block;
    z-index: 999999;
	height: auto;
	background: url(../img/dropDownNav_bg.png);
}

.dropDownNav a{
    display: block;
    float: left;
    height: 36px;
	line-height: 36px;
    width: 115px;
    font-weight: normal;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
}
.dropDownNav a:hover{
    background: #3E3E3E;
	color: #00e8ea;
}


.fixd .dropDownNav{
  background: url(../img/HdropDownNav_bg.png);
  box-shadow: 0px 0px 8px rgba(204, 204, 204, 0.95);
  
}
.fixd .dropDownNav a{
  color:#000;
}
.fixd .dropDownNav a:hover{
  background: #FFFFFF;
	color: #00e8ea;
}

.hide{
    display: none;
}



/* 搜索 */
.search-box{
	width:140px;
  	height:64px;
        float: right;
}
.search{
	width: 40px;
	height: 40px;
	background: #FFFFFF;
	border-radius: 50%;
	margin: 17px 50px;
	position: relative;
	
}
.fixd .search{
	border:1px solid #CCC;
}
.search img{
	width: 16px;
	height: 16px;
	margin: 12px;
}
.searchMain{
	position: absolute;
	top: 40px;
	right: 0;
	z-index: 999999999;
}
.searchMain input{
	height: 50px;
	line-height: 45px;
	width: 240px;
	border: 1px solid #CCC;
	border-radius: 25px;
	padding: 0 100px 0 20px;
	position: relative;
}
#searchbox{
	position: absolute;
	height: 40px;
	line-height: 40px;
	background: #00A8EA;
	padding: 0 25px;
	border-radius: 20px;
	top: 6px;
	right: 10px;
	color: #FFFFFF;
  	cursor: pointer;
}




.carousel{
	position: relative;
}

.carousel .swiper-container{
    width: 100%;
}
.carousel .swiper-container-horizontal>.swiper-pagination-bullets, .carousel .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom:40px;
}
.carousel .swiper-pagination-bullet{
	background: #000;
	width: 80px;
	height: 3px;
        border-radius: 20px;
  	opacity:0.3;
}
.carousel .swiper-pagination-bullet-active{
	background: #FFF;
  	opacity:1;
}
.carousel .swiper-container img{
	width: 100%;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
    float: right;
}