@charset "UTF-8";
@media (min-width: 1200px) {
  .container {
    max-width: 1386px;
  }
}

.col-md-20 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .col-md-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

a:hover,
a:focus {
  color: #0463CA;
  text-decoration: none !important;
  cursor: pointer;
}

ol {
  margin-bottom: 0;
}

ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.pd {
  padding: 40px 0;
}

@media (min-width: 992px) {
  .pd {
    padding: 80px 0;
  }
}

.menu {
  position: static;
}

@media (min-width: 992px) {
  .menu {
    position: fixed;
    top: 0;
    z-index: 99999;
    -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.05);
  }
}

@media (min-width: 992px) {
  .menu.dark {
    background: rgba(0, 0, 0, 0.5);
  }
}

.title {
  text-align: center;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .title {
    margin-bottom: 50px;
  }
}

.title h3 {
  margin-bottom: 0;
  margin-right: 10px;
  color: #222;
}

.title .line {
  width: 48px;
  height: 4px;
  background: #0463CA;
  display: inline-block;
}

a.more {
  width: 120px;
  height: 36px;
  border-radius: 36px;
  border: 2px solid #0463CA;
  color: #0463CA;
  text-align: center;
  line-height: 36px;
  display: inline-block;
  font-size: 14px;
}

a.more:hover {
  background: #0463CA;
  color: #fff;
}

.btn-more {
  margin-top: 50px;
}

.htrq-banner a {
  position: relative;
  display: block;
}

.footer {
  background: #f7f7f7;
  border-top: 1px solid #0463CA;
}

.footer .footer-nav h4 {
  margin-bottom: 0;
}

.footer .footer-nav h4 a {
  font-size: 16px;
  font-weight: 500;
  color: #222;
  line-height: 16px;
  margin-top: 0;
  margin-bottom: 20px;
  display: inline-block;
}

.footer .footer-nav h4 a:hover {
  color: #0463CA;
}

.footer .footer-nav p {
  margin-bottom: 0;
}

.footer .footer-nav p a {
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  color: #666;
  margin-bottom: 6px;
  display: inline-block;
}

.footer .footer-nav p a:hover {
  color: #0463CA;
}

.footer .footer-contact p {
  font-size: 13px;
  line-height: 20px;
  color: #666;
  margin-bottom: 6px;
}

.footer .footer-ewm img {
  width: 120px;
}

@media (min-width: 992px) {
  .footer .footer-ewm img {
    width: 100%;
  }
}

.bq {
  background: #f7f7f7;
  padding: 15px 0;
  border-top: 1px solid #ddd;
}

.bq .txt {
  text-align: center;
  font-size: 12px;
  color: #666;
}

/*产品*/
.product {
  background: #f7f7f7;
  padding-top: 20px;
}

@media (min-width: 992px) {
  .product {
    padding-top: 60px;
  }
}

.product .item {
  display: block;
  background: #fff;
  padding: 20px;
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  .product .item {
    margin-bottom: 30px;
    padding: 40px;
  }
}

.product .item .info h5 {
  font-size: 20px;
  color: #222;
}

.product .item .info p {
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: #666;
  margin-top: 20px;
}

.product .item .info span {
  display: inline-block;
  padding: 6px 24px;
  background: #0463CA;
  color: #fff;
  font-size: 12px;
  border-radius: 100px;
  margin-top: 30px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.product .item .img {
  overflow: hidden;
}

.product .item .img img {
  width: 300px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.product .item:hover .info h5 {
  color: #0463CA;
}

.product .item:hover .info span {
  background: #034FA2;
}

.product .item:hover .img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.news {
  background: #f7f7f7;
}

.news .tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}

.news .tit h4 {
  margin-bottom: 0;
  font-size: 32px;
}

.news .tit a {
  font-size: 14px;
}

.news .item {
  display: block;
  padding: 20px;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .news .item {
    margin-bottom: 0;
  }
}

.news .item .data {
  font-size: 20px;
  color: #222;
  position: relative;
  padding-bottom: 16px;
}

.news .item .data:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 23px;
  height: 2px;
  background: #0463CA;
  z-index: 2;
}

