* {
	margin: 0;
	padding: 0
}

body, html {
	font-size: 12px;
	background-color: #f2f2f2;
	font-family: "Microsoft Yahei", sans-serif
}

body {
	background: url(en_zrzs_bg.jpg) top center no-repeat;
	background-size: cover;
	padding-top: 580px;
	overflow-x: hidden
}

@media screen and (max-width:768px) {
	body {
		background-size: 200%;
		padding-top: 60%
	}

}

li, ol, ul {
	list-style: none
}

a, a:hover {
	text-decoration: none
}

.container {
	width: 1200px;
	margin: 0 auto;
	padding: 0
}

.container:after {
	display: block;
	content: '';
	clear: both
}

@media screen and (max-width:1200px) {
	.container {
		width: 100%;
		box-sizing: border-box;
		padding: 0 15px
	}

}

.clearfix {
	width: 100%;
	clear: both
}

.top-text-box .inner-box {
	background: url(en_zrzs_top_box.png) top center no-repeat;
	background-size: 100% 100%
}

.top-text-box .inner-box .content {
	font-size: 20px;
	color: #3f3f3f;
	line-height: 1.8;
	padding: 20px 80px
}

.top-text-box .inner-box .content .blue {
	color: #1e9da9;
	font-size: 24px
}

.top-text-box .inner-box .content .weight {
	font-weight: 700
}

.top-text-box .inner-box .title-wrap {
	text-align: center;
	padding-top: 10px
}

.top-text-box .inner-box .title-wrap img {
	display: inline-block;
	max-width: 100%
}

@media screen and (max-width:980px) {
	.top-text-box .inner-box {
		background: #fff
	}

	.top-text-box .inner-box .content {
		padding: 20px 15px;
		font-size: 16px;
		border-bottom: 1px solid #efefef;
		margin-bottom: 20px
	}

	.top-text-box .inner-box .content .blue {
		font-size: 20px
	}

}

.main-wrapper .inner-white-box {
	background-color: #fff
}

.main-wrapper .inner-white-box .title-box {
	padding: 35px 0;
	text-align: center
}

.main-wrapper .inner-white-box .title-box h3 {
	font-size: 22px;
	color: #1e9eaa;
	position: relative;
	width: 98%;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 10px
}

.main-wrapper .inner-white-box .title-box h3 span, .main-wrapper .inner-white-box .title-box h3:after, .main-wrapper .inner-white-box .title-box h3:before {
	display: block;
	vertical-align: middle
}

.main-wrapper .inner-white-box .title-box h3:after, .main-wrapper .inner-white-box .title-box h3:before {
	content: '';
	width: 8px;
	height: 8px;
	background: #1e9eaa;
	position: absolute;
	top: 15px
}

.main-wrapper .inner-white-box .title-box h3:before {
	left: 0
}

.main-wrapper .inner-white-box .title-box h3:after {
	right: 0
}

.main-wrapper .inner-white-box .title-box h3 span {
	padding: 0 15px
}

@media screen and (max-width:768px) {
	.top-text-box .inner-box .title-wrap img {
		max-width: 70%
	}

	.main-wrapper .inner-white-box .title-box h3 {
		font-size: 20px
	}

}

.main-wrapper .inner-white-box .thumb-box {
	text-align: center;
	padding: 10px 15px
}

.main-wrapper .inner-white-box .thumb-box img {
	width: 100%
}

.main-wrapper .inner-white-box .title-wrap {
	text-align: center;
	padding: 15px 0 10px
}

.main-wrapper .inner-white-box .title-wrap img {
	display: inline-block;
	max-width: 100%
}

@media screen and (max-width:768px) {
	.main-wrapper .inner-white-box .title-wrap img {
		max-width: 90%
	}

}

.main-wrapper .inner-white-box .download-box img, .main-wrapper .inner-white-box .xg-wrap .btn-box img {
	max-width: 100%
}

.main-wrapper .inner-white-box .description {
	padding: 0 30px
}

