a {
  color: #444;
  text-decoration: none !important;
  transition: all 0.3s
}

html,
body {
  overflow: initial;
  color: #444;
  font-family: Microsoft YaHei;
  font-size: 14px;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.uk-link:hover,
a:hover {
  color: #30589f;
}

.tm-section {
  padding: 60px 0;
  line-height: normal;
  box-sizing: border-box;
}

.home .tops {
  position: absolute;
  z-index: 999;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
}

.tops .top {
  background: #eee;
  height: 34px;
  line-height: 34px;
}

.top .come {
  font-size: 13px;
  color: #333;
  margin: 0;
  float: left;
  line-height: 34px;
}

.top .lang {
  float: right;
  font-size: 13px;
}

.top .lang a {
  display: inline-block;
  color: #666;
  padding: 0 10px;
}

.top .lang a i {
  width: 32px;
  height: 19px;
  display: inline-block;
  background: url(/static/images/cn.png);
  background-repeat: no-repeat;
  vertical-align: middle;
}

.top .lang a.en i {
  background: url(/static/images/eng.png);
  background-repeat: no-repeat;
}

.hotline {
  float: right;
  margin-top: 30px;
  line-height: 2;
}

.hotline .tel {
  color: #666;
  font-size: 18px;
  padding: 0 15px;
}

.head {
  /* line-height: 100px; */
}

.head-logo {
  padding: 20px 0;
  float: left;
}

.head-logo img {
  height: 80px;
}

.mobile-toggle {
  float: right;
  display: block;
  color: #30589f;
  font-size: 28px;
  margin-top: 36px;
}

.mobile-logo {
  padding: 20px 70px;
}

.mobile-nav li {
  border-top: 1px solid #EBEBEB;
  position: relative;
}

.mobile-nav>li>a {
  color: #666;
  padding: 16px 25px;
  font-size: 16px;
  margin-right: 40px;
}

.mobile-nav>li>a:hover,
.mobile-nav>li>a:focus {
  background: #f5f5f5 !important;
  color: #666 !important;
}
.mobile-nav>li .ic{
  height: 5px;
  font-style: normal;
  position: absolute;
  right: 0;
    top: 15px;
}
 
.mobile-nav>li .ic::after {
  content: '\f105';
  display: inline-block;
  font-size: 18px;
  font-family: FontAwesome;
  padding: 2px 20px;
  
}

.mobile-nav>li .togg::after {
  content: '\f107';
}

.mobile-nav>li>a.ishas .ic {
  display: inline-block;
}

.mobile-nav.uk-nav ul {
  padding: 0;
  display: none;
}

.mobile-nav.uk-nav ul li a {
  color: #757575;
  padding: 16px 25px;
}

.mobile-nav.uk-nav ul li a:hover,
.mobile-nav.uk-nav ul li a:focus {
  background: #f5f5f5 !important;
  color: #666 !important;
}

.uk-offcanvas-bar {
  background: #fafafa;
}

.head-nav {
  float: right;
  margin-top: 50px;
}

.h-nav>li {
  float: left;
  margin: 0 10px;
  position: relative;
}

.h-nav>li>a {
  /* font-weight: 900; */
  padding: 0 10px 15px 10px;
  font-size: 16px;
  color: #333;
  border-bottom: 3px solid transparent;
}

.h-nav>li.active>a,
.h-nav>li:hover>a {
  color: #30589f;
  border-color: #30589f;
}

.h-nav>li:hover .sbnav-list {
  display: block;
}

.sbnav-list {
  width: 200px;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -100px;
  display: none;
  padding-top: 49px;
  z-index: 999;
}

.sbnav-list.sbnav-listp {
  width: 240px;
  margin-left: -120px;
}

.sbnav-list a {
  padding: 12px 12px 12px 27px;
  background: url(/static/images/jiantou.png) no-repeat 12px center;
  display: block;
  line-height: 20px;
  color: #333;
  font-size: 14px;
  border-radius: 0px;
}

.sbnav-list a:hover {
  color: #fff;
  background: #30589f url(/static/images/jiantouon.png) no-repeat 12px center;
}

.sbnav-item {
  background: rgba(255, 255, 255, 0.8)
}

.banner .uk-dotnav {
  margin-bottom: 20px;
}

.banner .uk-dotnav>*>* {
  width: 40px;
  height: 6px;
  border-radius: 0;
}

.banner .uk-dotnav-contrast>.uk-active>* {
  background: #eea200;
}


/* 主标题 */

.section-title {
  text-align: center;
  margin-bottom: 50px;
}

.section-title::after {
  content: '';
  display: inline-block;
  width: 40px;
  height: 3px;
  background: #30589f;
  position: relative;
  top: -3px;
}

.section-title .t1 {
  font-size: 32px;
  color: #30589f;
}

.section-title .t2 {
  text-transform: uppercase;
  margin-top: 5px;
}


/* 首页 */

.prolist .wrap {}

.prolist .wrap .list-pic {
  border: 1px solid #dedede;
  overflow: hidden;
}

.prolist .wrap:hover .list-pic {
  border-color: #30589f;
}

.prolist .wrap .title {
  font-size: 14px;
  text-align: center;
  color: #555;
  font-weight: bold;
  margin-bottom: 15px;
  border-bottom: 2px solid #eee;
  padding: 10px 0;
  transition: all 0.3s ease-in-out;
}

.prolist .wrap .desc {
  color: #999;
  font-size: 14px;
  line-height: 26px;
  margin: 0 15px;
}

.prolist .wrap .list-text {}

.prolist .wrap:hover .title {
  color: #30589f;
}

.prolist .wrap:hover * {}

.h-product .swiper-pagination {
  text-align: center;
  position: static;
  margin-top: 20px;
}

.h-product .swiper-pagination .swiper-pagination-bullet {
  margin: 0 10px;
  width: 16px;
  height: 10px;
  border-radius: 0;
}

.h-about {
  background: #f5f5f5;
}

.h-about .text {
  font-size: 15px;
  line-height: 1.8;
}

.h-about .text .name {
  font-size: 30px;
  font-weight: bold;
  color: #30589f;
  text-transform: uppercase;
}

.h-about .text .name i {
  vertical-align: middle;
  font-style: normal;
}

.h-about .text .name span {
  font-size: 20px;
  font-weight: bold;
  color: #222;
  vertical-align: middle;
}

.h-about .text .t1 {
  font-size: 24px;
  font-weight: bold;
  color: #222;
}

.h-about .text .line {
  width: 70px;
  height: 3px;
  background: #222;
  margin: 0;
}

.h-about .pic {
  overflow: hidden;
  margin-bottom: 25px;
}

.h-pic1 {
  background: url(/static/images/h-pic1.jpg) no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
}

.h-pic1 .t1 {
  font-size: 50px;
  letter-spacing: 6px;
  font-weight: bold;
}

.h-pic1 .line {
  display: inline-block;
  width: 60px;
  height: 3px;
  background: #fff;
}

.h-pic1 .t2 {
  font-size: 40px;
  margin: 5px 0;
}

.h-pic1 .t3 {
  font-size: 18px;
}

.imore {
  margin-top: 30px;
}

.imore a {
  display: inline-block;
  padding: 15px 40px;
  background: #30589f;
  color: #fff;
}

.new-p .uk-overlay-background {
  background: rgba(48, 88, 159, 0.7);
}

.new-t li {
  margin-bottom: 26px;
}

.dynamic-time {
  width: 80px;
  height: 60px;
  background: #49628d;
  color: #fff;
  text-align: center;
  font-size: 12px;
  padding-top: 20px
}

.dynamic-time p {
  font-size: 22px;
  font-weight: 600;
  margin: 0;
}

.dynamic-text {
  width: calc(100% - 100px);
  height: 80px;
  color: #333
}

.dynamic-text h4 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin-top: 5px;
  margin-bottom: 0;
}

