html,
body {
	margin: 0;
	width: 100%;
	height: 100%;
	font-family: '微软雅黑';
	overflow: hidden;
	min-width:1200px;
}

.width-set {
	width: 540px;
}


.part-set img {
	display: block;
	margin: 0 auto;
	margin-bottom: 15px;
}

a {
	text-decoration: none;
}
.zhuanti-section {
	width:1200px;
	margin: 0 auto;
	margin-bottom: 0px;
	line-height:36px;
}
ul,
li {
	list-style: none;
	padding: 0;
	margin: 0;
}

/* 设置滚动条的样式 */
::-webkit-scrollbar {
	width: 6px;
}

/* 滚动槽 */
::-webkit-scrollbar-track {
	border-radius: 6px;
}

/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background: rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.container {
	width: 100%;
	height: 100%;
	overflow-y: auto;
}

.top_wrapper {
	width: 100%;
	height: 400px;
	background: url(../img/tempBanner.jpg) no-repeat;
	background-position: 50% 0;
	position: relative;
	text-align: center;

}

.logo_wrapper {
	position: absolute;
	left: 18%;
	top: 0;
	padding-top: 30px;
}

/*
.logo_wrapper a {
    display: inline-block;
    margin-left: 15px;
    text-align: center;
}

.logo_title_cn {
    font-size: 25px;
    font-weight: normal;
    color: #FFFFBE;
    line-height: 30px;
}

.logo_title_en {
    font-size: 9px;
    font-weight: 400;
    color: #FFFFBE;
    line-height: 22px;
} */

.title {
	display: inline-block;
	width: 964px;
	height: 67px;
	background: url(../img/title.png) no-repeat;
	margin-top: 189px;
}

.nav_wrapper {
	width: 100%;
	height: 105px;
	max-width: 1350px;
	margin: 0 auto;
}

.nav_wrapper li {
	line-height:60px;
	float: left;
	width:15.7%;
}

.nav_wrapper li a {
	font-size:22px;
	font-weight: 550;
	color: #d21a10;
}

.content_wrapper {
	width: 100%;
	background: url(../img/bg.png) no-repeat;
	background-size: 100% 100%;
	background-position-y: 235px;
}

.content {
	width: 1230px;
	margin: 0 auto;
	padding-bottom:200px;
}

.speech_title {
	line-height: 60px;
	font-size: 42px;
	font-weight: 800;
	color: #E60000;
	text-align: center;
	font-family: 宋体;
}

.speech_sub_title {
	font-size:24px;
	font-weight: 400;
	color: #E60000;
	line-height:55px;
	text-align: center;
}

.speech_content {
	width: 100%;
	height: 500px;
	margin-top: 20px;
	display: flex;
}

.top_swiper {
	float: left;
	width: 761px;
	height:481px;
	position: relative;
	overflow: hidden;
}

