﻿@charset "utf-8";
/* css document */

/*初始区域*/
html, body, div, p, hr, pre, h1, h2, h3, h4, h5, h6, table, tr, td, th, tfoot, tbody, thead, p, figure, form, blockquote, input, textarea, label, ul, ol, dl, li, dt, dd, .clearfix::after {
	margin:0;
	padding:0;
}
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
html, body {
	height:100%;
}
*::after, *::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden], template {
	display: none;
}
a {
	background: transparent;
	text-decoration: none;
}
a:active, a:hover {
	outline: 0;
}
a:focus {
	outline:none;
	-moz-outline:none;
	-webkit-outline:none;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
ul, ol {
	list-style: none outside none;
}
li {
	list-style-type:none;
}
mark {
	background: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5rem;
}
sub {
	bottom: -0.25rem;
}
iframe {
	border:0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1em 40px;
}
hr {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
pre {
	overflow: auto;
}
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button, select {
	text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	-moz-appearance: button;
	cursor: pointer;
}
button[disabled], html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
 height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35rem 0.625rem 0.75rem;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th {
	padding: 0;
}


/*内容区域通用*/
body {
	font-family: "微软雅黑", "microsoft yahei", "helvetica neue", helvetica, stheiti, arial, sans-serif;
	background: #fff;
}
img {
	border: 0;
	vertical-align: middle;
	display: block;
}
figure {
	margin: 0;
}
.clearfix {
	display:block;
	#zoom:1;
}
.clearfix::after {
	content:'';
	overflow:hidden;
	width:100%;
	height:0px;
	font-size:0px;
	display:block;
	clear: both;
}


.fl {
	float:left;
}
.fr {
	float:right;
}


.dompc {
	display: block;
}
.dommobile {
	display: none;
}


.row {
	font-size: 0;
	 word-spacing: -1px;
}
.row .dib {
	display: inline-block;
	 display: inline;
	 zoom: 1;
	font-size: 14px;
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: top;
}

.top-bar {
	height: 45px;
	text-align: center;
	border-bottom: 1px solid #ccc;
	color: #cccccc;
	width: 100%;
	position: fixed;
	_position: absolute;
	z-index: 1040;
	top: 0;
	left: 0;
	background-color: #fff;
	box-shadow: 3px 0 3px rgba(0, 0, 0, 0.2);
	overflow: hidden;
}
.top-bar .menu {
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
}
.top-bar .home-site-link {
	font-style: normal;
	font-weight: 700;
}
.top-bar li::after {
	content: "|";
	color: #d5d5d5;
}
.top-bar li:first-of-type::after {
	content: " ";
	padding-right: 15px;
}
.top-bar li:last-of-type::after {
	content: " ";
}
.top-bar .item {
	line-height: 45px;
	font-size: 14px;
}
.top-bar .item a {
	padding: 0 7px;
}
.top-bar .home-site-link {
	color: black;
}
.top-bar a {
	color: #1a1a1a;
}
.top-bar .loading {
	display: block;
	text-align: center;
	height: 32px;
	line-height: 32px;
	font-size: 12px;
	background-color: #f5f5f5;
}
.section {
	margin:60px auto 0px;
	width: 1200px;
}
/* banenr begin*/
.phd{
	margin-top: 45px;
	height: 655px;
}
.phd img{
	width: 100%;
}
/* banenr end*/

.index_nav{
	height: 80px;
	background:url(/uploads/image/wfbimg/navbg.jpg) no-repeat center center;
}
.index_nav ul{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.index_nav ul li{
	padding: 0 14px 0 15px;
}
.index_nav ul li a{
	color: #fff;
	font-size: 20px;
	display: block;
	line-height: 80px;

}







/* section2 */
.section-2 {
	width: 1200px;
	background: url(/uploads/image/wfbimg/gundongbg.jpg) no-repeat center center;
	height: 60px;
	line-height: 60px;
	background-size: 100% 100%;
	margin: 38px auto 70px;
}
.section-2 .unit {
	font-size: 0;
	 word-spacing: -1px;
	width: 1200px;
	margin: 0 auto;
}
.section-2 .section-caption, .section-2 .marquee {
	display: inline-block;
	 display: inline;
	 zoom: 1;
	font-size: 14px;
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: top;
}
.section-2 .marquee {
	width:1050px;
	height: 50px;
	overflow: hidden;
}
.section-2 .section-caption {
	width: 120px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	color: #2e548c;
	font-size: 30px;
	font-weight: bold;
}
.section-2 .section-caption a {
	color: #2e548c;
}
/*.section-2 .section-caption a:hover {
	color: #fff;
	opacity: 0.5;
	filter: alpha(opacity=50);
}*/
.section-2 .mod-list li {
	position: relative;
	margin-right: 30px;
}
.section-2 .mod-list li:before{
	content: '';
	width: 5px;
	height: 5px;
	background: #b5b5b5;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
}
.section-2 .mod-list li a{
	color: #737373;
}
.section-2 .mod-list li::after {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	/*border-radius: 50%;
	box-shadow: 0 0 0 5px #fff;*/
	position: absolute;
	left: 0;
	top: 28px;
}
.section-2 .marquee .mod-list .item {
	line-height: 60px;
	padding-right: 20px;
	font-size: 16px;
	text-indent: 15px;
}
.section-2 .marquee .str_wrap {
background:none;
}/* 滚动js自带css */
/* section2 end */

/* section-3 begin */
.section-3{

}
.section-3 .title{
	color: #333333;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}
.section-3 .title a{
	color: #333333;
}
.section-3 .note{
	color: #737373;
	font-size: 16px;
	line-height: 28px;
	padding-top: 15px;
	padding-left: 40px;
	padding-right: 40px;
}
/* section-3 end */

/* section-11 begin*/

.section-11 {
	margin-top: 90px;
	margin-bottom: 25px;
	width: 1200px;
	position: relative;
}
.section-11 .swiper-container-xctj{
	width: 1105px;
	height: 520px;
	margin-left:0;
}
.section-11 .pic img {
	display: block;
	width: 1105px;
	height: 520px;
}
.section-11 .title {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba( 0, 0, 0, .7);
	color: #fff;
	padding: 0px 125px 0px 20px;
	line-height: 28px;
	height: 90px;
	padding-top: 16px;
	box-sizing: border-box;
	font-size: 18px;
}
.section-11 .title a {
	color: #fff;
	font-size: 18px;
}
.section-11 .title .note {
	color: #fff;
	font-size: 16px;
}

.section-11 .swiper-pagination-fraction {
	bottom: 25px;
	right: 90px;
	left: auto;
	width: auto;
	color: #fff;
	font-size: 30px;
}
.section-11 .swiper-pagination-fraction .swiper-pagination-current {
	color: #ff8a00;
}
.section-11 .swiper-pagination-fraction .swiper-pagination-total {
	font-size: 18px;
}
.section-11 .swiper-button-prev, .section-11 .swiper-button-next {
	padding: 20px 5px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	font-size: 20px;
	background-size: 30px 60px;
}
.section-11 .swiper-button-prev {
	left: 30px;
	top: 45%;
}
.section-11 .swiper-button-next {
	right: 30px;
	top: 45%;
}
/* .section-11 .swiper-button-prev:hover, .section-11 .swiper-button-next:hover {
	background-color: rgba(255, 138, 0, 1);
} */
.section-11 .section-list{
	width: 100%;
	overflow: hidden;
	margin-top: 40px;

}
.section-11 .focus{
	position: absolute;
	top: 60px;
	right: -43px;
	z-index: 2;
}
.section-11 .section-list .mod-topics{
	border-bottom: dotted 1px #d9d9d9;
	margin-top: -1px;
	padding-top: 16px;
	padding-bottom: 16px;
}
.section-11 .section-list .mod-topics:nth-child(1){
	padding-top: 0;
	margin-top: -5px;
}
.section-11 .section-list .item_div{
	width: 580px;
	float: left;
	margin-left: 40px;
}
.section-11 .section-list .item_div:nth-child(1){
	margin-left: 0;
}
.section-11 .section-list .topic a:hover{
	color: #1381f2;
}
.section-11 .section-list .item-list div.fl{
	padding-left: 0;
	border-bottom: dashed 1px #ccc;
	padding-bottom: 15px;
	margin-bottom: 15px;
	width: 580px;
}
.section-11 .section-list .item-list div.fl:nth-child(2){
	margin-left: 40px;
}
.section-11 .section-list .item-list div.fl a{
	display: block;
	color: #333333;
	font-size: 16px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.section-11 .section-list .item-list div.fl a:hover{
	color: #00a0e9;
}
.section-11 .section-list .item-list div.fl .abstract{
	line-height: 24px;
	color: #808080;
	padding-top: 5px;
	font-size: 14px;
}
.section-11 .section-list .item-list div.fl .topic a{
	color: #333;
	font-weight: bold;
	font-size: 18px;
	font-weight: normal;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.section-11 .section-list .item-list div.fl .topic a:hover{
	color: #00a0e9;
}
.section-11 .section-list .item-list ul{
	padding-top: 10px;
}
.section-11 .section-list .item-list ul li{
	line-height: 34px;
	position: relative;
	padding-left: 15px;
	width: 580px;
	margin-left: 40px;
	box-sizing: border-box;
}
.section-11 .section-list .item-list ul li:nth-child(2n 1){
	margin-left: 0;
}
.section-11 .section-list .item-list ul li .abstract{
	line-height: 24px;
	color: #808080;
	padding-top: 5px;
	font-size: 14px;
}


.section-11 .section-list .item-list ul li:before{
	content: '';
	width: 5px;
	height: 5px;
	background: #666666;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
}

.section-11>.more{
	margin-top: 30px;
}
.section-11>.more a{
	width: 145px;
	height: 45px;
	border: solid 1px #dcdcdc;
	border-radius: 23px;
	text-align: center;
	line-height: 45px;
	margin-top: 30px;
	color: #2e548c;
	font-size: 14px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	display: block;
	margin: 0 auto;
}
.section-11>.more a:hover{
	box-shadow: 0 0 10px 5px rgba(0,0,0,0.05);
}
.section-11 .section-list .item-list ul li a{
	display: block;
	color: #333333;
	font-size: 16px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.section-11 .section-list .item-list ul li a:hover{
	color: #00a0e9;
}
/* section-11 end*/

.section-title{
	height: 133px;
	background:url(/uploads/image/wfbimg/btbg1.png) no-repeat center;
	text-align: center;
	line-height: 130px;
	color: #2c2c2c;
	font-size: 32px;
	font-weight: normal;

}
.section-title span{
	width: 40px;
	display: inline-block;
	height: 40px;
	background: url(/uploads/image/wfbimg/yuandian.png) no-repeat center center;
	vertical-align: middle;
}


/* section-4 begin */
.section-4{
	margin-top: 90px;
}
.section-4 .swiper-container-xctj{
	margin-top: 40px;
}
.section-4 .swiper-container-xctj .mod{
	margin-left: 3px;
	width: 237px;
	background: #f7f7f7;
	border-bottom: solid 6px #2e548c;
	text-align: center;
}
.section-4 .swiper-container-xctj .mod:nth-child(1){
	margin-left: 0px;
}
.section-4 .swiper-container-xctj .mod .media{
	width: 237px;
	height: 343px;
	overflow: hidden;
}
.section-4 .swiper-container-xctj .mod .media img{
	width: 237px;
	height: 343px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.section-4 .swiper-container-xctj .mod .media:hover img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.section-4 .swiper-button-next,
.section-4 .swiper-button-prev{

}
.section-4 .swiper-container-xctj .mod .unit-title{
	color: #353535;
	font-size: 20px;
	padding-top: 30px;
}
.section-4 .swiper-container-xctj .mod .unit-title a{
	color: #353535;
	font-size: 20px;
	font-weight: normal
}
.section-4 .swiper-container-xctj .mod  .abstract{
	color: #353535;
	font-size: 14px;
	padding-bottom: 25px;
	padding-top: 3px;
}
/* section-4 end */



/* section-5  视频回放  begin */
.section-5{
	margin-top: 90px;
}
.section-5 .sec5_main{
	margin-top: 30px;
}
.section-5 .sec5_main .video{
	width: 680px;
	height: 420px;
	position: relative;
}
.section-5 .sec5_main .video .tit{
	width: 680px;
	height: 50px;
	background: rgba(0,0,0,.5);
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	box-sizing: border-box;
	padding: 0 20px;
	overflow: hidden;
	line-height: 50px;
}
.section-5 .sec5_main .video .tit a{
	color: #fff;
	font-size: 18px;
}
.section-5 .sec5_main .video video,
.section-5 .sec5_main .video img{
	width: 680px;
	height: 420px;
}
.section-5 .sec5_main .unit{
	width: 500px;
	margin-top: -15px;
}
.section-5 .sec5_main .unit .mod{
	width: 240px;
	margin-left: 20px;
	margin-top: 15px;
}
.section-5 .sec5_main .unit .mod:nth-child(2n 1){
	margin-left: 0px;
}
.section-5 .sec5_main .unit .mod .media{
	width: 240px;
	height: 150px;
	overflow: hidden;
}
.section-5 .sec5_main .unit .mod .media img{
	width: 240px;
	height: 150px;
	display: block;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.section-5 .sec5_main .unit .mod .media:hover img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.section-5 .sec5_main .unit .mod .abstract{
	padding-top: 10px;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
}
.section-5 .sec5_main .unit .mod .abstract a{
	color: #2c2c2c;
	font-size: 14px;
	line-height: 22px;
}
/* section-5  视频回放  end */

/* section-7  参会嘉宾 begin */
.section-7{
	margin-top: 90px;
	margin-bottom: 0;
	overflow: hidden;
	padding-bottom: 30px;
}
.section-7 .swiper-container-jiabin{
	overflow: visible;
	position: relative;
	top: 30px;
	margin-top: 20px;
}
.section-7 .swiper-slide{
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.section-7 .swiper-slide-next{
	-webkit-transform: scale(1);
	transform: scale(1);
}
.section-7 .swiper-slide .pic{
	text-align: center;
}
.section-7 .swiper-slide .pic img{
	display: inline-block;
	width: 310px;
    height: 410px;
}
.section-7 .swiper-pagination-fraction {
	display: none;
}
.section-7 .tit{
	color: #404040;
	font-size: 28px;
	text-align: center;
	width: 340px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
.section-7 .note{
	color: #404040;
	font-size: 16px;
	text-align: center;
	width: 340px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 15px;
}
.section-7 .note1{
	color: #737373;
	font-size: 16px;
	text-align: center;
	width: 340px;
	margin-left: auto;
	margin-right: auto;
}
.section-7 .swiper-button-prev {
	background: url(/uploads/image/wfbimg/zuojiann.png) no-repeat center center;
}
.section-7 .swiper-button-next {
	background: url(/uploads/image/wfbimg/youjiann.png) no-repeat center center;
}
/* section-7  参会嘉宾 end */

/* section-8 平行分论坛 begin */
.section-8{
	margin-top: 90px;
}
.section-8 .sec8_main{
	margin-top: 40px;
}
.section-8 .sec8_main .sec8_left{
	width: 275px;
}
.section-8 .sec8_main .sec8_left.fr{
	width: 275px;
	text-align: right;
}
.section-8 .sec8_main .sec8_left .tit{
	position: relative;
	padding-top: 25px;
	color: #333338;
	font-size: 27px;
	font-weight: bold;
	line-height: 40px;
}
.section-8 .sec8_main .sec8_left .tit:before{
	content: '';
	width: 42px;
	height: 6px;
	background:url(/uploads/image/wfbimg/huawen1.png) no-repeat center center;
	position: absolute;
	top: 0;
	left: 0;
}
.section-8 .sec8_main .sec8_left.fr .tit:before{
	left: auto;
	right: 0;
}
.section-8 .sec8_main .sec8_left .tit a{
	color: #333338;
	font-size: 27px;
	font-weight: bold;
	line-height: 40px;
}
.section-8 .sec8_main .sec8_left .note{
	color: #737373;
	font-size: 14px;
	font-weight: bold;
	line-height: 26px;
	margin-top: 20px;
}
.section-8 .sec8_main .sec8_right{
	width: 890px;
	height: 350px;
}
.section-8 .sec8_main .sec8_right img{
	width: 890px;
	height: 350px;
}
.section-8 .unit li{
	margin-top: 40px;
	margin-left:33px;
	width: 275px;
}
.section-8 .unit li:nth-child(4n 1){
	margin-left:0px;
}
.section-8 .unit li .media{
	width: 100px;
	height: 130px;
	overflow: hidden;
}
.section-8 .unit li .media img{
	width: 100px;
	height: 130px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.section-8 .unit li:hover .media img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.section-8 .unit li .cont{
	width: 160px;
	height: 140px;
    overflow: hidden;
}
.section-8 .unit li .cont .title a{
	display: block;
	color: #333333;
	font-size: 16px;
}
.section-8 .unit li .cont .abstract{
	color: #737373;
	font-size: 14px;
	margin-top: 10px;
	line-height: 22px;
	height: 70px;
    overflow: hidden;
}
.section-8 .unit li .cont .abstract a{
	color: #737373;
	font-size: 14px;
}
.section-8 .swiper-pagination-fraction {
	bottom: 15px;
	right: 30px;
	margin-right: 0px;
	left: auto;
	width: auto;
	color: #fff;
	font-size: 30px;
}
.section-8 .swiper-pagination-fraction .swiper-pagination-current {
	color: #ff8a00;
}
.section-8 .swiper-pagination-fraction .swiper-pagination-total {
	font-size: 18px;
}
.section-8 .swiper-button-prev, .section-8 .swiper-button-next {
	padding: 20px 5px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	font-size: 20px;
	background-size: 30px 60px;
}
/* section-8 平行分论坛 end */

/* section-21 新华访谈 begin */
.section-21{
	margin-top: 100px;
}
.section-21 .sec_main{
	margin-top: 5px;
	height: 935px;
	background:url(/uploads/image/wfbimg/xianyudian.jpg) no-repeat center center;
	position: relative;
}
.word_main{
	position: absolute;
	width: 386px;
	height: 334px;
	background:url(/uploads/image/wfbimg/liubianxing.png) no-repeat center center;
	top: 50%;
	left: 50%;
	margin-left: -193px;
	margin-top: -167px;
	display: none;
}
.word_main1{
	width: 260px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.word_main1 .tit{
	color: #295aa5;
	font-size: 16px;
	line-height: 24px;
}
.word_main1 .note{
	color: #666666;
	font-size: 14px;
	line-height: 22px;
	margin-top: 5px;
}
.avar_main{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 30px;
}
.avar_main .item_div{
	position: absolute;
	cursor: pointer;
	
}
.avar_main .item_div:hover .pic{
	box-shadow: 0 0 10px 5px rgba(0,0,0,.1);
}
.avar_main .item_div .pic{
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	width: 102px;
	height: 102px;
	border-radius: 100%;
	position: relative;
	padding: 5px;
	box-sizing: border-box;
	border: solid 1px #d9d9d9;
}
.avar_main .item_div .pic img{
	width: 90px;
	height: 90px;
	border-radius: 100%;
}
.avar_main .item_div .tit{
	text-align: center;
	color: #666666;
	font-size: 12px;
	line-height: 18px;
	padding-top: 10px;
}

.avar_main .item_div:nth-child(1){
	top: 22px;
	left: 145px;
}
.avar_main .item_div:nth-child(2){
	top: 60px;
	left: 340px;
}
.avar_main .item_div:nth-child(3){
	top: 2px;
	left: 490px;
}
.avar_main .item_div:nth-child(4){
	top: 75px;
	left: 660px;
}
.avar_main .item_div:nth-child(5){
	top: 13px;
	left: 840px;
}
.avar_main .item_div:nth-child(6){
	top: 0px;
	left: 1062px;
}
.avar_main .item_div:nth-child(7){
	top: 168px;
	left: 28px;
}
.avar_main .item_div:nth-child(8){
	top: 245px;
	left: 246px;
}
.avar_main .item_div:nth-child(9){
	top: 270px;
	left: 840px;
}
.avar_main .item_div:nth-child(10){
	top: 165px;
	left: 1012px;
}
.avar_main .item_div:nth-child(11){
	left: 90px;
	top: 335px;
}
.avar_main .item_div:nth-child(12){
	top: 335px;
	left: 1050px;
}
.avar_main .item_div:nth-child(13){
	top: 465px;
	left: 255px;
}
.avar_main .item_div:nth-child(14){
	top: 461px;
	left: 870px;
}
.avar_main .item_div:nth-child(15){
	top:555px;
	left: 65px;
}
.avar_main .item_div:nth-child(16){
	top: 550px;
	left: 1065px;
}
.avar_main .item_div:nth-child(17){
	top: 678px;
	left: 170px;
}
.avar_main .item_div:nth-child(18){
	top: 665px;
	left:372px;
}
.avar_main .item_div:nth-child(19){
	top: 780px;
	left: 500px;
}
.avar_main .item_div:nth-child(20){
	top: 672px;
	left: 646px;
}
.avar_main .item_div:nth-child(21){
	top: 722px;
	left: 800px;
}
.avar_main .item_div:nth-child(22){
	top: 680px;
	left: 950px;
}

/* section-21 新华访谈 end */


/* section-22 高清图集 begin */
.section-22{
	margin-top: 100px;
	width: 100%;
}
.section-22 img{
	width: 100%;
}
.section-22 .swiper-container-xctj{
	margin-top: 40px;
}
.section-22 .title {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(/uploads/image/wfbimg/yinying.png) repeat-x;
	color: #fff;
	padding: 0px 125px 0px 20px;
	line-height: 152px;
	height: 152px;
	padding-top: 16px;
	box-sizing: border-box;
	text-align: center;
	font-size:22px;
}
.section-22 .title a {
	color: #fff;
	font-size:22px;
	width: 1200px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.section-22 .title .note {
	color: #fff;
	font-size: 16px;
}

.section-22 .swiper-pagination-fraction {
	bottom: 35px;
	right: 50%;
	margin-right: -600px;
	left: auto;
	width: auto;
	color: #fff;
	font-size: 30px;
}
.section-22 .swiper-pagination-fraction .swiper-pagination-current {
	color: #ff8a00;
}
.section-22 .swiper-pagination-fraction .swiper-pagination-total {
	font-size: 18px;
}
.section-22 .swiper-button-prev, .section-22 .swiper-button-next {
	padding: 20px 5px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	font-size: 20px;
	background-size: 30px 60px;
}
.section-22 .swiper-button-prev {
	left: 30px;
	top: 45%;
}
.section-22 .swiper-button-next {
	right: 30px;
	top: 45%;
}
/* section-22 高清图集 end */

/* section-23 高清图集 begin */
.section-23{
	margin-top: 90px;
}
.section-23 .section-title>img{
	vertical-align: middle;
	display: inline-block;
}
.section-23 .section-title .abs{
	position: absolute;
	right: 0;
	bottom: 15px;
	color: #2c2c2c;
	font-size: 16px;
}
.section-23 .section-title .abs img {
    display: inline-block;
}
.section-23 .sec_main{
	margin-top: 40px;
}
.imgabs{
	position: absolute;
	bottom: 20px;
	left: -25px;
	z-index: 2;
}
.section-23 .sec_main .sec_mleft{
	 width: 584px;
    height: 445px;
    background: url(/uploads/image/wfbimg/fangkuang.png) no-repeat right center;
    box-sizing: border-box;
    padding-top: 20px;
}
.section-23 .sec_main .sec_mright{
	width: 580px;
	height: 445px;
	background:url(/uploads/image/wfbimg/fangkuang2.png) no-repeat left top;
}
.section-23 .sec_main .sec_mright .tit a{
	color: #333333;
	font-size: 26px;
}
.section-23 .sec_main .sec_mright .note{
	color: #666666;
	font-size: 18px;
}
.section-23 .sec_main .sec_mright .sec_top{
	padding-top: 35px;
	padding-left: 35px;
}
.section-23 .sec_main .sec_mright .sec_bot{
	margin-top: 80px;
	line-height: 30px;
	color: #666666;
	font-size: 14px;
	height: 150px;
}
.section-23 .scroll{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 580px;
}
.section-23 .scroll .swiper-slide{
	width: 130px;height: 90px;cursor: pointer; 
}
.section-23 .scroll .swiper-slide img{
	width: 118px;
	height: 78px;
	border: solid 3px #e0e5ed;
}
.section-23 .scroll .swiper-slide.on img{
	border-color: #4978bc;
}

.xxkqh1{
	display: none;
}
/* section-23 高清图集 end */

/* section-24 高清图集 begin */
.section-24{
	margin-top: 110px;
}
.section-24 .sec_main{
	margin-top: 45px;
}
.section-24 .sec_main .item:nth-child(1){
	margin-left: 0;
}
.section-24 .sec_main .item{
	width: 580px;
	height: 570px;
	background:url(/uploads/image/wfbimg/huawenbg.jpg) no-repeat center center;
	float: left;	
	margin-left: 40px;
	padding: 30px 30px 0;
	box-sizing: border-box;
}
.section-24 .sec_main .item .tit{
	height: 50px;
	border-bottom: solid 3px #b7bdc8;
	color: #2c2c2c;
	font-size: 21px;
}
.section-24 .sec_main .item .tit .xxk{
	display: inline-block;
}
.section-24 .sec_main .item .tit .xxk1{
	color: #4c4c4c;
	font-size: 21px;
	display: inline-block;
	padding-left: 40px;
	padding-right: 40px;
	height: 50px;
	cursor: pointer;
}
.section-24 .sec_main .item .tit .xxk1.on{
	color: #2e548c;
	border-bottom: solid 3px #2e548c;
}
.section-24 .sec_main .xxkqh{
	padding-top: 30px;
}
.section-24 .sec_main .xxkqh ul li{
	padding-top: 20px;
	background:url(/uploads/image/wfbimg/shuxian.jpg) repeat-y 117px;
}
.section-24 .sec_main .xxkqh ul li:nth-child(1){
	padding-top: 0;
}
.section-24 .sec_main .xxkqh ul li .time{
	position: relative;
	top: -3px;
	width: 115px;
	color: #737373;
	font-size: 14px;
	float: left;
}
.section-24 .sec_main .xxkqh ul li .cont1{
	margin-left: 120px;
	padding-left: 25px;
	position: relative;
}
.section-24 .sec_main .xxkqh ul li .cont1:before{
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	background:url(/uploads/image/wfbimg/yuandian.jpg) no-repeat center center;
	left: -9px;
	top: 0px;
}
.section-24 .sec_main .xxkqh ul li .cont1 .tit1{
	color: #2c2c2c;
	font-size: 14px;
	position: relative;
	top: -3px;
}
.section-24 .sec_main .xxkqh ul li .cont1 .note{
	color: #737373;
	font-size: 14px;
	margin-top: 5px;
}
.section-24 .sec_main .item .item_top{
	padding-top: 8px;
}
.section-24 .sec_main .item .item_top .media{
	width: 240px;
	height: 140px;
}
.section-24 .sec_main .item .item_top .media img{
	width: 240px;
	height: 140px;
	display: block;
}
.section-24 .sec_main .item .item_top .cont2{
	margin-left: 265px;
}
.section-24 .sec_main .item .item_top .cont2 .tit2 a{
	color: #333333;
	font-size: 22px;
	line-height: 22px;
}
.section-24 .sec_main .item .item_top .cont2 .note{
	color: #666666;
	font-size: 14px;
	margin-top: 10px;
	line-height: 28px;
}
.section-24 .sec_main .item .item_top .cont2 .note a{
	color: #666;
}
.section-24 .sec_main .item .item_mid{
	margin-top: 20px;
	padding: 20px 0 10px;
	border-top: solid 1px #e6e6e6;
}
.section-24 .sec_main .item .item_mid .tit2 a{
	color: #333333;
	font-size: 22px;
	line-height: 22px;
}
.section-24 .sec_main .item .item_mid .note{
	color: #666666;
	font-size: 14px;
	margin-top: 10px;
	line-height: 28px;
}
.section-24 .sec_main .item .item_mid .note a{
	color: #666;
}
.section-24 .sec_main .item .item_bot{
	padding: 15px 0;
	border-top: solid 1px #e6e6e6;
	color: #333333;
	font-size: 16px;
	margin-top: 10px;
	line-height: 36px;
}
.section-24 .item_bot li a {
    color: #333333;
}
/* section-24 高清图集 end */


/* section-25 历届回顾 begin */
.section-25{
	margin-top: 110px;
}
.section-25 .sec_main{
	margin-top: 55px;
}
.section-25 .sec_main ul li{
	width: 237px;
	height: 400px;
	margin-left: 3px;
	position: relative;
	overflow: hidden;
}
.section-25 .sec_main ul li:nth-child(1){
	margin-left: 0;
}
.section-25 .sec_main ul li:nth-child(2n){
	position: relative;
	top: -16px;
}
.section-25 .sec_main ul li:nth-child(2n) .title{
	background: #4978bc;
	
}
.section-25 .sec_main ul li:hover .title{
	opacity: 0;
	bottom: -50px;
}
.section-25 .sec_main ul li .media{
	width: 237px;
	height: 400px;
	overflow: hidden;
}
.section-25 .sec_main ul li .media img{
	width: 237px;
	height: 400px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.section-25 .sec_main ul li .title{
	height: 50px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	line-height: 50px;
	background: #295aa5;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	text-indent: 1em;
}
.section-25 .sec_main ul li .title a{
	color: #fff;
	font-size: 14px;
}
.section-25 .item_div{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 40px;
	background:rgba(41,90,165,.7);
	color: #fff;
	font-size: 14px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	opacity: 0;
	cursor: pointer;
}
.section-25 .item_div:hover{
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
/* section-25 历届回顾 end */


/* section-6 直播实录 begin */
.section-6 {
	margin-top: 110px;
}
.section-6 .zhibo-item {
	padding: 10px 30px;
	height: 1000px;
    overflow-y: auto;
    margin-top: 40px;
}
.section-6 .zhibo-item .item {
	margin-bottom: 30px;
}
.section-6 .zhibo-item .item .pic{
	width: 135px;
	background:url(/uploads/image/wfbimg/fangkuang3.png) no-repeat center top;
	padding-top: 25px;
	padding-left: 30px;
	box-sizing: border-box;
	display:none;
}
.section-6 .zhibo-item .item .pic .media{
	width: 95px;
	height: 95px;
	border-radius: 100%;
	overflow: hidden;
}
.section-6 .zhibo-item .item .pic .media img{
	width: 95px;
	height: 95px;
	border-radius: 100%;
}
.section-6 .zhibo-item .item .pic .tit{
	color: #404040;
	font-size: 18px;
	margin-top: 10px;
	text-align: center;
}
.section-6 .zhibo-item .item .pic .tit a{
	color: #404040;
	font-size: 18px;
}
.section-6 .zhibo-item .item .cont{
	overflow: hidden;
}
.section-6 .zhibo-item .item .title {
	font-size: 22px;
	width: 100%;
	font-weight: 400;
	color: #4473b9;
	line-height: 2;
    border-bottom: 1px solid #f5f5f5;
    overflow: hidden;
	line-height: 30px;
	padding-bottom: 20px;
}
.section-6 .zhibo-item .item .title a {
	color: #4473b9;
}
.yinhao1{
	vertical-align: top;
	width: 20px;
	height: 14px;
	background:url(/uploads/image/wfbimg/yinhao1.png) no-repeat center center;
	display: inline-block;
	position: relative;
	top: 7px;
	margin-right: 15px;
}
.yinhao2{
	vertical-align: top;
	width: 20px;
	height: 14px;
	background:url(/uploads/image/wfbimg/yinhao2.png) no-repeat center center;
	display: inline-block;
	position: relative;
	top: 7px;
	margin-left: 15px;
}
.section-6 .zhibo-item .item .title span {
	float: right;
	font-size: 18px;
}
.section-6 .zhibo-item .item .content {
	margin-top: 25px;
}
.section-6 .zhibo-item .item .content p {
	font-size: 16px;
	line-height: 2;
	color: #5f5f5f;
}
.section-6 .zhibo-item .item .image-container {
	width: 885px;
	margin: 30px auto 50px;
}
.section-6 .zhibo-item .item .image-container img {
	max-width: 100%;
	width: 715px;
    height: 350px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.section-pc-con{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
/* section-6 直播实录 end */

















/* section-15 begin */
.localstation{
	padding-top: 40px;
}
.localstation .locstat{
	border-bottom: solid 2px #00a0e9;
	font-size: 0;
}

.localstation .locstat a{
	width: 110px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #4c4c4c;
	font-size: 18px;
	background: #f7f7f7;
	margin-left: 8px;
	border-radius: 3px 3px 0 0;
	display: inline-block;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.localstation .locstat a:nth-child(1){
	margin-left: 0;
}
.localstation .locstat a.on{
	color: #fff;
	background: #00a0e9;
}
.locstac .sec{
	padding-top: 3px;
}
.locstac .sec .sec-top .mod-tile:nth-child(2n 1){
	margin-left: 0;
}
.locstac .sec .sec-top .mod-tile{
	width: 575px;
	margin-left: 50px;
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: dotted 1px #cbcbcb;
}
.locstac .sec .sec-top .mod-tile .media{
	width: 175px;
	height: 110px;
}
.locstac .sec .sec-top .mod-tile .media img{
	width: 175px;
	height: 110px;
	display: ruby-base;
}
.locstac .sec .sec-top .mod-tile .cont{
	margin-left: 195px;
}
.locstac .sec .sec-top .mod-tile .cont .unit-tit{
	line-height: 18px;
	height: 18px;
	overflow: hidden;
}
.locstac .sec .sec-top .mod-tile .cont .unit-tit a{
	color: #262626;
	font-size: 18px;
	-webkit-transition: all .4s ease-in-out;
	transition:all .4s ease-in-out;
}
.locstac .sec .sec-top .mod-tile .cont .unit-tit a:hover{
	color: #00a0e9;
	font-size: 18px;
}
.locstac .sec .sec-top .mod-tile .cont .abstract{
	padding-top: 10px;
	color: #737373;
	font-size: 14px;
	line-height: 22px;
	height: 66px;
	overflow: hidden;
}
.locstac .sec .sec-top .mod-tile .cont .more a{
	color:#00a0e9;
	font-size: 14px;
}
.locstac .sec .sec-bot{
	padding-top: 15px;
}
.locstac .sec .sec-bot ul li{
	width: 575px;
	float: left;
	height: 38px;
	line-height: 38px;
	overflow: hidden;
	margin-left: 50px;
	box-sizing: border-box;
	padding-left: 15px;
}
.locstac .sec .sec-bot ul li:nth-child(2n 1){
	margin-left: 0;
}
.locstac .sec .sec-bot ul li a{
	color: #4c4c4c;
	font-size: 16px;
	-webkit-transition: all .4s ease-in-out;
	transition:all .4s ease-in-out;
}
.locstac .sec .sec-bot ul li a:hover{
	color: #00a0e9;
}
/* section-15 end */
/* footer 补充 begin */
.footer{
	background:#019ade!important;
	padding-top:45px!important;
	padding-bottom: 40px;
	box-sizing: border-box;
	font-size: 14px!important;
	color: #fff!important;
	line-height: 30px!important;
}
/* footer 补充 end */
/*rtools*/
.rtools {
  position: fixed;
  _position: absolute;
  right: 10px;
  bottom: 200px;
  width: 60px;
  z-index: 10000;
  display: none;
}
.rtools .qrcode {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 5px 0;
  border: 1px solid #ccc;
  background-color: #f7f7f7 !important;
  right: 0;
  bottom: 70px;
  position: absolute;
}
.rtools .qrcode canvas {
  width: 100%;
  height: auto;
}
.rtools .qrcode:hover::after {
  content: '扫描分享';
  width: 100%;
  color: #333;
  font-size: 16px;
  display: block;
  text-align: center;
}
.rtools .qrcode:hover {
  transform: translate(0, 0);
  animation: change 1s;
  -moz-animation: change 1s;
  -webkit-animation: change 1s;
  -mozanimation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  overflow: hidden;
  width: 100%;
}
@keyframes change {
  from {
    width: 48px;
    height: 48px;
    opacity: 1;
  }
  to {
    width: 100px;
    height: 125px;
    opacity: 1;
  }
}
.rtools .gototop {
  width: 60px;
  height: 60px;
  cursor: pointer;
  background: #00a0e9  no-repeat 50% 50%;
  transition: .3s;
  opacity: 0;
  filter: alpha(opacity=0);
}

.show {
  display: block;
}


.adbottom {
	background: #00a0e9;
	/*padding: 20px 0 40px;*/
}
.footer {
	margin-top: 90px;
	padding: 50px 0;
	background: none!important;
	text-align: center;
	color: #404040!important;
	font-size: 16px!important;
	/*border-top: #df0045 solid 5px;*/
}
.footer p {
	line-height: 2;
}
.bigbg{
	background:url(/uploads/image/wfbimg/bigbg.jpg) no-repeat center 700px;
}