@charset "UTF-8";
.flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex > * {
  flex: auto;
  text-align: center;
}

/**************************PUBLIC***************************/
body {
  font-size: 16px;
  font-family: "微软雅黑";
  margin: 0;
  padding: 0;
  background: #fff;
  color: #231F20;
}

* {
  box-sizing: border-box;
}

li {
  list-style: none;
}

a {
  text-decoration: none !important;
  color: #525252;
}

/**************************body***************************/
.page {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 0px;
}

.page span:first-child,
.page a:first-child {
  border-radius: 2px 0 0 2px !important;
  border: 1px #000 solid;
  padding: 3px 6px;
  margin-left: -1px;
  color: #000;
}

.page a:last-child,
.page span:last-child {
  border-radius: 0 2px 2px 0 !important;
}

.page a,
.page span {
  text-decoration: none;
  color: #000;
  border: 1px #000 solid;
  padding: 3px 6px;
  margin-left: -1px;
}

#contact {
  display: none;
}

#contact-p {
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -73.5px;
  z-index: 9999;
}

#contact-p div {
  width: 44px;
  height: 44px;
  margin-bottom: 5px;
  position: relative;
}

#contact-p div a {
  color: #FFFFFF;
  display: block;
  background: #065bbd;
  transition: 0.35s;
  position: absolute;
  left: 0;
  width: 170px;
  height: 44px;
  line-height: 44px;
}

#contact-p div a:hover {
  left: -110px;
}

#contact-p div a i {
  float: left;
  font-size: 28px;
  padding: 0 8px;
}

#contact-p div a span {
  display: block;
  float: left;
}

#contact-p div img {
  width: 150px;
  display: none;
  position: absolute;
  left: -110px;
  bottom: -150px;
}

#contact-p div:hover img {
  display: block;
}

#contact-p .gototop {
  display: none;
}

/**************************公共***************************/
.top {
  background: #f7f7f7;
  height: 40px;
  line-height: 40px;
}

.top p, .top a {
  font-size: 14px;
  color: #000;
  margin: 0;
}

.top form {
  margin-top: -2px;
}

.top form input {
  padding-left: 10px;
  height: 30px;
  outline: none !important;
  border: 1px solid #ddd;
  font-size: 14px;
}

.top form button {
  height: 30px;
  line-height: 10px;
  font-size: 14px;
  border: 0;
  padding: 0 10px;
}

@keyframes yaobai {
  0% {
    left: 10%;
  }
  50% {
    left: 13%;
  }
  100% {
    left: 10%;
  }
}

.qgcsx {
  padding: 30px 0;
}

.qgcsx a {
  width: 11.5%;
  display: inline-block;
  border: 1px solid #ddd;
  margin: 1%;
  text-align: center;
  height: 40px;
  line-height: 38px;
  border-radius: 5px;
}

.qgcsx a:hover {
  background: #065bbd;
  color: #fff;
}

.subhead {
  background: #f5f5f5;
  line-height: 35px;
  font-size: 12px;
}

.subhead .pull-right {
  padding-right: 6px;
}

.subhead .col-md-8 h1 {
  font-size: 12px;
  margin: 0;
  line-height: 37px;
}

.subhead .subhead-city {
  cursor: pointer;
  position: relative;
  border-top: none;
  border-bottom: none;
  padding: 0 10px 1px 5px;
  width: 130px;
}

.subhead .subhead-city b {
  color: #065bbd;
  font-weight: normal;
}

.subhead .subhead-city i {
  color: #065bbd;
  font-size: 14px;
}

.subhead .subhead-city .hot-city {
  position: absolute;
  top: 36px;
  left: -1px;
  z-index: 998;
  width: 406px;
  height: auto;
  border: 1px solid #d8d8d8;
  display: none;
}

.subhead .subhead-city .hot-city h2 {
  width: 100%;
  height: 38px;
  border-bottom: 1px #d8d8d8 solid;
  background-color: #f4f4f4;
  margin: 0;
  font-size: 12px;
}

.subhead .subhead-city .hot-city h2 span {
  color: #065bbd;
  border-bottom: 2px solid #065bbd;
  float: left;
  width: 60px;
  margin-right: 2px;
  line-height: 36px;
  text-align: center;
  margin-left: 26px;
}

