@charset "utf-8";
/* CSS Document */

a:hover{
	text-decoration: none;
}

body{
	
}




.banner{
	position: relative;
	overflow: hidden;
}

.banner img{
	animation: small 5s;
    -webkit-animation: small 5s;
}

@keyframes small {
    0% {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

.banner h3{
	text-transform:uppercase;
	letter-spacing: 5px;
	font-size: 3rem;
	
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
-webkit-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);
}

.banner .shubiao{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	bottom: 10%;
	z-index: 5;
	
	 animation: down .6s alternate infinite linear;
    -webkit-animation: down .6s alternate infinite linear;
}


@keyframes down {
    0% {
        -webkit-transform: translateY(15px);
        -moz-transform: translateY(15px);
        -ms-transform: translateY(15px);
        -o-transform: translateY(15px);
        transform: translateY(15px);
    }

    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes down {
    0% {
        -webkit-transform: translateY(15px);
        -moz-transform: translateY(15px);
        -ms-transform: translateY(15px);
        -o-transform: translateY(15px);
        transform: translateY(15px);
    }

    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}


.banner .shubiao img{
	width: 50%;
}

.banner p{
	position: absolute;
	left: 50.5%;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	bottom: 2%;
	z-index: 5;
	
	font-size: 1rem;
}

@media (max-width:1500px){
	.banner p{
		bottom: 1%;
	}
}








.zy{
	padding: 8rem 0;
}

.zyzi h3{
	text-align: center;
	color: #111;
	font-size: 3rem;
	font-weight: 600;
	margin-bottom: 4rem;
	text-transform: uppercase;
}

.page{
	margin-top: 4rem;
	text-align: center;
	width: 100%;
}

.page ul{
	padding-left: 0;
}

.page .pagination{
	margin: 0 auto;
	display: inline-block;
}

.page ul li span,.page ul li a{
	padding: 0.7rem 1rem;
	color: #111;
}

.page ul li.disabled span{
	color: #999;
	background: #f1f1f1;
}

.page ul li.disabled:hover span{
	cursor: no-drop;
}

.pagination>li {
	display: inline;
	margin-right: 5px;
}

.page ul li.active span{
	background: linear-gradient(to bottom,#0099cc, #003399)!important;
	color: #fff!important;
	/*border-color: #fff!important;*/
}

.page ul li a{
	color: #0099cc;
	background: #f1f1f1;
	/*border: 1px solid #fff;*/
}

.page ul li:hover a{
	background: linear-gradient(to bottom,#0099cc, #003399)!important;
	color: #fff;
	/*border-color: #fff;*/
}

.pagesj li{
	display: inline;

}

.pagesj span,.pagesj a{
	background: #fff!important;
	color: #333!important;
	padding: 10px 1rem;
}




.sx{

}

.sx p{
	font-size: 0.9rem;
	color: #111;
}

.sx a{
	font-size: 0.9rem;
	color: #111;
}












.about{
	
}

.aboutcon p{
	font-size: 0.9rem;
	line-height: 2rem;
	color: #333;
	text-indent: 1.8rem;
}



.whcon{
	text-align: center;
}

.whcon p{
	font-size: 1rem;
	line-height: 2rem;
	color: #333;
}

.whcon p .whbig{
	font-weight: 600;
}














.profl{
	padding-top: 180px;
}

.profl ul li{
	float: left;
	margin-right: 1rem;
	
}

.profl ul li a{
	display: block;
	padding: 1rem 2rem;
	background: #555;
	color: #fff;
	border-radius: 5px;
}

.profl ul li:hover a{
	background: linear-gradient(to bottom,#0099cc, #003399);
}

.profl ul li.active a{
	background: linear-gradient(to bottom,#0099cc, #003399);
}




.pro{
	padding-top: 6rem
}


.procon ul{
	margin-bottom: 0;
	padding: 0;
}

.procon ul li{
	float: left;
	width: 31%;
	border-radius: 4px;
	box-shadow: inset 0 -4px 0px 0px #dfe2f0, 0 10px 20px 0px rgba(192,196,215,0.25);
	position: relative;
	margin-bottom: 3%;
	
	-webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.procon .proimg{
	overflow: hidden;
	background: #fff;
}

.procon .proimg img{
	-webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.procon ul li:hover .proimg img {
	-webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

@media (min-width:992px){
	.procon ul li:nth-child(3n+2){
		margin-left: 3%;
		margin-right: 3%;
	}
}

.procon ul li p{
	font-size: 1rem;
	color: #333;
	margin: 0;
	padding: 1rem;
	background: #fff;
	text-align: center;
	overflow: hidden; white-space: nowrap; text-overflow: ellipsis;
}

.procon .proxian{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0%;
	height: 3px;
	background-image: linear-gradient(to right,#0099cc, #003399)!important;
	-webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.procon ul li:hover .proxian {
    width: 100%;
}




.projsimg{
	float: left;
	width: 55%;
}

.procon .sx{
	float: right;
	width: 40%;
}




















.lxcon{
	position: relative;
}

@media (min-width:992px){
	.lxl{
		position: absolute;
		width: 40%;
		left: 0;
		top: 50%;

		transform: translateY(-50%);
		-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	}
}


.lxl h3{
	font-size: 1.5rem;
	margin-bottom: 3rem;
	color: #0099cc;
}

.lxl p{
	font-size: 0.9rem;
	margin-bottom: 1rem;
	color: #333;
}

.lxr{
	float: right;
	width: 55%;
}

















/*sjpro*/
.sjpro{
	position: relative;
	z-index: 555;
	padding-top: 88px;
}

.sjpro ul{
	margin-bottom: 0;
}

.sjpro .list{width: 100%;}
.sjpro .list ul{padding-left: 0}
.sjpro .list ul li{background:#003399!important;border-bottom: 1px solid #fff;}
.sjpro .list ul li a{padding-left: 5%;color: #fff; font-size:0.9rem; display: block; height:3rem;line-height: 3rem;position: relative;}
.sjpro .list ul li .inactive{ background:url(../images/off.png) no-repeat 95% center;}
.sjpro .list ul li .inactives{background:url(../images/on.png) no-repeat 95% center;} 
.sjpro .list ul li ul{display: none;}
.sjpro .list ul li ul li { border-left:0; border-right:0; background:#0099cc!important; border-bottom: 1px solid #fff;overflow: hidden}
.sjpro .list ul li ul li ul{display: none;}
.sjpro .list ul li ul li a{ padding-left:8%;color: #fff}
.sjpro .list ul li ul li ul li { background-color:#EDEDED; border-color:#fff; }
.last{ background-color:#d6e6f1; border-color:#6196bb; }
.sjpro .list ul li ul li ul li a{ color:#111; padding-left:2rem;}
/*sj*/












@media (min-width:768px) and (max-width:991px){
	.banner h3,.banner .shubiao,.banner p{
		display: none;
	}

	.zy{
		padding: 6rem 0;
	}

	.procon ul li{
		width: 48%;
	}

	.procon ul li:nth-child(odd){
		margin-right: 2%;
	}

	.procon ul li:nth-child(even){
		margin-left: 2%;
	}

	.proshowzi{
		font-size: 1.4rem!important;
	}

	.projsimg{
		float: none;
		width: 100%;
		margin-bottom: 3rem;
	}

	.procon .sx{
		float: none;
		width: 100%;
	}

	.lxr{
		float: none;
		width: 100%;
		margin-top: 2rem;
	}
}







@media (max-width:768px){
	.banner h3,.banner .shubiao,.banner p{
		display: none;
	}

	.zy{
		padding: 5rem 0;
	}

	.zyzi h3{
		font-size: 1.6rem;
		margin-bottom: 3rem;
	}

	.sjpro{
		padding-top: 68px;
	}

	.procon ul li{
		width: 48%;
	}

	.procon ul li p{
		padding: 0.5rem;
	}

	.procon ul li:nth-child(odd){
		margin-right: 2%;
	}

	.procon ul li:nth-child(even){
		margin-left: 2%;
	}

	.proshowzi{
		font-size: 1.4rem!important;
	}

	.projsimg{
		float: none;
		width: 100%;
		margin-bottom: 3rem;
	}

	.procon .sx{
		float: none;
		width: 100%;
	}

	.lxr{
		float: none;
		width: 100%;
		margin-top: 2rem;
	}
}
