.w1100{
  width: 1100px;
  margin: 0 auto;
}

.wb-header{
  padding: 47px 0 36px 0;
}
.wb-header a.logo{
  float: left;
}
.wb-header a.logo img{
  max-width: 390px;
  height: 36px;
}
.wb-header .navs{
  margin-left: 400px;
}
.wb-header .navs ul{
  width: 100%;
  height: 36px;
}
.wb-header .navs ul li{
  margin-left: 12px;
  text-align: right;
}
.wb-header .navs ul li a{
  font-size: 16px;
  color: #595757;
  font-weight: 600;
}
.wb-header .navs ul li.active a{
  color: #17008C;
}

.wb-banner{
  min-width: 1100px;
  height: 511px;
}

.wb-body{
  padding: 108px 0 0;
}
.wb-title{
  text-align: center;
}
.wb-title h1{
  position: relative;
  font-size: 30px;
  color: #17008C;
}
.wb-title h1:before{
  position: absolute;
  left: 50%;
  bottom: -15px;
  content: "";
  transform: translateX(-50%);
  width: 62px;
  height: 4px;
  background-color: #19008C;
}
.wb-content{
  padding: 48px 0 100px 0;
}

.wb-footer{
  padding: 27px 0 19px;
  background-color: #17008C;
}
.wb-footer .left{
  float: left;
  height: 34px;
  font-size: 14px;
  color: #fff;
}
.wb-footer .left a{
  color: #fff;
}
.wb-footer .right{
  margin-left: 475px;
}
.wb-footer .right{
  text-align: right;
}
.wb-footer .right img{
  margin-left: 8px;
  height: 34px;
}

.agenda ul{
  position: relative;
}
.agenda ul li{
  position: relative;
  z-index: 1;
  padding-bottom: 47px;
}
.agenda ul li:before{
  left: 185px;
  top: 9px;
  position: absolute;
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #17008C;
}
.agenda ul li:after{
  left: 189px;
  top: 0;
  bottom: 0;
  position: absolute;
  content: "";
  border-left: 1px solid #17008C;
}
.agenda ul li:first-child:after{
  top: 10px;
}
.agenda ul li:last-child:after{
  bottom: calc(100% - 10px);
}
.agenda ul li .time{
  float: left;
  width: 162px;
  font-family: Arial;
  font-size: 24px;
  color: #17008C;
  text-align: right;
}
.agenda ul li .cont{
  margin-left: 222px;
}
.agenda ul li .cont .c-tit{
  font-size: 24px;
  color: #17008C;
}
.agenda ul li .cont .group{
  font-size: 15px;
  color: #b28247;
  line-height: 32px;
}
.agenda ul li .cont .group .tit{
  float: left;
  width: 5em;
  height: 32px;
  overflow: hidden;
}
.agenda ul li .cont .c-lian{
  line-height: 24px;
  margin-bottom: 40px;
}
.agenda ul li .cont .c-lian label{
  font-size: 24px;
  color: #17008C;
  line-height: 24px;
  vertical-align: middle;
}
.agenda ul li .cont .c-lian span{
  vertical-align: middle;
  display: inline-block;
  font-size: 16px;
  color: #B28247;
}

.guests{
  padding-top: 30px;
}
.guests ul li{
  float: left;
  width: 33.33333333%;
  margin-bottom: 22px;
}
.guests ul li .img-box{
  float: left;
  width: 95px;
  height: 122px;
  overflow: hidden;
}
.guests ul li .img-box img{
  width: 100%;
}
.guests ul li .words{
  margin-left: 112px;
  padding-top: 4px;
}
.guests ul li .words p.name{
  margin-bottom: 6px;
  font-size: 14px;
  color: #17008c;
  font-weight: 600;
}
.guests ul li .words p.desc{
  font-size: 14px;
  color: #b28247;
  line-height: 24px;
}

.wm-box{
  padding-top: 20px;
}
.wm-box ul{
  margin: 0 -5px;
}
.wm-box ul li{
  float: left;
  margin: 0 5px 20px 5px;
  width: 359px;
}
.wm-box ul li a{
  display: block;
}
.wm-box ul li a .img-box{
  width: 100%;
  height: 239px;
  overflow: hidden;
}
.wm-box ul li a .img-box img{
  width: 100%;
}
.wm-box ul li a .table{
  width: 100%;
  height: 46px;
  background-color: #17008c;
}
.wm-box ul li a .table p{
  font-family: "SourceHanSansCN-Regular";
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 16px;
}
.wm-pages{
  text-align: center;
}
.wm-pages a{
  margin: 0 1px;
  border: 1px solid #17008C;
  padding: 0 8px;
  font-size: 14px;
  color: #1f1f1f;
  line-height: 24px;
}
.wm-pages span{
  line-height: 26px;
}
.wm-pages select{
  height: 26px;
  border: 1px solid #17008C;
}

.expert-comments ul li{
  position: relative;
  padding: 20px 0;
  border-bottom: 2px solid #a1a0a0;
}
.expert-comments ul li .right{
  padding-left: 145px;
}
.expert-comments ul li .img-box{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 120px;
  height: 164px;
  overflow: hidden;
}
.expert-comments ul li .img-box img{
  width: 100%;
}
.expert-comments ul li .right .table{
  min-height: 164px;
}
.expert-comments ul li .right p.name{
  margin-bottom: 4px;
  font-size: 21px;
  color: #17008C;
  font-weight: 600;
}
.expert-comments ul li .right p.zh{
  font-size: 14px;
  color: #17008C;
  font-weight: 600;
  line-height: 21px;
}
.expert-comments ul li .right p.com{
  font-size: 14px;
  color: #B28247;
  line-height: 20px;
}

