html,
body {
  font-family: "微软雅黑";
}
.main-content {
  max-width: 1000px;
  margin: 0 auto;
}
img {
  vertical-align: top;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  display: block;
  content: '';
  height: 0;
  visibility: hidden;
  clear: both;
}
.header {
  height: 100px;
}
.header .logo {
  height: 100px;
}
.header .logo img {
  vertical-align: middle;
}
.header .logo:after {
  display: inline-block;
  content: '';
  height: 100%;
  vertical-align: middle;
}
.header .nav {
  font-size: 0;
}
.header .nav ul {
  padding-top: 60px;
  font-size: 14px;
  color: #666666;
}
.header .nav ul li {
  position: relative;
  display: inline-block;
  margin: 0 16px;
}
.header .nav ul li a {
  display: block;
  padding: 0 6px;
  color: #666666;
}
.header .nav ul li a:hover {
  color: #2778be;
}
.header .nav ul li.active > a {
  color: #2778be;
}
.header .nav ul li.active:after {
  display: block;
  content: '';
  width: 100%;
  height: 5px;
  background-color: #2778be;
  position: absolute;
  left: 0;
  bottom: -26px;
}
.header .hassub {
  position: relative;
}
.header .slide-menu {
  position: absolute;
  left: -16px;
  top: 54px;
  z-index: 11;
  display: block;
  width: 92px;
  padding: 0 4px;
  border-radius: 5px;
  background-color: #2778be;
  display: none;
}
.header .slide-menu a {
  display: block;
  height: 34px;
  text-align: center;
  color: #fff !important;
  line-height: 34px;
  border-bottom: 1px dashed #1569b2;
}
.header .slide-menu a:last-child {
  border-bottom: none;
}
.header .slide-menu a:hover {
  color: #02182d !important;
}
.header .slide-menu:before {
  display: block;
  content: '';
  width: 12px;
  height: 6px;
  background-image: url(../images/ss.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 50%;
  margin-left: -6px;
  top: -6px;
}
.banner {
  width: 100%;
  height: 450px;
  position: relative;
}
.banner .banner-item {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 450px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 10;
}
.banner .banner-item.active {
  display: block;
}
.banner .banner-item a {
  display: block;
  height: 450px;
}
.banner .adv1 {
  background-image: url(../images/banner.jpg);
}
.banner .adv2 {
  background-image: url(../images/banner2.jpg);
}
.banner .dot {
  display: block;
  position: absolute;
  bottom: 10px;
  left: 50%;
  /* margin-left: -12px; */
  z-index: 99;
}
.banner .dot span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ccc;
  margin: 0 4px;
  cursor: pointer;
}
.banner .dot span.active {
  background-color: #fff;
}
.banner .main-content {
  height: 450px;
  position: relative;
}
.banner .main-content span {
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0.2;
  cursor: pointer;
  z-index: 11;
}
.banner .main-content span:hover {
  opacity: 1;
}
.banner .main-content .prev_btn {
  background-image: url(../images/ban_last.png);
  left: 0;
}
.banner .main-content .next_btn {
  background-image: url(../images/ban_next.png);
  right: 0;
}
/* .banners {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.banner {
	position: absolute;
	.banner-item {
		float: left;
		a {
			display: block;
			img {
				display: block;
				width: 100%;
			}
		}
		&.active {
			display: block;
		}
	}
} */
.link-title {
  position: relative;
  text-align: center;
}
.link-title:before,
.link-title:after {
  display: block;
  content: '';
  width: 430px;
  height: 1px;
  background-color: #ddd;
  position: absolute;
  top: 42px;
}
.link-title:before {
  left: 0;
}
.link-title:after {
  right: 0;
}
.link-title .cn a {
  font-size: 23px;
  color: #368fdb;
}
.link-title .cn a:hover {
  color: #2778be;
}
.link-title .en {
  font-size: 16px;
  color: #9fa0a0;
  margin-top: 10px;
}
.link-title .cir {
  margin: 12px 0 20px;
}
.link-title .cir span {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #c8c8c8;
}
.link-title .cir span.t {
  width: 11px;
  height: 11px;
  margin: -2px 6px;
  background-color: #368fdb;
}
.forum-intro {
  /* height: 378px; */
  height: 305px;
  padding-top: 50px;
  box-sizing: border-box;
  background-color: #fff;
}
.forum-intro .desc {
  font-size: 16px;
  line-height: 30px;
  text-indent: 32px;
  color: #505050;
}
.forum-highlights {
  height: 506px;
  padding-top: 50px;
  box-sizing: border-box;
  background-color: #e6e6e6;
}
.forum-highlights .lights {
  margin-top: 10px;
  font-size: 0;
}
.forum-highlights .lights .center {
  display: inline-block;
  margin-left: 150px;
}
.forum-highlights .lights .light-item {
  width: 195px;
  padding: 0 20px;
}
.forum-highlights .lights .light-item .icon a {
  display: block;
  position: relative;
  width: 93px;
  height: 93px;
  border-radius: 50%;
  margin: 0 auto;
  background-color: #c6a152;
  cursor: pointer;
}
.forum-highlights .lights .light-item .icon a img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.forum-highlights .lights .light-item .icon a:hover {
  background-color: #ffb20f;
}
.forum-highlights .lights .light-item .tit {
  font-size: 18px;
  color: #000000;
  text-align: center;
  margin: 24px 0 10px;
}
.forum-highlights .lights .light-item .desc {
  font-size: 16px;
  line-height: 30px;
  color: #505050;
}
.forum-pictures {
  height: 716px;
  padding: 50px 0;
  box-sizing: border-box;
  font-size: 0;
}
.forum-pictures .pic-list {
  width: 1000px;
  height: 210px;
  overflow: hidden;
}
.forum-pictures .pic-list .poster-list {
  width: 120%;
  height: 210px;
  cursor: pointer;
}
.forum-pictures .pic-list .poster-list li {
  height: 210px;
  overflow: hidden;
  float: left;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.forum-organizers {
  height: 616px;
  background-color: #e6e6e6;
  padding-top: 50px;
  box-sizing: border-box;
}
.forum-organizers .organizers {
  margin-top: 48px;
}
.forum-organizers .organizers .organizer {
  width: 480px;
}
.forum-organizers .organizers .organizer .icon {
  width: 100%;
  height: 90px;
  background-color: #fff;
  position: relative;
}
.forum-organizers .organizers .organizer .icon img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 480px;
  height: 70px;
}
.forum-organizers .organizers .organizer .desc {
  font-size: 16px;
  line-height: 30px;
  color: #505050;
  text-indent: 32px;
  margin-top: 45px;
}
.forum-previous {
  height: 537px;
  padding-top: 50px;
  box-sizing: border-box;
}
.forum-previous .previous {
  position: relative;
  width: 1000px;
  height: 243px;
  overflow: hidden;
}
.forum-previous .previous .previous-list {
  position: relative;
}
.forum-previous .previous .previous-list ul {
  position: absolute;
}
.forum-previous .previous .previous-list ul li {
  width: 306px;
  float: left;
  margin-right: 41px;
}
.forum-previous .previous .previous-list ul li .thumb {
  position: relative;
  display: block;
  width: 306px;
  height: 169px;
}
.forum-previous .previous .previous-list ul li .thumb img {
  width: 100%;
  height: 169px;
}
.forum-previous .previous .previous-list ul li .thumb .time {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 30px;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
  line-height: 30px;
  color: #fff;
  font-size: 18px;
}
.forum-previous .previous .previous-list ul li .title {
  font-size: 18px;
  text-align: center;
  color: #505050;
  margin: 30px 0 12px;
}
.forum-previous .previous .previous-list ul li .desc {
  font-size: 14px;
  text-align: center;
  color: #505050;
}
.forum-previous .previous .change {
  display: block;
  width: 39px;
  height: 102px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 30px;
  opacity: 0.5;
  cursor: pointer;
}
.forum-previous .previous .change.prev {
  left: 24px;
  background-image: url(../images/prev.png);
}
.forum-previous .previous .change.next {
  right: 24px;
  background-image: url(../images/next.png);
}
.forum-previous .previous .change:hover {
  opacity: 1;
}
.footer {
  height: 290px;
  background-color: #505050;
  padding-top: 45px;
  box-sizing: border-box;
}
.footer .copyright {
  width: 640px;
  float: left;
}
.footer .copyright .menu {
  margin-bottom: 24px;
}
.footer .copyright .menu ul {
  width: 145px;
  float: left;
  margin-right: 40px;
  border-top: 1px solid #787878;
}
.footer .copyright .menu ul li {
  border-bottom: 1px solid #787878;
  height: 40px;
  line-height: 40px;
}
.footer .copyright .menu ul li a {
  color: #c8c8c8;
}
.footer .copyright .copy {
  font-size: 14px;
  color: #c8c8c8;
  line-height: 28px;
}
.footer .copyright .copy a {
  color: #c8c8c8;
}
.footer .ewm {
  float: right;
}
.footer .ewm .wechat {
  float: left;
  padding: 5px;
  background-color: #fff;
  text-align: center;
}
.footer .ewm .wechat img {
  width: 126px;
}
.footer .ewm .wechat .desc {
  font-size: 14px;
  line-height: 28px;
  color: #505050;
}
.footer .ewm .wechat.mrl {
  margin-left: 65px;
}
.tools {
  position: fixed;
  top: 190px;
  right: 10px;
  z-index: 99;
}
.tools .tool {
  display: block;
  padding-top: 45px;
  width: 70px;
  height: 70px;
  box-sizing: border-box;
  border-radius: 4px;
  margin-bottom: 10px;
  background-color: #dcdcdc;
  background-repeat: no-repeat;
  background-position: center 16px;
  cursor: pointer;
}
.tools .tool p {
  text-align: center;
  font-size: 14px;
  color: #646464;
}
.tools .tool.chat {
  background-image: url(../images/wc.png);
  background-position: center 10px;
}
.tools .tool.chat .slidebox {
  display: none;
  width: 150px;
  padding: 15px 12px;
  box-sizing: border-box;
  background-color: #fff;
  position: absolute;
  left: -160px;
  top: 0;
  font-size: 14px;
  color: #646464;
  line-height: 28px;
  border-radius: 4px 0 4px 4px;
}
.tools .tool.email {
  position: relative;
  background-image: url(../images/email.png);
}
.tools .tool.email .slidebox {
  display: none;
  width: 140px;
  height: 105px;
  padding: 20px 0 0 20px;
  box-sizing: border-box;
  background-color: #fff;
  position: absolute;
  left: -140px;
  top: 0;
  font-size: 14px;
  color: #646464;
  line-height: 28px;
  border-radius: 4px 0 4px 4px;
}
.tools .tool.email.active,
.tools .tool.chat.active {
  border-radius: 0 4px 4px 0;
  background-color: #fff;
  padding-left: 10px;
  width: 80px;
  margin-left: -10px;
  background-position: 27px 16px;
}
.tools .tool.email.active .slidebox,
.tools .tool.chat.active .slidebox {
  display: block;
}
.tools .tool.gotop {
  background-image: url(../images/top.png);
}
/* 文章页面 */
.breadCrumb {
  margin-top: 60px;
  margin-bottom: 24px;
}
.breadCrumb p {
  font-size: 14px;
  text-indent: 14px;
  background-image: url(../images/dh.jpg);
  background-repeat: no-repeat;
  background-position: left center;
  color: #646464;
}
.breadCrumb p a {
  color: #646464;
}
.article .subNav {
  width: 200px;
  height: 500px;
  float: left;
  margin-right: 39px;
}
.article .subNav ul li {
  height: 40px;
  background-image: url(../images/navbg2.png);
  background-size: contain;
  background-position: center;
}
.article .subNav ul li.hasmenu {
  height: 40px;
  background-repeat: no-repeat;
  background-position: top center;
  overflow: hidden;
}
.article .subNav ul li.hasmenu.active {
  height: 240px;
}
.article .subNav ul li.hasmenu .submenu a {
  line-height: 40px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-top: none;
  color: #666666;
  text-indent: 40px;
}
.article .subNav ul li.hasmenu .submenu a.active {
  color: #2778be;
}
.article .subNav ul li.active {
  background-image: url(../images/navbg.png);
}
.article .subNav ul li.active a {
  color: #fff;
}
.article .subNav ul li.active .r {
  margin-top: 17px;
}
.article .subNav ul li a {
  display: block;
  line-height: 40px;
  font-size: 14px;
  color: #666666;
  text-indent: 24px;
}
.article .subNav ul li a img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.article .subNav ul li a img.r {
  float: right;
  margin-right: 20px;
  margin-top: 13px;
}
.article .article-content {
  width: 760px;
  float: right;
}
.article .article-content article {
  padding: 0 54px 230px;
  margin-top: 4px;
}
.article .article-content article p {
  margin-bottom: 16px;
}
.article .article-content article .img {
  text-align: center;
}
.article .article-content article .mrt40 {
  margin-top: 40px;
}
.article .article-content article .content {
  font-size: 14px;
  line-height: 30px;
  color: #505050;
  text-indent: 28px;
}
.article .article-content article .form-list {
  padding: 0 20px;
}
.article .article-content article .form-list .form1 {
  width: 140px;
  float: left;
  text-align: center;
}
.article .article-content article .form-list .form1 p.desc {
  position: relative;
  margin-bottom: 0;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  color: #505050;
  margin: 0 auto;
}
.article .article-content article .form-list .form1 p.desc:before {
  display: block;
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #505050;
  position: absolute;
  left: -9px;
  top: 12px;
}
.article .article-content article .form-list .form1.mrg {
  margin: 0 90px;
}
.article .article-content article .user {
  font-size: 16px;
  color: #505050;
  line-height: 22px;
  white-space: nowrap;
}
.article .article-content article .user .zc {
  display: inline-block;
  width: 570px;
  overflow: hidden;
  float: left;
  margin-right: 15px;
}
.article .article-content article .user .name {
  display: inline-block;
  width: 65px;
  float: left;
}
.article .article-content article .mediabox {
  width: 163px;
  height: 100px;
  float: left;
  text-align: center;
}
.article .article-content article .mediabox img {
  vertical-align: middle;
  max-width: 163px;
}
.article .article-content article .mediabox:after {
  display: inline-block;
  content: '';
  height: 100%;
  vertical-align: middle;
}
.article .article-content article .mediabox:nth-child(3n-1) {
  margin: 0 80px;
}
.article .article-content article .past .year {
  position: relative;
  width: 103px;
  padding-top: 12px;
  float: left;
}
.article .article-content article .past .year a {
  font-size: 23px;
  color: #0062ab;
}
.article .article-content article .past .year:after {
  display: block;
  content: '';
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #3a91d2;
  position: absolute;
  right: -8px;
  top: 12px;
}
.article .article-content article .past .event {
  position: relative;
  width: 523px;
  padding-top: 12px;
  padding-left: 25px;
  padding-bottom: 80px;
  float: right;
}
.article .article-content article .past .event .date {
  font-size: 16px;
  color: #0062ab;
  margin-bottom: 30px;
}
.article .article-content article .past .event .desc {
  font-size: 16px;
  color: #0062ab;
  margin-bottom: 10px;
}
.article .article-content article .past .event .detcon {
  font-size: 16px;
  line-height: 30px;
  color: #505050;
}
.article .article-content article .past .event:before {
  display: block;
  content: '';
  width: 2px;
  height: 100%;
  background-color: #3a91d2;
  position: absolute;
  left: 0;
  top: 0;
}
.article .article-content article .past:last-child .event {
  padding-bottom: 40px;
}
.article .article-content .contact {
  margin-left: 56px;
}
.article .article-content .contact .title {
  height: 38px;
  border-bottom: 2px solid #ccc;
  line-height: 30px;
  font-size: 23px;
  color: #368fdb;
}
.article .article-content .contact .title span {
  font-size: 16px;
  line-height: 20px;
  color: #9fa0a0;
  margin-left: 30px;
}
.article .article-content .contact .con {
  margin-top: 30px;
}
.article .article-content .contact .con p {
  font-size: 16px;
  line-height: 30px;
  color: #505050;
}
.article .article-content .contact .con .con-ewm {
  display: inline-block;
  width: 150px;
  text-align: center;
  margin-top: 20px;
  margin-right: 30px;
}
.article .article-content .contact .con .con-ewm img {
  width: 150px;
}
.article .article-content .contact .con .con-ewm .desc {
  font-size: 14px;
  color: #505050;
}
.article .link-title:before,
.article .link-title:after {
  width: 196px;
}
.article .link-title:before {
  left: 54px;
}
.article .link-title:after {
  right: 54px;
}
.article .cn {
  font-size: 23px;
  color: #368fdb;
}
.dh ul{position: relative;overflow: hidden;width: 1000px;height: 400px;margin: 20px auto 0;}
.dh ul li{float: left;width: 100px;overflow: hidden;height: 100%;position: relative;cursor: pointer; position: relative;}
.dh ul li a{display: block;width: 100%;height: 100%; position: absolute; left: -1px;}
/*.past:nth-child(1) {*/
  /*display: none;*/