.main-wrapper .inner-white-box .description .inner {
	background-color: #f1fcfd;
	border-radius: 10px;
	border: 1px solid #90cfd9;
	padding: 10px;
	font-size: 18px;
	color: #3f3f3f;
	text-align: center;
	line-height: 1.8
}

.main-wrapper .inner-white-box .description .inner .in-line {
	border: 1px solid #d1f3f1;
	border-radius: 8px;
	padding: 10px 5px
}

.main-wrapper .inner-white-box .description .inner .in-line .blue {
	font-size: 24px;
	color: #1e9eaa
}

@media screen and (max-width:980px) {
	.main-wrapper .inner-white-box .description {
		padding: 0 15px
	}

}

@media screen and (max-width:768px) {
	.main-wrapper .inner-white-box .description .inner {
		font-size: 16px
	}

	.main-wrapper .inner-white-box .description .inner .in-line .blue {
		font-size: 20px
	}

}

.main-wrapper .inner-white-box .tab-wrap {
	padding: 0 30px;
	margin-top: 15px
}

.main-wrapper .inner-white-box .tab-wrap .tab-list-box {
	border: 1px solid #83dceb;
	border-radius: 10px;
	overflow: hidden
}

.main-wrapper .inner-white-box .tab-wrap .tab-list-box:after {
	display: block;
	content: '';
	clear: both
}

.main-wrapper .inner-white-box .tab-wrap .tab-list-box ul.list {
	width: 30%;
	float: left;
	border-right: 1px solid #83dceb;
	box-sizing: border-box
}

.main-wrapper .inner-white-box .tab-wrap .tab-list-box ul.list li {
	font-size: 24px;
	color: #24b8c6;
	font-weight: 700;
	text-transform: uppercase;
	padding: 42px 26px;
	border-bottom: 1px solid #83dceb;
	cursor: pointer
}

.main-wrapper .inner-white-box .tab-wrap .tab-list-box ul.list li.act {
	background-color: #35a0b2;
	color: #fff
}

.main-wrapper .inner-white-box .tab-wrap .tab-list-box .content {
	display: none;
	width: 70%;
	height: 410px;
	align-items: center;
	box-sizing: border-box;
	padding: 30px;
	font-size: 20px;
	color: #47a2a7;
	line-height: 1.8;
	float: right
}

.main-wrapper .inner-white-box .tab-wrap .tab-list-box .content.showIt {
	display: flex
}

@media screen and (max-width:1200px) {
	.main-wrapper .inner-white-box .tab-wrap .tab-list-box ul.list li {
		font-size: 20px
	}

	.main-wrapper .inner-white-box .tab-wrap .tab-list-box .content {
		font-size: 18px
	}

}

@media screen and (max-width:980px) {
	.main-wrapper .inner-white-box .tab-wrap {
		padding: 0 15px
	}

}

@media screen and (max-width:768px) {
	.main-wrapper .inner-white-box .tab-wrap .tab-list-box ul.list {
		width: 100%;
		overflow-x: auto;
		white-space: nowrap;
		height: 120px;
	}

	.main-wrapper .inner-white-box .CX-list-box .cx-table-box .wrap .cx-table table.list thead th{
		word-break: break-all;
	}

	.main-wrapper .inner-white-box .tab-wrap .tab-list-box ul.list li {
		display: inline-block;
		vertical-align: middle;
		width: auto;
		font-size: 16px;
		box-sizing: border-box;
		padding: 20px 18px
	}

	.main-wrapper .inner-white-box .tab-wrap .tab-list-box .content {
		font-size: 16px;
		width: 100%;
		height: inherit;
		padding: 15px
	}

}

.main-wrapper .inner-white-box .thumb-large-box {
	padding: 0 30px;
	margin-top: 20px
}

.main-wrapper .inner-white-box .thumb-large-box .table {
	display: table;
	border: 1px solid #d7e9ee;
	border-radius: 10px;
	overflow: hidden
}

