li{
	list-style: none;
}

.navbar-collapse ul li a{
	height: 80px;
	line-height: 60px;
	font-size: 18px;
}
.navbar-collapse ul li:hover a{
	color: #000;
}
.navbar-brand{
	padding: 0;
	height: 80px;
}
.navbar-brand img{
	height: 80px;
}
.navbar{
	background: #ffff;
	border: none;
}
.carousel .carousel-inner{
	width: 100%;
	/*height: 560px;*/
}
.carousel .carousel-inner img{
	width: 100%;
	height: 100%;
}
.carousel-indicators li{
	width: 37px;
	height: 3px;
	border: none;
	background: rgba(255,255,255,0.5);
	margin: 0 1px;
}
.carousel-indicators li.active{
	width: 37px;
	height: 3px;
	border-radius: 0;
	border: none;
	margin: 0 1px;
}
.bg-lun{
	background: #fff7e9;
	height: 40px;
	line-height: 40px;
}
.remen{
	margin-top: 70px;
}
.remen h1{
	font-size: 44px;
}
.remen p{
	font-size: 22px;
	color: #d6d6d6;
}
.remen .thumbnail{
	padding: 0;
}
.remen .caption h3{
	font-size: 15px;
}
.remen .btn{
	margin: 0 70px;
}
.situ{
	margin-top: 40px;
	
}
.situ .item{
	overflow: hidden;
}
.situ .img{
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.situ .img img{
	width: 100%;
	height: 100%;
	transform: scale(1,1);
	opacity: 1;
	transition: all 1s;
}
.situ .zi{
	padding: 0 15px;
	width: 100%;
	height: 100%;
	color: #fffff;
	position: absolute;
	top: 0;
	left: 0;
	transform: scale(0,0);
	opacity: 0;
	transition: all .5s;
}
.situ .item:hover .zi{
	transform: scale(1,1);
	opacity: 1;
}
.situ .item:hover .img img{
	transform: scale(3,3);
	opacity: 0;
}


.xszp{
	/*height: 500px;*/
	background: #151515;
	margin-top: 60px;
}
.xszp .left{
	
	padding: 0;
	padding-right: 15px;
}
.xszp .left ul{
	padding: 0;
}
.xszp .left ul li{
	width: 100%;
	height: 125px;
	background: #000;
	box-sizing: border-box;
	border-bottom: 1px solid #2a2a2a;
	position: relative;
}
.xszp .left ul li div.box{
	width: 100%;
	height: 100%;
	z-index: 2;
	position: absolute;
}
.xszp .left ul li div.box .tubiao{
	width: 35px;
	height: 35px;
	float: left;
	margin-top: 35px;
	margin-left: 35px;
	background: url(../img/zp_logo.png);
	background-position-y: -5px;
}
.xszp .left ul li:first-child div.box .tubiao{
	background-position-x: -5px;
}
.xszp .left ul li:nth-child(2) div.box .tubiao{
	background-position-x: -45px;
}
.xszp .left ul li:nth-child(3) div.box .tubiao{
	background-position-x: -85px;
}
.xszp .left ul li:nth-child(4) div.box .tubiao{
	background-position-x: -125px;
}
.xszp .left ul li div.box .zi{
	width: 185px;
	height: 100%;
	/*background: saddlebrown;*/
	float: right;
	color: #fff;
	padding-top: 15px;
}
.xszp .left ul li div.box .zi h2{
	font-size: 25px;
}
.xszp .left ul li div.box .zi p{
	font-size: 20px;
}
.xszp .left ul li .bg{
	width: 0%;
	height: 100%;
	position: absolute;
	top: 0;
	background: linear-gradient(to right,#fd7d7d,#f05251);
	transition: all .5s;
}
.xszp .left ul li:hover .bg{
	width: 100%;
}
.xszp .left ul li:hover div.box .tubiao{
	background-position-y: -43px;
}
.xszp .left ul li.select .bg{
	width: 100%;
}
.xszp .left ul li.select div.box .tubiao{
	background-position-y: -43px;
}

.xszp .right{
	/*background: saddlebrown;*/
	padding: 45px 0px;
	height: 500px;
}
.xszp .right div{
	width: 100%;
	height: 100%;
}
.xszp .right div img{
	width: 100%;
	height: 100%;
}


.xyzs{
	height: 450px;
	/*background: saddlebrown;*/
	margin-top: 55px;
}
.xyzs .row{
	margin-top: 30px;
}
.xyzs .thumbnail{
	padding: 0;
}


.footer{
	/*height: 400px;*/
}
.footer .left{
}
.footer .left .clj{
	width: 100%;
	overflow: hidden;
}
.footer .left .clj ul li{
	float: left;
	font-size: 15px;
	height: 100%;
	/*border-right: 1px solid #515457;*/
	/*padding: 0 15px;*/
}
.footer .left .clj ul li.shuxian{
	width: 1px;
	height: 18px;
	background: #515457;
	margin: 2px 10px 0;
}
.footer .left .clj ul li:last-child{
	border: none;
}
.footer .left .erweima{
	width: 100%;
	/*height: 150px;*/
	margin-top: 20px;
}
.footer .left .erweima div.logo{
	/*width: 445px;*/
	height: 100%;
	/*float: left;*/
}
.footer .left .erweima div.logo img{
	width: 100%;
	height: 100%;
}
.footer .left .erweima ul.right_er{
	/*float: left;*/
	width: 430px;
}

.footer .right{
	/*background: skyblue;*/
}

.footer .right .form-group{
	margin-bottom: 20px;
}

.fanhui{
	position: fixed;
	right: 0;
	bottom: 0;
	width: 65px;
	height: 65px;
}