.subhead .subhead-city .hot-city div {
  padding: 10px 0 9px 26px;
  background: #FFFFFF;
  line-height: 28px;
}

.subhead .subhead-city .hot-city div a {
  color: #666;
  padding: 0 16px;
  display: inline-block;
}

.subhead .subhead-city .hot-city div a:hover {
  color: #065bbd;
}

.subhead .subhead-city .hot-city div a:last-of-type {
  color: #D2D2D2;
}

.subhead .subhead-city:hover {
  border: 1px solid #d8d8d8;
  border-top: none;
  border-bottom: none;
}

.subhead .subhead-city:hover:after {
  content: '';
  display: block;
  width: 115px;
  height: 2px;
  background: #888888;
  position: absolute;
  top: 36px;
  left: 0;
  z-index: 999;
}

.subhead .subhead-city:hover .hot-city {
  display: block;
}

.head {
  margin: 15px 0;
}

.head p {
  color: #065bbd;
  text-align: center;
  font-weight: bold;
}

.head .col-sm-8 img {
  width: 80%;
}

.head i {
  margin-right: 10px;
  font-size: 50px;
  left: 10%;
  top: 10px;
  position: absolute;
  color: #b60f0f;
  animation-name: yaobai;
  animation-iteration-count: infinite;
  animation-duration: 2.5s;
}

.head .col-sm-4 {
  position: relative;
  text-align: right;
  padding-top: 23px;
}

.head .col-sm-4 span {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-left: 5px;
}

.nav-box {
  width: 100%;
  height: 50px;
  background: #065bbd;
  position: relative;
}

.nav-box nav {
  position: relative;
  width: 100%;
}

.nav-box .flex {
  display: flex;
}

.nav-box .flex .active {
  background: #b60f0f;
}

.nav-box .flex li {
  flex: auto;
  height: 50px;
  position: relative;
}

.nav-box .flex li:hover {
  background: #b60f0f;
}

.nav-box .flex li:hover ul {
  display: block;
  transition: 1s;
}

.nav-box .flex li a {
  text-decoration: none;
  color: #fff;
  line-height: 50px;
  font-size: 16px;
  display: block;
}

.nav-box .flex li ul {
  transition: 1s;
  display: none;
  max-height: 650px;
  z-index: 999;
  left: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  line-height: 50px;
}

.nav-box .flex li ul a {
  color: #fff;
  text-decoration: none;
}

/**************************head***************************/
.title {
  margin-bottom: 4em;
}

.title h4, .title p {
  text-align: center;
}

.title h4 {
  color: #065bbd;
  padding-bottom: 5px;
  position: relative;
  font-size: 30px;
  font-weight: bold;
}

.title h4::after {
  transition: 1s;
  display: inline-block;
  content: '';
  height: 1px;
  position: absolute;
  background: #999;
  width: 60px;
  bottom: -10px;
  left: calc(50% - 30px);
}

.title p {
  font-size: 18px;
  color: #333;
  margin-top: 20px;
  font-weight: normal;
  text-transform: uppercase;
}

.bj {
  position: relative;
}

.bj div {
  position: absolute;
  width: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  height: 100%;
  display: block;
  text-align: center;
}

.bj div p {
  padding-top: 20px;
  margin: 40px 0;
  color: #fff;
  font-size: 50px;
  letter-spacing: 5px;
  text-shadow: 8px -2px 2px black;
  font-weight: bold;
}

.bj div p:nth-child(1) {
  padding-top: 5%;
}

.bj div ul {
  padding: 0;
  width: 1200px;
  margin: auto;
  display: block;
  text-align: center;
}

.bj div ul li {
  float: left;
  width: 14%;
  margin: 20px 3% 0  3%;
  border-radius: 50%;
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.7);
  color: #fff;
  font-size: 24px;
  padding-top: 64px;
  height: 168px;
}

.weilian-1, .weilian-2, .weilian-3, .weilian-4, .weilian-5, .weilian-6, .weilian-7, .weilian-8, .weilian-9 {
  overflow: hidden;
  padding: 4em 0;
}

