.f12 {
  font-size: 12px;
}
.f14 {
  font-size: 14px;
}
.f16 {
  font-size: 16px;
}
.f18 {
  font-size: 18px;
}
.f20 {
  font-size: 20px;
}
.f24 {
  font-size: 24px;
}
.f28 {
  font-size: 28px;
}
.f32 {
  font-size: 32px;
}
.f36 {
  font-size: 36px;
}
.f48 {
  font-size: 48px;
}
.f52 {
  font-size: 52px;
}
.f72 {
  font-size: 72px;
}
.bold {
  font-weight: bold;
}
.font-normal {
  font-weight: normal;
}
.cursor {
  cursor: pointer;
}
.box-shadow {
  box-shadow: 0px 3px 3px #cccccc;
  transition: all 0.2s linear 0s;
}
.box-shadow-hover {
  box-shadow: 0px 5px 10px #cccccc;
  transition: all 0.2s linear 0s;
}
.animation {
  transition: all 0.2s linear 0s;
}
.borders {
  border: 1px solid #e8dfdf;
}
.borders-hover {
  border: 1px solid #b80310;
}
.border-top {
  border-top: 1px solid #e8dfdf;
}
.border-bottom {
  border-bottom: 1px solid #e8dfdf;
}
.border-left {
  border-left: 1px solid #e8dfdf;
}
.border-right {
  border-right: 1px solid #e8dfdf;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.p30 {
  padding: 30px;
}
.ptb30 {
  padding: 30px 0;
}
.ptb20 {
  padding: 20px 0;
}
.mtb30 {
  margin: 30px 0;
}
.comp-business {
  padding: 10px;
}
.comp-business .col-25 {
  padding: 0px;
  min-height: 178px;
  text-align: center;
  background: #fff center center;
  transition: all 0.2s linear 0s;
}
.comp-business .col-25 a {
  margin-top: 40px;
  display: block;
  transition: all 0.2s linear 0s;
}
.comp-business .col-25:hover {
  background: top center;
  background-size: 120%;
  transition: all 0.2s linear 0s;
}
.comp-business .col-25:hover a {
  margin-top: 60px;
  transition: all 0.2s linear 0s;
}
.header {
  height: 80px;
}
.header .logo {
  height: 70px;
  margin-top: 8px;
}
.header .logo img {
  width: auto;
  height: 60px;
}
.header .toplink {
  text-align: right;
  line-height: 70px;
}
.header .search {
  margin-top: 15px;
  height: 32px;
  line-height: 32px;
  width: 360px;
  position: relative;
  padding-left: 15px;
  float: right;
}
.header .search .btn_search {
  background: url(../images/search.png) no-repeat center;
  position: absolute;
  width: 25px;
  height: 25px;
  right: 18px;
  top: 5px;
}
.header .search input {
  padding-right: 10px;
  width: 168px;
  border: 1px solid #ccc;
  height: 30px;
  line-height: 30px;
}
.header .search select {
  border: 1px solid #ccc;
  height: 30px;
  line-height: 30px;
  width: 100px;
  overflow: hidden;
}
.header .search .btn_search:hover {
  background-color: #e1e1e1;
}
.nav {
  background-color: #b80310;
  color: #fff;
}
.nav .menu {
  flex-shrink: 1;
  flex: 1;
}
.nav .menu li a {
  height: 42px;
  line-height: 42px;
  display: block;
  font-size: 16px;
}
.nav .menu li:hover {
  background-color: #7b0a13;
  transition: all 0.2s linear 0s;
}
.nav .menu li .sub_menu {
  box-shadow: 0px 3px 3px #cccccc;
  transition: all 0.2s linear 0s;
  width: 100%;
  border-left: 3px solid #b80310;
  background-color: #fff;
  position: absolute;
  top: 41px;
  z-index: 996;
}
.nav .menu li .sub_menu li {
  border-bottom: 1px solid #e9cece;
  text-align: center;
}
.nav .menu li .sub_menu li a {
  color: #808080;
  font-size: 14px;
  line-height: 42px;
  height: 42px;
  transition: all 0.2s linear 0s;
}
.nav .menu li .sub_menu li a:hover {
  color: #fff;
  background-color: transparent;
  padding-left: 0px;
  transition: all 0.2s linear 0s;
}
.web-tools {
  display: flex;
  flex-wrap: wrap;
}
.web-tools .web-tools-l {
  flex-shrink: 1;
  flex: 1;
}
.web-tools .web-tools-l ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
}
.web-tools .web-tools-l li {
  transition: all 0.2s linear 0s;
  flex: 1;
  text-align: center;
  position: relative;
  background-color: #fff;
  color: #b80310;
  height: 150px;
  margin: 10px 10px 10px 0;
}
.web-tools .web-tools-l li a {
  display: block;
}
.web-tools li a {
  display: block;
  padding-top: 50px;
}
.web-tools li a .iconfont {
  font-size: 48px;
  color: #b80310;
}
.web-tools li a p {
  padding-top: 10px;
}
.web-tools .web-tools-r {
  width: 150px;
  flex-shrink: 0;
}
.web-tools .web-tools-r li {
  transition: all 0.2s linear 0s;
  text-align: center;
  position: relative;
  background-color: #fff;
  color: #b80310;
  height: 320px;
  margin: 10px 10px 10px 0;
}
.web-tools .web-tools-r li a {
  padding-top: 130px;
}
.web-tools li:hover {
  background-color: #b80310;
  box-shadow: 0px 5px 10px #cccccc;
  transition: all 0.2s linear 0s;
  margin-top: -3px;
}
.web-tools li:hover a,
.web-tools li:hover a .iconfont {
  color: #fff;
}
.web-tools li:hover a .iconfont {
  font-size: 52px;
}
.topnew .media-item {
  border-bottom: 1px dotted #bbbdc1;
  height: 174px;
}
.topnew .media-item .media-heading {
  font-size: 18px;
  line-height: 150%;
  margin-top: 0px;
  max-height: 54px;
  overflow: hidden;
}
.topnew .media-item .media-body p {
  max-height: 64px;
  height: 64px;
  overflow: hidden;
  display: block;
  text-align: justify;
}
.topnew .media-item .media-img {
  width: 440px;
  height: 270px;
}
.topnew .media-item .media-time {
  margin-top: 10px;
  color: #808080;
  float: right;
  font-size: 12px;
}
.headtab {
  height: 46px;
  line-height: 44px;
  border-bottom: 2px solid #b80310;
  margin-bottom: 20px;
}
.headtab .on {
  border: 2px solid #b80310;
  border-bottom: 0;
  background: #fff;
  display: inline-block;
  color: #b80310;
}
.headtab a {
  display: inline-block;
  padding: 0px 20px;
  font-size: 18px;
  font-weight: 400;
  color: #808080;
}
.leftMenu {
  width: 100%;
  float: left;
  background-color: #b80310;
  padding-bottom: 60px;
}
.leftMenu .lmTitle {
  display: block;
  height: 100px;
  line-height: 100px;
  background: #f0ece4;
  color: #b80310;
  text-align: center;
  font-size: 24px;
}
.leftMenu a {
  display: block;
  height: 42px;
  line-height: 42px;
  transition: all 0.2s linear 0s;
  color: #fff;
  padding: 0px 30px;
  text-indent: 20px;
  position: relative;
  border-bottom: 1px solid #cd4f58;
  margin: 10px;
}
.leftMenu i {
  background-image: url('../images/leftMenu_itemBg.png');
  background-position: 0px 0px;
  width: 18px;
  height: 18px;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -9px;
}
.leftMenu .on,
.leftMenu a:hover {
  background-color: #7b0a13;
  border-left: 5px solid yellow;
  transition: all 0.2s linear 0s;
}
.leftMenu .on i,
.leftMenu a:hover i {
  background-position: -18px 0px;
}
.leftMenu dd {
  background: #e9eef4;
  padding: 20px 30px;
}
.leftMenu dd a {
  color: #666;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  border: 0;
  background: url(../images/leftMenu_i.png) no-repeat 0 center;
}
.leftMenu dd a:hover,
.leftMenu dd .on {
  background-image: url('../images/leftMenu_i_on.png');
}
.notice {
  background: url(../images/notice.png) no-repeat #f4f4f4 left center;
  height: 36px;
  line-height: 36px;
  padding: 0px 30px 0px 150px;
  margin: 30px 0;
}
.notice li {
  border: 0px;
  background-image: none;
}
.notice li a {
  font-size: 16px;
}
.article-newlist li .newitem-time {
  border: 0px;
  border-right: 1px solid #e8dfdf;
  width: 100px;
}
.article-media-list li {
  border-bottom: 1px solid #e8dfdf;
  padding: 20px 0;
}
.article-media-list li .media-item .media-body .media-heading {
  margin-top: 0;
  font-weight: normal;
  font-size: 18px;
  line-height: 120%;
}
.article-media-list li .media-item .media-img {
  width: 220px;
  height: 140px;
  margin-right: 30px;
}
.article-media-list li .media-item .media-img img {
  width: 220px;
  height: 140px;
}
.contact-media-list {
  padding: 80px 0;
}
.contact-media-item {
  border: 1px solid #e8dfdf;
  text-align: center;
  padding: 30px;
  box-shadow: 0px 0px 20px #cccccc;
  min-height: 230px;
  margin: 0px 30px;
}
.contact-media-item .icon {
  font-size: 52px;
  width: 100px;
  height: 100px;
  line-height: 100px;
  background-color: #b80310;
  color: #fff;
  margin: auto;
  margin-top: -80px;
  box-shadow: 0px 0px 20px #b80310;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.contact-media-item .media-heading {
  color: #b80310;
  font-size: 24px;
  margin: 30px 0 30px 0;
}
.contact-media-item p {
  font-size: 18px;
}
.navbar {
  background-color: #fff;
  position: relative;
  line-height: 42px;
  border-left: 0;
  border-right: 0;
  box-shadow: 0px 3px 3px #cccccc;
  transition: all 0.2s linear 0s;
  border: 1px solid #e8dfdf;
  margin: 20px 0;
}
.navbar .nTitle {
  padding-left: 20px;
}
.navbar .current {
  position: absolute;
  right: 20px;
  top: 0;
  white-space: nowrap;
  background: url(../images/ico_home.png) no-repeat 0 16px;
  padding-left: 20px;
  font-family: SimSun;
  color: #585858;
  font-size: 12px;
}
.navbar .current a {
  margin: 0 5px;
}
.navbar .current a:hover {
  text-decoration: underline;
}
.navbar .current span {
  color: #b80310;
  margin: 0 5px;
}
.business-media-list .media-item {
  border-bottom: 1px solid #e8dfdf;
  padding: 30px 0;
}
.business-media-list .media-item .media-heading {
  color: #b80310;
  font-size: 24px;
}
.business-media-list .media-item .media-img {
  width: 340px;
  height: auto;
}
.business-media-list .media-item .media-body {
  font-size: 16px;
  line-height: 180%;
}
.sbusiness-media-list .icon {
  font-size: 52px;
  text-align: center;
  width: 100px;
  height: 100px;
  line-height: 100px;
  background-color: #b80310;
  color: #fff;
  margin: auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.sbusiness-media-list .panel:hover {
  background-color: #b80310;
  color: #fff;
}
.sbusiness-media-list .panel:hover p {
  color: #fff;
}
.sub-ad {
  width: 100%;
  display: block;
  min-height: 100px;
  background-size: cover;
}
.column_banner {
  width: 100%;
  position: relative;
  height: 320px;
  margin-bottom: 20px;
  background: url() no-repeat center;
}
.column_banner .navbar {
  position: absolute;
  bottom: -40px;
  width: 1200px;
}
.job-notic-list .panel h3 {
  height: 42px;
  overflow: hidden;
  margin: 10px 0;
}
.job-notic-list .panel p {
  height: 60px;
  overflow: hidden;
  color: #808080;
}
.job-notic-list .panel:hover {
  color: #fff;
  background-color: #b80310;
  transition: all 0.2s linear 0s;
}
.job-notic-list .panel:hover a,
.job-notic-list .panel:hover p,
.job-notic-list .panel:hover .panel-footer {
  color: #fff;
}
.member-list .panel h3 {
  overflow: hidden;
  margin: 10px 0;
}
.member-list .panel p {
  color: #808080;
}

/*图片切换*/
.slideBox {
  width: 100%;
  height: 400px;
  position: relative;
  z-index: 54;
  overflow: hidden;
}
.slideBox .hd {
  height: 15px;
  overflow: hidden;
  position: absolute;
  right: 5px;
  bottom: 15px;
  z-index: 55;
  width: 100%;
}
.slideBox .hd ul {
  overflow: hidden;
  zoom: 1;
  text-align: right;
  /*float:left;*/
}
.slideBox .hd ul li {
  display: inline-block;
  margin-right: 6px;
  width: 10px;
  height: 10px;
  line-height: 10px;
  font-size: 0px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  background: #fff;
  border-radius: 100px;
  overflow: hidden;
}
.slideBox .hd ul li.on {
  background: #b80310;
  color: #fff;
}
.slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}
.slideBox .bd img {
  width: 100%;
  height: 400px;
  display: block;
}
.slideBox .bd ul li {
  position: relative;
}
.slideBox .bd ul li .info {
  position: absolute;
  background-color: #000;
  line-height: 50px;
  height: 50px;
  bottom: 0px;
  left: 0px;
  z-index: 56;
  width: 100%;
  padding-left: 10px;
  font-size: 14px;
  font-family: SimSun;
  color: #fff;
  filter: alpha(opacity=80);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.slideBox .bd ul li .info a {
  color: #fff;
}
.picScroll-left {
  overflow: hidden;
  position: relative;
}
.picScroll-left .hd {
  position: relative;
}
.picScroll-left .hd .prev,
.picScroll-left .hd .next {
  display: block;
  width: 30px;
  height: 69px;
  background-color: #fff;
  cursor: pointer;
  position: absolute;
  z-index: 2;
  color: #b80310;
  border: 1px solid #e8dfdf;
  line-height: 69px;
  text-align: center;
}
.picScroll-left .hd .prev {
  z-index: 2;
  left: 0;
  top: 30px;
}
.picScroll-left .hd .next {
  background-position: 0 -50px;
  right: 0;
  top: 30px;
}
.picScroll-left .hd .prev:hover,
.picScroll-left .hd .next:hover {
  background-color: #b80310;
  color: #fff;
}
.picScroll-left .bd {
  padding: 0px 40px;
}
.picScroll-left .bd ul {
  overflow: hidden;
  zoom: 1;
}
.picScroll-left .bd ul li {
  margin: 0 8px;
  float: left;
  _display: inline;
  overflow: hidden;
  text-align: center;
}
.picScroll-left .bd ul li .pic {
  text-align: center;
  width: 110px;
  height: 110px;
}
.picScroll-left .bd ul li .pic i {
  margin: auto;
  width: 100px;
  height: 100px;
  line-height: 90px;
  display: block;
  border: 2px solid #b80310;
  border-radius: 50%;
  font-size: 52px;
  color: #b80310;
}
.picScroll-left .bd ul li:hover .pic i {
  background-color: #b80310;
  color: #fff;
}
.picScroll-left .bd ul li .title {
  line-height: 24px;
}
