.box {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.cf::after {
  content: '';
  display: block;
  clear: both;
}
.container {
  overflow: hidden;
}
.header {
  width: 100%;
  height: 130px;
  background: #fff;
}
.header .header-top {
  height: 50px;
}
.header .header-top .box {
  overflow: visible;
}
.header .header-top .box .ewm {
  display: block;
  position: absolute;
  right: 0;
  bottom: -150px;
  width: 150px;
  height: 150px;
  z-index: 100;
  display: none;
}
.header .header-top .box .db {
  display: block;
}
.header .header-top span {
  font-size: 14px;
  color: #666;
  float: left;
  line-height: 50px;
}
.header .header-top .right-nav {
  float: right;
  height: 50px;
  overflow: hidden;
  line-height: 50px;
}
.header .header-top .right-nav img {
  float: left;
  margin-top: 18px;
  margin-left: 20px;
}
.header .header-top .right-nav ul {
  overflow: hidden;
  float: left;
  color: #3a3a3a;
}
.header .header-top .right-nav ul li {
  float: left;
  padding: 0 6px;
}
.header .header-top .right-nav ul li a {
  color: #3a3a3a;
}
.header .header-box {
  height: 80px;
  background: #c4252e;
}
.header .header-box .box {
  overflow: visible;
}
.header .header-box .logo {
  float: left;
  margin-top: 5px;
}
.header .header-box .tel-box {
  width: 234px;
  height: 26px;
  font-size: 26px;
  border-radius: 5px;
  color: #fff;
  float: right;
  margin-top: 30px;
  line-height: 24px;
}
.header .header-box .tel-box img {
  margin-left: 15px;
      width: 16px;
}
.header .header-box .nav {
  float: right;
  width: 700px;
  height: 80px;
}
.header .header-box .nav li {
  float: left;
  width: 100px;
  text-align: center;
  height: 80px;
  line-height: 80px;
  position: relative;
}
.header .header-box .nav li dl {
  position: absolute;
  z-index: 100;
  display: none;
  width: 150px;
  top: 80px;
  left: -28px;
}
.header .header-box .nav li dl dd {
  width: 150px;
  height: 49px;
  border-bottom: 1px solid #222;
  text-align: left;
  background: #1e1e1e;
  background: rgba(30, 30, 30, 0.9);
  line-height: 49px;
}
.header .header-box .nav li dl dd:hover {
  background: #c4252e;
}
.header .header-box .nav li a {
  color: #fff;
  height: 75px;
  display: inline-block;
}
.header .header-box .nav .active a {
  border-bottom: 5px solid #fff;
}
.header .header-box .nav li dl dd a {
  color: #fff;
  display: block;
  text-align: center;
  font-size: 16px;
  border-bottom: 0!important;  
}
.footer .footer-top {
  min-height: 50px;
  overflow: hidden;
}
.footer .footer-top h3 {
  font-size: 16px;
  color: #3a3a3a;
  font-weight: normal;
  float: left;
  margin-right: 20px;
  display: inline-block;
  line-height: 50px;
}
.footer .footer-top .ul-list {
  float: left;
  overflow: hidden;
}
.footer .footer-top .ul-list li {
  line-height: 30px;
  float: left;
  font-size: 14px;
  color: #6f6f6f;
  margin: 0 2px;
}
.footer .footer-top .ul-list li a {
  font-size: 14px;
  color: #6f6f6f;
}
.footer .footer-top .ul-list span {
  line-height: 30px;
  font-size: 14px;
  color: #6f6f6f;
  margin: 0 2px;
  float: left;
}
.footer .footer-mid {
  height: 180px;
  font-size: 14px;
  color: #888;
  overflow: hidden;
  background: #000;
}
.footer .footer-mid .write-box {
  min-width: 600px;
  margin-top: 50px;
  float: left;
}
.footer .footer-mid .write-box p {
  line-height: 24px;
}
.footer .footer-mid img {
  float: right;
  width: 102px;
  height: 108px;
  display: block;
  margin-top: 36px;
}
.footer .footer-bot {
  /*height: 30px;*/
  line-height: 20px;
  text-align: center;
  color: #888;
  font-size: 12px;
  padding-bottom: 40px;
}
.footer .footer-bot a {
  color: #888;  
}
.fixed {
  position: fixed;
  right: 30px;
  bottom: 60px;
  z-index: 100;
}
.fixed .ul-list li {
  position: relative;
  width: 55px;
  height: 55px;
  background: #fff;
  border: 1px solid #bfbfbf;
  border-radius: 6px;
  margin-bottom: 12px;
}
.fixed .ul-list li a {
  display: block;
  width: 55px;
  height: 55px;
}
.fixed .ul-list li img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.fixed .ul-list li .nc {
  display: block;
}
.fixed .ul-list li .ac {
  display: none;
}
.fixed .ul-list li:hover {
  background: #c4252e;
  border-color: #c4252e;
}
.fixed .ul-list li:hover .nc {
  display: none;
}
.fixed .ul-list li:hover .ac {
  display: block;
}
.fixed .ul-list li .content-box {
  width: 307px;
  height: 218px;
  box-shadow: 1.1px 1.6px 5px 0 rgba(1, 1, 1, 0.13);
  border-radius: 6px;
  background: #fff;
  top: -100px;
  left: -330px;
  position: absolute;
  display: none;
}
.fixed .ul-list li .content-box dl {
  padding: 20px;
}
.fixed .ul-list li .content-box dl dt {
  font-size: 24px;
  color: #c4252e;
  font-weight: 600;
  padding-bottom: 10px;
}
.fixed .ul-list li .content-box dl dd {
  font-size: 18px;
  color: #666;
  line-height: 36px;
  display: inline-block;
  margin-right: 14px;
}
.fixed .ul-list li .content-box ul {
  padding: 20px;
}
.fixed .ul-list li .content-box ul li {
  width: 131px;
  float: left;
  text-align: center;
  border: 0;
}
.fixed .ul-list li .content-box ul li img {
  display: block;
  width: 131px;
  height: 127px;
  position: relative;
}
.fixed .ul-list li .content-box ul li p {
  color: #3a3a3a;
  padding-bottom: 5px;
}
.fixed .ul-list li .content-box ul li span {
  color: #6f6f6f;
}
.fixed .ul-list li .content-box .jiao {
  width: 28px;
  height: 31px;
  background: url("../../images/pc/fixjiao.png") no-repeat;
  position: absolute;
  top: 120px;
  right: -24px;
}
.fixed .ul-list .ac-list:hover .content-box {
  display: block;
}
.page_div {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 15px;
  color: #666666;
  margin-right: 10px;
  padding-left: 20px;
  box-sizing: border-box;
  text-align: center;
}
.page_div a {
  min-width: 30px;
  height: 28px;
  border: 1px solid #dce0e0!important;
  text-align: center;
  margin: 0 4px;
  cursor: pointer;
  line-height: 28px;
  background: #dbdbdb;
  color: #666666;
  font-size: 13px;
  display: inline-block;
}
#prePage,
#nextPage {
  width: 30px;
}
.page_div .current {
  background-color: #c4252e;
  color: #FFFFFF;
}
#firstPage,
#lastPage,
.totalPages,
.totalPages span,
.totalSize span,
.totalSize {
  display: none;
}
.banner img {
  display: block;
  width: 100%;
  height: 422px;
}
.page_div a:nth-child(1){
	display:none;
}