.main-wrapper .inner-white-box .thumb-large-box .table .cell {
	padding: 15px;
	display: table-cell;
	vertical-align: top
}

.main-wrapper .inner-white-box .thumb-large-box .table .cell.left {
	width: 20px;
	white-space: nowrap;
	padding-right: 0
}

.main-wrapper .inner-white-box .thumb-large-box .table .cell.left img {
	width: 510px
}

.main-wrapper .inner-white-box .thumb-large-box .table .cell.right h3 {
	font-size: 24px;
	color: #fff;
	padding: 10px 0 10px 30px;
	background: url(en_zrzs_tit_bg1.png) left center no-repeat;
	background-size: 100%
}

.main-wrapper .inner-white-box .thumb-large-box .table .cell.right .list dl.item {
	margin-top: 15px
}

.main-wrapper .inner-white-box .thumb-large-box .table .cell.right .list dl.item dd, .main-wrapper .inner-white-box .thumb-large-box .table .cell.right .list dl.item dt {
	box-sizing: border-box
}

.main-wrapper .inner-white-box .thumb-large-box .table .cell.right .list dl.item dt {
	font-size: 16px;
	color: #333;
	font-weight: 700;
	padding: 5px 10px 5px 20px;
	background: url(en_zrzs_tit_bg2.png) left center no-repeat;
	background-size: 100%
}

.main-wrapper .inner-white-box .thumb-large-box .table .cell.right .list dl.item dd {
	font-size: 14px;
	color: #333;
	padding: 5px 0 0 20px
}

@media screen and (max-width:1200px) {
	.main-wrapper .inner-white-box .thumb-large-box .table {
		display: block
	}

	.main-wrapper .inner-white-box .thumb-large-box .table .cell {
		display: block;
		width: 100%;
		padding: 12px;
		box-sizing: border-box
	}

	.main-wrapper .inner-white-box .thumb-large-box .table .cell.left {
		text-align: center;
		width: 100%
	}

	.main-wrapper .inner-white-box .thumb-large-box .table .cell.left img {
		max-width: 100%
	}

}

@media screen and (max-width:980px) {
	.main-wrapper .inner-white-box .thumb-large-box {
		padding: 0 15px
	}

}

.main-wrapper .inner-white-box .CX-list-box {
	padding: 15px 30px
}

.main-wrapper .inner-white-box .CX-list-box .title {
	position: relative
}

.main-wrapper .inner-white-box .CX-list-box .title .in-box {
	position: relative;
	background: url(en_zrzs_tit_last.png) right bottom no-repeat
}

.main-wrapper .inner-white-box .CX-list-box .title h3 {
	font-size: 32px;
	color: #1e9eaa;
	padding: 0 120px 0 50px;
	display: inline-block;
	background: url(en_zrzs_tit_mid.png) left bottom repeat-x #fff;
	position: relative
}

.main-wrapper .inner-white-box .CX-list-box .title h3:after, .main-wrapper .inner-white-box .CX-list-box .title h3:before {
	display: block;
	content: '';
	height: 50px;
	background: center no-repeat #FFF;
	background-size: 100% 100%;
	position: absolute;
	bottom: 0;
	z-index: 3
}

.main-wrapper .inner-white-box .CX-list-box .title h3:before {
	width: 125px;
	background-image: url(en_zrzs_tit_left.png);
	left: 0
}

.main-wrapper .inner-white-box .CX-list-box .title h3:after {
	width: 102px;
	background-image: url(en_zrzs_tit_right.png);
	right: 0
}

.main-wrapper .inner-white-box .CX-list-box .title h3 span {
	display: block;
	padding: 15px 0;
	position: relative;
	z-index: 5
}

@media screen and (max-width:980px) {
	.main-wrapper .inner-white-box .CX-list-box .title h3 {
		font-size: 26px;
		padding: 0 100px 0 10px
	}

}

