@charset "utf-8";
/* CSS Document */

a:hover{
	text-decoration: none;
}

body{
	background: #fafafa;
}

.wid{
	width: 77%!important;
}

.banner{
	position: relative;
}


.dh{
	height: 66px;
	line-height: 66px;
	background: #fff;
	border-bottom: 1px solid #eee;
}

.dh a{
	font-size: 14px;
	margin-right: 10px;
	color: #1d528e;
	text-transform: uppercase;
}

.dh span{
	margin-left: 10px;
	font-size: 14px;
	color: #333;
	text-transform: uppercase;
}






.zy{
	padding: 100px 0;
}

.zyzi{
	text-align: center;
	margin-bottom: 50px;
}

.zyzi h3{
	font-size: 38px;
	line-height: 1.2;
	/*letter-spacing: 2px;*/
	text-transform: uppercase;
}






.about{
	
}

.aboutcon p{
	font-size: 14px;
	line-height: 28px;
	color: #333;
	text-align: center;
}

.whcon{
	position: relative;
	margin-top: 50px;
}

.whcon ul li{
	float: left;
	width: 31%;
}

.whcon ul li:nth-child(2){
	margin-left: 3.5%;
	margin-right: 3.5%;
}

.whimg img{
	transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-webkit-transition: all .5s;
-o-transition: all .5s;
}

.whcon ul li:hover img{
	transform:scale(0.95);
	-moz-transform:scale(0.95);
-ms-transform:scale(0.95);
-webkit-transform:scale(0.95);
-o-transform:scale(0.95);
	
	box-shadow: 0 0 5px #e4e4e4;
}


.whcon ul li h3{
	font-size: 24px;
	text-align: center;
	margin: 30px auto 15px;
	color: #1d528e;
	text-transform: uppercase;
}

.whcon ul li p{
	font-size: 14px;
	line-height: 28px;
	color: #333;
	text-align: center;
}








.pro{
	
}

.profl{
	float: left;
	width: 20%;
}

.profl ul li{
	margin-bottom: 28px;
}

.profl ul li a {
    position: relative;
    font-size: 15px;
    color: #666;
    letter-spacing: 1px;
    padding-left: 30px;
    display: block;
}

.profl ul li:hover a{
	color: #1d528e;
}

.profl ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
    height: 2px;
    width: 18px;
    background: #666;
    transition: all 0.68s;
}

.profl ul li:hover a::before{
	background: #1d528e;
}

.profl ul li.proflactive a{
	color: #1d528e;
}


.procon{
	float: right;
	width: 75%;
}

.procon ul li{
	float: left;
	width: 23%;
	margin-bottom: 30px;
}

.procon ul li:nth-child(4n+2){
	margin-left: 2%;
	margin-right: 1%;
}

.procon ul li:nth-child(4n+3){
	margin-left: 1%;
	margin-right: 2%;
}


.procon .proimg img{
	transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-webkit-transition: all .5s;
-o-transition: all .5s;
}

.procon ul li:hover img{
	transform:scale(0.95);
	-moz-transform:scale(0.95);
-ms-transform:scale(0.95);
-webkit-transform:scale(0.95);
-o-transform:scale(0.95);
	
	box-shadow: 0 0 5px #e4e4e4;
}

.procon ul li p{
	font-size: 14px;
	color: #333;
	text-align: center;
	margin: 20px auto 0px;
	
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}










.proshow{
	float: right;
	width: 75%;
}

.probigpic{
	float: left;
	width: 65%;
}

.sx{
	float: right;
	width: 30%;
}

.sx p{
	margin-bottom: 30px;
	font-size: 14px;
	line-height: 28px;
}

.sx a{
	font-size: 14px;
	line-height: 28px;
	color: #333;
}



.page{
	margin-top: 50px;
	text-align: center;
}

.page .pagination,.page .pager{
	margin: 0 auto;
}

.page ul li.active span{
	background: #1d528e!important;
	color: #fff!important;
	border-color: #1d528e!important;
}

.page ul li a{
	color: #1d528e;
}

.page ul li:hover a{
	background: #1d528e;
	color: #fff;
	border-color: #1d528e;
}















.sb{
	
}

.sbcon ul li{
	float: left;
	width: 32%;
	margin-bottom: 30px;
}

.sbcon ul li:nth-child(3n+2){
	margin-left: 2%;
	margin-right: 2%;
}

.sbimg{
	overflow: hidden;
}

.sbcon .sbimg img{
	transition: all 1s;
-moz-transition: all 1s;
-ms-transition: all 1s;
-webkit-transition: all 1s;
-o-transition: all 1s;
}

.sbcon ul li:hover img{
	transform: scale(1.1);
	-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-webkit-transform: scale(1.1);
-o-transform: scale(1.1);
}










.zz{
	
}

.zzcon ul li{
	float: left;
	width: 32%;
	margin-bottom: 30px;
}

.zzcon ul li:nth-child(3n+2){
	margin-left: 2%;
	margin-right: 2%;
}

.zzcon .zzimg img{
	transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-webkit-transition: all .5s;
-o-transition: all .5s;
}

.zzcon ul li p{
	font-size: 14px;
	line-height: 28px;
	color: #333;
	text-align: center;
	margin: 20px 0 0 0;
}


















.lxcon{
	position: relative;
}

.lxl{
	position: absolute;
	width: 33%;
	left: 0;
	top: 50%;

	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}


.lxl p{
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 30px;
	color: #333;
}

.lxr{
	float: right;
	width: 65%;
}
