.dynamic-text .desc {
  margin-top: 10px;
  font-size: 14px;
  color: #999;
}

.h-news .tabs {
  margin-bottom: 20px;
}

.h-news .tabs a {
  display: inline-block;
  padding: 10px 50px;
  background: #eee;
}

.h-news .tabs .active {
  background: #30589f;
  color: #fff;
}


/* 内页 */

.g-side {
  /* min-height: 300px; */
  background: #f5f5f5;
}

.s-nav {}

.s-nav h2 {
  background: #30589f;
  color: #fff;
  text-align: center;
  padding: 15px 0;
}

.s-nav-list {
  padding: 20px 12px;
  line-height: 2;
}

.s-nav-list dt {
  background: #eee;
  padding: 5px 10px;
}

.s-nav-list dt.active {
  background: #30589f;
  color: #fff;
}

.s-nav-list dt.active a {
  color: #fff;
}

.s-nav-list dd {
  padding-left: 10px;
}

.s-nav-list dd a {
  font-size: 13px;
  display: inline-block;
  padding: 5px 0;
  border-bottom: 1px #dedede dashed;
}

.n-ban {
  height: 330px;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
}

.position {
  /* box-shadow: 0px 2px 3px #ddd; */
  /* position: relative; */
  /* z-index: 999; */
  padding: 30px 0;
  background: #f0f0f0;
}

