@charset "utf-8";
*{
	margin: 0;
	padding: 0;
}
a{
	text-decoration: none;
	color: #666;
	cursor: pointer;
}
a:hover,.scence_color{
	color: #F1B900;
}
li{
	list-style: none;
}
#warpp{
	width: 100%;
	font-family: "微软雅黑";
	color: #666;
	font-size: 12px;
}
.clear{
	clear: both;
}

/*add by mmt 内容多余显示省略号*/
.txt{
    /* display: -webkit-box; */
    overflow: hidden;  /*自动隐藏文字*/
    text-overflow: ellipsis; /*文字隐藏后添加省略号*/
    white-space: normal !important;
    -webkit-line-clamp: 4; /*第几行显示省略号*/
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    /* height: 90px; */
}
/*头部      */
header{
	position: relative;
}
.head{
	width: 1080px;
	margin: -65px 0 0 0;
	overflow: hidden;
	zoom: 1;
	position: absolute;
	left:50%;
	margin-left: -540px;
	top: 0;
	z-index: 1;
}
.logo{
	float: left;
	height: 54px;
	text-align: center;
	background-color: #fff;
}
.head form{
	margin-left: 74%;
	margin-top: 10px;
}
.head form select{
	border: 0;
	height: 34px;
	line-height: 34px;
	width: 100px;
	border-radius: 5px;
	float: left;
	margin-right: 10px;
}
/*banner*/
.slides{
	width: 100%;
	/*height: 688px;*/
	height: 550px;
	position: relative;
	overflow: hidden;
}
.slideInner, swiper-wrapper{
	/*height: 688px;*/
	height: 550px;
	position: relative;
	left: 0;
	margin-left: 0;
}
.slideInner a ,swiper-wrapper img{
	display: block;
	/*height: 688px;*/
	height: 550px;
	background-size: cover;
	background-position: center center;
	position: relative;
	text-align: center;
	z-index: 1;
}

/* swiper */
/* 设置轮播图整体宽度/高度 */
.swiper-container {
	width: 1080px;
	height: auto;
  }
/* 图片部分样式 */
.swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.nav{
	width: 1300px;
	position: relative;
	left: 50%;
	margin-left: -600px;
	display: none;
}
.nav a{
	display: block;
	width: 41px;
	height: 119px;
	opacity: .2;
	z-index: 9;
}
.nav a.prev{
	position: absolute;
	left: 0;
	top: -350px;
	margin-top: -58px;
	background: url(../images/ban_pre.png) no-repeat;
}
.nav a.next{
	position: absolute;
	right: 0;
	top: -350px;
	margin-top: -58px;
	background: url(../images/ban_next.png) no-repeat;
}
.navListBox{
	position: absolute;
	left: 50%;
	top: 600px;
	z-index: 99;
}
.navListBox li{
	width: 12px;
	height: 12px;
	float: left;
	margin-left: 5px;
	border-radius: 50%;
	overflow: hidden;
}
.navListBox li:first-child{
	margin-left: 0;
}
.navListBox li a{
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #fff;
	box-shadow: 0 0 5px #666 inset;
}
.navListBox li a.active{
	background-color: #55ddff;
}

/*banner 结束*/
.icon1{
	background: url(../images/1.png) no-repeat 150px center;
	border: 0;
	background-color: #fff;
	height: 34px;
	line-height: 34px;
	border-radius: 5px;
}
.nav1{
	background-color: #006599;
	height: 54px;
	line-height: 54px;
	/* width: 55%; */
	float: right;
	margin-top: 5px;
	border-radius: 10px;
	padding-right: 10px;
}
.nav1 li{
	float: left;
}
.nav1 .li1{
	margin-left: 10px;
}
.nav1 a{
	padding: 0 15px;
	color: #fff;
	display: block;
}
.nav1 a:hover,.scence{
	background-color: #F1B900;
}
/*头部结束*/
/*foot*/
.foot{
	background-color: #006599;
	height: 100px;
	padding-top: 20px;
}
.foot .foot-con{
	height: 100px;
	width: 1080px;
	margin: 0 auto;
	overflow: hidden;
	display: block;
}
.foot .foot-con span{
	font-size: 16px;
	font-family: "宋体";
	display: block;
	color: rgba(255,255,255,.6);
	text-align: center;
	line-height: 25px;
}
.foot-nav{
	overflow: hidden;
	text-align: center;
	margin-bottom: 10px;
}
.foot-nav li{
	font-family: "宋体";
	display: inline-block;
	color: #fff;
}
.foot-nav li a{
	color: rgba(255,255,255,.6);
	display: block;
	line-height:20px;
	padding: 0 10px;
	border-left: 1px solid rgba(255,255,255,.6);
}
.foot-nav li:first-child a{
	border-left:none;
}
.foot-nav li a:hover{
	color: rgba(255,255,255,1);
}