.ins-words{
  padding-top: 40px;
}
.ins-words .left{
  float: left;
  width: 532px;
}
.ins-words .right{
  float: right;
  margin-top: 79px;
  width: 532px;
}
.ins-words ul li{
  position: relative;
  margin-bottom: 36px;
}
.ins-words ul.right li{
  padding-left: 159px;
}
.ins-words ul li .words{
  width: 371px;
  height: 190px;
}
.ins-words ul.left .words{
  background: url(../images/bg-ins.png) no-repeat;
}
.ins-words ul.right .words{
  background: url(../images/bg-ins2.png) no-repeat;
}
.ins-words ul .words .w-head{
  padding: 0 12px;
  height: 73px;
  color: #fff;
  background-color: #17008C;
}
.ins-words ul.left .words .w-head{
  margin-right: 26px;
}
.ins-words ul.right .words .w-head{
  margin-left: 25px;
}
.ins-words ul .head,
.ins-words ul .head{
  position: absolute;
  top: 29px;
  right: 0;
  width: 145px;
  height: 145px;
  border-radius: 50%;
  overflow: hidden;
}
.ins-words ul.left .head{
  right: 0;
}
.ins-words ul.right .head{
  left: 0;
}
.ins-words ul .head img{
  width: 100%;
}
.ins-words ul .words .w-head p.name{
  padding-top: 11px;
  margin-bottom: 4px;
  font-size: 14px;
  font-family: "SourceHanSansSC-Bold";
}
.ins-words ul .words .w-head p.zh{
  font-size: 13px;
  font-family: "SourceHanSansSC-Regular";
  line-height: 20px;
}
.ins-words ul .words .w-con{
  padding: 10px 15px 0;
}
.ins-words ul .words .w-con p{
  font-size: 18px;
  color: #5A5858;
  font-family: "SourceHanSansSC-Regular";
  line-height: 25px;
}
.ins-words ul.right .words .w-con p{
  text-align: right;
}

.news-list{
  margin-bottom: 100px;
}
.news-list table{
  width: 100%;
}
.news-list table tr td{
  padding: 16px 0;
  font-size: 26px;
  font-family: "SourceHanSansSC-Regular";
  vertical-align: middle;
}
.news-list table tr td:nth-child(2){
  padding-left: 80px;
}
.news-list table tr td:nth-child(3){
  padding-left: 120px;
}
.news-list table tr td.logo{
  text-align: right;
}
.news-list table tr td.logo img{
  max-height: 96px;
}
.news-demo{
  text-align: center;
}
.news-demo img{
  max-width: 100%;
}


.par-guide .pg-tit{
  margin-bottom: 22px;
  font-size: 24px;
  font-weight: 600;
  color: #17008C;
  text-align: center;
}
.par-guide .pg01{
  margin-bottom: 32px;
  background-color: #CAB67E;
}
.par-guide .pg01 .map{
  float: left;
  width: 426px;
  height: 322px;
  overflow: hidden;
}
.par-guide .pg01 .map img{
  width: 100%;
}
.par-guide .pg01 .img{
  float: left;
  width: 368px;
  height: 322px;
  overflow: hidden;
}
.par-guide .pg01 .img img{
  width: 100%;
}
.par-guide .pg01 .words{
  margin-left: 836px;
  font-size: 14px;
  color: #18008C;
  line-height: 24px;
}
.par-guide .pg01 .words .table{
  height: 322px;
}
.par-guide .pg02{
  margin-bottom: 52px;
}
.par-guide .pg02 table{
  width: 100%;
}
.par-guide .pg02 table p.name{
  margin-bottom: 18px;
  font-size: 18px;
  color: #18008C;
}
.par-guide .pg02 table p.desc{
  font-size: 14px;
  color: #000;
  line-height: 17px;
}
.par-guide .pg03{
  position: relative;
}
.par-guide .pg03 .img-jiu{
  position: absolute;
  top: 0;
  right: 0;
  width: 455px;
  height: 343px;
  overflow: hidden;
}
.par-guide .pg03 .img-jiu img{
  width: 100%;
}
.par-guide .pg03 .group1,
.par-guide .pg03 .group2{
  padding-right: 466px;
}
.par-guide .pg03 .group{
  margin-bottom: 60px;
}
.par-guide .pg03 .group p.name{
  margin-bottom: 18px;
  font-size: 18px;
  color: #18008C;
}
.par-guide .pg03 .group p.name a{
  margin-left: 12px;
  vertical-align: middle;
}
.par-guide .pg03 .group p.desc{
  font-size: 14px;
  color: #000;
  line-height: 17px;
}

.register-info{
  margin-top: 70px;
  position: relative;
}
.register-info .words .group{
  font-size: 14px;
  color: #17008C;
  line-height: 33px;
}
.register-info .words .group .label{
  vertical-align: top;
  width: 4em;
  height: 33px;
  overflow: hidden;
}
.register-info .qrcode{
  position: absolute;
  top: 0;
  right: 0;
}
.register-info .qrcode .img-box{
  width: 143px;
  height: 143px;
  overflow: hidden;
}
.register-info .qrcode .img-box img{
  width: 100%;
}
.register-info .qrcode p{
  margin-top: 8px;
  font-size: 14px;
  color: #18008C;
  text-align: center;
}