a,body,div,h1,h2,h3,html,li,ol,p,span,ul {
	padding:0;
	margin:0;
	font-family:'宋体'
}
body {
	background:#FFF
}
ul li {
	list-style:none
}
a {
	text-decoration:none
}
.noMarginTop {
	margin-top:0!important;
	margin-bottom:40px!important
}
.clearfix:after,.clearfix:before {
	display:table;
	content:""
}
.clearfix:after {
	clear:both
}
.clearfix {
	zoom:1
}
.pagination {
	position:absolute;
	z-index:20;
	bottom:10px;
	width:100%;
	text-align:center
}
.swiper-pagination-switch {
	display:inline-block;
	width:14px;
	height:14px;
	background:url(../images/dot.png) center no-repeat;
	background-size:100% 100%;
	margin:0 5px;
	cursor:pointer
}
.swiper-active-switch {
	background:url(../images/dot_active.png) center no-repeat;
	background-size:100% 100%
}
.header {
	position:relative
}
.header .top {
	width:1100px;
	height:67px;
	margin:0 auto;
	vertical-align:middle
}
.header .top img {
	border:none;
	vertical-align:middle
}
.header .top img.logo {
	margin-top:11px
}
.header .top img.goHome {
	margin-top:20px;
	float:right
}
.header .banner img {
	display:block;
	width:100%
}
.header .nav_wrapper {
    position: static;
    width: 100%;
    bottom: -14px;
    background: #fcf6ed;
    background-size: 100% 100%;
}
.header .nav_wrapper .nav {
    width: 1100px;
    height: 66px;
    margin: 0 auto;
    font-size: 0;
}
.header .nav_wrapper .nav>li {
    display: inline-block;
    height: 66px;
    line-height: 66px;
    padding: 0 30px;
    list-style: none;
    font-size: 0;
    background: url(../images/nav_line.png) right 26px no-repeat;
    background-size: 2px;
}

.header .nav_wrapper .nav>li:last-child {
	background:0 0;
}
.header .nav_wrapper .nav>li.firstChild {
	padding-left:0
}
.header .nav_wrapper .nav>li.lastChild {
	background:0 0;
	padding-right:0
}
.header .nav_wrapper .nav>li a {
	font-size:24px;
	color:#000000;
	font-weight:700;
}
.header .nav_wrapper .nav>li a.active {
	color:#d10600;
}
.content {
	padding:30px 0;
}
.content .main {
	width:1100px;
	margin:0 auto
}
.content .main .row{
	width:100%;
	margin:0 auto
}
.content .main .Titile {
	position:relative;
	margin-bottom: 30px;
}
.content .main .Titile .TitleImg{
	width:100%;
}
.content .main .Titile .title-h2 a {
	color:#da0205;
	font-size:28px;
	cursor:default
}
.content .main .Titile .more {
	position:absolute;
	right:0;
	bottom:0;
}
.content .main .Titile .more.newsMore{
	position: absolute;
    bottom: 0;
	top:auto;
    right:0;
}
.content .main .Titile .more a {
	display:inline-block;
	font-size:16px;
	color:#dcc596;
	font-weight: bold;
}
/* .content .main .conferenceNews {
	padding:15px 0 15px 0
} */
.content .main .con-pic {
	padding-right:25px;
	box-sizing:border-box
}
.content .main .swiper-container1 {
	position:relative;
	width:100%;
	height:350px
}
.content .main .swiper-container1 .swiper-slide {
	position:relative;
	width:525px
}
.content .main .swiper-container1 .swiper-slide .pic {
	display:block
}
.content .main .swiper-container1 .swiper-slide .pic img {
	width:100%
}
.content .main .swiper-container1 .swiper-slide .info-wrapper {
	position:absolute;
	bottom:2px;
	width:100%;
	padding-left:12px;
	background:url(../images/pagination_bg.png) left top repeat-x;
	background-size:1px;
	box-sizing:border-box
}
.content .main .swiper-container1 .swiper-slide .info {
	display:block;
	line-height:64px;
	color:#FFF;
	font-size:20px;
}
.content .main .swiper-container1 .pagination1 {
	position:absolute;
	width:auto;
	height:auto;
	right:0;
	bottom:24px;
	padding-right:20px;
	box-sizing:border-box;
	text-align:right
}
.content .main .con-layout {
	width:50%;
	float:left
}
.content .main .con-layout h1 {
	padding-top:10px;
	font-size:24px;
	color:#333
}
.content .main .con-layout h1>a:hover {
	color:#bc0405
}
.content .main .con-layout p.con-detail {
	padding-top:20px;
	padding-bottom:30px;
	color:grey
}
.content .main .con-layout p.con-detail a {
	display:block;
	line-height:22px;
	max-height:42px;
	overflow:hidden;
	color:grey;
	font-size:14px
}
.content .main .con-layout p.con-detail a:hover {
	color:#bc0405
}
.content .main .con-layout .con-list li {
	position:relative;
	display:block;
	line-height:40px;
	padding-left:30px;
	margin-bottom: 0;
	list-style:none;
	background:url(../images/dot_star.png) left center no-repeat;
	background-size:12px 9px;
}
.content .main .con-layout .con-list li a {
	display:block;
	color:#424242;
	overflow:hidden;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	white-space:nowrap;
	font-size:18px;
}
.content .main .con-layout .con-list li a:active {
	color:#d81000
}
.content .main .con-layout .con-list li a:hover {
	color:#d81000
}
.content .main .con-layout .con-list li span {
	position:absolute;
	right:0;
	top:0;
	color:grey;
	font-size:0.83333vw;
}
.content .main .con-layout .Titile{
	padding-top: 20px;
}
.content .main .con-layout .Titile .more{
	top: 25px;
}

.content .main .writing p {
	color:#424242;
	font-size:18px;
	line-height: 1.6;
}
.content .main .writing a {
	color:#d81000;
	font-size:18px;
}
.content .main-wrapper {
	width:100%;
	padding:35px 0
}

.footer {
	background:#424242
}
.footer .footer-copy {
	width:71.4583vw;
	margin:0 auto;
	padding:20px 0
}
.footer .footer-copy p {
	line-height:20px;
	text-align:center;
	color:#bdbdbd;
	font-size:12px;
	font-family:Arial,'宋体'
}
.footer .footer-copy p span {
	font-size:12px;
	font-family:Arial,'宋体'
}
.footer .footer-copy p a {
	color:#bdbdbd;
	font-family:Arial,'宋体'
}
.main a {
	text-decoration:none;
	color:#333
}
.main li {
	list-style:none
}
.main img {
	border:none;
	outline:0
}
.main .clear {
	font-size:0;
	clear:both
}
.main .clearbox:after {
	display:block;
	content:'';
	clear:both;
	visibility:hidden
}


/* 弹层 */
#bgbg{
	width: 100%;
	height:100%;
	background: rgba(0,0,0,0.8);
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	z-index: 99;
}