.news .item h5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin-top: 30px;
  color: #222;
  font-size: 20px;
}

.news .item p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 20px;
  color: #666;
  font-size: 14px;
  line-height: 24px;
}

.news .item .go {
  width: 42px;
  height: 20px;
  background: url(../img/icon-more.png) no-repeat center;
  margin-top: 30px;
}

.news .item:hover {
  background: #FFFFFF;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.about {
  background-image: url(../img/about-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  background-color: #0463CA;
}

.about .w {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.about .w .container2 {
  width: 88%;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .about .w .container2 {
    width: 960px;
  }
}

.about .w .container2 .title {
  font-size: 32px;
  color: #fff;
}

.about .w .container2 .desc {
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
}

@media (min-width: 992px) {
  .about .w .container2 .desc {
    font-size: 16px;
    line-height: 26px;
  }
}

.about .w .container2 .item {
  text-align: center;
  margin: 40px 0;
}

.about .w .container2 .item .video-box {
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .about .w .container2 .item .video-box {
    width: 480px;
  }
}

.about .w .container2 .item .video-box video {
  width: 100%;
}

.about .w .container2 .item .text {
  margin-top: 12px;
  font-size: 14px;
  color: #fff;
}

.about .w .container2 .contact {
  text-align: center;
}

.about .w .container2 .contact span {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}

@media (min-width: 992px) {
  .about .w .container2 .contact span {
    font-size: 16px;
    line-height: 26px;
  }
}

.about .w .container2 .contact a {
  width: 172px;
  height: 44px;
  font-size: 16px;
  text-align: center;
  line-height: 44px;
  display: inline-block;
  border: 1px solid #fff;
  color: #fff;
  margin-left: 20px;
  margin-top: 10px;
}

@media (min-width: 992px) {
  .about .w .container2 .contact a {
    margin-top: 0;
  }
}

#page {
  text-align: center;
  margin-top: 40px;
}

#page .pagination {
  margin: 20px 0 0;
}

#page .pagination > .active > a {
  z-index: 3;
  color: #FFFFFF;
  cursor: default;
  background-color: #0463CA;
  border-color: #0463CA;
}

#page .pagination > li > a,
#page .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #888;
  border: 1px solid #ddd;
}

.ch-category {
  text-align: center;
  margin-bottom: 30px;
  padding: 0 15px;
}

@media (min-width: 992px) {
  .ch-category {
    margin-bottom: 50px;
  }
}

.ch-category a {
  color: #222;
  font-size: 14px;
  line-height: 30px;
}

@media (min-width: 768px) {
  .ch-category a {
    font-size: 16px;
  }
}

.ch-category a.active {
  color: #0463CA;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.ch-category a:hover {
  color: #0463CA;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.ch-category span {
  display: inline-block;
  margin: 0 12px;
  color: #cccccc;
}

@media (min-width: 768px) {
  .ch-category span {
    margin: 0 30px;
  }
}
.htrq-banner{ text-align: center;}
.nbg {
  position: relative;
  text-align: center;
}

@media (min-width: 992px) {
  .nbg {
    margin-top: 81px;
  }
}

.nNews {
  background: #f7f7f7;
}

.nNews .tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}

.nNews .tit h4 {
  margin-bottom: 0;
  font-size: 32px;
}

.nNews .tit a {
  font-size: 14px;
}

.nNews .item {
  display: block;
  padding: 20px;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .nNews .item {
    margin-bottom: 40px;
  }
}

.nNews .item .data {
  font-size: 20px;
  color: #222;
  position: relative;
  padding-bottom: 16px;
}

.nNews .item .data:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 23px;
  height: 2px;
  background: #0463CA;
  z-index: 2;
}

.nNews .item h5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin-top: 30px;
  color: #222;
  font-size: 20px;
}

.nNews .item p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 20px;
  color: #666;
  font-size: 14px;
  line-height: 24px;
}

.nNews .item .go {
  width: 42px;
  height: 20px;
  background: url(../img/icon-more.png) no-repeat center;
  margin-top: 30px;
}