.position .pos {
  margin-top: 10px;
}

.position .typename {
  margin: 0;
  font-size: 24px;
  padding-bottom: 10px;
  color: #929191;
  border-bottom: 3px solid #30589f;
}

.position .typename span {}

.position .line {
  border-top: 1px solid #dedede;
  margin-top: -2px;
}

.position i {
  font-size: 20px;
  color: #999;
}

.position .box-l {
  float: left;
}

.position .box-r {
  float: right;
}

.position .box-r .sbnav {
  float: left;
  padding: 0 30px;
  transition: all 0.3s ease-in;
}

.position .box-r .sbnav a {
  position: relative;
  font-size: 16px;
}

.position .box-r .sbnav a::after {
  content: '';
  position: absolute;
  display: block;
  bottom: -7px;
  width: 0;
  height: 3px;
  background: #30589f;
  line-height: normal;
  transition: all 0.3s;
}

.position .box-r .sbnav:hover a::after {
  width: 100%;
}

.position .box-r .sbnav::after {
  content: '|';
  position: relative;
  right: -32px;
  top: -1px;
  color: #222;
}

.position .box-r .sbnav:last-child::after {
  content: none;
}

.cons-about {}

.cons-about img {
  height: auto !important;
}

.cons-about .text {
  line-height: 1.8;
  color: #555555;
}

.cons-about .text h1 {
  font-size: 26px;
  font-weight: bold;
}


/* 产品列表 */

.product-a .pshow .pic {
  padding: 5px;
  background: #f8f8f8;
}

.product-a .pshow .text h1 {
  font-size: 30px;
  font-weight: bold;
  color: #30589f;
}

.product-a .pshow .text .desc {
  font-size: 16px;
  line-height: 1.8;
}

.product-a .pshow .text .share {
  margin-bottom: 20px;
}

.btn a {
  padding: 10px 30px;
  display: inline-block;
  border: 1px solid #30589f;
  border-radius: 5px;
  font-size: 16px;
  color: #30589f;
}

.btn a:hover {
  background: #30589f;
  color: #fff;
}

.pro-details {
  margin-top: 40px;
  /* padding: 30px 40px;
  box-shadow: 0 0 5px #ddd; */
}

.pro-details .title {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}

.pro-details .title span {
  color: #fff;
  padding: 0 30px;
  line-height: 40px;
  display: inline-block;
  background: #30589f;
  font-size: 16px;
}

.pro-details .cons {
  font-size: 14px;
  line-height: 1.8;
}

.cons-text h3 {
  font-size: 22px;
  color: #30589f;
}


/* 表格 */

.cons-text img {
  max-width: 100%;
  height: auto !important;
}

.cons-text table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 15px
}

*+.cons-text table {
  margin-top: 15px
}

.cons-text table td,
.cons-text table th {
  padding: 8px 8px;
  border: 1px solid #e5e5e5
}

.cons-text table th {
  text-align: left
}

.cons-text table td {
  vertical-align: middle;
  text-align: center;
}

.cons-text table thead th {
  vertical-align: bottom
}

.cons-text table caption,
.cons-text table tfoot {
  font-size: 12px;
  font-style: italic
}

.cons-text table caption {
  text-align: left;
  color: #999
}

.cons-text table tbody tr.uk-active {
  background: #f0f0f0
}

.cons-text table tbody tr:nth-of-type(odd) {
  background: #fafafa
}


/*分页样式*/

.pglist {
  padding: 30px 0 15px;
  width: 100%;
  text-align: center;
  clear: both;
}

.pglist a {
  color: #666;
  padding: 0 15px;
  margin: 0 3px;
  background: #fff;
  border: 1px solid #edebeb;
}

.pglist * {
  display: inline-block;
  vertical-align: middle;
  line-height: 34px;
  padding-bottom: 1px;
}

.pglist a:hover,
.pglist .hover {
  display: inline-block;
  color: #fff;
  background: #30589f;
  border-color: #30589f;
}