/*加微信css*/
.footer{position:relative;}
#addwechat{display:none;}
.footer .mfloat{display:none;}

@media(max-width:979px){
#addwechat{display:block;}
.footer .footer-top{display:none;}
.footer .mfloat{
	display: block;
    height: 40px;
    background: #d22828;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    font-weight: bold;
    position: fixed;
    left: 0;
    bottom: 0;
    border-top: 1px solid #888;
    width: 100%;
}
.footer .mfloat a{color:#fff;}

	.float-right{position: fixed;right: 0;top: 50%;margin-top: -2.8rem;width: 2.6rem;z-index: 998;cursor: pointer;}
	.float-right img {width: 100%;right: 0px;}
	.shade-model{display: none;position: fixed;height: 20rem;left: 0;right: 0;top: 50%;margin-top: -10rem;z-index: 1000;}
	.shade-model .warpper {max-width: 640px;margin: 0 auto;}
	.shade-model .content {width: 80%;margin: 0 auto;padding: 2rem 0 1.8rem;text-align: center;background: #FFF;border-radius: 20px;}
	.shade-model .content .wechat-ico {padding-bottom: 0.6rem;}
	.shade-model .content .wechat-ico img {width: 3rem;}
	.shade-model .content h3 {font-size: 1.5rem;font-weight: bold;}
	.shade-model .content p:nth-child(3) {font-size: 1.1rem;color: #999;}
	.shade-model .content p:nth-child(4) {padding: 0.8rem 0;font-size: 1.1rem;}
	.shade-model .close-btn {text-align: center;}
	.shade-model .close-btn span {display: inline-block;padding: 0.8rem 2rem;font-size: 1.2rem;color: #FFF;background-color: #6f88fe;border-radius: 3rem;cursor: pointer;}
	.inShade {display: none;position: fixed;width: 100%;height: 100%;top: 0;bottom: 0;left: 0;right: 0;background: rgba(0,0,0, 0.5);z-index: 999;}
}
/*
@media(max-width:767px){
#addwechat{display:block;}
}

@media(max-width:334px){
#addwechat{display:block;}

}
*/