
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, span, em, b, i, strong, img, label, header, footer, nav, video {
  margin: 0;
  padding: 0;
}
body {
  font-family: "微软雅黑";
  background-color: #fff;
  font-size: 16px;
  outline: none;
}
b,strong{
  font-weight: normal;
}
i,em{
  font-style: normal;
}
a{
  text-decoration: none;
  color: #494949;
}
img{
  border: none;
  display: block;
}
ul,ol{
  list-style: none;
}

.cbox{
  width: 1200px;
  min-width: 1200px;
  box-sizing: border-box;
  margin: 0 auto;
}

.ctitle h2{
  font-size: 40px;
  font-weight: bold;
  color: #b51829;
  text-align: center;
  line-height: 100%;
}


.clink{
  font-size: 20px;
  color: #fff;
  margin: 0 auto;
  display: block;
  width: 180px;
  height: 50px;
  background-color: #b51829;
  text-align: center;
  line-height: 50px;
  transition: all .3s linear;
}

.clink:hover{
  border-radius: 8px;
  font-size: 22px;
}

@media screen and (max-width:1200px){
  .footer .footer-inner .fleft{
    margin-left: 40px !important;
  }
}