body {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
img {
  display: block;
}
#app {
  width: 100%;
  min-width: 980px;
  font-family: Source Han Sans CN;
  margin: 0 auto;
}
.wpw-container {
  padding-top: 64px;
}
div, ol, ul, li, p {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix:after{/*伪元素是行内元素 正常浏览器清除浮动方法*/
  content: "";
  display: block;
  height: 0;
  clear:both;
  visibility: hidden;
}
.clearfix{
  *zoom: 1;/*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
}
.flex {
  display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box; /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox; /* 混合版本语法: IE 10 */
  display: -webkit-flex; /* 新版本语法: Chrome 21+ */
  display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
}
.flexV {
  -webkit-box-pack: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.flexCB {
  -webkit-box-pack: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.flexH {
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
.flexWarp {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap:wrap;
}
.main-container {
  width: 980px;
  margin: 0 auto;
}
.centerV {
  text-align: center;
}
.fs10 {
  font-size: 10px;
  transform: scale(0.83);
}
.fs12 {
  font-size: 12px;
}
.fs13 {
  font-size: 13px;
}
.fs14 {
  font-size: 14px;
}
.fs16 {
  font-size: 16px;
}
.fs18 {
  font-size: 18px;
}
.fs20 {
  font-size: 20px;
}
.fs22 {
  font-size: 22px;
}
.fs24 {
  font-size: 24px;
}
.fs26 {
  font-size: 26px;
}
.fs28 {
  font-size: 28px;
}
.fs30 {
  font-size: 30px;
}
.fw4 {
  font-weight: 400;
}
.fw5 {
  font-weight: 500;
}
.fwb {
  font-weight:bold;
}
.color-white {
  color: #ffffff;
}
.color-white-light {
  color: #FFFEFE;
}
.color-blacker {
  color: #000000;
}
.color-black {
  color: #333333;
}
.color-defaulter {
  color: #4d4d4d;
}
.color-default {
  color: #666666;
}
.color-light {
  color: #999999;
} 
.color-bluer {
  color: #147CE2;
}
.color-blue {
  color:#0489DD;
}
.color-blue-light {
  color: #0495f1;
}
.is-red {
  color: #F00000;
}
.lineh1 {
  line-height: 1;
}
.margin0 {
  margin: 0 !important;
}
.pos-rel {
  position: relative;
}
.pos-abs {
  position: absolute;
}
.borderb-c-dashed {
  border-bottom: 1px dashed #cccccc;
}
.borderb-9-dashed {
  border-bottom: 1px dashed #999999;
}
.borderb-d9-solid {
  border-bottom: 1px dashed #d9d9d9;
}
.text-overflow-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-overflow-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.text-overflow-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.is-block {
  display: block;
}
.is-hidden {
  display: none;
}
.wpw-btn {
  padding: 12px 51px;
  border-radius: 23px;
  background:rgba(240,131,13,1);
  outline: none;
  border: none;
  cursor: pointer;
}
/* *****************************header ***************************** */
.wpw-header {
  height: 64px;
  width: 100%;
  min-width: 980px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: #ffffff;
  border:1px solid rgba(217,217,217,1);
}
.wpw-header .main-container {
  height: inherit;
}
.wpw-header .logo {
  width: 64px;
  margin-right: 104px;
  padding: 10px 0 9px 4px;
}
.wpw-menu .wpw-menu-item {
  color:rgba(102,102,102,1);
  cursor: pointer;
  line-height: 34px;
  margin-right: 70px;
  padding-top: 14px;
}
.wpw-menu .wpw-menu-item a {
  color:rgba(102,102,102,1);
  padding: 0 3px;
}
.wpw-menu .wpw-menu-item a:hover, .wpw-submenu.is-opend .wpw-menu-item {
  color:rgba(4,137,221,1);
}
.wpw-menu .wpw-menu-item.is-active a {
  color:rgba(4,137,221,1);
}
.wpw-menu .wpw-menu-item.is-active {
  border-bottom: 2px solid rgba(4,137,221,1);
}
.wpw-submenu {
  position: relative;
}
.wpw-submenu .open-menu-popup {
  position: relative;
}
.wpw-submenu.is-opend .open-menu-popup::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100px;
  height: 64px;
}
.wpw-menu-horizontal {
  position: absolute;
  top: 47px;
  left: 0;
  z-index: 2001;
}
.wpw-menu-popup {
  width: 98px;
  padding: 8px 2px 0;
  background: #ffffff;
  border-radius: 3px;
}
.wpw-menu-popup::after, .wpw-menu-popup::before {
  display: table;
  content: "";
}
.wpw-menu-popup .el-menu-item {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 26px;
  background: #ffffff;
  margin-bottom: 10px;
  border-radius: 4px;
  padding: 0;
  text-align: center;
  position: relative;
  white-space: nowrap;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.wpw-menu-popup .el-menu-item.is-active {
  background: #007CFF;
  color: #ffffff;
}
.wpw-menu-popup .el-menu-item:hover {
  background: #0C74E2;
  color: #ffffff;
}
/* 官方微信 */
.online-ticketing {
  padding-right: 30px;
}
.online-ticketing .wpw-menu-item {
  height: 56px;
  line-height: 21px;
  padding-top: 9px;
  box-sizing: border-box;
}
.online-ticketing .wpw-menu-item a {
  padding: 0 !important;
}
.online-ticketing .wpw-menu-horizontal {
  width: 159px;
  position: absolute;
  top: 64px;
  right: 0;
  left: auto;
  z-index: 2001;
}
.wpw-code-popup {
  width: 159px;
}
.wpw-code-popup img {
  display: block;
}
/* 三角形 */
.wpw-menu .wpw-menu-item a:hover .triangle::after {
  border-top: 10px solid rgba(4,137,221,1);
  transform: rotate(360deg);
}
.wpw-submenu .triangle {
  padding-right: 27px;
}
.wpw-submenu .triangle::after {
  position: absolute;
  right: 4px;
  bottom: 7.5px;
  content: '';
  width: 0;
  height: 0;
  border-top: 10px solid #999999;
  border-right: 7.5px solid transparent;
  border-left: 7.5px solid transparent;
  transform: rotate(180deg);

  -webkit-transition: all .1s ease-out; /* CSS3 transition. */
  -moz-transition: all .1s ease-out;
  transition: all .1s ease-out;
}
/* *****************************面包屑 ********************************/
.crumbs {
  padding: 16px 0;
  border-bottom: 1px solid #cccccc;
}
.crumbs span {
  cursor: pointer;
}
.crumbs span:hover {
  color: #0580CE;
}
.crumbs span a {
  color: inherit;
}
.level1::before {
  content: '';
  background: url(../image/index_icon.png) no-repeat center center;
  background-size: 17px;
  width: 17px;
  height: 25px;
  position: absolute;
  left: 13px;
  bottom: 1px;
}
.level1 {
  padding-left: 41px;
}
.level2 {
  padding-left: 26px;
}
.level2::before {
  content: '>>';
  position: absolute;
  left: 4px;
  top: 3px;
  font-size: 11px;
  font-weight: 400;
  color: #666666;
}
/* *****************************footer ***************************** */
.wpw-footer {
  position: absolute;
  width: 100%;
  min-width: 980px;
}
.top-part {
  background: #e5e5e5;
}
.top-part .company-info .logo {
  padding: 50px 87px 0 12px;
  width: 131px;
}
.top-part .company-info .contactUs .title {
  color: #4d4d4d;
}
.top-part .company-info .contactUs .left .title {
  padding: 39px 0 11px;
}
.top-part .company-info .contactUs .right .title {
  padding: 27px 0 20px;
}
.top-part .company-info .contactUs .left {
  padding-right: 108px;
}
.top-part .company-info .contactUs .left li {
  margin-bottom: 5px;
}
.top-part .company-info .contactUs .right::before {
  content: '';
  position: absolute;
  left: 0;
  top: 28px;
  width: 1px;
  height: 110px;
  background: #999999;
}
.top-part .company-info .contactUs .right {
  position: relative;
  padding-left: 56px;
}
.top-part .company-info .contactUs .right li:nth-child(2) {
  font-size: 27px;
  font-family: Helvetica;
  font-weight: 400;
  padding-bottom: 16px;
}
.top-part .company-other {
  padding: 27px 0 15px;
}
.top-part .company-other li {
  margin-right: 36px;
}
.top-part .company-other li:last-child {
  margin-right: 0;
}
.top-part .company-other li p {
  font-size: 13px;
  font-weight: 400;
  cursor: pointer;
}
.top-part .qrCode {
  width: 95px;
  margin: 23px 0 0 100px;
}
.copyright {
  background: #646464;
  text-align: center;
  padding: 18px 0;
}
.copyright p {
  color: #d9d9d9;
}
.copyright span:first-child {
  margin-left: 0;
}
.copyright span {
  cursor: pointer;
  margin-left: 20px;
  padding: 2px 0;
}
.copyright p:last-child {
  margin-top: 5px;
}
.copyright p:last-child a:first-child img {
  margin-left: 0;
}
.copyright p:last-child img {
  margin-left: 20px;
}