* {
	margin: 0;
	padding: 0;
}
body{
	min-width: 1000px;
	background: #00164e;
}
.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;
}

.banner {
	width: 100%;
	height: 742px;
	background: url(../img/banner.jpg) center;
	position: relative;
	overflow: hidden;
}
#banner1 {
	width: 100%;
	height: 742px;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: fei 3s linear;
    -o-animation: fei 3s linear;
    -moz-animation: fei 3s linear;
    animation: fei 3s linear;
    overflow: hidden;
}
.banner1 {
	width: 100%;
	height: 742px;
	background: url(../img/png1.png) center;
}
.banner2 {
	width: 100%;
	height: 742px;
	background: url(../img/png2.png) center;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: star 3s linear infinite;
    -o-animation: star 3s linear infinite;
    -moz-animation: star 3s linear infinite;
    animation: star 3s linear infinite;
}
.banner h1 {
	width: 561px;
	font-size: 32px;
	height: 63px;
	text-align: center;
	line-height: 63px;
	margin: 96px auto;
	font-weight: normal;
	color: #03194f;
}
.text {
	margin: 300px auto 0;
	width: 810px;
	position: relative;
	z-index: 999;
}
.text button {
	width: 368px;
	height: 80px;
	line-height: 80px;
	color: #ffe3af;
	font-size: 30px;
	cursor: pointer;
	background: -moz-linear-gradient(left, rgba(0,66,158,0.3) 0%,rgba(0,66,158,1) 50%, rgba(0,66,158,0.3) 100%);
    background: -webkit-linear-gradient(left, rgba(0,66,158,0.3) 0%,rgba(0,66,158,1) 50%, rgba(0,66,158,0.3) 100%);
    background: -o-linear-gradient(left, rgba(0,66,158,0.3) 0%,rgba(0,66,158,1) 50%, rgba(0,66,158,0.3) 100%);
    background: -ms-linear-gradient(left, rgba(0,66,158,0.3) 0%,rgba(0,66,158,1) 50%, rgba(0,66,158,0.3) 100%);
    background: linear-gradient(to left, rgba(0,66,158,0.3) 0%,rgba(0,66,158,1) 50%, rgba(0,66,158,0.3) 100%);
}

.plate1 {
	width: 100%;
	height: 1194px;
	background: url(../img/back1.jpg) center;
}
.plate1 ul {
	overflow: hidden;
	margin: 80px auto 25px;
}
.plate1 ul li {
	width: 231px;
	height: 279px;
	background: url(../img/png4.png?11);
	float: left;
	margin: 0 9px 30px;
}
.plate1 ul li b {
	display: block;
	width: 182px;
	height: 47px;
	line-height: 47px;
	text-align: center;
	font-size: 26px;
	color: #002571;
	margin: 0 auto 35px;
}
.plate1 ul li p {
	width: 180px;
	margin: 0 auto;
	line-height: 50px;
	text-decoration: underline;
	color: #fff;
	font-size: 22px;
	cursor: pointer;
}
.plate1 button {
	width: 407px;
	height: 96px;
	background: url(../img/jpg1.jpg);
	margin: 0 auto 73px;
	display: block;
	cursor: pointer;
}

