@charset "UTF-8";
.flex, .menu + nav {
  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: #2577e3;
  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;
}

/**************************公共***************************/
.subtitle {
  background-color: #393D49;
  color: #FFFFFF;
  line-height: 40px;
  font-size: 14px;
}

.subtitle a {
  color: #FFFFFF;
}

.subtitle a:first-of-type {
  margin-left: 10px;
}

.subtitle a:hover {
  color: #2577e3;
}

.top {
  padding: 1.5em 0;
}

.top .top-middle {
  text-align: center;
  position: relative;
  left: 20px;
}

.top .top-middle p {
  margin-top: 10px;
  font-weight: 600;
  color: #ff8800;
  font-size: 20px;
  line-height: 40px;
  margin: 0;
}

.top .logo {
  background: url(../img/logo.png) left no-repeat;
}

.top .logo p {
  padding-left: 60px;
  font-size: 30px;
  white-space: nowrap;
  font-weight: bold;
  color: #2577e3;
}

.top .logo p:nth-child(2) {
  font-size: 15px;
  color: #2577e3;
}

.top .top-tel {
  text-align: right;
  margin-top: 15px;
}

.top .top-tel i {
  color: #ff8800;
  font-size: 36px;
  display: block;
  float: left;
  margin-right: 15px;
}

.top .top-tel p {
  width: 100%;
  font-size: 14px;
  text-align: left;
  color: #888;
  float: left;
}

.top .top-tel p span {
  font-size: 30px;
  color: #ff8800;
}

.nav-box {
  background: #2577e3;
}

.site {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  background: #f4f6f8;
}

.site .col-sm-8 a, .site .col-sm-8 h1, .site .col-sm-8 p, .site .col-sm-8 h2, .site .col-sm-8 span {
  font-size: 12px;
  color: #666666;
  margin: 0;
  line-height: 35px;
}

.site .col-sm-8 h1, .site .col-sm-8 h2 {
  display: inline;
  white-space: nowrap;
  position: absolute;
}

.site .col-sm-8 p a {
  margin-left: 10px;
}

.site .col-sm-4 {
  height: 35px;
}

.site .col-sm-4 a, .site .col-sm-4 p {
  font-size: 12px;
  color: #666666;
  margin: 0;
  line-height: 35px;
}

.site .col-sm-4 p a {
  margin-left: 10px;
}

.site .col-sm-4 p span {
  color: #2577e3;
  font-weight: bold;
  margin-right: 10px;
}

.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: #2577e3;
  color: #fff;
}

.qgcs {
  color: #000;
  cursor: pointer;
  display: inline-block;
  position: relative;
  border-top: none;
  border-bottom: none;
  padding: 0 10px 1px 5px;
}

.qgcs:hover {
  border-top: none;
  border-bottom: none;
}

.qgcs:hover .city {
  display: block;
}

.qgcs span {
  font-size: 14px;
  color: #fff;
}

.qgcs i {
  color: #2577e3;
  font-size: 18px;
  color: #2577e3;
}

.qgcs a:hover {
  color: #2577e3 !important;
}

.qgcs .city {
  position: absolute;
  top: 35px;
  left: -1px;
  z-index: 9989999;
  background: #fff;
  width: 506px;
  height: auto;
  display: none;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}

.qgcs .city c, .qgcs .city h2 {
  display: block;
  width: 100%;
  height: 38px;
  border-bottom: 1px rgba(0, 0, 0, 0.5) solid;
  margin: 0;
  font-size: 12px;
}

.qgcs .city c span, .qgcs .city h2 span {
  color: #2577e3;
  border-bottom: 2px #2577e3 solid;
  float: left;
  width: 60px;
  margin-right: 2px;
  line-height: 36px;
  text-align: center;
  margin-left: 26px;
}

.qgcs .city > div {
  padding: 10px 0 9px 26px;
  line-height: 28px;
}

.qgcs .city > div a {
  width: 15.66%;
  display: inline-block;
}

.ggl-l {
  position: fixed;
  left: 180px;
  top: 17%;
  width: 120px;
  height: 370px;
  background: #003399;
  display: block;
  z-index: 99999999999;
  overflow: hidden;
}

.ggl-l img {
  width: 100%;
}

.ggl-r {
  position: fixed;
  right: 180px;
  top: 17%;
  width: 120px;
  height: 370px;
  background: #003399;
  display: block;
  z-index: 99999999999;
  overflow: hidden;
}

.ggl-r img {
  width: 100%;
}

@media (max-width: 1550px) {
  .ggl-r {
    top: 30%;
    right: 10px;
  }
  .ggl-l {
    top: 30%;
    left: 10px;
  }
}