@media screen and (max-width:520px) {
	.main-wrapper .inner-white-box .CX-list-box .title h3 {
		font-size: 20px
	}

}

.main-wrapper .inner-white-box .CX-list-box .cx-table-box {
	overflow: hidden;
	position: relative;
	padding: 15px 0
}

.main-wrapper .inner-white-box .CX-list-box .cx-table-box:after, .main-wrapper .inner-white-box .CX-list-box .cx-table-box:before {
	display: block;
	content: '';
	width: 100%;
	background: no-repeat;
	background-size: 100%;
	position: absolute;
	left: 0;
	z-index: 1
}

.main-wrapper .inner-white-box .CX-list-box .cx-table-box:before {
	background-position: top center;
	height: 172px;
	background-image: url(en_zrzs_box_top.png);
	top: 0
}

.main-wrapper .inner-white-box .CX-list-box .cx-table-box:after {
	background-position: bottom center;
	height: 335px;
	background-image: url(en_zrzs_box_bottom.png);
	bottom: 0
}

.main-wrapper .inner-white-box .CX-list-box .cx-table-box .wrap {
	padding: 0 50px;
	background: url(en_zrzs_box_mid.png) top center repeat-y;
	background-size: 100%
}

.main-wrapper .inner-white-box .CX-list-box .cx-table-box .wrap .overflow-box {
	position: relative;
	z-index: 10
}

.main-wrapper .inner-white-box .CX-list-box .cx-table-box .wrap .desc-box {
	font-size: 14px;
	color: #47a2a7;
	padding-left: 20px;
	margin: 20px 0;
	position: relative;
	line-height: 1.8
}

.main-wrapper .inner-white-box .CX-list-box .cx-table-box .wrap .desc-box:before {
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	background: #1e9eaa;
	position: absolute;
	left: 0;
	top: 8px
}

.main-wrapper .inner-white-box .CX-list-box .cx-table-box .wrap .cx-table {
	height: 850px;
	overflow-x: hidden;
	overflow-y: auto;
	position: relative
}

