* {
	margin: 0;
	padding: 0;
}
body{
	min-width: 1000px;
}
@font-face {
	font-family: "fangzhengyasong";
	src: url("fangzhengyasong.ttf");
}
.m {
	width: 1000px;
	margin: 0 auto;
}
.l {
	float: left;
}
.r {
	float: right;
}
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;
}
.zhichi {
	cursor: pointer;
}

.banner {
	width: 100%;
	height: 1472px;
	background: url(../img/banner.jpg) center no-repeat;
	background-position-y: 0;
	position: relative;
}
.plate1 {
	width: 100%;
	height: 752px;
	background: url(../img/png1.png) center no-repeat;
	position: absolute;
	bottom: 0;
}
.plate1 ul {
	margin: 173px auto 0;
	width: 880px;
	overflow: hidden;
}
.plate1 ul li {
	margin-bottom: 60px;
	height: 223px;
	position: relative;
}
.plate1 ul li h3 {
	font-size: 26px;
	margin-left: 55px;
	color: #3f5588;
	margin-bottom: 25px;
}
.plate1 ul li p {
	width: 400px;
	font-size: 18px;
	line-height: 28px;
}
.plate1 ul li button {
	position: absolute;
	bottom: 0;
	right: 13px;
	width: 153px;
	height: 44px;
	border: 1px solid #faa3a4;
	border-radius: 10px 10px 0 0;
	border-bottom: none;
	color: #333f81;
	font-size: 24px;
	font-weight: bold;
	float: right;
	background: -moz-linear-gradient(top, #f28198 0%, #ffb3c3 100%);
    background: -webkit-linear-gradient(top, #f28198 0%,#ffb3c3 100%);
    background: -o-linear-gradient(top, #f28198 0%,#ffb3c3 100%);
    background: -ms-linear-gradient(top, #f28198 0%,#ffb3c3 100%);
    background: linear-gradient(to top, #f28198 0%,#ffb3c3 100%);
}

.plate2 {
	width: 100%;
	background: #f8faff;
}
.plate2 .m {
	height: 623px;
	background: url(../img/jpg2.jpg);
	overflow: hidden;
}
.plate2 .m ul {
	width: 945px;
	margin: 199px auto 0;
}
.plate2 .m ul li {
	width: 470px;
	overflow: hidden;
	margin-bottom: 72px;
}
.plate2 .m ul li:first-child {
	margin-top: 7px;
}
.plate2 .m ul li:nth-child(2) {
	margin-bottom: 79px;
}
.plate2 .m ul li:nth-child(3) {
	margin-top: 5px;
}
.plate2 .m ul li.r {
	text-align: right;
}
.plate2 .m ul li h3 {
	font-size: 26px;
	color: #333f81;
	margin-bottom: 15px;
}
.plate2 .m ul li p {
	font-size: 18px;
	line-height: 30px;
}
.plate2 .m ul li p b {
	font-size: 20px;
	font-weight: bold;
	color: #f27f97;
}

.plate3 {
	width: 100%;
	height: 577px;
	background: url(../img/jpg3.jpg) center no-repeat;
	overflow: hidden;
}
.plate3 ul {
	margin-top: 332px;
}
.plate3 ul li {
	width: 194px;
	float: left;
	margin: 0 30.5px;
}
.plate3 ul li h3 {
	font-size: 26px;
	color: #fff;
	text-align: center;
	margin-bottom: 20px;
}
.plate3 ul li p {
	color: #fff;
	line-height: 32px;
}
.plate3 ul li:last-child {
	margin-right: 0;
}

.plate4 {
	width: 100%;
	height: 693px;
	background: url(../img/jpg4.jpg) center no-repeat;
	overflow: hidden;
}
.plate4 ul {
	overflow: hidden;
	margin-top: 198px;
}
.plate4 ul li {
	width: 340px;
	margin-bottom: 50px;
	height: 110px;
}
.plate4 ul li.l {
	margin-left: 118px;
}
.plate4 ul li.r {
	margin-right: 20px;
}
.plate4 ul li h3 {
	font-size: 26px;
	color: #333f81;
	text-align: center;
	margin-bottom: 15px;
}
.plate4 ul li p {
	color: #333;
	font-size: 18px;
	line-height: 28px;
}

.plate5 {
	width: 100%;
	height: 2156px;
	background: url(../img/jpg5.jpg?22) center no-repeat;
	background-position-y: 0;
	position: relative;
	overflow: hidden;
}
.plate5 .v {
	width: 900px;
	height: 440px;
	margin: 193px auto 0;
	border-radius: 20px;
	overflow: hidden;
}
.plate5 .v ul {
	width: 170px;
	height: 400px
	background: #5464b3;
}
.plate5 .v ul li {
	color: #fff;
	font-size: 28px;
	height: 145px;
	width: 100%;
	border-bottom: 1px solid #768ec0;
	text-align: center;
	font-weight: bold;
	position: relative;
}
.plate5 .v ul li b {
	display: block;
	line-height: 40px;
	padding-top: 30px;
}
.plate5 .v ul li i {
	display: block;
	width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-left: 20px solid #3e4e9d;
    border-bottom: 16px solid transparent;
    position: absolute;
    right: -16px;
    top: 50%;
    display: none;
    transform: translateY(-50%);
}
.plate5 .v ul li.hover i {
	display: block;
}
.plate5 .v ul li.hover {
	color: #ff7696;
}
.plate5 .v ul li.hover {
	background: #3e4e9d;
}
.plate5 .v ul li:last-child {
	border-bottom: none;
}
.plate5 .v iframe {
	width: 720px;
	margin-top: 8px;
	margin-right: 5px;
	height: 424px;
	border: none;
	border-radius: 0 20px 20px 0;
}

.plate6 {
	width: 100%;
	height: 1454px;
	background: url(../img/jpg6.jpg) center no-repeat;
	position: absolute;
	bottom: 0;
}
.plate6 .t {
	overflow: hidden;
}
.plate6 .t div {
	width: 418px;
	margin-top: 145px;
}
.plate6 .t div.l {
	margin-left: 33px;
}
.plate6 .t div.r {
	margin-right: 33px;
}
.plate6 .t div h1 {
	font-size: 24px;
	color: #fff;
	text-align: center;
	line-height: 38px;
	text-shadow: 0 0 5px #0b1446;
}
.plate6 .t div.r h1 {
	text-shadow: 0 0 5px #7e1628;
}
.plate6 .t div ul {
	overflow: hidden;
	margin: 10px auto 78px;
}
.plate6 .t div ul li {
	width: 96px;
	height: 38px;
	border: 1px solid #9ba0bc;
	float: left;
	line-height: 38px;
	border-radius: 29px;
	text-align: center;
	background: #354180;
	font-size: 16px;
	color: #fff;
	margin: 0 3px;
}
.plate6 .t div.r ul li {
	background: #d7617a;
	border: 1px solid #f6b9c6;
}
.plate6 .t div p {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	line-height: 28px;
	margin-top: 20px;
	margin-bottom: 3px;
}
.plate6 .t div span {
	font-size: 16px;
	display: block;
	line-height: 24px;
	color: #333;
}
.plate6 .t div ol {
	overflow: hidden;
	margin: 15px auto 20px;
}
.plate6 .t div ol li {
	width: 70px;
	height: 28px;
	float: left;
	line-height: 28px;
	font-size: 16px;
	border-radius: 24px;
	text-align: center;
	background: #354180;
	color: #fff;
	margin: 0 3px;
}
.plate6 .t div.r ol li {
	background: #f27f97;
}
.plate6 .b {
	width: 1000px;
	margin: 210px auto 0;
}
.plate6 .b ul {
	overflow: hidden;
}
.plate6 .b ul li {
	width: 80px;
	height: 32px;
	float: left;
	border: 1px solid #333f81;
	color: #333f81;
	border-radius: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 32px;
	margin: 0 9px 18px;
}
.plate6 .b ul li:hover {
	background: #333f81;
	color: #fff;
}

.plate7 {
	width: 100%;
	height: 913px;
	background: url(../img/jpg7.jpg) center no-repeat;
	background-position-y: 0;
	position: relative;
}

.floatL {
	width: 120px;
	height: 275px;
	background: url(../img/jpg8.jpg);
	position: fixed;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 21px;
}

.floatR {
	width: 120px;
	height: 275px;
	background: url(../img/jpg9.jpg);
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 21px;
}

.zx-side {
	display: none;
}
