@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: Source Han Sans CN;
  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: #1da4e4;
  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;
}

/**************************公共***************************/
.head {
  height: 80px;
  display: flex;
  width: 100%;
  line-height: 80px;
}

.head .flex {
  display: flex;
}

.head .flex .active a::after {
  display: block;
}

.head .flex li {
  flex: auto;
  position: relative;
}

.head .flex li:hover a {
  color: #033887;
}

.head .flex li:hover a::after {
  display: block;
}

.head .flex li a {
  text-decoration: none;
  font-size: 18px;
  color: #000;
  font-weight: bold;
  display: block;
  position: relative;
}

.head .flex li a::after {
  position: absolute;
  content: '';
  width: 40px;
  height: 2px;
  background: #003586;
  display: block;
  bottom: 0px;
  left: calc(50% - 20px);
  display: none;
}

.head .flex li ul {
  display: none;
}

.top {
  padding: 5px 0;
  background: #f6f6f6;
  height: 60px;
}

.top .col-sm-5 p {
  float: left;
  line-height: 50px;
  font-size: 20px;
  margin-right: 10px;
}

.top .col-sm-5 span {
  color: red;
  line-height: 26px;
  font-size: 18px;
  letter-spacing: 2px;
}

.top .col-sm-4 {
  margin-top: 7px;
}

.top .col-sm-4 input {
  border-radius: 5px;
  width: 80%;
  height: 34px;
  float: left;
  margin-right: 5px;
}

.top .col-sm-4 input::-webkit-input-placeholder {
  color: #888;
  padding-left: 5px;
}

.top .col-sm-4 button {
  height: 34px;
  width: 45px;
  border-radius: 5px;
  background: url(../img/2.png) center no-repeat;
}

.top .col-sm-3 span {
  text-transform: uppercase;
  display: block;
  background: #003586;
  color: #fff;
  width: 173px;
  height: 35px;
  margin-top: 8px;
  border-radius: 18px;
  line-height: 35px;
  padding-left: 30px;
  position: relative;
}

.top .col-sm-3 span i {
  background: url(../img/3.png) right no-repeat;
  width: 23px;
  height: 20px;
  display: block;
  position: absolute;
  right: 40px;
  top: 7px;
}

/**************************head***************************/
.title {
  position: relative;
  margin-bottom: 20px;
}

.title h4 {
  font-size: 34px;
  font-weight: bold;
  color: #000000;
  margin-left: 20px;
}

.title h4::before {
  content: '';
  width: 3px;
  position: absolute;
  left: 0;
  display: block;
  vertical-align: bottom;
  margin-right: 20px;
  height: 34px;
  background: linear-gradient(0deg, #003586 0%, #B7D2FA 100%);
}

.zddq-1, .zddq-2, .zddq-3, .zddq-4, .zddq-5, .zddq-6, .zddq-7 {
  padding: 3em 0;
}

.zddq-1:hover .title h4::after, .zddq-2:hover .title h4::after, .zddq-3:hover .title h4::after, .zddq-4:hover .title h4::after, .zddq-5:hover .title h4::after, .zddq-6:hover .title h4::after, .zddq-7:hover .title h4::after {
  width: 100%;
  left: 0;
}

.zddq-1 .video-box {
  position: relative;
}

.zddq-1 .video-box video {
  display: inline-block;
  vertical-align: baseline;
}

.zddq-1 .video-box .video-img {
  position: absolute;
  top: calc(50% - 77px);
  left: calc(50% - 77px);
  width: 154px;
  height: 154px;
  z-index: 999;
  background-size: contain;
  cursor: pointer;
}

.zddq-2 {
  padding: 0;
  background: #003586;
}

.zddq-2 .col-sm-6 {
  padding: 0;
}

.zddq-2 .col-sm-6 img {
  width: 100%;
}

.zddq-2 .col-sm-6:nth-child(2) {
  z-index: 99;
}

.zddq-2 .col-sm-6 div {
  background: #fff;
  width: 105%;
  margin-left: 5px;
  margin-top: 5%;
  padding: 20px;
  padding-left: 36%;
}

.zddq-2 .col-sm-6 div h4 {
  height: 35px;
  font-size: 36px;
  font-weight: bold;
  color: #000000;
}

.zddq-2 .col-sm-6 div span {
  height: 20px;
  font-size: 24px;
  margin: 20px 0 30px;
  font-weight: bold;
  color: #C6C6C6;
  display: block;
}

.zddq-2 .col-sm-6 div p {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 400;
  color: #303030;
  line-height: 30px;
}

.zddq-2 .col-sm-6 div a {
  display: inline-block;
  box-shadow: 0px 2px 5px 0px rgba(31, 20, 17, 0.13);
  padding: 10px 20px;
}

.zddq-3 img {
  width: 100%;
}

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

.zddq-3 .col-sm-4 a {
  padding: 20px;
  display: block;
  position: relative;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16);
}