.top_swiper .swiper-slide a {
	display: block;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.top_swiper .swiper-slide a img {
	width: 100%;
}

.swiper_title {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 60px;
	line-height: 60px;
	background: rgba(210, 0, 0, 0.5);
	font-size: 20px;
	font-weight: 500;
	color: #FFFFFF;
	padding-left: 20px;
}

.swiper-pagination {
	position: absolute;
	right: 0;
	bottom: 0;
	text-align: right;
	padding-bottom: 10px;
	padding-right: 20px;
}

.swiper-pagination-bullet {
	background: #fff;
	opacity: 1;
}

.swiper-pagination-bullet-active {
	background: #CC0000;
}

.top_list_wrapper {
	float: left;
	width: calc(100% - 791px);
	height: 100%;
	margin-left: 20px;
}

.top_list_wrapper>ul {
	width: 100%;
	margin-top:10px;
	overflow-y: auto;
}

.top_list_wrapper>ul li {
	width: 100%;
	height: 44px;
	line-height:30px;
}

.top_list_wrapper>ul li a {
	display: block;
	color: #333;
	font-size: 20px;
}

.top_list_wrapper>ul li a:hover {
	color: #CC0000;
}

.top_list_banner {
	width: 100%;
	height: 100px;
	margin-top: 10px;
	text-align: center;
	background-image: url(../img/zggcd20d.png);
	background-repeat: no-repeat;
}

.top_list_banner a {
	display: block;
	font-size: 29px;
	font-weight: normal;
	color: #F7F4A8;
}

.module {
	width: 100%;
	margin-bottom: 50px;

}
.section4{
	height:420px;
}
.section2 {
	height:680px;
	/* display: flex;*/
}

.calendar_wrapper {
	float: left;
	width: 439px;
	height: 100%;
	background-color: #F9FAFB;
	overflow: hidden;
}

.calendar_top {
	width: 100%;
	height: 54px;
	line-height: 54px;
	border-bottom: 1px dotted #ccc;
	/*display: flex;
    justify-content: space-between;*/
	padding: 0 20px;
}

.calendar_title {
	float: left;
	width: 119px;
	height: 43px;
	/* font-size: 30px; */
	/* font-weight: normal; */
	/* color: #DE0E30; */
	/* background: linear-gradient(-2deg, #CC0000 0%, #FF0000 100%); */
	/* -webkit-background-clip: text; */
	/* -webkit-text-fill-color: transparent; */
	background: url(../img/mrkd.png) no-repeat 0 12px;
}

.calendar_sel {
	float: right;
}

.calendar_sel input {
	width: 70px;
	height: 30px;
	outline: none;
	border: 1px solid #ccc;
	background-color: #fefefe;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 5px;
	padding-left: 10px;
}

.calendar_sel input.month {
	width: 50px;
}

.calendar-header {
	position: relative;
	height: 62px;
	border-bottom: 1px dashed #cccccc;
	padding-left: 30px;
	margin-bottom: 16px;
}

.calendar-list-wrap {
	margin: 10px 20px;
}

.calendar-list-wrap table {
	/* display: none; */
	width: 100%;
	text-align: left;
	color: #2b2b2b;
}

/*
.calendar-list-wrap table:first-child {
    display: block;
} */

.calendar-list-wrap table th {
	font-size: 18px;
	height: 12px;
	padding-left: 8px;
	padding-bottom: 2px;
	text-align: left;
}

.calendar-list-wrap table td {
	font-size: 16px;
	padding-left: 4px;
	height: 30px;
	vertical-align: middle;
}

.calendar-list-wrap table td span {
	display: inline-block;
	width: 26px;
	height: 26px;
	line-height: 26px;
	-webkit-border-radius: 26px;
	border-radius: 26px;
	text-align: center;
	color: #2b2b2b;
	cursor: pointer;
	text-align: center;
}

.calendar-list-wrap table td span:hover,
.calendar-list-wrap table td span.active {
	background: #bc0000;
	color: #fff;
}

.calendar_img_wrapper {
	width: 100%;
	height: 219px;
	/* padding: 0 20px 10px;*/
	text-align: center;
}

.calendar_img_wrapper img {
	height: 100%;
}

.representative_wrapper {
	float: left;
	width: calc(100% - 459px);
	height: 100%;
	margin-left: 20px;
}

.module_title {
	width: 100%;
	height: 47px;
	line-height: 30px;
	font-size: 30px;
	font-weight: bold;
	color: #DE0E30;
	/* background: linear-gradient(-2deg, #CC0000 0%, #FF0000 100%); */
	/* -webkit-background-clip: text; */
	/* -webkit-text-fill-color: transparent; */
	border-bottom: 1px solid #CC0000;
	padding-left: 20px;
	position: relative;
}

.representative_wrapper .module_title {
	background: url(../img/m1.png) no-repeat 20px 0;
}

.module_title::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 10px;
	height: 34px;
	background: #DE0E30;
}

.representative_content {
	width: 100%;
	height: calc(100% - 72px);
	margin-top: 25px;
	/*display: flex;*/
}

.representative_left {
	float: left;
	width: 40%;
	height: 100%;
	background: #FFF5E2;
}