.zhaosal {
  margin-top: 30px;
}

.zhaosal .col-sm-3 {
  margin-bottom: 20px;
}

.zhaosal .col-sm-3 > div {
  border: 1px solid #ddd;
  overflow: hidden;
}

.zhaosal .col-sm-3 > div:hover img {
  transform: scale(1.1);
}

.zhaosal .col-sm-3 > div img {
  transition: .35s all;
}

.zhaosal .col-sm-3 > div div {
  text-align: center;
  padding: 20px;
}

.zhaosal .col-sm-3 > div div a {
  width: 166px;
  height: 34px;
  display: block;
  margin: 20px auto 0;
  text-align: center;
  line-height: 34px;
  font-size: 14px;
  color: #848484;
  border-radius: 17px;
  border: solid 1px #e2e2e2;
}

.zhaosal .col-sm-3 > div div a:hover {
  background: #2577e3;
  color: #fff;
}

.zhaosal .col-sm-3 > div div i {
  color: #2577e3;
  font-size: 14px;
  margin: 0 5px;
}

.zhaoshang {
  margin: 20px 0;
}

.zhaoshang .col-sm-3 {
  margin-bottom: 10px;
  padding: 0;
}

.banner {
  position: relative;
}

.banner img {
  width: 100%;
}

.banner .bj1 {
  background: url(../img/banner1.jpg) center no-repeat;
  background-size: cover;
  height: 450px;
}

.banner .bj2 {
  background: url(../img/banner2.jpg) center no-repeat;
  background-size: cover;
  height: 450px;
}

.banner .bj3 {
  background: url(../img/banner1.jpg) center no-repeat;
  background-size: cover;
  height: 450px;
}

.banner .bj4 {
  background: url(../img/banner1.jpg) center no-repeat;
  background-size: cover;
  height: 450px;
}

.banner .bjx {
  background: url(../img/bannerx.jpg) center no-repeat;
  background-size: cover;
  height: 450px;
}

.main img {
  width: 100%;
}

.menu {
  width: 307px;
  float: left;
  position: relative;
  height: 45px;
}

.menu h3 {
  margin: 0;
  border-bottom: 1px #0669b6 solid;
  font-size: 18px;
  background: #2577e3;
  height: 100%;
  line-height: 45px;
  color: #FFFFFF;
  text-align: center;
}

.menu h3 a {
  color: #fff;
}

.menu h3 span {
  margin-right: 5px;
  font-size: 16px;
}

.menu ul {
  padding-left: 0;
  list-style: none;
  padding: 0;
  margin: 0;
  background: #2577e3;
  position: absolute;
  height: 451px;
  left: 0;
  z-index: 9999;
}

.menu ul li {
  overflow: hidden;
}

.menu ul li h4 {
  margin: 0 auto 10px;
  color: #2577e3;
  font-size: 16px;
}

.menu ul li h4 span {
  font-size: 20px;
  margin-right: 8px;
}

.menu ul li a {
  font-size: 14px;
  padding-left: 20px;
  line-height: calc(441px / 8);
  color: #FFFFFF;
  border-bottom: 1px #0669b6 solid;
  border-top: 1px #3282e3 solid;
  text-align: left;
  float: left;
  width: 50%;
  display: inline-block;
}

.menu ul li a i {
  margin-right: 10px;
}

.menu ul li a:last-child {
  border: 0;
}

.menu ul li a:nth-child(15) {
  border: 0;
}

.menu ul li a:hover {
  color: #ff8800;
}

.menu + nav {
  float: left;
  line-height: 45px;
  width: calc(100% - 340px);
}

.menu + nav li {
  flex: auto;
  list-style: none;
}

.menu + nav li:last-child {
  display: none;
}

.menu + nav li a {
  display: block;
  text-align: center;
  flex: auto;
  color: #FFFFFF;
}

.menu + nav li a:hover {
  background: #2577e3;
}

/**************************head***************************/
.title {
  margin-bottom: 2.5em;
  text-align: center;
}

.title:hover i {
  width: 100%;
}

.title span {
  display: inline-block;
  font-size: 26px;
}

.title i {
  display: block;
  height: 1px;
  background: #ff8800;
  width: 70px;
  transition: 1s all;
  margin: auto;
  margin-top: 10px;
}

.title p {
  font-size: 14px;
  color: #999;
  margin-top: 10px;
  font-weight: normal;
  text-transform: uppercase;
}

.product {
  padding: 3em 0;
  background: #f8f8f8;
}

.product img {
  border-radius: 3px;
}