.zddq-3 .col-sm-4 a p {
  font-size: 18px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 60px;
}

.ykplayer-poster-logo {
  width: 0 !important;
}

.more a {
  width: 127px;
  height: 51px;
  background: #003586;
  border-radius: 4px;
  color: #fff;
  margin: auto;
  text-align: center;
  line-height: 51px;
  font-size: 20px;
  display: block;
}

.zddq-4 {
  background: #eee;
}

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

.zddq-4 .col-sm-3 a {
  display: block;
  background: #fff;
}

.zddq-4 .col-sm-3 div {
  padding: 0 20px 10px 20px;
}

.zddq-4 .col-sm-3 div h4 {
  color: #000;
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px solid #e6e6e6;
}

.zddq-4 .col-sm-3 div p {
  color: #646464;
}

.zddq-5 img {
  width: 100%;
}

.zddq-5 .qiehuan {
  margin: auto;
  width: 500px;
  margin-bottom: 50px;
  margin-top: 40px;
}

.zddq-5 .qiehuan li {
  border-right: 1px solid #003586;
  border-bottom: 1px solid #003586;
  border-top: 1px solid #003586;
  width: 33.33%;
  float: left;
  line-height: 60px;
  text-align: center;
}

.zddq-5 .qiehuan li:nth-child(1) {
  border-left: 1px solid #003586;
}

.zddq-5 .qiehuan .cur {
  background: #003586;
  color: #fff;
}

.zddq-5 .qiehuan-con h4 {
  color: #003586;
  margin-bottom: 5px;
  margin-top: 15px;
}

.zddq-5 .qiehuan-con p {
  font-weight: 400;
  color: #666666;
  line-height: 25px;
}

.zddq-5 .qiehuan-con span {
  font-weight: 400;
  color: #999999;
  line-height: 25px;
}

.zddq-5 .qiehuan-con i {
  font-style: inherit;
  color: #003586;
}

.news_content .nrw {
  margin: 10px 0;
}

.news_content .col-sm-2 div {
  border-top: 1px solid #E2E2E2;
  text-align: center;
}

.news_content .col-sm-2 div p:nth-child(2) {
  font-size: 14px;
  padding-top: 20px;
  font-weight: 400;
  color: #999999;
}

.news_content .col-sm-2 div p:nth-child(3) {
  font-size: 41px;
  font-family: Arial;
  font-weight: bold;
  color: #999999;
}

.news_content .col-sm-10 a {
  border-top: 1px solid #E2E2E2;
  display: block;
}

.news_content dl {
  width: 100%;
  display: table;
  margin-bottom: 15px;
}

.news_content dl img {
  width: 220px;
  height: 100px;
}

.news_content dl dt {
  background: #003586 !important;
  vertical-align: middle;
  display: table-cell;
  width: 100px;
  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 20px 0;
}

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

.news_content dl dd h4 {
  height: 22px;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 20px;
  color: #529AEF;
  font-size: 20px;
}

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

.news_content dl dd h5 {
  margin: 15px 0;
}

.news_content dl dd h5 i {
  font-style: inherit;
  color: #999999;
}

.news_content dl dd p {
  font-size: 14px;
  color: #666666;
  margin: 0;
  line-height: 28px;
  letter-spacing: 0.5px;
}

.newscon {
  background: #eee;
}

.newscon .container {
  background: #fff;
}

.newscon .container .row {
  padding: 20px 40px;
}

.newscon .container .row .netit {
  margin-bottom: 20px;
}

.newscon .container .row .netit h3 {
  font-size: 24px;
  font-weight: 400;
  color: #333333;
  line-height: 42px;
  margin-bottom: 15px;
}

.newscon .container .row .netit i {
  font-style: inherit;
  color: #999;
}

.newscon .container .row .netit span {
  color: #999;
}

.newscon .container .row .netit b {
  color: #333;
  font-weight: normal;
}

.newscon .container .row .netit .clearfix {
  border-bottom: 1px solid #F0F1F1;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.newscon .container .row .new-co p {
  color: #333;
  font-size: 16px;
}

.new-foo {
  border-top: 1px solid #F0F1F1;
  margin-top: 20px;
  padding-top: 10px;
}

.new-foo div {
  color: #999;
}

.new-foo .fanhui {
  margin-top: 5px;
}

.new-foo .fanhui a {
  color: #999;
  font-size: 18px;
}

.new-foo .fanhui a:hover {
  color: #003586;
}

.new-foo1 {
  border: 0;
  padding: 0 15px;
}

.new-foo2 {
  padding: 0 15px;
}