.reLink {
  border-top: 1px dashed #ddd;
  padding-top: 20px;
  margin-top: 30px;
  line-height: 2;
}

.reLink a {
  color: #999;
}


/* 新闻 */

.ar-news-list ul {
  list-style: none;
  padding: 0;
  border-top: 1px solid #e3e3e3;
  padding: 15px 0;
}

.ar-news-list ul .list_ones_top {
  margin-top: 10px;
}

.ar-news-list ul li {
  margin-bottom: 30px;
}

.ar-news-list .pic {
  overflow: hidden;
  cursor: pointer;
}

.ar-news-list .pic span {
  display: inline-block;
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center center;
}

.list_ones_top .new_title {
  float: left;
  max-width: 80%;
  font-size: 20px;
  line-height: 1.1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.list_ones_top .new_time {
  float: right;
  color: #555555;
}

.ar-news-list ul .list_ones_two {
  margin-top: 17px;
  line-height: 1.5;
  color: #707070;
}

.ar-news-list ul .list_ones_two a {
  color: #707070;
  font-size: 16px;
}

.ar-news-list ul .list_ones_bottom {
  margin-top: 20px;
  padding-bottom: 26px;
  border-bottom: 1px solid #e3e3e3;
  display: block;
}

.ar-news-list ul .btn a {
  padding: 5px 20px;
}

.ar-news-list ul li:hover .list_ones_bottom {
  border-color: #30589f;
}

.newlist2 ul li {
  border-bottom: 1px dashed #ddd;
  margin-bottom: 0;
  padding: 20px 0;
}

.news-a .title {
  text-align: center;
  margin-bottom: 30px;
}

.news-a .title .time {
  vertical-align: middle;
}

.news-a .title .t1 {
  display: inline-block;
  margin-right: 20px;
}

.news-a .title .share {
  display: inline-block;
  vertical-align: middle;
}

.news-a .cons {
  border-top: 1px dashed #ddd;
  padding: 20px 0 0;
  font-size: 14px;
  line-height: 1.8;
}


/* 招聘 */

.joblist {
  min-height: 500px;
}

.joblist .re_title {
  background: #f5f5f5;
  font-size: 20px;
  margin: 0;
  padding: 14px 40px 14px 30px;
  border-top: 3px solid #30589f;
}

.joblist .re_title span {
  float: right;
}

.joblist li {
  border-bottom: 1px dashed #ddd;
}

.joblist li h4 {
  margin: 0;
  padding: 14px 10px 14px 30px;
  cursor: pointer;
}

.joblist li i {
  font-style: normal;
}

.joblist li span {
  float: right;
}

.joblist li h4 .re_sub {
  background: url(/static/images/down.png) no-repeat right;
  float: right;
  padding-right: 30px;
}

.joblist li.selected h4 .re_sub {
  background: url(/static/images/up.png) no-repeat right;
}

.joblist .list-item {
  padding: 30px;
  background: #f3f3f3;
  display: none;
}

.job_btn {
  color: #30589f;
  border: 1px solid #30589f;
  border-radius: 5px;
  padding: 11px 25px;
  margin-top: 10px;
  display: inline-block;
}

.job_btn:hover {
  background: #30589f;
  color: #fff;
  transition: all 0.5s;
}

.job-txt {
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.8;
  font-size: 16px;
}

.job-txt h2 {
  color: #30589f;
}

.job-txt span {
  color: #f00;
}


/* 联系 */

.cons-contact .cons1 {
  margin-top: 30px;
  /* border: 1px solid #dedede; */
  /* padding: 15px; */
  border-right: 0;
}

.cons-contact .cons1 h2 {
  font-size: 24px;
  color: #0063a9;
  margin-bottom: 50px;
}

.cons-contact .cons1 h2 span {
  vertical-align: middle;
  margin-left: 20px;
}

.cons-contact .cons1 h2 img {}

.cons-contact .cons1 P {
  /* margin: 0; */
  font-size: 16px;
}


/* .cons-contact .cons1 ul{ padding: 0; list-style: none;} */

.cons-contact .cons1 i {
  font-size: 20px;
  color: #999;
  vertical-align: middle;
  margin-right: 8px;
}

.cons-contact .cons1 li {
  font-size: 16px;
}

.map-b {
  /* border: 5px solid #dedede; */
  margin-bottom: 50px;
}

.jszc {
  /* margin-left: -20px; */
}

.jszc li {
  /* list-style: none;
  width: 50%;
  float: left;
  margin-bottom: 20px;
  padding-left: 20px;
  box-sizing: border-box; */
}

.jszc .wrap {
  background: #f5f5f5;
  padding: 30px 30px;
  box-sizing: border-box;
  list-style: none;
}

.jszc .wrap h3 {
  text-align: center;
  color: #30589f;
  font-size: 20px;
}

.jszc .wrap p {
  margin: 0;
}


/* .form-main {
  background: url(/static/images/form-bg.jpg) no-repeat;
  background-size: cover;
}

.form-main .section-title {
  color: #fff;
}
.form-main .section-title .t1{
  color:#fff;
} */

.form-title {
  text-align: center;
  margin-bottom: 20px;
}

.form-title .t1 {
  font-size: 24px;
  margin-bottom: 10px;
}

.c-form {}

.c-form .wrap {
  margin-bottom: 16px;
}

.c-form .wrap input,
.c-form .wrap textarea {
  width: 100%;
  padding: 12px;
  line-height: normal;
  height: auto;
}

.c-form .wrap .error:last-child {
  margin-bottom: 0;
  color: #bd0c1c;
  margin-top: 5px;
  padding-left: 10px;
}

.c-form .f-srk {
  font-size: 14px !important;
  padding: 8px !important;
}

.c-form .btn {
  text-align: center;
}

.c-form .btn input {
  width: 100px;
  margin: 0 10px;
  color: #fff;
}

.form-main .am-form-field {
  background: transparent !important;
  color: #fff !important;
  border: 1px solid #fff !important;
}

.form-main .am-form-field::-webkit-input-placeholder {
  color: #fff !important;
}

.footer {
  background: #333;
  /* background: linear-gradient(to right,#0096b1, #a8ca02); */
  /* border-top: 1px solid #a8ca02; */
  padding-top: 40px;
  /* padding-bottom: 20px; */
}

.footer-copy {
  font-size: 14px;
}

.footer a {
  color: #666;
}

.foot-t {
  margin-bottom: 30px;
  color: #eee;
}

.f-contact {
  font-size: 14px;
}

.f-contact h2 {
  color: #fff;
}

.f-contact p {
  margin: 0;
  line-height: 2;
}

.f-main-pro .title {
  color: #fff;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}

.f-main-pro .fp-li li {
  width: 50%;
  float: left;
}

.f-main-pro .fp-li a {
  color: #eee;
  line-height: 2;
  font-size: 14px;
}

.foot-b {
  background: #222;
  padding: 10px 0;
}

.foot-t .nav {
  height: 100%;
  background: #666;
}

@media (max-width: 767px) {
  .head-logo {
    padding: 10px 0;
  }
  .banner .uk-container {
    padding: 0;
  }
  .h-about .text .name {
    font-size: 22px;
  }
  .h-about .text .name span {
    font-size: 16px;
  }
  .h-about .text {
    font-size: 14px;
  }
  .dynamic-text h4 {
    font-size: 14px;
    margin-top: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .dynamic-text .desc {
    margin-top: 5px;
    font-size: 12px;
  }
  .h-pic1 .t1 {
    font-size: 40px;
  }
  .h-pic1 .t2 {
    font-size: 26px;
  }
  .h-pic1 .t3 {
    font-size: 16px;
  }
  .f-main-pro .fp-li li {
    width: 100%;
    float: none;
  }
  .position .typename{
    font-size: 18px;
  }
  .position .box-r{
    display: none;
  }
  .product-a .pshow .text h1{
    font-size: 20px;
  }

  .map-b iframe{
    height: 300px;
  }
  .cons-contact .cons1 h2 span{
    display: block;
    margin: 0;
    font-size: 20px;
    margin-top: 15px;
  }
  .cons-contact .cons1 h2{
    text-align: center;
    margin-bottom: 20px;
  }
  .list_ones_top .new_title{
    max-width: 100%;
    float: none;
  }
  .list_ones_top .new_time{
    float: none;
    font-size: 12px;
    margin-top: 10px;
  }
  .cons-text table td{
    padding: 0;
  }
  *+.cons-text table{
    font-size: 12px;
  }
  .job-txt{
	  font-size:14px;
  }
  .joblist li h4{
	  font-size:14px;
  }
  .joblist .re_title{
	  font-size:18px;
  }
}