.representative_left .representative_img {
	width: 100%;
	height: calc(100% - 100px);
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

.representative_left .representative_img img {
	width: 100%;
}

.representative_left_text {
	width: 100%;
	height: 100px;
	font-weight: 400;
	color: #333333;
	padding-left: 20px;
}

.representative_left_text>div:first-child {
	font-size: 26px;
	font-weight: 400;
	color: #333333;
	line-height: 48px;
}

.representative_left_text>div:first-child {
	font-size: 18px;
	line-height: 30px;
}

.representative_right {
	float: left;
	width: 58%;
	height: 100%;
	margin-left: 2%;
	padding: 25px 0;
	position: relative;
}

.swiper {
	width: 100%;
	height: 100%;
	/* position: relative; */
	overflow: hidden;
}

.representative_right .swiper-slide>div {
	background: #FFF5E2;
	padding: 25px 10px;
}

.representative_right .swiper-slide>div:hover {
	background: #DF0615;
	color: #fff;
}

.slide_title {
	font-size: 22px;
	font-weight: 400;
	line-height: 40px;
}

.slide_info {
	font-size: 14px;
}

.slide_info a {
	color: #000;
	margin-left: 10px;
}

.representative_right .swiper-slide:hover .slide_info a {
	color: #fff;
}

.slide_to_btn {
	font-size: 22px;
	cursor: pointer;
}

.slide_to_btn:hover {
	color: #CC0000;
}

.slide_to_prev {
	position: absolute;
	top: -15px;
	left: 46%;
	z-index: 9;
}

.slide_to_next {
	position: absolute;
	left: 46%;
	bottom: -10px;
}

.section3 {
	height: 280px;
	/*display: flex;
    justify-content: space-between;*/
}

.section3>div {
	float: left;
	width: 48%;
}
.section3>div:last-child {
	margin-left: 4%;
}



.module_list {
	padding-top: 10px;
}

.module_list a {
	color: #333;
}

.module_list a:hover {
	color: #DE0E30;
}

.module_list li {
	line-height: 36px;
	padding-left: 22px;
	position: relative;
}

.module_list li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 13px;
	width: 9px;
	height: 9px;
	background-color: #B9B9B8;
	border-radius: 9px;
}

.learn {
	width: 100%;
	height: 152px;
	background: url(../img/learn.png) no-repeat;
	background-size: 100% 100%;
}

.learn a {
	display: block;
	font-size: 58px;
	line-height: 152px;
	font-weight: normal;
	color: #DE0E30;
	/* background: linear-gradient(-2deg, #CC0000 0%, #FF0000 100%); */
	/* -webkit-background-clip: text; */
	/* -webkit-text-fill-color: transparent; */
	text-align: center;
}

.listen {
	width: 100%;
	margin-top: 55px;
	text-align: center;
}

.bottom_swiper_wrapper {
	padding: 40px;
	position: relative;
}

.bottom_swiper {
	width: 100%;
	margin-top: 35px;
	padding-left: 10px;
	overflow: hidden;
}

.swiper-button-next,
.swiper-button-prev {
	color: #DF0615;
	font-size: 60px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
	display: none;
}

.swiper-button-prev {
	left: -10px;
}

.swiper-button-next {
	right: -10px;
}



/*****底部*****/

/*****底部*****/

.footer{
	width: 100%;
	height: 180px;
	/*background-image: url(../images/footer.png);*/
	background-repeat: no-repeat;
	background-position: 50% 50%;
	position: relative;
}
.footer-top{
	height: 45px;
	width: 100%;
	background-color: #E6E6E6;
	text-align: center;
	line-height: 45px;
	font-size: 16px;
}
.footer-top a{
	font-weight:bold;
	margin:0 34px;
	color: #373737;
}
.footer-top a:hover{
	color: #19629F;
}
.footer-top .quick{
	color: #19629F;
	font-size: 20px;
	position: relative;
	padding-left: 40px;
}
.footer-top .quick img{
	margin-right: 10px;
	position: absolute;
	top:-4px;
	left: 0;
}

.footer .footer-content{
	padding-top: 33px;
	background-color: #1C649F;

}
.footer .select-bar{
	height: 40px;
	width: 1200px;
	margin: auto;
	position: relative;
}

