* {
	margin: 0;
	padding: 0;
}
body{
	width: 100%;
	min-width: 1000px;
	background: url(../img/back.jpg) center repeat-y;
}

@font-face {
	font-family: "fangzhengyasong";
	src: url("fangzhengyasong.ttf");
}
.m {
	width: 1000px;
	margin: 0 auto;
}
.l {
	float: left;
}
.r {
	float: right;
}
.zx {
	cursor: pointer;
}
button {
	background: none;
	border: none;
	outline: none;
}
a {
	text-decoration: none;
}
ul,ul li,ol,ol li {
	list-style: none;
}
img {
	display: block;
}
.duration {
	-webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
}

.banner {
	width: 100%;
	height: 642px;
	background: url(../img/banner.jpg) center;
}

.plate1 {
	width: 100%;
	height: 432px;
	background: url(../img/jpg1.jpg) center;
	overflow: hidden;
}
.plate1 div {
	width: 880px;
	margin: 130px auto 0;
}
.plate1 p {
	width: 420px;
	height: 40px;
	margin-bottom: 26px;
	position: relative;
}
.plate1 p i {
	position: absolute;
    top: 1px;
    right: -1px;
    height: 40px;
}
.plate1 p i img {
	height: 100%;
}
.plate1 p input {
	width: 360px;
	padding: 0 30px;
	height: 40px;
	border: 1px solid #d2d2d2;
	font-size: 20px;
	outline: none;
}
.plate1 .button {
	margin: 42px auto 15px; 
}
.button {
	display: block;
	width: 300px;
	height: 52px;
	font-size: 24px;
	background: #b91318;
	display: block;
	margin: 0 auto; 
	border-radius: 30px;
	border: 1px solid #fcdfaf;
	line-height: 52px;
	text-align: center;
	cursor: pointer;
}
.button strong {
	background-image:-webkit-linear-gradient(bottom,#ffe7b9,#fff,#ffe7b9);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    font-weight: normal;
    cursor: pointer;
}
.plate1 span {
	display: block;
	color: #d06040;
	width: 100%;
	text-align: center;
}

.plate2 {
	width: 100%;
	height: 457px;
	background: url(../img/jpg2.jpg) center;
	overflow: hidden;
}
.video {
	width: 550px;
	height: 310px;
	margin: 65px auto 0;
	display: block;
	border: none;
}

.plate3 {
	height: 649px;
	margin-bottom: 10px;
	background: url(../img/png1.png);
	overflow: hidden;
}
.plate3 div {
	width: 836px;
	height: 332px;
	border: 1px solid #cccccc;
	margin: 154px auto 30px;
	background: #fff;
}
.plate3 div h5 {
	font-size: 22px;
	line-height: 50px;
	background: #ebebeb;
	text-align: center;
}
.plate3 div ul li {
	font-size: 20px;
	text-align: center;
	border-top: 1px solid #cccccc;
	line-height: 55px;
}
.plate3 div ul li a {
	display: block;
	color: #333;
}

.plate4 {
	height: 839px;
	background: url(../img/png2.png);
	overflow: hidden;
	margin-bottom: 28px;
}
.plate4 .l {
	margin-left: 35px;
	margin-top: 201px;
}
.plate4 .r {
	margin-right: 40px;
	margin-top: 200px;
}
.plate4 .plate4Text ul {
	height: 70px;
	overflow: hidden;
}
.plate4 .plate4Text ul li {
	width: 116px;
	height: 36px;
	line-height: 36px;
	background: #ffc410;
	float: left;
	cursor: pointer;
	margin: 17px 48px 0;
	text-align: center;
	border-radius: 20px;
}
.plate4 .plate4Text ul li.hover {
	margin: 0;
	width: 219px;
	height: 70px;
	background: url(../img/png4.png);
	font-size: 28px;
	line-height: 70px;
	text-align: center;
	color: #fff;
}
.plateList {
	width: 422px;
	height: 408px;
	margin: 20px auto 0;
	overflow: hidden;
}
.plateList div {
	display: none;
}
.plateList dl {
	width: 420px;
	height: 332px;
	border: 1px solid #cccccc;
	background: #fff;
}
.plateList dl dt {
	font-size: 22px;
	line-height: 50px;
	background: #ebebeb;
	text-align: center;
}
.plateList dl dd {
	font-size: 16px;
	text-align: center;
	border-top: 1px solid #cccccc;
	line-height: 56px;
	height: 56px;
	display: -webkit-box; 
	-webkit-box-orient: vertical; 
	-webkit-line-clamp: 1; 
	overflow: hidden;
}
.plateList dl dd a {
	display: block;
	color: #333;
	width: 100%;
}
.plateList .button {
	margin-top: 20px;
}

.plate5 {
	height: 1100px;
	background: url(../img/png3.png);
}
.top {
	overflow: hidden;
}
.topL {
	float: left;
	margin-left: 73px;
	margin-top: 210px;
	width: 297px;
	overflow: hidden;
}
.topL h1 {
	font-family: "fangzhengyasong";
	font-size: 28px;
	height: 34px;
	color: #fff;
	font-weight: normal;
}
.topL ul {
	font-size: 22px;
	width: 245px;
	color: #fff;
	margin: 18px 0 38px 20px;
}
.topL ul li {
	margin-bottom: 19px;
}
.topL a {
	display: block;
	line-height: 49px;
	text-align: center;
	width: 207px;
	height: 49px;
	font-size: 24px;
	background: #fff;
	border-radius: 25px;
	color: #874106;
	display: block;
	margin-left: 30px;
	cursor: pointer;
}
.topB {
	width: 565px;
    margin-top: 128px;
    margin-right: 47px;
    float: right;
}
.topB dl {
	width: 273px;
	height: 166px;
	margin-bottom: 19px;
}
.topB dl dt {
	font-family: "fangzhengyasong";
	font-size: 28px;
	color: #fff;
	margin-top: 65px;
	margin-left: 26px;
	height: 30px;
}
.topB dl dd a {
	text-align: center;
	line-height: 34px;
	width: 130px;
	height: 34px;
	display: block;
	border-radius: 17px;
	background: #fff;
	font-size: 18px;
	margin-left: 32px;
	margin-top: 15px;
	cursor: pointer;
}
.topB dl:nth-child(1) dd a {
	color: #01235c;
}
.topB dl:nth-child(2) dd a {
	color: #774800;
}
.topB dl:nth-child(3) dd a {
	color: #004948;
}
.topB dl:nth-child(4) dd a {
	color: #642614;
}
.topB dl:last-child {
	width: 100%;
}
.topB dl:last-child dt {
	margin: 0;
}
.topB dl:last-child dt h1 {
	font-size: 28px;
	margin-left: 82px;
	margin-top: 26px;
	font-weight: normal;
}
.topB dl:last-child dt p {
	font-family: "微软雅黑";
	margin-top: 10px;
	margin-left: 84px;
	font-size: 22px;
}
.topB dl:last-child dd {
	width: 101px;
	height: 101px;
	border-radius: 50%;
	overflow: hidden;
	margin-top: 19px;
	margin-right: 33px;
}
.topB dl:last-child img {
	width: 100%;
	height: 100%;
	display: block;
}
.bottom div {
	overflow: hidden;
}
.bottom b {
	width: 170px;
	height: 170px;
	border-radius: 50%;
	overflow: hidden;
	margin-top: 60px;
    margin-left: 173px;
}
.bottom b img {
	width: 100%;
	height: 100%;
	display: block;
}
.bottom h1 {
	margin-left: 104px;
	margin-top: 70px;
	float: left;
	font-size: 38px;
	font-family: 'fangzhengyasong';
	font-weight: normal;
	color: #fff;
	width: 470px;
}
.bottom h1 span {
	color: #ffc700;
}
.bottom p {
	float: left;
	font-size: 22px;
	margin-left: 44px;
	margin-top: 22px;
	width: 353px;
	line-height: 50px;
	text-align: center;
	color: #fff;
}
.bottom ul {
	width: 727px;
	margin: 13px auto 0;
}
.bottom ul li {
	float: left;
	font-size: 20px;
	color: #fff;
	border: 1px solid #fff;
	line-height: 38px;
	text-align: center;
	width: 206px;
	height: 38px;
	border-radius: 19px;
	margin: 0 17px;
}

.plate6 {
	width: 100%;
	height: 809px;
	background: url(../img/jpg5.jpg) center;
	overflow: hidden;
}
.plate6 div {
	width: 662px;
	margin: 169px auto 0;
}
.plate6 dl dt {
	width: 300px;
	height: 245px;
	background: #fff;
}
.plate6 dl dt img {
	width: 100%;
	height: 100%;
	display: block;
}
.plate6 dl dd {
	width: 300px;
	height: 65px;
	font-size: 26px;
	color: #fff;
	background: #b91318;
	line-height: 65px;
	text-align: center;
}

.lead_l {
    left: 10px;
    width: 115px;
    height: 542px;
    position: fixed;
    left: 0;
    top: 50%;
    margin-top: -271px;
    background: url(//www.eoffcn.com/zti/2022/gwy/gjgwyks/img/lead_l.png) top center no-repeat;
}
.lead_l .lead_div {
    padding-top: 95px;
}
.lead_l a {
    display: block;
    width: 94px;
    margin: 0 auto;
    line-height: 22px;
    padding: 9px 0;
    text-align: center;
    border-bottom: 1px solid #a84b4b;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}
.lead_l a.active {
    color: #ffde00;
}

.lead_r {
    right: 0;
    width: 115px;
    height: 399px;
    position: fixed;
    top: 50%;
    margin-top: -200px;
    background: url(//www.eoffcn.com/zti/2022/gwy/gjgwyks/img/lead_r.png) top center no-repeat;
}
.lead_r .lead_div {
    padding-top: 9px;
}
.lead_r .lead_div .active1 {
    color: #6c0004;
    background: #ffb400;
    border-radius: 5px 5px 0 0;
    font-family: "FZLTCHJW";
}
.lead_r a, .lead_r .lead_div>div {
    display: block;
    width: 96px;
    margin: 0 auto;
    line-height: 20px;
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid #a84b4b;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}
.a {
    display: block;
    width:100%;
    height:100%;
    position: absolute;
    top: 0;
    left: 0;
}
.zx-side {
    display: none;
} 