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

.head {
  height: 80px;
  margin: 15px 0;
}

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

.head .col-sm-5 {
  padding-top: 20px;
  padding-left: 40px;
}

.head .col-sm-5 p {
  color: #2A2A42;
  letter-spacing: 3px;
  font-size: 24px;
}

.head .col-sm-5 p span {
  color: #065bbd;
}

.head .col-sm-4 {
  text-align: right;
  padding-top: 13px;
  padding-right: 0;
}

.head .col-sm-4 span {
  font-weight: bold;
  font-size: 20px;
  margin-left: 10px;
  color: #065bbd;
  font-weight: bold;
}

.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: #f67c01;
}

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

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

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

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

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

.canp .col-sm-3 {
  text-align: center;
}

.canp .col-sm-3 img {
  padding: 30px;
  border-radius: 0;
  box-shadow: 0 0 15px #caddeb;
  width: 100%;
  height: 280px;
  object-fit: contain;
  padding: 40px;
  overflow: hidden;
  border-radius: 10px;
  transition: .35s all;
}

.canp .col-sm-3 div {
  transition: .35s all;
  margin: 10px;
  padding-bottom: 20px;
}

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

.canp .col-sm-3 c {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.canp .col-sm-3 p {
  color: #666;
  font-size: 14px;
  padding: 0 30px;
  transition: .35s all;
  line-height: 32px;
}

.info1 table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.info1 th, .info1 td {
  border: 1px solid #999;
  padding: 10px;
  text-align: center;
}

.diping-1 .col-sm-3 {
  text-align: center;
  padding: 0px;
}

.diping-1 .col-sm-3 div {
  transition: .35s all;
  margin-bottom: 20px;
  margin: 10px;
  padding-bottom: 20px;
}

.diping-1 .col-sm-3 div img {
  border-radius: 0;
  box-shadow: 0 0 15px #caddeb;
  width: 100%;
  height: 280px;
  object-fit: contain;
  padding: 40px;
  overflow: hidden;
  border-radius: 10px;
  transition: .35s all;
}

.diping-1 .col-sm-3 div c {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.diping-1 .col-sm-3:hover div img {
  transform: scale(1.05);
}

.diping-1 .col-sm-3 c {
  font-size: 16px;
  margin-top: 20px;
  font-weight: bold;
  color: #1a1d31;
  display: inline-block;
  margin-bottom: 14px;
  transition: .35s all;
}

.diping-1 .col-sm-3 p {
  color: #666;
  font-size: 14px;
  padding: 0 30px;
  transition: .35s all;
  line-height: 32px;
}

.diping-2 {
  background: url(../img/13.jpg) center no-repeat;
  background-size: cover;
}

.diping-2 .item {
  position: relative;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  padding: 20px;
  border-radius: 15px;
}

.diping-2 .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-top: 20px;
}

.diping-2 .item p {
  font-size: 16px;
  margin-top: 10px;
  color: #333;
  line-height: 32px;
  font-weight: normal;
  text-indent: 2em;
  text-transform: uppercase;
}

.diping-3 {
  text-align: center;
}

.diping-3 .col-sm-3 {
  margin-bottom: 30px;
}

.diping-3 span {
  color: #065bbd;
  display: block;
  margin: auto;
  margin-bottom: 30px;
  background: #065bbd;
  padding: 10px;
  border-radius: 10%;
  text-align: center;
  height: 120px;
  width: 120px;
  line-height: 90px;
  transition: 0.3s;
}

.diping-3 span:hover {
  transform: rotate(360deg);
}

.diping-3 span i {
  font-size: 70px;
  color: #FFF;
}

.diping-3 a {
  color: #000;
  font-size: 18px;
}

.diping-4 {
  background: #FBFBFB;
}

.diping-4 .row {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  padding: 20px;
  border-radius: 15px;
  overflow: hidden;
}

.diping-4 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .35s all;
}

.diping-4 img:hover {
  transform: scale(1.02);
}

.neirong img {
  width: 80%;
  margin: auto;
  height: auto;
  display: block;
}

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

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

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

.zuobian h4 {
  background: #065bbd;
  color: #fff;
  margin-top: 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 {
  background: #eee;
  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: 20px;
  line-height: 32px;
}

.cp-tp {
  padding: 0;
}

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

.pr-cp a {
  margin-bottom: 10px;
  display: block;
  border-radius: 5px;
  padding: 10px;
  background: #fff;
  overflow: hidden;
}

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

/**************************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;
  }
  /**************************公共***************************/
  .canp .col-sm-3 p {
    padding: 0 10px;
  }
  .diping-1 .row .clalls {
    height: auto;
    margin-bottom: 30px;
  }
  .diping-1 .row .cl1 {
    background: url(../img/2.jpg) center !important;
    color: #fff !important;
  }
  .diping-1 .row .cl1 p, .diping-1 .row .cl1 i {
    color: #fff !important;
  }
  .diping-1 .row .cl1 span {
    border: #fff 1px solid  !important;
  }
  .diping-1 .row .clalls .cl3 .cl5 div {
    padding: 5px;
    text-align: center;
  }
  .diping-1 .row .clalls .cl3 {
    padding: 10px;
    display: block;
  }
  .diping-1 .row .clalls .cl2 {
    display: none;
  }
  .diping-2 .item .img {
    width: 48%;
    margin: 1%;
    height: auto;
    float: left;
  }
  .diping-2 .item .img img {
    height: 110px;
  }
  .diping-2 .item .img .it-cont h3 {
    margin-top: 0;
  }
  .diping-2 .item .img .it-cont p {
    display: none;
  }
  .diping-2 .item .img:nth-child(5) {
    display: none;
  }
  .diping-3 [class^="col"] div p {
    height: 150px;
  }
  .diping-3 [class^="col"] div c {
    margin: 10px 0 5px;
  }
  .diping-3 [class^="col"] div c a {
    font-size: 16px !important;
  }
  .diping-4 .col-md-2 {
    width: 100%;
    padding: 0;
  }
  #contact-p {
    display: none !important;
  }
  .head img {
    margin: auto;
    display: block;
  }
  .gjbjx {
    padding: 10px;
  }
  .gjbjx li {
    float: left;
    text-align: center;
    line-height: 40px;
    width: 31%;
    color: #fff;
    margin: 1%;
    background: #065bbd;
    border: 1px solid #eee;
    overflow: hidden;
    white-space: nowrap;
    border-radius: 5px;
  }
  .gjbjx li a {
    color: #fff;
  }
  .news_content dl dd h4 {
    height: 17px;
  }
  .right img {
    width: 100%;
  }
  #gun1, #gun {
    height: 260px !important;
  }
  #allmap {
    width: 100% !important;
  }
  .diping-1, .diping-2, .diping-3, .diping-4, .diping-5, .diping-6, .diping-7 {
    padding: 2em 0;
  }
  .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;
  }
  .bj div p:nth-child(1) {
    letter-spacing: 4px;
    white-space: nowrap;
    padding-top: 10%;
    font-size: 36px !important;
  }
  .bj div p:nth-child(2) {
    padding-top: 0;
  }
  .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;
  }
  .sjbj {
    position: relative;
  }
  .sjbj .sjlogo {
    position: absolute;
    z-index: 9;
    padding-top: 0 !important;
    width: 50px;
    left: 10px;
    top: 10px;
    display: block;
  }
  .sjbj .sjlogo img {
    border-radius: 10px;
  }
  .canp .col-sm-3 img {
    height: 110px;
    padding: 0;
  }
  .diping-1 .col-sm-3 div img {
    height: 200px;
    padding: 10px 0;
  }
  #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;
  }
}