.select-list{
	float: left;
	margin-right: 30px;
}
.select-div{
	width: 139px;
	height: 36px;
	position: relative;
	display: inline-block;
	background-position: 100% 50%;
	border: 1px solid #2B74AF;
	background-image: url(/sites/main/main/newindex/images/arrow_bottom.png);
	background-repeat: no-repeat;
	background-position: 124px 16px;
	cursor: pointer;
}


.select-list select{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0)
}
.select-list .check-box{
	width: 1156px;
	background-color: #f3f3f3;
	border:1px solid #D9D8D8;
	position: absolute;
	bottom: 42px;
	left: 0;
	display: none;
	padding:20px;
}
.check-box.on{
	display: block
}

.check-box .check-title{
	font-size: 20px;
	font-weight: bold;
	border-left: 4px solid #C80000;
	height: 24px;
	line-height: 24px;
	color: #0E4C95;
	text-indent: 10px;
}
.check-list span{
	display: block;
	float: left;
	width: 144px;
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	color: #333;
	margin-top: 20px;
	cursor: pointer;
}
.check-list span:hover{
	color: #19609E;
}





.footer .footer-bottom{
	width: 800px;
	margin: auto;
	padding-left:230px;
	padding-right: 170px;
	position: relative;
}


.footer .footer-bottom p{
	font-size:14px;
	color: #fff;
	line-height: 30px;
	text-align: left;
}
.icp{
	position: relative;
	height: 14px;
	margin-right: 3px;
	top:1px;
}
.link-list a{
	margin: 0 17px;
	color: #fff;
}


.right-nav{
	width: 64px;
	position: fixed;
	right: 0;
	top: 50%;
	margin-top: -228px;
}
.right-nav-list{
	width: 64px;
	height: 64px;
	background-color: #FAFAFA;
	border:1px solid #DCDCDC;
	text-align: center;
	margin-bottom:10px;
	cursor: pointer;
	position: relative;
}
.right-nav-list:hover{
	background-color: #EBF4FD;
}
.right-nav-list .hide-box{
	display: none;
	position: absolute;
	right:  64px;
	top: -1px;
}



.right-nav-list:hover .hide-box{
	display: block;

}
.right-nav-list .img-box{
	height: 40px;
	line-height: 40px;

}
.right-nav-list .img-box img{
	position: relative;
}
.right-nav-list span{
	font-size: 14px;
	color: #000;
	line-height: 24px;
}




.right-search-bar{
	width: 300px;
	height: 64px;
	background-color: #EBF4FD;
	border: 1px solid #DCDCDC;
	text-align: left
}
.right-search-bar input{
	height: 40px;
	width: 230px;
	margin: 10px;
	font-size: 16px;
	text-indent: 5px;
}
.right-search-bar img{
	margin-top:16px;
	margin-right: 18px;
	float: right;
	cursor: pointer
}

.right-text-box{
	height: 64px;
	width: 128px;
	border: 1px solid #DCDCDC;
	background-color: #EBF4FD;
	text-align: center;
	line-height: 64px;
	color: #000;
	font: 16px;
}

.qrcode-box{
	padding: 10px;
	border: 1px solid #DCDCDC;
	background-color: #EBF4FD;
	border-radius: 5px;
}
.qrcode-img{
	width: 160px;
	height: 160px;
}
.qrcode-text{
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	color: #333;
}


/*bar*/
#pagination-wrap{

	margin-top:600px;
	margin-left: auto;
	margin-right: auto;
	height:15px;
	position:relative;
	text-align:center;
	z-index: 10;
}

#pagination-wrap ul {
	width:1200px;;
	background:url("../images/imgbg.png") repeat;

	height: 120px;
}

#pagination-wrap ul li{
	margin:80px  4px 0 0;
	display: inline-block;
	width:100px;
	height:7px;

	background:#cc0000;
	opacity:0.5;
	position:relative;
	top:0;


}

#pagination-wrap ul li.active{
	width:100px;
	height:7px;
	opacity:1;
	background:#666;
	box-shadow:rgba(0,0,0,0.1) 1px 1px 0px;
}