.weilian-1:hover .title h4::after, .weilian-2:hover .title h4::after, .weilian-3:hover .title h4::after, .weilian-4:hover .title h4::after, .weilian-5:hover .title h4::after, .weilian-6:hover .title h4::after, .weilian-7:hover .title h4::after, .weilian-8:hover .title h4::after, .weilian-9:hover .title h4::after {
  width: 10%;
  left: 45%;
}

.weilian-1 .col-sm-3 {
  padding: 0;
  position: relative;
}

.weilian-1 .col-sm-3 img {
  width: 100%;
}

.weilian-1 .col-sm-3 a {
  position: absolute;
  bottom: 40px;
  left: 80px;
  border: 1px solid #fff;
  display: inline-block;
  color: #fff;
  padding: 5px 40px;
  transition: .35s all;
}

.weilian-1 .col-sm-3 a:hover {
  background: #065bbd;
  border: 1px solid #065bbd;
}

.weilian-1 .col-sm-9 {
  padding: 0;
}

.weilian-1 .col-sm-9 .col-sm-4 {
  padding: 0;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.weilian-1 .col-sm-9 .col-sm-4:nth-child(1), .weilian-1 .col-sm-9 .col-sm-4:nth-child(2), .weilian-1 .col-sm-9 .col-sm-4:nth-child(3) {
  border-top: 1px solid #ddd;
}

.weilian-1 .col-sm-9 .col-sm-4:hover img {
  transform: scale(1.1);
}

.weilian-1 .col-sm-9 .col-sm-4 img {
  transition: .35s all;
  margin: 40px auto 24px;
  display: block;
}

.weilian-1 .col-sm-9 .col-sm-4 h4 {
  font-weight: bold;
  color: #000;
  margin-bottom: 19.5px;
  text-align: center;
}

.weilian-2 .col-sm-6 {
  padding: 0 5px;
}

.weilian-2 .col-sm-6 > div {
  background: #fff;
  border: 1px solid #dcdcdc;
}

.weilian-2 .col-sm-6 > div .weilian-2-1 {
  padding: 14px 15px;
  border-bottom: 1px solid #dcdcdc;
}

.weilian-2 .col-sm-6 > div .weilian-2-1 h4 {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  padding-left: 10px;
  border-left: 3px solid #29498c;
  line-height: 1;
}

.weilian-2 .col-sm-6 > div .weilian-2-1 a {
  float: right;
  margin-top: 10px;
  font-size: 14px;
}

.weilian-2 .col-sm-6 > div .weilian-2-1 a:hover {
  color: #065bbd;
}

.weilian-2 .col-sm-6 > div .weilian-2-2 {
  padding: 20px 15px 30px;
}

.weilian-2 .col-sm-6 > div .weilian-2-2 p {
  color: #666;
  font-size: 14px;
  line-height: 2;
  text-align: justify;
  text-indent: 2em;
}

.weilian-2 .col-sm-6 > div .weilian-2-2 div {
  display: flex;
}

.weilian-2 .col-sm-6 > div .weilian-2-2 a {
  height: 36px;
  flex: auto;
  font-size: 14px;
  margin: 0 5px;
  background-color: #29498c;
  color: #fff;
  margin-top: 18px;
  text-align: center;
  line-height: 36px;
  border-radius: 5px;
  display: inline-block;
}

.weilian-2 .col-sm-6 > div .weilian-2-2 a:hover {
  background: #ee4a4a;
}

.bg2 {
  background: #f8f8f8;
}

.weilian-3 .title {
  margin-bottom: 120px;
}

.weilian-3 .col-sm-3:nth-child(2) div span i {
  font-size: 60px;
}

.weilian-3 .col-sm-3:nth-child(2) div span {
  background: #ee4a4a;
}

.weilian-3 .col-sm-3:nth-child(4) div span {
  background: #ee4a4a;
}

.weilian-3 .col-sm-3 div {
  text-align: center;
  border-radius: 10px;
  position: relative;
  margin-bottom: 30px;
  box-shadow: 0px 0px 15px #ddd;
  padding-top: 50px;
  padding-bottom: 20px;
}

.weilian-3 .col-sm-3 div span {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: block;
  background: #065bbd;
  line-height: 90px;
  color: #fff;
  top: -45px;
  left: calc(50% - 45px);
  margin: auto;
  position: absolute;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}

.weilian-3 .col-sm-3 div span i {
  font-size: 40px;
}

.weilian-3 .col-sm-3 div h4 {
  margin-top: 35px;
  font-size: 20px;
  font-weight: bold;
}

.weilian-3 .col-sm-3 div p {
  line-height: 2;
  font-size: 14px;
  color: #838383;
  padding: 20px 30px 30px;
  text-align: justify;
}

.weilian-4 .row div {
  display: flex;
}

.weilian-4 .row div li {
  flex: auto;
  padding: 10px 0;
  margin: 0 5px;
  border: 1px solid #eee;
  background: #fff;
  text-align: center;
}

.weilian-4 .row div li:hover {
  border: 1px solid #065bbd;
}

.weilian-4 .row div li i {
  font-size: 60px;
  color: #065bbd;
}

.weilian-4 .row div li h4 {
  font-size: 16px;
}

.weilian-4 .row div li p {
  color: #838383;
  font-size: 14px;
}

.weilian-5 .weilian-5-1 {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.weilian-5 .weilian-5-1 div {
  width: 100%;
  height: 220px;
  margin-bottom: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 80% 80%;
}

.weilian-5 .weilian-5-1 p {
  text-align: center;
  margin-bottom: 40px;
  border-top: 1px solid #eee;
  background: #fff;
  line-height: 3;
  font-size: 16px;
}

#gun1, #gun {
  height: 330px !important;
}

.news img {
  width: 100%;
  margin-bottom: 15px;
}

.news h3 {
  font-size: 20px;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 10px;
}

.news h3 a {
  color: #393D49;
}

.news dl {
  display: table;
}

.news dl dt {
  display: table-cell;
  width: 100px;
  text-align: center;
  color: #065bbd;
  vertical-align: middle;
  font-weight: normal;
  border: 1px dashed #065bbd;
}

.news dl dt b {
  display: block;
  font-size: 36px;
}

.news dl dd {
  display: table-cell;
  padding: 0 1em;
  background: #FBFBFB;
  position: relative;
}

.news dl dd h4 {
  font-size: 16px;
  font-weight: bold;
}

.news dl dd h4 a {
  color: #065bbd;
}

.news dl dd p {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  margin-bottom: 10px;
}

.news dl:hover dt {
  background: #254b63;
  border-color: transparent;
  color: #FFFFFF;
}

.news dl:hover dd {
  background: #2d6485;
}

.news dl:hover dd a {
  color: #FFFFFF;
}

.news dl:hover dd p {
  color: #FFFFFF;
}

.news_content dl {
  background: #fff;
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.1);
  width: 100%;
  display: table;
  margin-bottom: 15px;
}

