*{
  margin:0; padding:0;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td { margin: 0; padding: 0;  font-family: "微软雅黑"; }
fieldset, img { border: 0; }
ul, ol, li { list-style: none; font-family:'Microsoft YaHei';}

/* remember to define focus styles! */
:focus { outline: 0; }
address, caption, cite, code, dfn, em, strong, th, var, optgroup { font-style: normal; font-weight: normal; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; }
abbr, acronym { border: 0; font-variant: normal; }
input, button, textarea, select, optgroup, option { font-family: inherit; font-size: inherit; font-style: inherit; font-weight: inherit; background-color: #fff; border: none;}
code, kbd, samp, tt { font-size: 100%; }
a{text-decoration:none;}
a:hover{
  text-decoration: none;
}
/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input, button, textarea{ *font-size: 100%;}
ol, ul { list-style: none; }

/* tables still need 'cellspacing="0"' in the markup */
table,tr,td { border-collapse: collapse; border-spacing: 0; margin:0;padding:0;}
caption, th { text-align: left; }
sup, sub { font-size: 100%; vertical-align: baseline; }

/* remember to highlight anchors and inserts somehow! */
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

/**Common Css**/
.fr { float: right; *display: inline;}
.fl { float: left; *display: inline;}
/*文本超出显示省略号*/
.ehn, .otw, .tow { text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
/*清除浮动*/
.clearfix { clear: both; *zoom:1;}
.clearfix:after { display: block; clear: both; content: "\0020"; visibility: hidden; height: 0; }

html,body{
  width: 100%;
  height: 100%;
}
.pc .containerW{
  width: 1300px;
  padding: 0;
  margin-right: auto;
  margin-left: auto;
}
.pc .nobetween{
  display: block;
}
.phone .containerW{
  margin-right: 1.875rem;
  margin-left: 1.875rem;
}
.phone .nobetween{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.disFlex{
  display: flex;
  align-items: center;
}
.disFlexStart{
  display: flex;
  align-items: flex-start;
}
.disFlexBetween{
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.disFlexBet{
  display: flex;
  align-items: center;
  justify-content: space-between; 
}
.pc .el-pagination {
  text-align: center;
  margin-top: -20px;
  padding-bottom: 90px;
}

.pc .el-pagination.is-background .el-pager li:not(.disabled).active {
  background: #009C45;
}

.pc .main-topBg{
  z-index: 1;
  height: 300px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 60px;
}
.pc .main-topBg .main-topArea{
  position: absolute;
  top: 190px;
  left: 0px;
  right: 0px;
  margin: auto;
}
.pc .main-topBg .main-topArea .headline{
  height: 48px;
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #28318B;
  line-height: 48px;
}
.pc .main-topBg .main-topArea .curNav{
  height: 20px;
  font-size: 14px;
  line-height: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #454545;
}
.pc .main-topBg .main-topArea .curNav a{
  display: inline-block;
  padding-right: 15px;
  position: relative;
  color: #454545;
}
.pc .main-topBg .main-topArea .curNav a::after{
  position: absolute;
  content:  '>';
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #454545;
}
.pc .main-topBg .main-topArea .curNav a:last-child:after{
  display: none;
}
/* 移动端公用样式 */
/* 标题栏背景区域样式 */
.phone .main-topBg{
  z-index: 1;
  width: 100%;
  height: 15rem;
  position: relative;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 3.75rem;

}
.phone .main-topBg .main-topArea{
  position: absolute;
  top: 5.375rem;
  left: 1.875rem;
  margin: auto;
  display: inline-block;
}
.phone .main-topBg .main-topArea .headline{
  height: 3rem;
  font-size: 2.25rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #28318B;
  line-height: 3rem;
  margin-bottom: .625rem;
}
.phone .main-topBg .main-topArea .curNav{
  height: 1.375rem;
  font-size: 1.375rem;
  line-height: 1.375rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #454545;
}
.phone .main-topBg .main-topArea .curNav a{
  display: inline-block;
  padding-right: .9375rem;
  position: relative;
  color: #454545;
}
.phone .main-topBg .main-topArea .curNav a::after{
  position: absolute;
  content:  '>';
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #454545;
}
.phone .main-topBg .main-topArea .curNav a:last-child:after{
  display: none;
}