.nNews .item:hover {
  background: #FFFFFF;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.nNews-detail h4 {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}

.nNews-detail .tag {
  text-align: center;
  color: #999;
  font-size: 14px;
  margin-bottom: 40px;
}

.nNews-detail p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 26px;
  color: #222;
}

.nNav {
  margin-bottom: 40px;
  text-align: center;
}

@media (min-width: 992px) {
  .nNav {
    margin-bottom: 60px;
  }
}

.nNav a {
  padding: 4px 12px;
  margin: 4px 8px;
  background: #fff;
  border: 1px solid #ebebeb;
  color: #666;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
}

@media (min-width: 992px) {
  .nNav a {
    padding: 6px 16px;
    margin: 6px 12px;
  }
}

.nNav a.on, .nNav a:hover {
  background: #0463CA;
  border: 1px solid #0463CA;
  color: #fff;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

@media (min-width: 992px) {
  .nPro .container {
    width: 1240px;
  }
}

.nPro .item {
  background: #fff;
  text-align: center;
  display: block;
  padding: 15px;
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  .nPro .item {
    margin-bottom: 30px;
  }
}

.nPro .item p {
  font-size: 15px;
  color: #222;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.nPro .box h5 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 30px;
}

.nPro .box p {
  font-size: 16px;
  line-height: 26px;
  color: #222;
}

.nPro .box img {
  /*margin: 10px 0 20px;*/
}

.nPro .box table {
  /*margin-top: 40px;*/
}

.nPro .box table thead {
  background: #f7f7f7;
}

.nPro .box table thead tr th {
  color: #222;
  border-bottom: 1px solid #dee2e6;
}

.nPro .box table tbody tr td {
  vertical-align: middle;
}

.nPro .box a {
  width: 140px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: #0463CA;
  color: #fff;
  font-size: 14px;
  display: inline-block;
  margin-top: 40px;
}

@media (min-width: 992px) {
  .nAbout .container {
    width: 1240px;
  }
}

.nAbout .gsjj p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 26px;
  color: #222;
}

.nAbout .qyry dl {
  margin-bottom: 40px;
}

.nAbout .qyry dl dt {
  font-size: 24px;
  color: #222;
  margin-bottom: 12px;
}

.nAbout .qyry dl dd {
  font-size: 16px;
  line-height: 24px;
  color: #222;
}

.nAbout .gczs img {
  margin-bottom: 15px;
}

.nAbout img {
max-width:100%;
height:auto;
  
}
.nAbout table { table-layout: fixed; 
              border-collapse: collapse;
              max-width: 100%;}

table,table td,table th{margin:auto;border-collapse:collapse;}

img {
max-width:100%;
height:auto;
  
}
.nAbout .item p {
    font-size: 15px;
    color: #222;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
	text-align: center;
   }

@media (max-width: 650px) {
.nAbout table { 
			 table-layout: fixed; 
              border-collapse: collapse;
              width: 100%;
			  }
}

@media (min-width: 992px) {
  .nAbout .gczs img {
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .nContact .container {
    width: 1240px;
  }
}

.nContact .item {
  margin-bottom: 50px;
}

.nContact .item h5 {
  font-size: 18px;
  color: #222;
}

.nContact .item ul li {
  font-size: 15px;
  line-height: 25px;
  color: #222;
}

@media (min-width: 992px) {
  .nJob .container {
    width: 1240px;
  }
}

@media (min-width: 992px) {
  .nJob-rczp .container {
    width: 1240px;
  }
}

.nJob-rczp table thead {
  background: #f7f7f7;
}

.nJob-rczp table thead tr th {
  color: #222;
  border-bottom: 1px solid #dee2e6;
}

.nJob-rczp table tbody tr td a {
  color: #222;
}

.nJob-rczp table tbody tr td a:hover {
  color: #0463CA;
}

@media (min-width: 992px) {
  .nJob-rczp-detail .container {
    width: 1240px;
  }
}

.nJob-rczp-detail .top {
  padding-bottom: 30px;
  border-bottom: 1px solid #dddddd;
}

.nJob-rczp-detail .top .tit {
  font-size: 24px;
  color: #222;
  font-weight: 600;
}

.nJob-rczp-detail .top .info span {
  display: inline-block;
  font-size: 14px;
  color: #666;
  padding-right: 24px;
  height: 16px;
  line-height: 16px;
}

.nJob-rczp-detail .center {
  padding-top: 40px;
  border-bottom: 1px solid #ddd;
}

.nJob-rczp-detail .center .item {
  padding-bottom: 40px;
}

.nJob-rczp-detail .center .item .t {
  font-size: 18px;
  color: #222;
  font-weight: 500;
  padding-bottom: 10px;
}

.nJob-rczp-detail .center .item .c div {
  font-size: 14px;
  line-height: 24px;
  color: #222;
}

.nJob-rczp-detail .bottom {
  padding-top: 35px;
  padding-bottom: 30px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.nJob-rczp-detail .bottom .an {
  margin: 0;
}

.nJob-rczp-detail .bottom .an a {
  width: 120px;
  height: 40px;
  display: block;
  background: #0463CA;
  color: #fff;
  line-height: 40px;
  text-align: center;
}

.navbar-form {
  margin: 15px 0;
}

#cd-timeline {
  position: relative;
  padding: 2em 0;
  margin-top: 2em;
  margin-bottom: 2em;
}

#cd-timeline::before {
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: rgba(4, 99, 202, 0.3);
}