.news_content dl dt {
  background: #065bbd !important;
  vertical-align: middle;
  display: table-cell;
  width: 100px;
  padding: 10px 0;
  text-align: center;
  color: #666;
}

.news_content dl dt c {
  display: block;
  font-size: 30px;
  color: #fff;
}

.news_content dl dt span {
  color: #fff;
}

.news_content dl dd {
  background: #fff;
  padding: 10px;
  display: table-cell;
  margin-bottom: 0;
  height: 100%;
}

.news_content dl dd a {
  text-decoration: none;
}

.news_content dl dd c {
  height: 22px;
  overflow: hidden;
  margin-top: 10px;
  color: #065bbd;
  font-size: 20px;
}

.news_content dl dd c a {
  color: #000000;
  text-decoration: none;
}

.news_content dl dd p {
  height: 66px;
  overflow: hidden;
  font-size: 14px;
  color: #777;
  margin: 0;
  padding-top: 10px;
  line-height: 28px;
}

.news_content dl:hover dd {
  background: rgba(6, 91, 189, 0.7) !important;
}

.news_content dl:hover dt {
  background: #065bbd !important;
}

.news_content dl:hover dt b,
.news_content dl:hover dt span {
  color: #FFFFFF !important;
}

.news_content dl:hover dd c {
  color: #fff;
}

.news_content dl:hover dd p {
  color: #fff;
}

.news_content dl:hover dd p a {
  color: #fff;
}

.foot {
  padding-top: 1em;
  background: #065bbd;
  color: rgba(255, 255, 255, 0.8);
}

