* {
	margin: 0;
	padding: 0;
}
body{
	width: 100%;
	min-width: 1000px;
	overflow: hidden;
	overflow-y: auto;
	background: #3e8add;
}
.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;
}

header {
	overflow: hidden;
	width: 100%;
	background: #fff;
}
.header_left {
	width: 270px;
	height: 44px;
	font-size: 20px;
	line-height: 44px;
}
.header_left a {
	margin: 0 13px;
}
.header_left a {
	font-size: 18px;
	color: #000;
	line-height: 49px;
}
.header_right {
	margin-top: 14px;
	font-size: 14px;
	color: #3c3c3c;
	line-height: 18px;
}
.header_right img {
	width: 18px;
	height: 18px;
	float: left;
	margin-right: 6px;
}
.header_right b {
	font-size: 15px;
}

.banner {
	width: 100%;
	height: 666px;
	overflow: hidden;
	background: url(../img/banner.jpg) center no-repeat;
}

.plate1 {
	width: 1112px;
	height: 615px;
	margin: 0 auto 56px;
	background: url(../img/jpg1.jpg);
	overflow: hidden;
}
.plate1C {
	width: 960px;
	margin: 170px auto 0;
}
.plate1C .l {
	width: 521px;
	height: 350px;
	position: relative;
}
.plate1C .l img {
	position: absolute;
	left: 0;
	top: 0;
}
.plate1C .l img:nth-child(1) {
	z-index: 2;
}
.plate1C .r {
	width: 433px;
	margin-top: 3px;
}
.plate1C .r li {
	float: left;
	cursor: pointer;
	position: relative;
}
.plate1C .r li img:nth-child(2) {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
.plate1C .r li.hover img:nth-child(2){
	z-index: 2;
}
.plate1C .r li:nth-child(1) {
	border-bottom: 1px dashed #e0e0e0;
	border-right: 1px dashed #e0e0e0;
}
.plate1C .r li:nth-child(2) {
	border-bottom: 1px dashed #e0e0e0;
}
.plate1C .r li:nth-child(3) {
	border-right: 1px dashed #e0e0e0;
}

.plate2 {
	width: 1112px;
	height: 924px;
	margin: 0 auto 56px;
	background: url(../img/jpg2.jpg?11);
	overflow: hidden;
}
.plate2 ul {
	width: 985px;
	/*margin: 205px auto 0;*/
	margin: 427px auto 0;
}
.plate2 ul li {
	width: 225px;
	height: 263px;
	float: left;
	margin: 0 10.5px 92px;
}
.plate2 ul li b {
	display: block;
	text-align: center;
	font-size: 22px;
	color: #5294df;
	margin-top: 54px;
}
.plate2 ul li p {
	width: 200px;
    margin: 20px auto 30px;
    font-size: 19px;
    line-height: 22px;
    text-align: center;
}
.plate2 ul li button {
	width: 168px;
	height: 44px;
	color: #dd4313;
	font-size: 20px;
	display: block;
	margin: 0 auto;
	font-weight: bold;
	border-radius: 22px;
	background: -moz-linear-gradient(bottom, #fffb89 0%, #f2c65d 100%);
    background: -webkit-linear-gradient(bottom, #fffb89 0%,#f2c65d 100%);
    background: -o-linear-gradient(bottom, #fffb89 0%,#f2c65d 100%);
    background: -ms-linear-gradient(bottom, #fffb89 0%,#f2c65d 100%);
    background: linear-gradient(to bottom, #fffb89 0%,#f2c65d 100%);
}

.plate3 {
	width: 1112px;
	height: 682px;
	margin: 0 auto 56px;
	background: url(../img/jpg3.jpg);
}

.plate4 {
	width: 1112px;
	height: 678px;
	margin: 0 auto 56px;
	background: url(../img/jpg4.jpg);
	overflow: hidden;
}
.plate4 table {
	width: 925px;
	margin: 155px auto 0;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0 0 8px 1px #f1f1f1;
}
.plate4 table tr th {
	line-height: 65px;
	background: #3e8add;
	font-size: 28px;
	color: #fff;
	font-weight: normal;
	border-left: 1px solid #e6e7e8;
}
.plate4 table tr th:first-child {
	border-left: none;
}
.plate4 table tr td {
	color: #727272;
	font-size: 17px;
	line-height: 30px;
	padding: 30px 19px;
	border-left: 1px solid #e6e7e8;
}
.plate4 table tr td:nth-child(4) {
	color: #629ee1;
	font-size: 18px;
	text-decoration: underline;
	cursor: pointer;
}
.plate4 table tr td button {
	width: 132px;
	height: 45px;
	display: block;
	margin: 0 auto;
	color: #dc3c10;
	font-weight: bold;
	border-radius: 25px;
	font-size: 20px;
	background: -moz-linear-gradient(bottom, #fffb89 0%, #f2c65d 100%);
    background: -webkit-linear-gradient(bottom, #fffb89 0%,#f2c65d 100%);
    background: -o-linear-gradient(bottom, #fffb89 0%,#f2c65d 100%);
    background: -ms-linear-gradient(bottom, #fffb89 0%,#f2c65d 100%);
    background: linear-gradient(to bottom, #fffb89 0%,#f2c65d 100%);
}

.plate5 {
	width: 1112px;
	height: 919px;
	margin: 0 auto;
	background: url(../img/jpg5.jpg?11);
	overflow: hidden;
}
.plate5 .m {
	position: relative;
	height: 675px;
	margin: 246px auto 0;
	overflow: hidden;
}
.plate5 .m div {
	width: 230px;
	height: 230px;
	margin: 144px auto 0;
	position: relative;
	z-index: 1;
}
.plate5 .m ul li {
	position: absolute;
	transition: 0.3s;
	cursor: pointer;
	opacity: 0.7;
}
.plate5 .m ul li:nth-child(1) {
	left: 302px;
	top: 45px;
}
.plate5 .m ul li:nth-child(2) {
	right: 300px;
	top: 45px;
}
.plate5 .m ul li:nth-child(3) {
	right: 290px;
	top: 195px;
}
.plate5 .m ul li:nth-child(4) {
	left: 373px;
    top: 333px;
}
.plate5 .m ul li:nth-child(5) {
	left: 292px;
	top: 189px;
}
.plate5 .m ul li.hover {
	z-index: 2;
	opacity: 1;
}
.plate5 .m ol li.hover {
	z-index: 3;
	opacity: 1;
}
.plate5 .m ol li {
	position: absolute;
	transition: 0.3s;
	cursor: pointer;
	opacity: 0.7;
}
.plate5 .m ol li:nth-child(1) {
	left: 19px;
	top: 0;
}
.plate5 .m ol li:nth-child(2) {
	right: 12px;
	top: 0px;
}
.plate5 .m ol li:nth-child(3) {
	right: -10px;
	top: 298px;
}
.plate5 .m ol li:nth-child(4) {
	left: 345px;
    top: 448px;
}
.plate5 .m ol li:nth-child(5) {
	left: 2px;
	top: 266px;
}

.plate6 {
	width: 1112px;
	height: 933px;
	margin: 0 auto 56px;
	background: url(../img/jpg6.jpg);
}

.plate7 {
	width: 1112px;
	height: 426px;
	margin: 0 auto 56px;
	background: url(../img/jpg7.jpg);
}


.plate8 {
	width: 100%;
	height: 807px;
	overflow: hidden;
	background: url(../img/jpg8.jpg) center no-repeat;
}
.plate8 ul {
	width: 960px;
	margin: 170px auto 0;
}
.plate8 ul li {
	text-align: center;
	width: 92px;
	height: 39px;
	line-height: 39px;
	color: #3e8add;
	border: 2px solid #3e8add;
	border-radius: 5px;
	margin: 0 12px 30px;
	float: left;
	font-size: 22px;
	transition: 0.2s;
}
.plate8 ul li:hover {
	color: #fff;
	background: #3e8add;
}

.floatL {
	width: 135px;
	height: 341px;
	background: url(../img/png1.png);
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	position: fixed;
}
.floatL div {
	height: 142px;
	margin-top: 142px;
}
.floatL b {
	display: block;
	width: 25px;
	height: 25px;
    margin: 32px auto 0;
    cursor: pointer;
}

.floatR {
	width: 160px;
	height: 187px;
	background: url(../img/png2.png);
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	position: fixed;
}
.floatR div {
	width: 145px;
	height: 62px;
	float: right;
	margin-top: 92px;
}
.floatR b {
	display: block;
	width: 25px;
	height: 25px;
	float: right;
    margin: 8px 58px 0 0;
    cursor: pointer;
}

.zx-side {
	display: none;
}

.copyRight,.offcnCopy{ 
	background:#444546;    
	min-width: 1200px; 
	padding-bottom: 20px;
}
.offcnCopy {
	padding:45px 0 54px 0; 
	line-height:32px; 
	color:#ccc; 
	text-align:center;
}
.offcnCopy.normalPadding {
	padding-bottom: 45px;
}
.offcnCopy a {
	color:#ccc;
}
.offcnCopy a:hover {
	color:#e00;
}
.offcnCopy img {
	width: 15px;
	height: 15px;
	display: inline-block;
}
