.plate2 {
	width: 100%;
	height: 497px;
	background: url(../img/back2.jpg) center;
	overflow: hidden;
}
.plate2 ul {
	margin-top: 50px;
	overflow: hidden;
}
.plate2 ul li {
	width: 150px;
	height: 62px;
	text-align: center;
	line-height: 62px;
	border-radius: 10px;
	font-size: 24px;
	color: #fff;
	margin: 0 8px 21px;
	float: left;
	cursor: pointer;
	background: -moz-linear-gradient(top, #3474f3 0%, #1350c2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3474f3), color-stop(100%,#1350c2));
    background: -webkit-linear-gradient(top, #3474f3 0%,#1350c2 100%);
    background: -o-linear-gradient(top, #3474f3 0%,#1350c2 100%);
    background: -ms-linear-gradient(top, #3474f3 0%,#1350c2 100%);
    background: linear-gradient(to bottom, #3474f3 0%,#1350c2 100%);
}
.plate2 ul li:hover {
	background: -moz-linear-gradient(top, #ff5458 0%, #fe2a2f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff5458), color-stop(100%,#fe2a2f));
    background: -webkit-linear-gradient(top, #ff5458 0%,#fe2a2f 100%);
    background: -o-linear-gradient(top, #ff5458 0%,#fe2a2f 100%);
    background: -ms-linear-gradient(top, #ff5458 0%,#fe2a2f 100%);
    background: linear-gradient(to bottom, #ff5458 0%,#fe2a2f 100%);
}

.plate3 h1 {
	margin: 63px auto;
}
.plate3 button {
	width: 450px;
	height: 70px;
	display: block;
	line-height: 70px;
	color: #00174e;
	font-size: 26px;
	border-radius: 5px;
	margin: 60px auto;
	cursor: pointer;
	background: -moz-linear-gradient(top, #ffe4ba 0%, #ffc992 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffe4ba), color-stop(100%,#ffc992));
    background: -webkit-linear-gradient(top, #ffe4ba 0%,#ffc992 100%);
    background: -o-linear-gradient(top, #ffe4ba 0%,#ffc992 100%);
    background: -ms-linear-gradient(top, #ffe4ba 0%,#ffc992 100%);
    background: linear-gradient(to bottom, #ffe4ba 0%,#ffc992 100%);
}

.plate4 {
	width: 100%;
	height: 1203px;
	background: url(../img/back3.jpg) center;
	overflow: hidden;
}
.plate4 table {
	margin-top: 55px;
	margin-bottom: 63px;
	border-radius: 10px;
	overflow: hidden;
}
.plate4 table th {
	line-height: 53px;
	color: #fff;
	font-size: 20px;
	background: -moz-linear-gradient(top, #3586e8 0%, #2263d3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3586e8), color-stop(100%,#2263d3));
    background: -webkit-linear-gradient(top, #3586e8 0%,#2263d3 100%);
    background: -o-linear-gradient(top, #3586e8 0%,#2263d3 100%);
    background: -ms-linear-gradient(top, #3586e8 0%,#2263d3 100%);
    background: linear-gradient(to bottom, #3586e8 0%,#2263d3 100%);
    border-left: 1px solid #185abd;
}
.plate4 table th:first-child {
	border-left: none;
}
.plate4 table td {
	background: #fff;
	height: 67px;
	line-height: 67px;
	text-align: center;
	color: #666666;
	border-bottom: 1px solid #185abd;
	border-left: 1px solid #185abd;
	font-size: 20px;
}
.plate4 table td:first-child {
	border-left: none;
}
.plate4 table td button {
	width: 96px;
	height: 32px;
	display: block;
	margin: 4px auto 0;
	cursor: pointer;
}
.plate4 div div {
	width: 100%;
	height: 300px;
	margin-top: 65px;
	padding-top: 44px;
	background: -moz-linear-gradient(top, #35b4fd 0%, #165ac9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#35b4fd), color-stop(100%,#165ac9));
    background: -webkit-linear-gradient(top, #35b4fd 0%,#165ac9 100%);
    background: -o-linear-gradient(top, #35b4fd 0%,#165ac9 100%);
    background: -ms-linear-gradient(top, #35b4fd 0%,#165ac9 100%);
    background: linear-gradient(to bottom, #35b4fd 0%,#165ac9 100%);
    border-radius: 10px;
}
.plate4 div div p {
	float: left;
	margin: 0 45px 26px;
	position: relative;
}
.plate4 div div p input {
	width: 368px;
	height: 68px;
	outline: none;
	padding: 0 20px;
	font-size: 24px;
	border-radius: 10px;
	color: #333333;
	border: 1px solid #2466d5;
}
.plate4 div div p span {
	width: 130px;
	height: 70px;
	display: block;
	position: absolute;
	border-radius: 0 10px 10px 0;
	overflow: hidden;
	border: 1px solid #2466d5;
	right: 0;
	top: 0;
	
}
.plate4 div div p span img {
	width: 100%;
	height: 100%;
	display: block;
}
.plate4 div div button {
	width: 296px;
	height: 67px;
	border-radius: 35px;
	font-size: 26px;
	color: #000;
	font-weight: bold;
	color: #333333;
	display: block;
	margin: 0 auto;
	cursor: pointer;
	background: -moz-linear-gradient(top, #ffe4ba 0%, #ffc991 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffe4ba), color-stop(100%,#ffc991));
    background: -webkit-linear-gradient(top, #ffe4ba 0%,#ffc991 100%);
    background: -o-linear-gradient(top, #ffe4ba 0%,#ffc991 100%);
    background: -ms-linear-gradient(top, #ffe4ba 0%,#ffc991 100%);
    background: linear-gradient(to bottom, #ffe4ba 0%,#ffc991 100%);
}

.plate {
	width: 100%;
	height: 3207px;
	background: url(../img/back4.jpg) center;
}
.plate5 div {
	margin: 70px auto 35px;
	overflow: hidden;
}
.plate5 div img {
	margin-bottom: 35px;
	cursor: pointer;
}
.plate6 div {
	width: 978px;
	margin: 55px auto 48px;
}

.plate7 {
	width: 981px;
	margin: 45px auto;
	border-radius: 10px;
	overflow: hidden;
}
.plate7 #video {
	width: 766px;
	height: 652px;
	display: block;
	margin: 60px auto 0;
	background: url(../img/png7.png);
	overflow: hidden;
}
.plate7 .video {
	width: 620px;
	height: 350px;
	display: block;
	margin: 45px auto 0;
	cursor: pointer;
}

.plate8 {
	width: 100%;
	height: 778px;
	background: url(../img/jpg13.jpg) center;
	overflow: hidden;
}
@-webkit-keyframes fei {
	0%{
        height: 0;
    }
    100%{
        height: 100%;
    }
}
@-o-keyframes fei {
    0%{
        height: 0;
    }
    100%{
        height: 100%;
    }
}
@-moz-keyframes fei {
    0%{
        height: 0;
    }
    100%{
        height: 100%;
    }
}
@keyframes fei {
    0%{
        height: 0;
    }
    100%{
        height: 100%;
    }
}

@-webkit-keyframes star {
	0%{
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
@-o-keyframes star {
    0%{
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
@-moz-keyframes star {
    0%{
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
@keyframes star {
    0%{
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
.bottom {
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	background: -moz-linear-gradient(top, #3c5ec7 0%, #122973 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3c5ec7), color-stop(100%,#122973));
    background: -webkit-linear-gradient(top, #3c5ec7 0%,#122973 100%);
    background: -o-linear-gradient(top, #3c5ec7 0%,#122973 100%);
    background: -ms-linear-gradient(top, #3c5ec7 0%,#122973 100%);
    background: linear-gradient(to bottom, #3c5ec7 0%,#122973 100%);
}
.bottom ul {
	margin: 24px auto 0;
	overflow: hidden;
}
.bottom ul li {
	width: 100px;
	height: 50px;
	background: -moz-linear-gradient(top, #54b6f2 0%, #518ef1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#54b6f2), color-stop(100%,#518ef1));
    background: -webkit-linear-gradient(top, #54b6f2 0%,#518ef1 100%);
    background: -o-linear-gradient(top, #54b6f2 0%,#518ef1 100%);
    background: -ms-linear-gradient(top, #54b6f2 0%,#518ef1 100%);
    background: linear-gradient(to bottom, #54b6f2 0%,#518ef1 100%);
    float: left;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    border-radius: 5px;
    margin: 0 21px 26px;
    box-shadow: 0 1px 3px 1px #12245e;
}

.floatL {
	width: 127px;
	height: 413px;
	background: url(../img/png5.png?11);
	position: fixed;
	left: 0;
	top: 50%;
	margin-top: -206.5px;
}
.floatL div {
	width: 100%;
	height: 353px;
	cursor: pointer;
}
.floatL b {
	display: block;
	width: 100%;
	height: 60px;
	cursor: pointer;
}
.floatR {
	width: 116px;
	height: 291px;
	background: url(../img/png6.png);
	position: fixed;
	right: 0;
	top: 50%;
	margin-top: -145.5px;
	cursor: pointer;
}
.zx-side {
	display: none;
}