.product p {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 0;
}

.product .col-sm-3 {
  margin-bottom: 20px;
}

.product .col-sm-3 a {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  display: block;
  padding: 20px;
  border-radius: 5px;
  background: #fff;
}

.gdst-pj dl {
  text-align: left;
  padding-bottom: 5px;
  width: 100%;
  display: table;
  border-bottom: 1px dashed #ddd;
}

.gdst-pj dl dt {
  display: table-cell;
  vertical-align: middle;
}

.gdst-pj dl dt i {
  color: #ff8800;
  font-size: 30px;
}

.gdst-pj dl dd {
  padding-left: 10px;
}

.gdst-pj dl dd span {
  font-size: 16px;
  font-weight: bold;
}

.gdst-pj dl dd p {
  margin-top: 5px;
  color: #777;
}

.gdst-you li {
  float: left;
  width: 18%;
  margin: 1%;
  height: 170px;
  text-align: center;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  padding: 20px 0;
}

.gdst-you li i {
  font-size: 50px;
  display: block;
  margin: auto;
  color: #2577e3;
  margin-bottom: 10px;
}

.gdst-you li span {
  border-bottom: 1px solid #2577e3;
  padding-bottom: 10px;
}

.xinwen {
  padding: 3em 0;
  background: #f8f8f8;
}

.xinwen .xinwen-con a {
  margin-bottom: 20px;
  display: block;
  background: #ffffff;
  padding: 20px 20px;
  border-radius: 3px;
  transition: .35s;
}

.xinwen .xinwen-con a:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.xinwen .xinwen-con a dl {
  display: table;
}

.xinwen .xinwen-con a dl:hover div {
  background: #1389e7;
}

.xinwen .xinwen-con a dl:hover h4 {
  color: #2577e3;
}

.xinwen .xinwen-con a dl dt {
  display: table-cell;
  vertical-align: middle;
  width: 200px;
}

.xinwen .xinwen-con a dl dt img {
  width: 230px;
  border-radius: 5px;
  height: 143px;
}

.xinwen .xinwen-con a dl dd {
  padding-left: 20px;
}