@media only screen and (min-width: 1170px) {
  #cd-timeline {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  #cd-timeline::before {
    left: 50%;
    margin-left: -2px;
  }
}

.cd-timeline-block {
  position: relative;
  margin: 2em 0;
}

.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}

.cd-timeline-block:first-child {
  margin-top: 0;
}

.cd-timeline-block:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 1170px) {
  .cd-timeline-block {
    margin: 4em 0;
  }
  .cd-timeline-block:first-child {
    margin-top: 0;
  }
  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
}

.cd-timeline-img {
  position: absolute;
  top: 18px;
  left: 8px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 3px solid #ffffff;
}

.cd-timeline-img img {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
}

.cd-timeline-img.c1 {
  background: #0463ca;
}

.cd-timeline-img.c2 {
  background: #D9060F;
}

@media only screen and (min-width: 1170px) {
  .cd-timeline-img {
    width: 24px;
    height: 24px;
    left: 50%;
    margin-left: -12px;
  }
  .cssanimations .cd-timeline-img.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s;
  }
}

.cd-timeline-content {
  position: relative;
  margin-left: 60px;
  background: #f7f7f7;
  border-radius: 0.25em;
  padding: 1em;
}

.cd-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}

.cd-timeline-content h2 {
  color: #303e49;
}

.cd-timeline-content p, .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  font-size: 13px;
  font-size: 0.8125rem;
}

.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  display: inline-block;
}

.cd-timeline-content p {
  margin: 1em 0;
  line-height: 1.6;
}

.cd-timeline-content .cd-read-more {
  float: right;
  padding: .8em 1em;
  background: #acb7c0;
  color: #f7f7f7;
  border-radius: 0.25em;
}

.no-touch .cd-timeline-content .cd-read-more:hover {
  background-color: #bac4cb;
}

a.cd-read-more:hover {
  text-decoration: none;
  background-color: #424242;
}

.cd-timeline-content .cd-date {
  float: left;
  padding: .8em 0;
  opacity: .7;
}

.cd-timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 12px solid transparent;
  border-right: 12px solid #f7f7f7;
}

@media only screen and (min-width: 768px) {
  .cd-timeline-content h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .cd-timeline-content p {
    font-size: 1rem;
  }
  .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media only screen and (min-width: 1170px) {
  .cd-timeline-content {
    margin-left: 0;
    padding: 1.6em;
    width: 45%;
  }
  .cd-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: #f7f7f7;
  }
  .cd-timeline-content .cd-read-more {
    float: left;
  }
  .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 0;
    font-size: 20px;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: #f7f7f7;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    left: auto;
    right: 122%;
    text-align: right;
  }
  .cssanimations .cd-timeline-content.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
    animation: cd-bounce-2 0.6s;
  }
}

@media only screen and (min-width: 1170px) {
  /* inverse bounce effect on even content blocks */
  .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s;
  }
}
/*# sourceMappingURL=style.css.map */