.foot a {
  color: rgba(255, 255, 255, 0.8);
}

.foot .foot1 p {
  text-align: center;
}

.foot h4 {
  font-size: 16px;
  color: #fff;
}

.foot li {
  color: #fff;
  line-height: 30px;
  text-align: center;
}

.foot li a {
  color: rgba(255, 255, 255, 0.7);
  line-height: 26px;
  font-size: 14px;
}

.foot .col-md-4 li {
  color: #fff;
  float: left;
  text-align: center;
  width: 33.33%;
}

.foot .col-md-4 li a {
  color: rgba(255, 255, 255, 0.7);
  line-height: 26px;
  font-size: 14px;
}

.foot img {
  display: block;
  margin: auto;
  margin-top: 10px;
  width: 150px;
  height: 150px;
  margin-left: 40px;
}

.foot .link {
  font-size: 14px;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.7);
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.foot .link a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  margin-right: 10px;
}

.foot p {
  line-height: 28px;
  font-size: 14px;
}

.zuobian-xia p {
  padding: 0 20px;
  line-height: 28px;
  color: #555;
  padding-top: 10px;
}

.zuobian-xia img {
  width: 120px;
  padding-left: 20px;
}

.zuobian div {
  width: 270px;
  padding-bottom: 10px;
  background: #f8f8f8;
}

.zuobian h4 {
  background: #065bbd;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: bold;
  padding-left: 20px;
  line-height: 80px;
  font-size: 24px;
  letter-spacing: 2px;
}

.zuobian .active {
  background: #f67c01;
}

.zuobian li {
  background: #065bbd;
  color: #fff;
  line-height: 40px;
  margin: 20px;
}

.zuobian li:hover {
  background: #f67c01;
}

.zuobian li a {
  display: block;
  padding-left: 20px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}

.add {
  background: #065bbd;
  height: 35px;
  line-height: 35px;
  color: #fff;
  font-size: 14px;
}

.add a {
  color: #fff;
  font-size: 14px;
}

.add i {
  font-size: 18px;
  margin: auto 5px;
}

.main {
  padding: 3em 0;
}

.main .info {
  font-size: 14px;
}

.main .info p, .main .info li {
  font-size: 14px;
  line-height: 32px;
}

.main .neirong {
  background: #fff;
  padding: 0 20px 20px;
  line-height: 32px;
}

.cp-tp {
  padding: 0;
}

.zipnoian {
  background: #f8f8f8 !important;
  margin-bottom: 10px;
}

.pr-cp {
  margin-bottom: 20px;
}

.pr-cp a {
  margin-bottom: 10px;
  display: block;
  border: 1px solid #eee;
  overflow: hidden;
}

.pr-cp div {
  width: 100%;
  height: 180px;
  background-size: 100% 100%;
}

.pr-cp:hover img {
  transform: scale(1.1);
}

.pr-cp:hover p {
  color: #065bbd;
}

.pr-cp img {
  transition: .35s;
  border-radius: 3px;
}

.pr-cp p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  padding-top: 10px;
  font-size: 16px;
}

.new-co p {
  margin: 0;
  line-height: 32px;
  font-size: 14px;
}

.banner img {
  width: 100%;
}

.fixednav {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 999;
}

/**************************foot***************************/
.page {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 0px;
}

.page .active span {
  color: #fff !important;
}

.page span:first-child,
.page a:first-child {
  border-radius: 2px 0 0 2px !important;
  border: 1px #000 solid;
  padding: 3px 6px;
  margin-left: -1px;
  color: #000;
}

.page a:last-child,
.page span:last-child {
  border-radius: 0 2px 2px 0 !important;
}

.page a,
.page span {
  text-decoration: none;
  color: #000;
  border: 1px #000 solid;
  padding: 3px 6px;
  margin-left: -1px;
}

.page span:first-child, .page a:first-child {
  border: 0;
  margin: 0 5px;
  padding: 3px 10px;
  display: block;
  border-radius: 2px !important;
}

.weilian-5xx .col-sm-3 {
  width: 20%;
}

.weilian-5 .weilian-5-1 div {
  height: 200px;
}