.xinwen .xinwen-con a dl dd h4 {
  transition: .35s;
  margin-top: 0;
  font-size: 18px;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.xinwen .xinwen-con a dl dd p {
  font-size: 14px;
  color: #777;
  line-height: 24px;
  height: 50px;
  overflow: hidden;
  margin-bottom: 9px;
}

.xinwen .xinwen-con a dl dd div {
  font-size: 14px;
  background: #2577e3;
  color: #fff;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 3px;
  transition: .35s;
}

.content {
  padding: 3em 0;
  background: #f8f8f8;
}

.content .info {
  background: #fff;
  padding: 30px;
}

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

.padd {
  padding: 3em 0;
}

.gdst1 {
  padding-top: 3em;
}

.cs-gdst2 .col-sm-3 div {
  margin-bottom: 20px;
  border-radius: 5px;
  transition: .35s all;
  padding: 20px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.cs-gdst2 .col-sm-3 div img {
  width: 100%;
  border-radius: 5px;
}

.cs-gdst2 .col-sm-3 div p {
  margin-bottom: 0;
  margin-top: 20px;
  text-align: center;
}

.cs-gdst2 .col-sm-3 div:hover {
  background: #2577e3;
  color: #fff;
}

.gdst2 {
  background: #f8f8f8;
}

.gdst2 .qiehuan1, .gdst2 .qiehuan2 {
  border-bottom: 1px solid #eee;
  display: flex;
}

.gdst2 .qiehuan1 li, .gdst2 .qiehuan2 li {
  flex: auto;
  padding-bottom: 10px;
  float: left;
  text-align: center;
  white-space: nowrap;
}

.gdst2 .qiehuan1 .cur, .gdst2 .qiehuan2 .cur {
  color: #2577e3;
  border-bottom: 1px solid #2577e3;
}

.gdst2 .col-sm-3 {
  padding: 0 8px;
  overflow: hidden;
  position: relative;
  margin-top: 20px;
}

.gdst2 .col-sm-3 div {
  transition: .35s all;
  background: #fff;
  margin-bottom: 20px;
  border-radius: 5px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.gdst2 .col-sm-3 div i {
  position: absolute;
  left: 8px;
  top: 0;
  width: 50px;
  display: block;
  font-style: inherit;
  text-align: center;
  z-index: 999;
  line-height: 30px;
  height: 50px;
}

.gdst2 .col-sm-3 div i p {
  color: #fff;
  position: absolute;
  text-align: center;
  display: block;
  left: 7px;
  top: 3px;
  font-size: 12px;
  z-index: 9999;
}

.gdst2 .col-sm-3 div i::after {
  content: '';
  left: 0;
  top: 0;
  width: 70px;
  height: 70px;
  border-right: 70px solid transparent;
  border-top: 50px solid red;
  transform: rotate(0deg);
  display: block;
}

.gdst2 .col-sm-3 div span {
  display: block;
  overflow: hidden;
}

.gdst2 .col-sm-3 div span img {
  transition: .35s all;
}

.gdst2 .col-sm-3 div a p {
  color: #999;
  padding: 20px;
  text-align: center;
  transition: .35s all;
}

.gdst2 .col-sm-3 div a p:nth-child(2) {
  font-weight: bold;
  padding-bottom: 0;
  color: #525252;
  margin: 0;
}

.gdst2 .col-sm-3 div a p:nth-child(3) {
  padding-top: 10px;
}

.gdst2 .col-sm-3 div:hover {
  background: #2577e3;
}

.gdst2 .col-sm-3 div:hover p {
  color: #fff !important;
}

.gdst2 .col-sm-3 div:hover img {
  transform: scale(1.1);
}

.gdst2-1 {
  background: #fff;
}

.gdst6 dl {
  padding-bottom: 20px;
}

.owl-theme .owl-controls .owl-nav [class*=owl-] {
  left: -8%;
  top: 45%;
}

.owl-theme .owl-controls .owl-nav [class*=owl-]:last-of-type {
  top: 45%;
  right: -8%;
}

.qiehuan {
  margin-bottom: 20px;
  padding: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  background: #2577e3;
}

.qiehuan li {
  float: left;
  width: 5%;
  text-align: center;
  line-height: 30px;
}

.qiehuan li:hover a {
  color: #ff8800;
  cursor: pointer;
}

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

.qiehuan .cur a {
  color: #ff8800;
}

.qiehuan-con dl {
  padding: 20px 10px;
  display: table;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
}

.qiehuan-con dl dt {
  display: table-cell;
  width: 150px;
  vertical-align: middle;
}

.qiehuan-con dl dt img {
  width: 100%;
}

.qiehuan-con dl dd {
  padding-left: 10px;
}

.qiehuan-con dl dd p:nth-child(1) {
  font-weight: bold;
  width: 200px;
}

.qiehuan-con dl dd p:nth-child(2) {
  font-size: 14px;
  color: #777;
}

.qiehuan-con dl:hover {
  background: #2577e3;
  color: #fff;
}

.qiehuan-con dl:hover p {
  color: #fff;
}

.qiehuan-con dl:hover p:nth-child(2) {
  color: #fff;
}

.gdst8 {
  margin-bottom: 20px;
}

.gdst8 .quan {
  padding-bottom: 20px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  padding: 20px;
  margin: 10px;
  border-radius: 5px;
}

.gdst8 p {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0px;
}

.gdst8 p i {
  padding: 5px 10px;
  font-style: inherit;
  display: inline-block;
  border-radius: 3px;
  margin-top: 5px;
  background: #2577e3;
  color: #fff;
}

.gdst8 p i:hover {
  background: #aaa;
}

.gdst9 {
  background: #f8f8f8;
}

.gdst9 .col-sm-2 {
  text-align: center;
}

.gdst9 .col-sm-2 span {
  width: 100px;
  height: 100px;
  display: block;
  line-height: 100px;
  background: #ff8800;
  margin: auto;
  text-align: center;
  transition: .35s all;
  border-radius: 50%;
  margin-bottom: 20px;
}

.gdst9 .col-sm-2 span:hover {
  transform: rotate(360deg);
}

.gdst9 .col-sm-2 span i {
  font-size: 55px;
  color: #fff;
}

.hs-news, .hs-news1, .hs-news2, .hs-news3 {
  height: 240px;
  overflow: hidden;
}

.hs-xw {
  display: table;
  margin-bottom: 0;
}

.hs-xw dt {
  display: table-cell;
  width: 150px;
}

.hs-xw dd {
  display: table-cell;
  padding-left: 10px;
  padding-bottom: 50px;
  vertical-align: top;
}

.hs-xw dd h2 {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 5px;
}

.hs-xw dd p {
  text-indent: 2em;
  height: 45px;
  overflow: hidden;
}

.hs-xw dd p span {
  color: #2577e3;
  font-weight: bold;
}

.gdst3 .row {
  position: relative;
}

.gdst3 p {
  position: absolute;
  width: 100%;
  font-weight: bold;
  padding-top: 25px;
  color: red;
  font-size: 30px;
  display: block;
  text-align: center;
  top: 0;
}

.gdst11 {
  background: #f8f8f8;
}

.gdst11 .row p {
  line-height: 36px;
  text-align: justify;
}

.gdst11 .row img {
  width: 100%;
}

.foot-t {
  padding: 30px 0;
  background: #2577e3;
  color: #ffff;
}

.foot-t dl {
  margin-bottom: 0;
  display: table;
}

.foot-t dl dt {
  display: table-cell;
  vertical-align: middle;
}

.foot-t dl dt span {
  border: 1px solid #fff;
  width: 70px;
  height: 70px;
  display: block;
  border-radius: 50%;
  text-align: center;
  line-height: 70px;
}

.foot-t dl dt span i {
  font-size: 40px;
}

.foot-t dl dd {
  padding-left: 10px;
}

.foot-t dl dd span {
  font-weight: bold;
}

.foot-t dl dd p {
  font-size: 14px;
  margin-top: 5px;
}

.pagemenu {
  padding: 10px 0;
}

.pagemenu li {
  float: left;
  width: 13%;
  background: #2577e3;
  text-align: center;
  line-height: 35px;
  margin: 10px .6%;
  border-radius: 5px;
}

.pagemenu li a {
  color: #fff;
  display: block;
}

.active11 {
  background: #000 !important;
}

.foot {
  padding-top: 1em;
  background: #000;
  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 .foot_left {
  clear: both;
}

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

.foot .foot-cop {
  clear: both;
  text-align: center;
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 14px;
}

.zuolist div {
  background: #fff;
}

.zuolist div li {
  line-height: 40px;
  padding: 0 10px;
}

.zuolist div h4 {
  background: #2577e3;
  line-height: 50px;
  text-align: center;
  color: #fff;
  margin-top: 0;
}

.li-pj dl {
  padding-bottom: 5px;
  width: 100%;
  display: table;
  border-bottom: 1px dashed #ddd;
}

.li-pj dl dt {
  display: table-cell;
  vertical-align: middle;
}

.li-pj dl dt i {
  color: #2577e3;
  font-size: 30px;
}

.li-pj dl dd {
  padding-left: 10px;
}

.li-pj dl dd span {
  font-size: 16px;
  font-weight: bold;
}

.li-pj dl dd p {
  margin-top: 5px;
  color: #777;
  text-align: left !important;
}

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

.add .container {
  background: #999;
}

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

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

/**************************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;
}

/**************************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;
  }
  .banner2 {
    padding: 0;
  }
  .gdst4 {
    display: none;
  }
  .gdst9 .col-sm-2 {
    margin-bottom: 20px;
  }
  .title span {
    font-size: 16px !important;
  }
  .foot-t dl dd p {
    display: none;
  }
  .foot-t dl dd span {
    margin-top: 20px;
    display: inline-block;
  }
  .foot {
    margin-bottom: 40px;
  }
  .top .logo p {
    font-size: 36px !important;
    margin-bottom: 5px;
  }
  .top .logo p:last-child {
    font-size: 14px !important;
  }
  .pagemenu li {
    width: 24%;
    white-space: nowrap;
    margin: .5%;
  }
  .info img {
    width: 100%;
  }
  .zuolist {
    display: none;
  }
  .xinwen .xinwen-con a dl dt {
    display: block;
    margin: auto;
  }
  .xinwen .xinwen-con a dl {
    display: block;
  }
  .xinwen .xinwen-con a dl dd h4 {
    margin: 30px 0  10px;
  }
  .xinwen .xinwen-con a dl dt img {
    width: 100%;
  }
  .xinwen .xinwen-con a dl dd {
    text-align: center;
    padding: 0;
  }
  .product p {
    white-space: nowrap;
  }
  .foot-t {
    padding-bottom: 0;
  }
  .foot-t .col-xs-6 {
    margin-bottom: 20px;
    padding: 0;
  }
  .banner {
    padding: 0;
  }
  .banner .bj1, .banner .bj2, .banner .bj3, .banner .bj4 {
    height: 200px;
  }
  .head img {
    margin: auto;
    display: block;
  }
  .gdst-you li {
    width: 48%;
  }
  .news_content dl dd h4 {
    height: 17px;
  }
  .gdst3 p {
    display: none;
  }
  .right img {
    width: 100%;
  }
  .owl-prev, .owl-next {
    display: none !important;
  }
  #allmap {
    width: 100% !important;
  }
  .ggl-r, .ggl-l {
    display: none;
  }
  #contact {
    display: block !important;
    display: table;
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: #1da4e4;
  }
  #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;
  }
}
