* {
	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;
}

header {
	overflow: hidden;
	width: 100%;
	background: #fff;
}
.header_left {
	width: 385px;
	height: 60px;
}
.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: 861px;
	background: url(../img/cpa_01.jpg?11) center no-repeat;
}

.plate1 {
	width: 100%;
	height: 931px;
	overflow: hidden;
	background: url(../img/cpa_02.jpg?22) center no-repeat;
}
.plate1 iframe {
	width: 100%;
	height: 100%;
    display: block;
    border: none;
    display: block;	
}
.video {
	width: 634px;
	height: 245px;
	border: 3px solid #ddd;
	border-image: -webkit-linear-gradient( #fce5c3, #f682a9) 30 30;
   	border-image: -moz-linear-gradient( #fce5c3, #f682a9) 30 30;
    border-image: linear-gradient( #fce5c3, #f682a9) 30 30; 
    margin: 589px auto 0;
    overflow: hidden;
}

.plate2 {
	width: 100%;
	height: 1321px;
	overflow: hidden;
	background: url(../img/cpa_03.jpg?33) center no-repeat;
}
.plate2 ul {
	width: 100%;
	margin-top: 566px;
	overflow: hidden;
}
.plate2 ul li {
	float: left;
	width: 191px;
	height: 41px;
	margin: 0 29px 436px;
}

.plate3 {
	width: 100%;
	height: 580px;
	background: url(../img/cpa_04.jpg?11) center no-repeat;
}

.plate4 {
	width: 100%;
	height: 1832px;
	background: url(../img/cpa_05.jpg?11) center no-repeat;
}

.plate5 {
	width: 100%;
	height: 1263px;
    overflow: hidden;
	background: url(../img/cpa_06.jpg?11) center no-repeat;
}
.plate5 .m {
    width: 913px;
    height: 520px;
    margin-top: 466px;
}

.plate6 {
	width: 100%;
	height: 1307px;
	background: url(../img/cpa_07.jpg?11) center no-repeat;
}

.plate10 {
	width: 100%;
	height: 768px;
	background: url(../img/cpa_12.jpg) center no-repeat;
}

.plate11 {
	width: 100%;
	height: 1313px;
	background: url(../img/cpa_13.jpg) center no-repeat;
}

.plate7 {
	width: 100%;
	height: 799px;
	background: url(../img/cpa_08.jpg?11) center no-repeat;
}

.plate12 {
	width: 100%;
	height: 1892px;
	background: url(../img/cpa_14.jpg?44) center no-repeat;
}

.plate13 {
	width: 100%;
	height: 1370px;
	background: url(../img/cpa_15.jpg?22) center no-repeat;
}

.plate14 {
    width: 100%;
    height: 1255px;
    background: url(../img/cpa_16.jpg?22) center no-repeat;
}
.plate14 .m {
    position: relative;
    height: 100%;
}
.plate14 .m ul {
	position: absolute;
    width: 493px;
    height: 86px;
    bottom: 90px;
    right: 77px;
}
.plate14 .m ul li {
	float: left;
	width: 120px;
	margin-left: 40px;
}
.plate14 .m ul li:first-child {
	margin-left: 0;
}
.plate14 .m ul li:last-child {
	margin-left: 90px;
}
.plate14 .m ul li a  {
	height: 25px;
	width: 100%;
	margin: 8px 0;
	display: block;
}
.plate14 .m ul li button {
	width: 100%;
	display: block;
	height: 45px;
}


.plate8 {
	width: 100%;
	height: 833px;
	background: url(../img/cpa_09.jpg?33) center no-repeat;
}

.float {
	width: 937px;
	height: 100px;
	overflow: hidden;
	position: fixed;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background: url(../img/png.png);
}
.float div {
	width: 351px;
	height: 66px;
	margin: 26px 46px 0 0;
}
.float a {
	width: 168px;
	height: 48px;
	cursor: pointer;
}
.zx-side{
	display:none;
}

.videoFloat {
	width: 800px;
	height: 450px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background: #fff;
	display: none;
	box-shadow: 0 0 20px 3px #ababab;
}
.videoFloat iframe {
	width: 100%;
	height: 100%;
	display: block;
	border: none;
}
.videoFloat b {
	width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
	font-size: 24px;
	position: absolute;
	right: 10px;
	display: block;
	top: 10px;
	background: rgba(255,255,255,0.5);
	font-weight: normal;
	text-align: center;
	line-height: 25px;
	cursor: pointer;
	z-index: 99999;
}

.copyRight,.offcnCopy{ 
	background:#444546;    
	min-width: 1200px; 
	padding-bottom: 65px;
}
.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;
}


