.new-foo2 .pull-left, .new-foo2 .pull-right {
  padding-top: 20px;
}

.info2 p {
  font-size: 16px;
  line-height: 32px;
}

.rlzy .col-sm-6 {
  padding-bottom: 20px;
  border-right: 1px solid #BFBFBF;
}

.rlzy .col-sm-6:nth-child(2n) {
  border: 0;
}

.rlzy h4 {
  color: #003586;
}

.rlzy div {
  display: block;
}

.rlzy div b {
  display: inline-block;
  float: left;
  width: 14%;
}

.rlzy div span {
  display: inline-block;
  float: right;
  width: 86%;
}

.rlzy i {
  font-style: inherit;
  display: inline-block;
  background: #003586;
  padding: 10px 20px;
  color: #fff;
  border-radius: 5px;
  margin-top: 20px;
  margin-left: 80px;
}

.titx {
  margin: 20px 0;
}

.titx h4 {
  position: relative;
  z-index: 1;
}

.titx h4 span {
  z-index: 99;
  background: #fff;
  margin-left: 30px;
  padding: 0 10px;
  font-size: 22px;
  color: #003586;
}

.titx h4 span i {
  font-style: inherit;
  color: #333;
}

.titx h4::before {
  position: absolute;
  width: 5px;
  display: block;
  left: 0;
  height: 22px;
  background: #ddd;
  content: '';
}

.titx h4::after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ddd;
  top: 10px;
  z-index: -1;
  content: '';
}

.lxwm {
  padding: 30px 0;
}

.add1 {
  margin-bottom: 60px !important;
}

.add1 h4 {
  font-size: 30px;
}

.add1 p {
  font-size: 20px;
  font-weight: 400;
  color: #4A4A4A;
  line-height: 40px;
}

.prod {
  background: #eee;
  padding-bottom: 30px;
}

.prod .container {
  background: #fff;
}

.prod .row {
  padding-bottom: 30px;
  position: relative;
}

.prod .row .ljzx {
  position: absolute;
  bottom: -190%;
  background: #003586;
  color: #fff;
  display: block;
  left: 30px;
  width: 150px;
  line-height: 40px;
  text-align: center;
  border-radius: 5px;
  height: 40px;
}

.prod .col-sm-5 h3 {
  margin-top: 0;
}

.prod .xqjs {
  padding: 15px;
  border-bottom: 1px solid #999;
}

.lxwmr {
  margin-bottom: 30px;
}

.lxwmr .col-sm-4 {
  padding: 0;
}

.lxwmr .col-sm-4 img {
  float: left;
  margin-right: 20px;
  margin-top: 17px;
}

.lxwmr .col-sm-4 p {
  margin: 0;
  float: left;
  line-height: 50px;
}

.foot {
  padding: 3em 0 0;
  background: #001535;
  color: #fff;
}

.foot .foot-cop {
  text-align: center;
  padding: 20px 0 10px;
  background: #1C202A;
}

.foot .foot-cop a {
  color: #fff;
}

.foot img {
  width: 240px;
  margin: auto;
  display: block;
}

.foot .foot_left {
  padding-bottom: 40px;
  clear: both;
}

.foot .foot_left .col-sm-6 i {
  font-size: 40px;
  float: left;
  margin-right: 10px;
}

.foot .foot_left .col-sm-6 span {
  font-size: 20px;
}

.foot .foot_left .col-sm-12 {
  margin-top: 20px;
}

.foot .foot_left .col-sm-12 li {
  float: left;
  width: 20%;
  text-align: center;
}

.foot .foot_left .col-sm-12 li h4 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  width: 50%;
  margin: auto;
  line-height: 40px;
  margin-bottom: 10px;
}

.foot .foot_left .col-sm-12 li a {
  display: block;
  color: #A3ABC1;
  line-height: 28px;
}

.add {
  margin: 20px 0;
}

.add li {
  float: left;
  width: 13%;
  margin-right: 10px;
  border-radius: 4px;
  height: 55px;
  text-align: center;
  line-height: 55px;
  background: #B5B5B5;
}

.add li a {
  font-size: 20px;
  color: #fff;
  white-space: nowrap;
}

.add .active {
  background: #529AEF;
}

.product {
  padding: 20px 0;
}

.product .pr-cp {
  width: 30.33%;
  padding: 0;
  margin: 1.5%;
  text-align: center;
  margin-bottom: 20px;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16);
}

.product .pr-cp img {
  width: 80%;
  margin: 20px auto;
  display: block;
}

.product .pr-cp p {
  border-top: 5px solid #003586;
  line-height: 60px;
  margin: 0;
  font-size: 16px;
}

.product1 {
  padding: 30px 0;
}

.product1 .col-md-4 {
  margin-bottom: 20px;
}

