*{
	padding: 0;
	margin: 0;
	list-style: none;
	font-family:"Microsoft Yahei","Helvetica Neue","ff-tisa-web-pro-1","ff-tisa-web-pro-2","Lucida Grande","Hiragino Sans GB","Hiragino Sans GB W3";
}
a{
	color: black;
	text-decoration: none;
}
/*共用样式*/
.colorWhite{
	color: white;
}
.fontCenter{
	text-align: center;
}

/*导航*/
nav{
	background: rgb(0,0,75);
	color: white;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
}
.nav{
	display: inline-block;
	width: 40%;
	line-height: 50px;
	float: left;
	position: relative;
	margin-left: 10%;
}
.nav_ul{
	display: inline-block;
	float: right;
	position: relative;
}
.nav_ul>ul{
	position: relative;
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: auto;
}
.nav_ul>ul li{
	float: left;
}
.nav_ul>ul li a{
	color: white;
	display: block;
	line-height: 4;
	font-size: 0.6em;
	padding: 0px 20px;
}
.nav span{
	margin-left: 40px;
}
.ul_select{
	position: relative;
	z-index: 999;
}
.ul_select ol{
	position: absolute;
    top: 50px;
    left: 0;
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
    overflow: hidden;
}
.ul_select ol li{
	float: none;
    display: block;
    background-color: rgba(17, 17, 64, 0.7215686274509804);
}
.ul_select ol li a{
    color: white;
    display: block;
    line-height: 4;
    font-size: 0.6em;
    padding: 0px 20px;
    white-space: nowrap;
}
.ul_select ol li a:hover{
	background-color: rgba(251, 248, 248, 0.5803921568627451);
    cursor: pointer;
}
.contentlogo{
	position: absolute;
	top: 50%;
	margin-top: -15px;
}
@media screen and (max-width: 800px){
	nav{
		display: none;
	}
}

/*轮播组件显示容器*/
#carousel-view{
	width: 100%;
	overflow: hidden;
	position: relative;
}

/*图片容器*/
.carousel-content{
	position: relative;
	overflow: hidden;
}

/*轮播图片*/
.carousel-content li{
	float: left;
	background-size: cover !important;
	background-repeat:no-repeat !important;
	position: relative;
	overflow: hidden;
	transition: all 0.7s;
}
.carousel-content li:hover {
	transform: scale(1.2);
}
/*轮播图片内容盒子*/
@media screen and (min-width: 900px){
	.content-div{
		width: 900px;
	}
}
.content-div{
	position: absolute;
	height: 430px;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

/*轮播序号*/
.ol-view{
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 2;
}
.carousel-indicators{
	overflow: hidden;
	display: flex;
	display: -webkit-flex;
	align-items:center;
	-webkit-align-items: center;
}
.carousel-indicators li{
	width: 5px;
	height: 5px;
	border: 1px solid white;
	border-radius: 50%;
	font-size: 12px;
	text-align: center;
	background: rgba(0,0,0,0.5);
	color: white;
	margin-left: 5px;
	cursor: pointer;
	text-indent: -9999px;
}
.carousel-indicators .active{
	border-color: red;
	color: red;
	width: 15px;
	height: 15px;
	line-height: 15px;
	text-indent: 0;
}
/*轮播左右箭头*/
#carousel-view:hover .carousel-control{
	display: block;
}
.carousel-control{
	position: absolute;
	top: 50%;
	margin-top: -55px;
	font-size: 80px;
	height: 110px;
	color: rgba(255,255,255,0.5);
	display: none;
	cursor: pointer;
}
.carousel-control:hover{
	color: white;
}
.right{
	right: 10px;
}
.left{
	left: 10px;
}

/*轮播图片内容*/
.content-div img{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 100%;
}
.content-div .tianyan,
.content-div .luyin,
.content-div .weihua{
	left: 100px;
	right: auto;
}
@media screen and (max-width: 768px){
	.content-div .tianyan,
	.content-div .luyin,
	.content-div .weihua{
		left: 0;
		right: auto;
	}
}

/*加载动画*/
#load{
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 999;
	background: white;
}
.logo{
	position: absolute;
	width: 300px;
	height: 300px;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}
.logo img{
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -100px;
	left: 50%;
	margin-left: -100px;
}

/*底部项目展示*/
.container-fluid{
	overflow: hidden;
}
.items{
	margin: 0 auto;
	padding: 25px 10px;
	box-sizing: border-box;
}
.items>a{/*float: left;*/height: 100%;}
.items::after{display: block;clear: both;content: "";}
.items .item{
	float: left;
	position: relative;
	margin: 10px;
	border: 1px solid rgb(200,200,200);
	border-radius: 4px;
	box-sizing: border-box;
	height: 450px;
	overflow: hidden;
	font-size: 14px;
	cursor: pointer;
	background: rgb(245,245,245);
	transition: all 0.5s;
}
.items>a:hover .item{box-shadow: 0 0 15px #a0a0a0;transform: scale(1.1);z-index: 999999;}
.items>a:hover .itemmsg{color: #000;}
.erweima{
	position: absolute;
	width: 60px;
	height: 60px;
	bottom: 0;
	right: 0;
	background: url(../img/erweima.png) no-repeat;
	background-position: 26px 26px;
}
.items .item img.img1{
	position: absolute;
  bottom: 10px;
  right: 40px;
  width: 80px;
  height: 80px;
  display: none;
  padding: 5px;
  border: 1px solid #dedede;
  background-color: #fff;
}
/*底部项目文字*/
.itemmsg{
	color: #6d6d6d;
	box-sizing: border-box;
	padding: 10px 20px;
	display: block;
}
.items .item img {
    width: 100%;
}
/*页脚*/
footer{
	text-align: center;
    line-height: 40px;
    font-size: 12px;
    margin-top: 25px;
    padding-top: 15px;
    background-color: rgb(245,245,245);
}
footer a{
	color: black;
}
footer a:hover{
	color: black;
	text-decoration: none;
}
/*@media only screen and (max-width: 736px) {
	.footer1 .footer2 .footer3{
		display: none;
	}
}*/