@charset "utf-8";
/* CSS Document */
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, address, big, cite, code, del, em, font, img, ins, small, strong, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, input {
	margin:0; 
	padding:0; 
}
body, input {
	font-family:'Microsoft YaHei','simhei',Arial !important; 
	overflow-x:hidden;
}
ul, ol, li {
	list-style:none; 
	cursor:pointer;
}
a {
	text-decoration:none;
}

.header {
	width:1200px;
	height:90px;
	margin:0 auto; background-color:#FFFFFF
}
.headleft {
	margin-top:9px;
	margin-left:10px;
	float:left;
	width:180px;
}
.headcont {
	margin-left:20px;
	width:800px;
	height:90px;
	line-height:90px;
	float:left;
}
.headcont li {
	width:125px;
	float:left;
	text-align:center;
}
.headcont li a {
	color:#333;color:#333; font-size:18px;
}
.headtel {
	height:20px;
	padding-top:35px;
	float:right;
	
}
.headtel img {
	float:left; margin-top:6px;
}
.headtel p {
	font-size:24px; 
	color:#fe1e1e;
	float:left;
}
.headcont li a:hover {
	color:#fe1e1e !important;
	font-size:18px;
	padding-bottom:10px;
	border-bottom:2px solid #c9151e;
}

.head_kc{ width:100%; height:90px;  z-index:99; position:absolute; top:90px; margin:0 auto;background: rgba(4, 10, 23,0);}
.head_kc_a{ width:800px; height:90px; margin:0 auto;background: rgba(4, 10, 23, 0.1);}
.head_kc_a a{ width:63px; height:90px; float:left; margin-left:15px; text-align:center; color:#fff; font-size:14px;}
.banner {
	width:100%; 
	height:554px;
	background:url(../images/gz_01.jpg) center no-repeat;
}

.main{  width:100%; margin:0 auto;} 
.banner {
				width: 100%;
				height: 500px;
				background: url(../images/ngz/gz_01.jpg) center no-repeat;
				background-position:center;
				background-size:100% 100%;
			}
			.ngzchange {
				border:2px solid #245ad4;
				border-radius:50%;
				width:114px;
				height:114px;
			}
			.ngz_F4 {
				width:100%;
				height:750px;
			}
			.ngz_F4_cont {
				width:1200px;
				margin:0 auto;
				overflow:hidden;
				padding-bottom:20px;
			}
			.ngz_F4_cont ul li {
				width:130px;
				height:230px;
				float:left;
				margin-right:20px;
				margin-top: 50px;
				border-radius:5px;
				-moz-box-shadow: 2px 2px 10px rgba(0,78,188,0.5);
				-webkit-box-shadow: 2px 2px 10px rgba(0,78,188,0.5);
				box-shadow: 2px 2px 10px rgba(0,78,188,0.5);
			}
			.ngz_F4_cont ul li p:first-child {
				font-size:36px;
				font-weight:bold;
				text-align:center;
				color:#fff;
				padding-top:17px;
				text-shadow: 0.1em 0.1em 0.2em #333
			}
			.ngz_F4_cont ul li p:nth-child(2) {

				color:#666;
				font-size:12px;
				padding:30px 12px;
			}
			.mainEb{ width:1210px; height:408px; margin:0 auto;margin-top:20px;}
			.mainEb_a{ width:114px; height:400px; float:left; }
			.mainEb_a a{ width:114px; height:114px; display:block; margin-top:15px; }
			.mainEb_a a img{ border-radius:50%; }
			.mainEb_b{ width:1060px; height:408px; background:url(../images/ngz/gz_24.jpg) center no-repeat; float:right}
			.mainEb_b dl{ width:1000px; height:310px; margin:0 auto; margin-top:45px;}
			.mainEb_b dl dt{ width:234px; height:299px; float:left; border:6px #3884ba solid}
			.mainEb_b dl dd{ width:600px; float:left; font-size:18px; color:#FFFFFF; line-height:30px; margin-top:15px; margin-left:50px;}
			.mainEb_b dl dd b{ font-size:30px; display:block; margin-right:25px; font-weight:normal; float:left}
			.mainEb_b dl dd span{ display:block; color:#adddff; font-size:16px; line-height:30px;}
			
			@keyframes mymove {
				from {
					transform: rotateY(0deg);
				}
			
				to {
					transform: rotateY(360deg);
				}
			}
			
			@-webkit-keyframes mymove /*Safari and Chrome*/
			{
				from {
					transform: rotateY(0deg);
				}
			
				to {
					transform: rotateY(360deg);
				}
			}
			
	@keyframes first{
	  0% {transform:scaleX(0.5);left:0px;}/*091*/
	  100% {transform:scaleX(1);left:2px;} /*0915*/
	}
	@keyframes last{
	  0% {transform:scaleX(0.7);left:-10px;}/*1090*/
	  20% {transform:scaleX(0.3);left:2px;} /*090*/
	  100% {transform:scaleX(0.3);left:0px;} /*090*/
	}		
	@keyframes middle{
	  0% {transform:scaleX(0.7);left:-10px;}/*1091*/
	  20% {transform:scaleX(0.45);left:2px;}/*092*/
	  100% {transform:scaleX(1);left:2px;} /*0913*/
	}
	
	@keyframes move
{
    0%, 65%{
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg);
    }
    70% {
        -webkit-transform:rotate(2deg);
        transform:rotate(2deg);
    }
    75% {
        -webkit-transform:rotate(-2deg);
        transform:rotate(-2deg);
    }
    80% {
        -webkit-transform:rotate(2deg);
        transform:rotate(2deg);
    }
    85% {
        -webkit-transform:rotate(-2deg);
        transform:rotate(-2deg);
    }
    90% {
        -webkit-transform:rotate(2deg);
        transform:rotate(2deg);
    }
    95% {
        -webkit-transform:rotate(-2deg);
        transform:rotate(-2deg);
    }
    100% {
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg);
    }
}

@-webkit-keyframes move
{
    0%, 65%{
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg);
    }
    70% {
        -webkit-transform:rotate(2deg);
        transform:rotate(2deg);
    }
    75% {
        -webkit-transform:rotate(-2deg);
        transform:rotate(-2deg);
    }
    80% {
        -webkit-transform:rotate(2deg);
        transform:rotate(2deg);
    }
    85% {
        -webkit-transform:rotate(-2deg);
        transform:rotate(-2deg);
    }
    90% {
        -webkit-transform:rotate(2deg);
        transform:rotate(2deg);
    }
    95% {
        -webkit-transform:rotate(-2deg);
        transform:rotate(-2deg);
    }
    100% {
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg);
    }
}
	.mainH {
		width: 100%;
		height: 1000px;
		margin: 0 auto;
		background: url(../images/ngz/gz_07.jpg) center no-repeat;
		border-top: 1px #ffffff solid;
		border-bottom: 1px #ffffff solid;
		background-size:100% 100%;
		overflow:hidden;
	}
	.mainHa {
		width: 1200px;
		height: 100px;
		margin: 0 auto;
		line-height: 100px;
		font-size: 48px;
		color: #FFFFFF;
		text-align: center;
		margin-top:380px;
	}
	.mainCForm {
		width: 1200px;
		margin: 0 auto;
		margin-top:80px;
	}
	.mainHb {
		width: 600px;
		height: 460px;
		float:left;
	}
	.mainHc {
		width: 550px;
		height:225px;
		float:left;
		margin-top:50px;
	}
	.mainCFormL {
		width:300px;
		float:left;
	}
	.mainCFormR {
		width:230px;
		float:left;
		margin-left:20px;
		margin-top:15px;
		height:225px;
	}
	.mainHb ul li {
		width: 140px;
		height: 150px;
		float: left;
	}
	.mainHb ul li a {
		font-size:14px;
		color: #FFFFFF;
	}
	.mainHb ul li a img {
		width:100px;
		margin:0px 20px;
	}
	.mainHb ul li {
		text-align:center;
		line-height:24px;
	}
	.mainCForminp {
		width:300px;
		height:40px;
		margin-top:15px;
		line-height:40px;
		background-color:#fff;
	}
	.mainCForminp input {
		width:280px;
		height:40px;
		line-height:40px;
		border:none;
		padding-left:20px;
	}
	.mainCFormitex {
		width:230px;
		border:none;
	}
	.mainCFormitex textarea {
		border:none;
		height:160px;
		padding:22px;
	}
	.bt {
		width:300px;
		height:40px;
		line-height:40px;
		border:none;
		margin-top:15px;
		background-color:#fcde42;
		color:#004ebc;
		font-size:14px;
	}

.head_tel {
	height:50px;
	float:right;
	margin-top:25px;
}
.head_tel img {
	float:left;
	margin-top:7px;
}
.head_tel div {
	float:left;
	margin-top:7px;
}
.head_tel div p {
	margin-left:5px;
}
.head_click {
	float:right;
	margin-left:20px;
}