.pr-cp1 {
  box-shadow: 0px 0px 10px 0px rgba(147, 146, 146, 0.44);
  position: relative;
}

.pr-cp1 h4 {
  padding: 0 20px;
  padding-top: 10px;
}

.pr-cp1 p {
  padding: 0 20px;
  padding-bottom: 20px;
  color: #6A6A6A;
}

.pr-cp1 div {
  position: relative;
}

.pr-cp1 div span {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 153px;
  height: 30px;
  background: #0696D7;
  border-radius: 0px 30px 0px 0px;
  line-height: 30px;
  color: #fff;
  padding-left: 20px;
}

.pr-cp1:hover span, .pr-cp1:hover i {
  display: block !important;
}

.pr-cp1 i {
  position: absolute;
  left: 10px;
  bottom: 20px;
  width: 2px;
  height: 50px;
  background: #0696D7;
  display: none;
}

.ryzz .col-sm-6 {
  margin-bottom: 20px;
}

.ryzz .col-sm-6 img {
  width: 100%;
}

.main {
  padding: 3em 0;
}

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

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

.main .newss p {
  margin: 0;
  text-indent: 2em;
}

.left .xglj {
  margin-top: 50px;
}

.left .active2 {
  margin-bottom: 50px;
}

.left ul {
  padding: 0;
  margin: 0;
}

.left ul h3 {
  font-size: 12px;
  margin: 0;
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 10px;
}

.left ul .active a {
  color: #1da4e4;
}

.left ul .active1 {
  background: #1da4e4;
}

.left ul .active1 a {
  font-size: 16px;
  color: #fff;
}

.left ul li {
  border-left: 2px solid #1da4e4;
  border-right: 2px solid #1da4e4;
  background: #fff;
  text-align: center;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px dotted #ddd;
}

.left ul li:hover:first-child a {
  color: #fff;
}

.left ul li:hover a {
  color: #1da4e4;
}

.left ul li:first-child {
  border-radius: 3px 3px 0 0;
}

.left ul li:last-child {
  border-radius: 0 0 3px 3px;
}

.left ul li a {
  display: block;
  color: #000;
}

.left ul li:last-child {
  border-bottom: 2px solid #1da4e4;
}

.cp-tp {
  padding: 0;
}

.banner img {
  width: 100%;
}

/**************************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;
  }
  .head img {
    margin: auto;
    display: block;
  }
  .right img {
    width: 100%;
  }
  #allmap {
    width: 100% !important;
  }
  #contact {
    display: block !important;
    display: table;
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: #1da4e4;
  }
  #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;
  }
  .top {
    display: none;
  }
  .top form, .top .col-sm-3 {
    display: none !important;
  }
  .head img {
    margin-top: 15px;
  }
  .zddq-2 {
    background: none;
  }
  .zddq-2 .col-sm-6 div h4 {
    height: auto;
    font-size: 20px !important;
    text-align: center;
  }
  .zddq-3 .col-sm-4 {
    width: 100%;
  }
  .zddq-1 iframe {
    height: 200px !important;
  }
  .zddq-3 .col-sm-4 a {
    padding: 20px 20px 0 20px;
  }
  .zddq-2 .col-sm-6 div span {
    text-align: center;
    margin-bottom: 0 !important;
  }
  .zddq-2 .col-sm-6 div {
    width: 100%;
    padding-left: 20px;
  }
  .zddq-2 .col-sm-6 div span {
    margin: 0px 0 10px;
  }
  .zddq-3 .col-sm-4, .zddq-4 .col-sm-3 {
    padding: 0 5px;
  }
  .title {
    margin-bottom: 40px;
  }
  .title h4 {
    font-size: 30px !important;
  }
  .zddq-5 .qiehuan {
    width: 100%;
  }
  .zddq-5 .col-sm-4 {
    margin-bottom: 20px;
  }
  .foot .foot-cop {
    margin-bottom: 40px;
  }
  .foot {
    padding: 0;
  }
  .foot .foot_left {
    display: none;
  }
  .add li {
    width: 30%;
    margin-bottom: 10px;
  }
  .product .pr-cp {
    width: 48%;
    margin: 15px 1%;
  }
  .product1 .col-md-4 {
    padding: 0 5px;
  }
  .news_content dl dt {
    display: block;
    width: 100%;
  }
  .news_content dl dd {
    padding: 0;
  }
  .news_content dl dd h4 {
    font-size: 18px !important;
    margin: 20px 0 10px;
  }
  .lxwmr .col-sm-4 img {
    margin-left: 10px;
    margin-right: 10px;
  }
  .news_content .col-sm-2 div {
    display: none;
  }
  .news_content dl img {
    width: 100%;
    height: auto;
  }
  .flex {
    display: none !important;
  }
}