/*ANIMATION*/
#slider-wrap ul, #pagination-wrap ul li{
	-webkit-transition: all 0.3s cubic-bezier(1,.01,.32,1);
	-moz-transition: all 0.3s cubic-bezier(1,.01,.32,1);
	-o-transition: all 0.3s cubic-bezier(1,.01,.32,1);
	-ms-transition: all 0.3s cubic-bezier(1,.01,.32,1);
	transition: all 0.3s cubic-bezier(1,.01,.32,1);
}



#slider-wrap ul#slider li .showTitleInfo h3{
	font-size:36px;
	text-transform:uppercase;
	margin-top:600px;
	text-align:center;
	font-weight:100;
	color: #fff;

}

.check-list span a:hover{
	color:#0A5F9E;
}



.select-list .select-span{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	line-height: 38px;
	text-indent: 16px;
	color: #fff;
	font-size: 17px;
}




.check-box .check-list span a{
	color:black;
}

.dys_19da_report {
	width:1100px;
	margin: 0px auto;
	margin-bottom: 0px;
	margin-bottom: 26px;
}
#zfgzbg_box {
	/*background: url(../img/20dabaogao_outbg.jpg) no-repeat center 0;*/
	height: 600px;
}
.zhj-report {
	margin: 0px auto;
	width: 1200px;
	float:left;
}
.zhj-report-body {
	position: relative;
	background: url(../img/20dabaogao_inbgN.png) no-repeat center 0;
	font-family: "microsoft yahei";
	margin: 18px auto 0;
	height: 500px;
}
.zhj-report-left {
	width:250px;
	position: relative;
	margin-top: 200px;
}
.zhj-report-left ul {
	position: absolute;
	left: 18px;

	width:266px;
}

.zhj-report-left ul li.on {
	font-size: 22px;
	background: url(../img/baogao_icon_active.png) 0 0 no-repeat;
	font-weight: bold;
}

.zhj-report-left ul li {
	font-family: "microsoft yahei";
	font-size: 20px;
	cursor: pointer;
	width: 166px;
	height: 59px;
	line-height: 59px;
	background: url(../img/baogao_icon.png) 0 0 no-repeat;
	margin-bottom: 12px;


}
.zhj-report-left ul li.on a {
	color: #dc0010;
	float: right;
	margin-right: 12px;
}
.zhj-report-right {
	float: left;
	margin-top: 50px;
}
.addScroll {
	height: 540px;
}
.slimScrollDiv {
	padding-right: 25px;
}

.zhj-bbjd li, .zhj-bgzy li {
	line-height: 40px;
	font-size: 18px;
	border-bottom: 1px dashed #e60517;
	overflow-x: hidden;
	padding-left: 10px;

}

.bgzy_con li a{
	color: black;
}


.bgjd_con li a{
	color: black;
}
.bgzy_con li a:hover{
	color: #DE0E30;
}
.bgjd_con li a:hover{
	color: #DE0E30;
}


.list li {

	white-space: nowrap;
	text-overflow: ellipsis;
}



.floatLf {
	float: left;
}
.floatRt {
	float: right;
}
.resetWidth{
	overflow: hidden;

}
.list .list-dot, .list-dot {
	float: left;
	padding-right: 5px;
	margin-left: 0;
}
.list li span {
	float: right;
	margin-left: 10px;
}

.zhuanti-section .list ul li a {
	color: #333;
}

.section4 .zhuanti-section .list ul li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 13px;
	width: 9px;
	height: 9px;
	background-color: #B9B9B8;
	border-radius: 9px;
}



.section4 .zhuanti-section .list ul li {
	line-height: 36px;
	padding-left: 22px;
	position: relative;
}



.section4 .zhuanti-section .list ul li a:hover {
	color: #DE0E30;
}

.zhj-report-left ul li {
	font-family: "microsoft yahei";
	font-size: 20px;
	cursor: pointer;
	width: 166px;
	height: 59px;
	line-height: 59px;
	background: url(../img/baogao_icon.png) 0 0 no-repeat;
	margin-bottom: 12px;
}

.zhj-report-left ul li a {
	color: #dc0010;
	float: right;
	margin-right: 12px;
}













