html {
  font-family: 'PingFangSC-Regular', 'helvetica neue', tahoma, 'PingFang SC',
    'microsoft yahei', arial, 'hiragino sans gb', sans-serif;
}

body {
  margin: 0;
}

img {
  display: block;
}

input,select,textarea{
  height:30px;
  background:rgba(244,244,244,0.4);
  border:1px solid #e1e2e1;
  outline-style: none ;
}

.right{
  float: right;
}


/*包含以下四种的链接*/
a {
  text-decoration: none;
  display: block;
}
/*正常的未被访问过的链接*/
a:link {
  text-decoration: none;
}
/*已经访问过的链接*/
a:visited {
  text-decoration: none;
}
/*鼠标划过(停留)的链接*/
a:hover {
  text-decoration: none;
}
/* 正在点击的链接*/
a:active {
  text-decoration: none;
}

a:-webkit-any-link {
  text-decoration: none;
}

.clearfix:after {
  content: '.';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.clearfix {
  zoom: 1;
}

.bold{
  font-weight: 700;
}

.container{
  margin: 0 auto;
}

.padding-left{
  padding-left: 10px;
}

.padding-right{
  padding-right: 10px;
}

.margin{
  margin: 10px;
}

.center{
  text-align: center;
}

.info-top{
  margin-top: 20px;
}

.info-top_d{
  margin-top: 30px;
}

.info-bottom_d{
  margin-bottom: 30px;
}

.info-top_half{
  margin-bottom: 10px;
}

.cursor{
  cursor: pointer;
  
}

.hover:hover{
  color:#f2961f;
}


.top-pic{
  background-position: center center;
  background-size: cover cover;
  width:100%;
  height:30vh;
  overflow:hidden;
}

.top-pic .top-pic-content{
  margin-top: 72px;
  height:calc(30vh - 72px);

  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.top-pic .top-pic-content .top-pic-left{
  margin-right: 40px;
}

.top-pic .top-pic-content .top-pic-right{
  margin-left: 40px;
}

.breadcrumb{
  font-size: 14px;
  line-height: 28px;

  color:#636770;
}

.breadcrumb a{
  text-decoration: none;
  display: inline-block !important;
  cursor: pointer;
  color:#636771;
}


.breadcrumb a:hover{
  color:#f2961f;
}