/*}*/

.forum-pictures img {
  width: 600px;
  height: 400px;
}

/* 精彩图集新增 */

/* 时间轴 */

.leftTimeLine {
  width: 866px;
  height: 72px;
  box-sizing: border-box;
  margin:0 auto;
  position: relative;
}
.timeLineItem .waterImg{
  width: 18px;
  height: 21px;
}
.leftTimeLine .timeLineWraper {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.leftTimeLine .line {
  width: 866px;
  height: 6px;
  background-color: #e5e5e6;
  z-index: -1;
  position: absolute;
  top:28px;
}

.leftTimeLine .prevLeftImg {
  position: absolute;
  top: 16px;
  left: -23px;
  width: 28px;
  height: 27px;
  background: url("../images/left.png") no-repeat center center;
}

.leftTimeLine .nextRightImg {
  position: absolute;
  top: 16px;
  right: -23px;
  width: 28px;
  height: 27px;
  background: url("../images/left.png") no-repeat center center;
  transform: rotate(-180deg)
}

.timeLineItem {
  width: 280px;
  padding-left: 68px;
  height: 72px;
  cursor: pointer;
  float: left;
}

.timeLineItem .time {
  font-size: 14px;
  color: #3885c7;
  margin-bottom: 10px;
  margin-left: -12px;
}

.timeLineItem .dot {
  width: 16px;
  height: 16px;
  background: url("../images/dot.png") no-repeat center center;
}

.timeLineItem img {
  display: none;
  -webkit-transition: 5s;
}

.timeLineAct img {
  margin-top:10px;
  margin-left: -1px;
  display: block;
}

.timeLineItem .dotAct {
  background: url("../images/dotAct.png") no-repeat center center;
}

.ImgListUl{
  display: none;
  transition: 1s;
}
.ImgListUlAct{
  display: block;
}
.ImgListUl{position: relative;overflow: hidden;width: 1000px;height: 400px;margin: 50px auto 0;}
.ImgListUl li{float: left;width: 100px;overflow: hidden;height: 100%;position: relative;cursor: pointer;}
.ImgListUl li a{display: block;width: 100%;height: 100%;}

