body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	padding: 0;
	margin: 0;
}

body {
	font-family: 'Regular', "微软雅黑", "PingFang SC", 'Microsoft YaHei', Helvetica, Arial, sans-serif;
	-webkit-tap-highlight-color: transparent;
	font-size: 14px;
	background: #ffffff;
}

html {
	color: #333;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}



::-webkit-scrollbar {
	width: 6px !important;
}

::-webkit-scrollbar-thumb {
	border-radius: 6px;
	background-color: #DFDFDF !important;
}

img {
	max-width: 100%;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}




.logo {
	font-size: 25px;
	color: #333;
}

.logo:hover {
	color: #333;
}

.logo img {
	margin-right: 12px;
}

audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img,
abbr,
acronym {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

input,
textarea,
select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	-webkit-tap-highlight-color: transparent;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input {
	outline: none;
	border-radius: 0;
}

input[type="submit"],
input[type="reset"],
input[type="number"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.cf:after {
	clear: both;
	display: table;
	content: " "
}

a {
	text-decoration: none;
	-webkit-touch-callout: none;
	color: #333;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

a:hover {
	color: #22d294;
}

img {
	max-width: 100%;
}

* {
	box-sizing: border-box;
}



/* flex 甯冨眬*/
.d-flex {
	display: flex;
}

.d-flex-center-center {
	display: flex;
	align-items: center;
	justify-content: center;
}

.leftBox {
	overflow: hidden;
}

.articleLeft {
	overflow: hidden;
}

.d-flex-center {
	display: flex;
	align-items: center;
}

.d-flex-en {
	display: flex;
	align-items: flex-end;
}

.d-flex-start {
	display: flex;
	align-items: flex-start;
}

.d-flex-end {
	display: flex;
	justify-content: flex-end;
}

.d-flex-between {
	display: flex;
	justify-content: space-between;
}

.d-flex-justify-center {
	display: flex;
	justify-content: center;
}

.d-flex-center-between {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.flex-row-reverse {
	flex-direction: row-reverse;
}

.flex-1 {
	flex: 1;
}

.flex-column {
	flex-direction: column;
}

.flex-wrap {
	flex-wrap: wrap;
}

.flex-shrink {
	flex-shrink: 0;
}

.text-overflow {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.text-overflow1 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.text-overflow2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.text-overflow3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.text-overflow4 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

.w1200 {
	margin: 0 auto;
	width: 1200px;
}

.header .w1200 {
	height: 90px;
}

.logo img {
	height: 52px;
}

.header {
	background: #fff;
	position: fixed;
	left: 0;
	right: 0;
	z-index: 1000;
	top: 0;
	height: 90px;
	line-height: 90px;
	box-shadow: 0 1px 1px #eee;
}

.nav a {
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	position: relative;
	margin-left: 40px;
}

.nav a.on,
.nav a:hover {
	color: #22d294;
}

.nav a::before {
	content: "";
	position: absolute;
	display: inline-block;
	width: 16px;
	height: 3px;
	border-radius: 2px;
	background: #fff;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.nav a.on::before,
.nav a:hover::before {
	background: #22d294;
}

.nav a.download::before {
	display: none;
}

.nav a.download {
	width: 130px;
	color: #fff;
	background: #22d294;
	text-align: center;
	border-radius: 50px;
}

.banner {
	height: 460px;
	background: url(../img/banner_bg.jpg) repeat-x;
}

.banner .w1200 {
	height: 460px;
}


.banner h2 {
	font-size: 40px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: left;
}

.banner .left {}

.banner .p1 {
	margin-bottom: 5px;
	text-align: left;
	color: #999;
	font-size: 18px;
	line-height: 2;
	position: relative;
	padding-left: 20px;
}

.banner .p1::before {
	content: "";
	position: absolute;
	left: 0;
	width: 10px;
	height: 10px;
	background: #fff;
	top: 14px;
	border-radius: 100%;
}

.topImg img {
	width: 610px;
}

.banner a.download {
	width: 300px;
	height: 60px;
	background: #22d294;
	border-radius: 50px;
	font-size: 28px;
	line-height: 60px;
	text-align: center;
	margin-top: 42px;
	color: #fff;
	margin-bottom: 28px;
}

.banner .p2 {
	color: #999;
	font-size: 15px;
}

.banner .p2 span {
	margin-right: 15px;
}

.index01 {
	text-align: center;
	padding: 60px 0;
}

.index01 img {
	max-width: 970px;
}

.index01 p {

	font-size: 16px;
	color: #999;
	margin-bottom: 30px;
}

.index01 h2 {
	font-size: 32px;
	margin-bottom: 15px;
	color: #333333;
}

.index02 {
	background: #f6f9ff;
	padding: 62px 0;
}

.index02 img {
	max-width: 630px;
}

.index02Left {
	width: 514px;
}

.index02Left p {
	color: #999;
	font-size: 16px;
	line-height: 38px;
}

.index02Left h2 {
	font-size: 32px;
	color: #333;
	font-weight: normal;
	margin-bottom: 20px;
}

.index03 {
	background: #fff;
}

.footer {
	background: #0e122b;
	padding: 50px 0;
	font-size: 15px;
	line-height: 2.5;
	text-align: center;
	box-sizing: border-box;
	color: #fff;
}

.footer a {
	display: inline-block;
	margin-left: 10px;
	color: #fff;
}

.footer a:hover {
	opacity: .8;
}

.logBox h2 {
	text-align: center;
	font-size: 30px;
	color: #666;
	padding-top: 40px;
	padding-bottom: 18px;
	font-weight: normal;
	margin-bottom: 30px;
}

.cx-time-main {
	padding-bottom: 40px;
}

.cx-time-main ul li:nth-child(2n+1) {
	padding-left: 619px;
	text-align: left;
}

.cx-time-main ul li {
	position: relative;
	padding-bottom: 23px;
	height: auto;
}

.cx-time-box {
	position: relative;
	width: 100%;
	height: auto;
}

.active::before {
	background: url(../img/dot.png) no-repeat;
}

.cx-main-box::before {
	content: '';
	position: absolute;
	top: 30px;
	left: 50%;
	width: 18px;
	height: 18px;
	margin: -8px 0 0 -9px;
	border-radius: 50%;
	z-index: 2;
	background: url(../img/dot.png) no-repeat;
	box-shadow: 0 0 5px #dbe8ff;
}

.cx-time-main ul li::before {
	height: 33px;
}

.cx-time-main ul li::before,
.cx-time-main ul li::after {
	content: '';
	position: absolute;
	top: 0;
	width: 1px;
	left: 50%;
	background: #ceeee3;
	margin-left: -2px;
}

.cx-time-main ul li:nth-child(2n) .cx-main-box .time {
	left: 621px;
	text-align: left;
}

.cx-main-box .detail p {
	line-height: 24px;
}

.cx-main-box .detail {
	color: #999;
	text-align: left;
}

.cx-main-box .detail h3 {
	font-size: 20px;
	font-weight: normal;
	line-height: 1;
	color: #666;
	margin-bottom: 10px;
}

.cx-main-box .time div {
	font-size: 30px;
	line-height: 1;
}

p {
	word-wrap: break-word;
	overflow: hidden;
}

.cx-main-box .time {
	position: absolute;
	left: 530px;
	top: 0;
	text-align: right;
	color: #22d294;
	font-weight: bold;
}

.cx-time-box .active {
	box-shadow: 0 0 5px #d8fff1;
}

.cx-main-box {
	display: inline-block;
	width: 440px;
	background: #fff;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	padding: 19px;
}

.cx-time-main ul li::after {
	top: auto;
	bottom: 0;
}

/* .cx-time-main ul li::after {
	height: calc(100% - 33px);
} */

.cx-time-main ul li::before,
.cx-time-main ul li::after {
	content: '';
	position: absolute;
	top: 0;
	width: 1px;
	left: 50%;
	background: #ceeee3;
	margin-left: -2px;
}

.cx-time-main ul li:nth-child(2n+1) {
	padding-left: 619px;
	text-align: left;
}

.cx-time-main ul li:nth-child(2n+1) .cx-main-box::after {
	background: url(../img/right_line.png) no-repeat;
}

.cx-main-box::after {
	content: '';
	position: absolute;
	top: 28px;
	left: 600px;
	width: 23px;
	height: 4px;
	z-index: 2;
}

.cx-time-main ul li:nth-child(2n) {
	padding-right: 619px;
	text-align: right;
}

.cx-time-main ul li:nth-child(2n) .cx-main-box::after {
	left: 580px;
}

.cx-time-main ul li:nth-child(2n) {
	padding-right: 619px;
	text-align: right;
}

.cx-time-main ul li:nth-child(2n) .cx-main-box::after {
	background: url(../img/left_line.png) no-repeat;
}

.cx-main-box::after {
	content: '';
	position: absolute;
	top: 28px;
	left: 600px;
	width: 23px;
	height: 4px;
	z-index: 2;
}


.about {
	padding: 30px 0;
}

.aboutLeft {
	width: 810px;

}

.aboutRight {
	margin-left: 30px;
}

.aboutBox {
	background: #fff;
}

.aboutBox h2 {
	height: 67px;
	line-height: 66px;
	padding: 0 30px;
	border-bottom: 1px solid #f5f6f7;
	font-size: 16px;
	color: #666;
	font-weight: normal;
}

.article {
	font-size: 15px;
	line-height: 2;
	padding: 30px;
}

.article p {
	font-size: 15px;
	line-height: 2;
	margin-bottom: 10px;
}


.article img {
	display: block;
	margin: 0 auto 20px;
}

.rightNav a {
	padding-left: 30px;
	font-size: 16px;
	height: 30px;
	margin: 8px 0;
	line-height: 30px;
	border-left: 3px #fff solid;
}

.rightNav a.on {
	color: #22d294;
	border-left: 3px #22d294 solid;
}

.rightNav a:hover {
	color: #22d294;
	border-left: 3px #22d294 solid;
}

.rightNav {
	background: #fff;
	padding: 20px 0;
}

.formItem {
	font-size: 15px;
	margin-bottom: 20px;
}


.ml-10 {
	margin-left: 10px;
}

.formItemLeft {
	width: 90px;
	text-align: right;
}

.formItemLeft span {
	color: #ff6600;
	padding-right: 5px;
}

.selectBox {
	padding: 0 10px;
	width: 300px;
	height: 34px;
	line-height: 34px;
	border: 1px solid #ebebeb;
}

select {
	outline: none;
}

.formItemInpt {
	padding: 0 10px;
	width: 300px;
	height: 34px;
	line-height: 34px;
	border: 1px solid #ebebeb;
}

.file-input {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 88px;
	outline: none;
	background: yellow;
	width: 500px;
	height: 36px;

}

.formItemText {
	padding: 10px;
	height: 100px;
	width: 500px;
	border: 1px solid #ebebeb;
}

.posr {
	position: relative;
}

.flash-pic {
	margin-bottom: 0 !important;
}

.file-name {
	display: inline-block;
	float: left;
	width: 328px;
	height: 34px;
	line-height: 32px;
	border: 1px solid #ebebeb;
	border-radius: 2px;
	box-sizing: border-box;
	font-size: 14px;
	color: #757575;
	margin-right: 12px;
	text-align: left;
	padding-left: 18px;

}

.submit {
	margin-top: 20px;
	width: 240px;
	height: 46px;
	line-height: 46px;
	font-size: 16px;
	color: #fff;
	background: #22d294;
	border-radius: 2px;
	float: left;
	cursor: pointer;
	border: none;
}

.tip {
	margin-left: 10px;
	color: #f60;
}



.radio-box {
	width: 94px;
	height: 32px;
	display: inline-block;
	font-size: 14px;
	color: #999999;
	border: 1px solid #ebebeb;
	border-radius: 2px;
	box-sizing: border-box;
	line-height: 30px;
	text-align: center;
	margin-right: 12px;
	float: left;
}

input[type=radio] {
	display: none;
}

input::-webkit-input-placeholder,
input::-ms-input-placeholder {
	color: red;
	font-size: 14px;
}

.radio-box:hover {
	border-color: #22d294;
}

.radio-box input[type=radio]:checked+span {
	width: 94px;
	height: 32px;
	display: inline-block;
	font-size: 14px;
	color: #fff;
	border: 1px solid #22d294;
	border-radius: 2px;
	margin: -1px;
	background: #22d294;
	box-sizing: border-box;
}

.tip {
	font-size: 12px;
	color: #ff6600;
	display: none;
	float: left;
}

.choose-file {
	display: inline-block;
	float: left;
	width: 94px;
	height: 34px;
	line-height: 34px;
	background: #ebebeb;
	font-size: 14px;
	color: #999999;
	border-radius: 2px;
	text-align: center;
	margin-right: 14px;
}


textarea {
	outline: none;
}

a[href*="https://www.cnzz.com"] {
	display: none !important;
}