@charset "UTF-8";
body {
  min-width: 1280px;
}

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

.clear {
  zoom: 1;
}

html, body {
  font-family: "黑体", "思源黑体", "Arial Normal", Arial;
}

.bw {
  width: 1280px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0 auto;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  outline: none;
}

a:active, a:hover, a:focus {
  outline: none;
}

body {
  background-color: #f5f5f5;
}

.buttonGroup {
  width: 100%;
  height: 48px;
  margin: 60px auto;
}

.buttonGroup .buttons {
  text-align: center;
  width: 100%;
  min-width: 1200px;
  max-width: 900px;
  margin: 0 auto;
}

.buttonGroup .buttons a {
  font-family: "黑体", "思源黑体", "Arial Normal", Arial;
  color: #fff;
  font-size: 18px;
}

.buttonGroup .buttons a button:hover {
  background-color: #b51a2f;
}

.buttonGroup .buttons a button {
  margin: 0 5px;
  background-color: #ca1331;
  text-align: center;
  border: none;
  border-radius: 4px;
  width: 164px;
  height: 48px;
  color: #fff;
}

.downCon {
  width: 100%;
  margin: 0px auto;
  margin-top: 30px;
}

.downCon .downs {
  min-width: 900px;
  max-width: 1200px;
  height: 140px;
  text-align: center;
  margin: 0 auto;
  border: 1px solid #d7d7d7;
  background-color: #fff;
  box-shadow: 0 0 6px 0 #ccc;
  -moz-box-shadow: 0 0 6px 0 #ccc;
  -webkit-box-shadow: 0 0 6px 0 #ccc;
  position: relative;
}

.downCon .downs .downbor {
  width: 1px;
  height: 80px;
  background: #d7d7d7;
  position: absolute;
  top: 30px;
  right: 50%;
}

.downCon .downs .down {
  float: left;
  width: 50%;
  text-align: center;
}

.downCon .downs .down .downBlock {
  width: 200px;
  height: 140px;
  margin: 0 auto;
  text-align: left;
}

.downCon .downs .down .downBlock .downinfo {
  float: left;
  padding-top: 40px;
}

.downCon .downs .down .downBlock .downcont {
  padding-left: 15px;
}

.downCon .downs .down .downBlock .downcont .ttl {
  margin-top: -7px;
}

.downCon .downs .down .downBlock .downcont .cont {
  margin-top: 15px;
}

.downCon .downs .down .downBlock .downcont .cont, .downCon .downs .down .downBlock .downcont .con {
  font-size: 14px;
  color: #a9a9a9;
}

.downCon .downs .down .downBlock .downcont .con {
  margin-top: 5px;
}

.itemcons {
  background-color: #f5f5f5;
}

.itemcons .title {
  margin-left: 33px;
}

.itemcons .btns {
  margin-left: 18px;
}

.itemcon {
  width: 100%;
  margin-top: 30px;
}

.itemcon .items {
  width: 100%;
  min-width: 900px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 63px 0;
  background-color: #fff;
  box-shadow: 0 0 6px 0 #ccc;
  -moz-box-shadow: 0 0 6px 0 #ccc;
  -webkit-box-shadow: 0 0 6px 0 #ccc;
}

.itemcon .item {
  width: 310px;
  float: left;
  text-align: center;
  margin-left: 145px;
}

.itemcon .item .box {
  height: 246px;
  min-width: 310px;
}

.itemcon .item .box .title {
  width: 100%;
  font-size: 24px;
  color: #ca1331;
  font-family: "黑体", "思源黑体", "Arial Normal", Arial;
  font-family: "黑体", "思源宋体";
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
}

.itemcon .item .box .btns {
  text-align: left;
  margin-top: 20px;
}

.itemcon .item .box .btns a {
  display: block;
  float: left;
  width: 30%;
  font-size: 14px;
  min-width: 130px;
  min-height: 46px;
  border: none;
  border-radius: 3px;
  margin: 19px 16px 0 0;
  color: #000;
  background-color: #dfdfdf;
  line-height: 46px;
  text-align: center;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.itemcon .item .box .btns a:hover {
  color: #fff;
  background-color: #ca1331;
}

.itemcon .itemimg {
  width: 500px;
  height: 246px;
  float: left;
  overflow: hidden;
  text-align: center;
  margin-left: 145px;
}

.itemcon .itemimg img {
  width: 500px;
  height: auto;
}

.itemcons .marginLeft {
  margin-left: 90px;
}

.itemcons .marginLeft a {
  margin: 19px 0 0 16px !important;
}

.itemcons1 .marginLeft {
  margin-left: 90px;
  margin-top: 60px;
}