/**************************left内页***************************/
@media (max-width: 767px) {
  body {
    font-size: 12px;
  }
  p,
  span,
  a {
    font-size: 12px !important;
  }
  h3 {
    font-size: 16px !important;
  }
  h1,
  h2,
  h4 {
    font-size: 14px !important;
    font-weight: bold;
  }
  .row {
    margin: auto 0;
  }
  /**************************公共***************************/
  #contact-p {
    display: none !important;
  }
  .head img {
    margin: auto;
    display: block;
  }
  .news_content dl dd h4 {
    height: 17px;
  }
  .right img {
    width: 100%;
  }
  #gun1, #gun {
    height: 260px !important;
  }
  #allmap {
    width: 100% !important;
  }
  .weilian-1, .weilian-2, .weilian-3, .weilian-4, .weilian-5, .weilian-6, .weilian-7 {
    padding: 2em 0;
  }
  .pr-cp div {
    height: 130px !important;
  }
  .product {
    padding: 0 5px;
  }
  .title h4 {
    font-size: 18px !important;
  }
  .title {
    margin-bottom: 2em;
  }
  .neirong div {
    padding: 0;
  }
  .bj div {
    padding-top: 38px;
  }
  .bj div p {
    padding: 15px;
    margin: 0;
    font-size: 24px !important;
  }
  .foot {
    margin-bottom: 40px;
  }
  .main .col-sm-9 {
    padding: 0;
  }
  .main .col-sm-9 .pr-cp {
    padding: 0 5px;
  }
  .main .col-sm-9 .pr-cp a {
    padding: 3px;
  }
  .zuobian {
    display: none;
  }
  .main .neirong {
    padding: 15px;
  }
  .product a > h4, .news dl dd h4, .pr-cp p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .news dl {
    display: block !important;
  }
  .news dl dt {
    display: block;
    float: left;
    height: 110px;
    width: 30%;
    padding-top: 15px;
  }
  .news dl dd {
    overflow: hidden;
    display: block;
    float: left;
    height: 110px;
    width: 70%;
    margin-bottom: 20px;
  }
  .main img {
    width: 100%;
    height: auto;
  }
  .weilian-1 .col-sm-3 img {
    display: none;
  }
  .weilian-1 .col-xs-6 {
    float: left;
    width: 48%;
    margin: 1%;
    border: 1px solid #ddd;
  }
  .weilian-1 .col-xs-6 img {
    width: 100%;
    margin: 0 0 10px 0 !important;
  }
  .weilian-2 .col-sm-6 > div .weilian-2-2 {
    padding: 20px 8px 20px;
  }
  .weilian-2 div {
    height: auto;
    margin-bottom: 10px;
  }
  .weilian-4 .row div {
    display: block;
  }
  .weilian-4 .row div li {
    width: 48%;
    float: left;
    margin: 1%;
  }
  .weilian-4 .row div li:last-child {
    margin-left: 25%;
  }
  .weilian-5 .col-xs-6 {
    padding: 0 5px;
  }
  .weilian-5 .weilian-5-1 div {
    height: 110px;
  }
  #contact {
    display: block !important;
    display: table;
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: #065bbd;
  }
  #contact .active a {
    background: #065bbd;
  }
  #contact i {
    vertical-align: bottom;
    margin-right: 5px;
  }
  #contact button {
    background: none;
    border: 0;
    color: #fff;
    font-size: 14px;
    outline: none;
  }
  #contact > a {
    display: table-cell;
    vertical-align: middle;
    line-height: 40px;
    text-align: center;
    color: #FFFFFF;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
  }
  #contact > a:last-child {
    border-right: 0;
  }
  #contact div {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    line-height: 40px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
  #contact div > a {
    color: #FFFFFF;
  }
  #contact div ul {
    min-width: 100px;
    padding: 10px;
  }
  #contact div ul li a {
    padding: 5px 15px;
    text-align: center;
    border-bottom: 1px solid #f4f4f4;
  }
  #contact div ul li:last-child a {
    border-bottom: 0;
  }
  .weilian-5xx .col-sm-3 {
    width: 50%;
  }
  .weilian-5 .weilian-5-1 div {
    height: 120px;
    margin-bottom: 0;
  }
  .weilian-5xx .col-sm-3:last-child {
    margin-left: 25%;
  }
}