.main-wrapper .inner-white-box .CX-list-box .cx-table-box .wrap .cx-table:after {
	display: block;
	content: '';
	width: 100%;
	height: 50px;
	background: linear-gradient(180deg, transparent, #fff);
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 5
}

.main-wrapper .inner-white-box .CX-list-box .cx-table-box .wrap .cx-table table.list {
	width: 100%;
	position: relative;
	z-index: 1
}

.main-wrapper .inner-white-box .CX-list-box .cx-table-box .wrap .cx-table table.list td, .main-wrapper .inner-white-box .CX-list-box .cx-table-box .wrap .cx-table table.list th {
	text-align: center;
	font-size: 18px;
	padding: 5px
}

.main-wrapper .inner-white-box .CX-list-box .cx-table-box .wrap .cx-table table.list thead {
	background: url(en_zrzs_bg_01.png) left top no-repeat;
	background-size: 100% 100%
}

.main-wrapper .inner-white-box .CX-list-box .cx-table-box .wrap .cx-table table.list thead th {
	color: #fff;
	font-size: 18px
}

.main-wrapper .inner-white-box .CX-list-box .cx-table-box .wrap .cx-table table.list tbody td {
	padding: 20px 15px;
	font-size: 20px;
	border-bottom: 1px solid #d3dde7;
	color: #1e9eaa;
	font-weight: 700
}

.main-wrapper .inner-white-box .CX-list-box .cx-table-box .wrap .cx-table table.list tbody tr:hover td {
	color: #ec843e
}

@media screen and (max-width:980px) {
	.main-wrapper .inner-white-box .CX-list-box .cx-table-box .wrap .cx-table {
		overflow-x: auto
	}

	.main-wrapper .inner-white-box .CX-list-box .cx-table-box .wrap .cx-table table.list td, .main-wrapper .inner-white-box .CX-list-box .cx-table-box .wrap .cx-table table.list th {
		font-size: 14px
	}

}

@media screen and (max-width:460px) {
	.main-wrapper .inner-white-box .CX-list-box .cx-table-box .wrap .cx-table table.list {
		width: 450px
	}

}

.main-wrapper .inner-white-box .CX-list-box .last-desc-box {
	font-size: 20px;
	color: #fff;
	text-align: center;
	line-height: 1.8;
	background: url(en_zrzs_bg_02.png) top center no-repeat;
	background-size: 100% 100%;
	margin-top: 15px;
	padding: 20px
}

.main-wrapper .inner-white-box .CX-list-box .last-desc-box .blue {
	color: #bcf6fc
}

.main-wrapper .inner-white-box .CX-list-box .last-desc-box .inline {
	display: inline-block;
	vertical-align: middle;
	padding: 3px 5px;
	line-height: 1
}

@media screen and (max-width:520px) {
	.main-wrapper .inner-white-box .CX-list-box .last-desc-box {
		font-size: 16px
	}

}

@media screen and (max-width:980px) {
	.main-wrapper .inner-white-box .CX-list-box {
		padding: 15px 10px
	}

	.main-wrapper .inner-white-box .CX-list-box .cx-table-box .wrap {
		padding: 0 20px
	}

}

.main-wrapper .inner-white-box .download-box {
	padding: 20px 0;
	text-align: center
}

.main-wrapper .inner-white-box .xg-wrap .inner-box .title {
	text-align: center;
	padding: 20px 0;
	position: relative
}

.main-wrapper .inner-white-box .xg-wrap .inner-box .title::after, .main-wrapper .inner-white-box .xg-wrap .inner-box .title::before {
	display: block;
	content: '';
	width: 370px;
	height: 8px;
	background: no-repeat;
	background-size: auto 100%;
	position: absolute;
	top: 50%;
	margin-top: -4px;
	z-index: 1
}

.main-wrapper .inner-white-box .xg-wrap .inner-box .title:before {
	background-image: url(en_zrzs_tit_arrow_left.png);
	left: 10%
}

.main-wrapper .inner-white-box .xg-wrap .inner-box .title:after {
	background-image: url(en_zrzs_tit_arrow_right.png);
	right: 10%
}

.main-wrapper .inner-white-box .xg-wrap .inner-box .title h3 {
	font-size: 32px;
	color: #404040;
	font-weight: 400;
	display: inline-block;
	position: relative;
	background: #fff;
	padding: 0 30px;
	z-index: 2
}

.main-wrapper .inner-white-box .xg-wrap .inner-box .news-list {
	padding: 0 116px
}

.main-wrapper .inner-white-box .xg-wrap .inner-box .news-list ul.list li {
	padding: 20px 0 20px 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative
}

.main-wrapper .inner-white-box .xg-wrap .inner-box .news-list ul.list li:before {
	display: block;
	content: '';
	width: 10px;
	height: 10px;
	background: url(en_zrzs_dot.png) center no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	top: 28px
}

.main-wrapper .inner-white-box .xg-wrap .inner-box .news-list ul.list li a {
	font-size: 20px;
	color: #1a1a1a
}

.main-wrapper .inner-white-box .xg-wrap .inner-box .news-list ul.list li a:hover {
	color: #2da4b1
}

.main-wrapper .inner-white-box .xg-wrap .btn-box {
	text-align: center;
	padding: 30px 0 50px
}

@media screen and (max-width:980px) {
	.main-wrapper .inner-white-box .xg-wrap .inner-box .title:before {
		left: 2%
	}

	.main-wrapper .inner-white-box .xg-wrap .inner-box .title:after {
		right: 2%
	}

	.main-wrapper .inner-white-box .xg-wrap .inner-box .title h3 {
		font-size: 26px
	}

	.main-wrapper .inner-white-box .xg-wrap .inner-box .news-list {
		padding: 0 50px
	}

	.main-wrapper .inner-white-box .xg-wrap .inner-box .news-list ul.list li {
		padding: 10px 0 10px 30px
	}

	.main-wrapper .inner-white-box .xg-wrap .inner-box .news-list ul.list li:before {
		top: 15px
	}

	.main-wrapper .inner-white-box .xg-wrap .inner-box .news-list ul.list li a {
		font-size: 16px
	}

}

@media screen and (max-width:520px) {
	.main-wrapper .inner-white-box .xg-wrap .inner-box .news-list {
		padding: 0 20px
	}

}

.bottom-wrapper {
	padding: 36px 0;
	background: url(en_zrzs_btm_bg.png) top center no-repeat;
	background-size: cover
}

.bottom-wrapper .dl-box {
	width: 100%;
	display: table
}

.bottom-wrapper .dl-box .dd-box, .bottom-wrapper .dl-box .dt-box {
	display: table-cell;
	vertical-align: top
}

.bottom-wrapper .dl-box .dt-box {
	width: 20px;
	white-space: nowrap;
	padding-right: 20px;
	color: #fff;
	border-right: 1px solid #fff
}

.bottom-wrapper .dl-box .dt-box h3 {
	font-size: 42px;
	margin-bottom: 5px;
	text-transform: Uppercase
}

.bottom-wrapper .dl-box .dt-box p {
	font-size: 20px;
	color: #7ec6cd
}

.bottom-wrapper .dl-box .dd-box {
	padding-left: 20px
}

.bottom-wrapper .dl-box .dd-box:after {
	display: block;
	content: '';
	clear: both
}

.bottom-wrapper .dl-box .dd-box a.item {
	display: block;
	width: 31%;
	background: url(en_zrzs_box.png) center no-repeat;
	padding: 0 20px;
	margin: 2% 0 0 2%;
	background-size: 100% 100%;
	float: left;
	box-sizing: border-box
}

.bottom-wrapper .dl-box .dd-box a.item p {
	line-height: 1;
	padding: 10px 0
}

.bottom-wrapper .dl-box .dd-box a.item p.year {
	font-size: 32px;
	color: #fff;
	padding: 15px 0
}

.bottom-wrapper .dl-box .dd-box a.item p.intro {
	font-size: 18px;
	color: #3f3f3f;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

@media screen and (min-width:1201px) {
	.bottom-wrapper .dl-box .dd-box {
		padding: 0
	}

	.bottom-wrapper .dl-box .dd-box a.item:nth-child(1), .bottom-wrapper .dl-box .dd-box a.item:nth-child(2), .bottom-wrapper .dl-box .dd-box a.item:nth-child(3) {
		margin-top: 0
	}

}

@media screen and (max-width:1200px) {
	.bottom-wrapper {
		padding: 30px 0
	}

	.bottom-wrapper .dl-box {
		display: block
	}

	.bottom-wrapper .dl-box .dd-box, .bottom-wrapper .dl-box .dt-box {
		display: block;
		width: 100%;
		padding: 0
	}

	.bottom-wrapper .dl-box .dt-box {
		padding-bottom: 30px;
		text-align: center;
		border-right: 0
	}

	.bottom-wrapper .dl-box .dt-box h3 {
		font-size: 36px
	}

	.bottom-wrapper .dl-box .dt-box p {
		font-size: 16px
	}

	.bottom-wrapper .dl-box .dd-box {
		padding: 0
	}

	.bottom-wrapper .dl-box .dd-box a.item {
		width: 31.5%;
		margin: 1% 0 0 1%
	}

	.bottom-wrapper .dl-box .dd-box a.item p.year {
		font-size: 28px
	}

	.bottom-wrapper .dl-box .dd-box a.item p.intro {
		font-size: 16px
	}

}

@media screen and (max-width:768px) {
	.bottom-wrapper .dl-box .dd-box a.item {
		width: 46.5%;
		margin: 3% 0 0 3%
	}

}

@media screen and (max-width:420px) {
	.bottom-wrapper .dl-box .dd-box a.item {
		width: 100%;
		margin: 3% 0
	}

}
