@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;
}

.header {
  color: #fff;
  font-size: 14px;
  width: 100%;
  height: auto;
  background-color: #333;
}

.header .head {
  line-height: 40px;
  height: 40px;
  width: 1200px;
  margin: 0 auto;
}

.header .head .span {
  float: left;
}

.header .head .loginarea {
  float: right;
}

.header .head .loginarea span {
  line-height: 16px;
  padding: 0 1em;
}

.header .head .loginarea .quit {
  padding-right: 0;
}

.header .head .loginarea .name {
  border-right: 1px solid #fff;
}

.header .head .loginarea a {
  color: #fff;
  text-decoration: none;
}

.header .head .loginarea a:hover {
  text-decoration: underline;
}

.header .logobox {
  background-color: #f2f2f2;
  font-size: 0;
  height: 100px;
  overflow: hidden;
}

.header .logobox .logo {
  width: 1200px;
  margin: 0 auto;
  font-size: 0;
  text-align: right;
}

.header .logobox .logo .logoImg {
  float: left;
}

.header .logobox .logo .title {
  float: right;
  font-size: 14px;
  color: #ca1331;
  height: 100px;
  line-height: 100px;
}

.header .logobox .logo .title span {
  font-size: 22px;
  font-weight: 600;
  padding: 0 20px;
  border-right: 1px solid #ca1331;
}

.header .logobox .logo .title a {
  margin: 0 20px;
  color: #000;
  font-size: 16px;
}

.header .logobox img {
  width: 200px;
  margin: 28px 0;
  vertical-align: middle;
}

.menuBar {
  height: 70px;
  line-height: 70px;
  border: 1px solid #ca1331;
  background-color: #ca1331;
}

.menuBar a {
  color: #fff;
}

.menuBar .bw {
  font-size: 0;
}

.menuBar .menuitem {
  font-size: 16px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  padding: 0 30px;
}

.menuBar .menuitem:hover {
  background-color: #b51a2f;
}

.menuBar .menuitem:hover i:before {
  content: "\f126";
}

.navb {
  height: auto;
}

.navb img {
  -webkit-box-shadow: 0 4px 10px 5px #333 inset;
          box-shadow: 0 4px 10px 5px #333 inset;
  width: 100%;
}

.bw {
  font-size: 0;
}

.con, .item {
  margin-top: 20px;
  font-size: 0;
  min-height: 114px;
  padding: 0 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-color: #fff;
  box-shadow: 1px 2px 5px 2px #d5d5d5;
  -moz-box-shadow: 1px 2px 5px 2px #d5d5d5;
  -webkit-box-shadow: 1px 2px 5px 2px #d5d5d5;
}

.leftcon {
  width: 910px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
}

.leftcon .con {
  margin-bottom: 20px;
}

.leftcon .con ul {
  margin-top: 10px;
}

.leftcon .con li {
  line-height: 40px;
  height: 40px;
  font-size: 14px;
  margin: 0 1em;
  color: #ca1331;
  list-style: disc;
  cursor: pointer;
}

.leftcon .con li:after {
  display: block;
  width: 1px;
  height: 1px;
  content: '';
  clear: both;
}

.leftcon .con span, .leftcon .con i {
  color: #333;
  float: right;
}

.leftcon .con i {
  font-weight: bold;
  font-style: italic;
  float: left;
  color: #ca1331;
  padding-right: 5px;
}

.leftcon .con li:hover span, .leftcon .con li:hover i, .leftcon .con li:hover a {
  color: #ca1331;
}

.rightcon {
  width: 350px;
  margin-left: 10px;
  display: inline-block;
  display: inline-block;
}

.rightcon .item {
  padding: 20px;
  margin-bottom: 20px;
  font-size: 0;
  width: 350px;
}

.rightcon .item h2 {
  font-size: 18px;
  font-weight: 600;
  height: 30px;
  line-height: 30px;
}

.rightcon .item h3 {
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  color: #ca1331;
}

.rightcon .item img {
  display: inline-block;
  vertical-align: middle;
}

.rightcon .item a.default {
  display: inline-block;
  margin-top: 20px;
  font-size: 14px;
  border: none;
  background-color: #ca1331;
  color: #fff;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  padding: 10px 20px;
}

.rightcon .item a:hover {
  background-color: #b51a2f;
}

.rightcon .item .tit {
  border-bottom: 1px dashed #89888d;
}

.rightcon .item .tit img {
  display: inline-block;
  float: none;
  margin-top: 5px;
  vertical-align: top;
}

.rightcon .item .tit h2 {
  vertical-align: top;
  display: inline-block;
  float: none;
  padding: 0 1em;
}

.rightcon .tool {
  display: inline-block;
  width: 50%;
  text-align: center;
  margin: 20px auto 0;
}

.rightcon .tool h3 {
  line-height: 30px;
  color: #666;
  font-size: 12px;
}

.tit {
  border-bottom: 1px solid #89888d;
  line-height: 50px;
  overflow: hidden;
  height: 50px;
}

.tit h2 {
  font-weight: 600;
  font-size: 16px;
  float: left;
}

.tit a {
  float: right;
  height: 22px;
  margin-top: 10px;
}

.tit:after {
  display: block;
  width: 1px;
  height: 1px;
  clear: both;
  content: '';
}

h4 {
  font-size: 18px;
  color: #ca1331;
  vertical-align: middle;
  padding: 0 1em;
  font-weight: bold;
  display: inline-block;
}

.gotop {
  display: none;
}

.adv {
  background: url("../img/youdian.png") no-repeat;
  background-size: cover;
}

.spe {
  background: url("../img/tedian.png") no-repeat;
  background-size: cover;
}

.tel {
  margin-top: 0;
  background: url("../img/phone.png") no-repeat;
  background-size: cover;
}

.tel img, .tel h4 {
  margin-top: 20px;
}
