*{ margin:0;padding:0; list-style-type:none;outline: none;
  *font-family: "Microsoft YaHei";
}
body{
  font-size:12px;
  font-family: "Microsoft YaHei",Arial, Helvetica, sans-serif;
  width: 100%;
  overflow-x: hidden;
}
img{
  border:0;
  max-width: 100%;
}
a{
  text-decoration:none;
}
a:hover{
  text-decoration:none;
  outline:none;
}
input, a, img, button, textarea {
  outline: none;
}
textarea{
  resize: none;
}
i,em{
  font-style: normal;
}
li {
  list-style: none;
}

.wrap{
  width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
.container{
  max-width: 100%;
  overflow-x: hidden;
}
.oh-initial{
  overflow: initial;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.dis {
  display: none;
}
.clear {
  clear: both;
}
.eps {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.clamp2{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.clamp3{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.clamp5{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.bgf5{
  background: #f5f5f5;
  overflow: hidden;
}
.bgfb{
  background: #fbfbfb;
  overflow: hidden;
}
.logo{
  height: 66px;
  margin: 27px 0;
}
.menubox {
  position: relative;
  z-index: 100;
  padding: 0 2%;
  box-shadow: 0 5px 8px rgba(0,0,0,.1);
}
.top_ss{
  position:relative;
  float:right;
  width:16px;
}
.top_ss .search {
  background: url(../images/search.png) no-repeat center;
  display: block;
  width: 100%;
  height: 120px;
}
.top_ss .seardel {
  background: url(../images/close.png) no-repeat center;
}
.top_ss .search_box {
  background: #fff;
  overflow: hidden;
  position: absolute;
  top: 40px;
  right: 20px;
  border: 1px solid #ddd;
  width: 260px;
  height: 40px;
  z-index: 10;
  display: none;
  border-radius: 20px;
}
.top_ss .search_box .text {
  float: left;
  width: 190px;
  border: none;
  padding: 0 10px;
  line-height: 40px;
  height: 40px;
  font-size: 14px;
}
.top_ss .search_box .submit {
  float: right;
  width: 60px;
  background: #01497c;
  border: none;
  font-size: 14px;
  color: #fff;
  height: 38px;
  cursor: pointer;
}
.top_ss .search_box.show{
  display:block;
}
.carousel-inner > .item > img{
  width: 100%;
}

.index-box1{
  position: relative;
  z-index: 10;
  background: #ffffff;
  overflow: hidden;
}
.index-box1 ul{
  overflow: hidden;
  margin-top: 5%;
}
.index-box1 ul li{
  overflow: hidden;
  margin-bottom: 5%;
  border-right: 1px solid #f0f0f0;
}
.index-box1 ul li:last-child{
  border-right: none;
}
.index-box1 ul li img{
}
.index-box1 ul li .txt{
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  margin-left: 15px;
}
.index-box1 ul li .txt .tit{
  font-size: 18px;
  color: #01497c;
}
.index-box1 ul li .txt p{
  font-size: 14px;
  color: #666;
  margin: 0;
}

.index_tit {
  position: relative;
  padding-bottom: 20px;
  margin: 4% 0 3%;
}
.index_tit .numb {
  font-size: 85px;
  color: #eeeeee;
  font-style: italic;
  font-weight: bold;
  line-height: 1;
}
.index_tit .tit {
  font-size: 32px;
  color: #01497c;
  line-height: 1;
  margin-top: -53px;
  padding-bottom: 7px;
}
.index_tit .p {
  font-size: 14px;
  color: #fcae03;
  background: url(../images/icon4.png) no-repeat top center;
  line-height: 1;
  padding-top: 20px;
}

.index-about{
  overflow: hidden;
  position: relative;
  background: #f9faff;
}
.index-about .pic img{
  display: block;
  width: 100%;
}
.about-main{
  overflow: hidden;
  padding: 5% 10%;
}
.about-main .bhdk{
  font-size: 18px;
  color: #101010;
  margin-bottom: 10px;
  margin-top: 8%;
}
.about-main .content{
  font-size: 14px;
  line-height: 26px;
  color: #797979;
  overflow: hidden;
}
.about-main .detail{
  overflow: hidden;
}
.about-main .detail li{
  overflow: hidden;
  margin-top: 40px;
}
.about-main .detail li img{
  float: left;
}
.about-main .detail li .txt{
  margin-left: 12px;
}
.about-main .detail li .txt h3{
  font-size: 24px;
  font-weight: bold;
  color: #fcae03;
}
.about-main .detail li .txt h3 em{
  font-size: 11px;
  color: #7e7e7e;
  vertical-align: top;
  font-weight: normal;
}
.about-main .detail li .txt p{
  font-size: 14px;
  color: #000000;
  line-height: 1;
}

.index_equ{
  overflow: hidden;
}
.index_equ ul {
  overflow: hidden;
  margin: 0 -15px 2%;
}
.index_equ ul li {
  padding: 0 15px;
  margin-bottom: 3%
}
.index_equ ul li .pic {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.index_equ ul li .pic .tosee {
  background: rgba(252,174,3,.66);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.5s;
}
.index_equ ul li .pic .tosee:after{
  content: '';
  display: block;
  width: 57px;
  height: 57px;
  background: url(../images/icon8.png) no-repeat center;
  position: absolute;
  left: -200%;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.5s;
}
.index_equ ul li .pic img {
  width: 100%;
  min-height: 100%;
  display: block;
}
.index_equ ul li .info{
  padding: 20px 3% 0;
}
.index_equ ul li .info h3{
  font-size: 18px;
}
.index_equ ul li .info h3 a{
  color: #1d1d1d;
}
.index_equ ul li .info p{
  font-size: 13px;
  color: #7f7f7f;
  margin: 12px 0 20px;
}
.index_equ ul li .info .more{
  font-size: 12px;
  color: #666;
  display: block;
  width: 98px;
  text-align: center;
  line-height: 27px;
  border: 1px solid #b5b5b5;
  border-radius: 20px;
  transition: 0.3s;
}
.index_equ ul li .pic:hover .tosee{
  opacity: 1;
}
.index_equ ul li .pic:hover .tosee:after{
  left: 0;
}
.index_equ ul li .info .more:hover{
  background: #fcae03;
  border-color: #fcae03;
  color: #fff;
}

.index_product{
  background: #f9faff;
  overflow: hidden;
}
.index_product .swiper-container{
  padding: 3% 0 4%;
}
.index_product .swiper-container .swiper-slide{
  background: #ffffff;
  padding: 10px;
}
.index_product .swiper-container .swiper-slide .pic{
  overflow: hidden;
  width: 100%;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index_product .swiper-container .swiper-slide .pic img{
  max-width: 100%;
  max-height: 100%;
}
.index_product .swiper-container .swiper-slide p{
  font-size: 16px;
  color: #161616;
  margin: 15px 0;
}
#pro_num{
  overflow: hidden;
}
#pro_num li{
  display: inline-block;
  font-size: 12px;
  color: #666666;
  width: 130px;
  line-height: 27px;
  border: 1px solid #b5b5b5;
  border-radius: 20px;
  margin: 0 8px;
  cursor: pointer;
}
#pro_num li.active{
  background: #fcae03;
  border-color: #fcae03;
  color: #fff;
}

.index-news{
  margin-bottom: 4%;
}
.news-l{
  padding-right: 3%;
}
.news-pic{
  overflow: hidden;
  height: 410px;
  position: relative;
}
.news-pic img{
  display: block;
  width: 100%;
  min-height: 100%;
}
.news-pic .shadow{
  background: rgba(0,75,152,.76);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  color: #ffffff;
  padding: 8% 7%;
  text-align: justify;
}
.news-pic .shadow h3{
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 10%;
}
.news-pic .shadow p{
  font-size: 13px;
  line-height: 2;
  text-indent: 2em;
}
.news-txt{
  line-height: 1;
  padding: 40px 10px;
}
.news-txt .nr{
  line-height: 24px;
  margin-bottom: 20px!important;
}
.news-txt .more{
  transition: 0.3s;
}
.news-txt h3{
  margin: 6px 0 15px!important;
}
.news-txt .more:hover{
  background: #fcae03;
  border-color: #fcae03;
  color: #fff;
}
.news-txt h3:hover{
  color: #fcae03;
}
.news-r{
  padding-left: 3%;
}
.news-r li{
  overflow: hidden;
  box-shadow: 0 0 8px rgba(0,50,86,.1);
  margin-bottom: 25px;
  padding: 31px 5%;
  line-height: 1;
}
.news-r li .time,.news-txt .time{
  font-size: 16px;
  color: #999999;
}
.news-r li h3,.news-txt h3{
  font-size: 20px;
  color: #000;
  margin: 10px 0 20px;
}
.news-r li .nr,.news-txt .nr{
  font-size: 14px;
  color: #bbbbbb;
  margin-bottom: 25px;
}
.news-r li .more,.news-txt .more{
  font-size: 12px;
  color: #666;
  display: block;
  width: 98px;
  text-align: center;
  line-height: 27px;
  border: 1px solid #b5b5b5;
  border-radius: 20px;
}
.news-r li:hover{
  background: #fcae03;
}
.news-r li:hover .more{
  border-color: #ffe3a5;
  color: #ffe3a5;
}
.news-r li:hover .time,.news-r li:hover .nr{
  color: #ffe3a5;
}
.news-r li:hover h3{
  color: #ffffff;
}

.footer {
  background: #333;
  border-bottom: 1px solid #3d3d3d;
  padding: 2% 0 1%;
}
.foot-logo{
  position: relative;
  padding: 30px 0;
}
.foot-logo:after{
  content: '';
  display: block;
  width: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20%;
  background: #424242;;
}
.foot-logo img{
  height: 55px;
}
.footlinks {
  overflow: hidden;
}
.footlinks p{
  font-size: 13px;
  color: #999999;
  line-height: 24px;
}
.footlinks,.footlinks a{
  font-size: 15px;
  color: #fff;
  line-height: 24px;
}
.footlinks .lxfs{
  font-size: 15px;
  color: #fff;
  line-height: 30px;
  margin-top: 5px;
}
.footlinks a:hover,.copyright a:hover {
  color: #fcae03;
}
.foot-code{
  overflow: hidden;
  padding-top: 10px;
}
.foot-code img{
  width: 84px;
}
.foot-code span{
  display: inline-block;
  font-size: 18px;
  color: #cccccc;
  line-height: 26px;
  margin-left: 15px;
  vertical-align: middle;
}

.copyright {
  background: #333;
  text-align: center;
}
.copyright p {
  font-size: 14px;
  color: #707070;
  line-height: 30px;
  padding: 14px 3%;
}
.copyright a {
  color: #707070;
}

.ny_banner{
  position: relative;
  overflow: hidden;
}
.ny_banner img {
  display: block;
  width: 100%;
}
.ny_banner .alone-txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #ffffff;
}
.ny_banner .alone-txt h1{
  font-size: 72px;
  text-transform: uppercase;
  border: 1px solid #fff;
  line-height: 1.09;
  padding: 0 12px;
}
.ny_banner .alone-txt h2{
  font-size: 28px;
  margin: 2% 0;
}

.location {
  box-shadow: 0 5px 6px rgba(0,0,0,.05);
  overflow: hidden;
}
.location .current {
  overflow: hidden;
  font-size: 16px;
  color: #161616;
  background: url(../images/icon9.png) no-repeat left;
  padding-left: 32px;
  line-height: 4.4;
}
.location .current a {
  color: #01497c;
}
.location .sear-box {
  background: #fff;
  overflow: hidden;
  margin: 20px 0;
}
.location .sear-box .text {
  float: left;
  width: 220px;
  border: 1px solid #f0f0f0;
  padding: 0 14px;
  line-height: 28px;
  height: 30px;
  font-size: 14px;
}
.location .sear-box .submit {
  float: right;
  width: 67px;
  background: url(../images/search1.png) no-repeat 8px center #01497c;
  border: none;
  font-size: 14px;
  color: #fff;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  padding-left: 18px;
}

.ny_tit{
  overflow: hidden;
  padding: 2% 0;
}
.ny_tit .en{
  font-size: 50px;
  color: #024287;
  font-weight: bold;
  margin-bottom: 1%;
}
.ny_tit .cn{
  font-size: 24px;
  color: #ffd101;
  font-weight: bold;
  position: relative;
}
.ny_tit .cn span{
  background: #fff;
  position: relative;
  z-index: 2;
  padding: 0 3%;
}
.ny_tit .cn:after{
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: #f0f0f0;
}

.navMenubox{
  overflow: hidden;
  margin-bottom: 5%;
}
.navMenubox ul{
  overflow: hidden;
  margin: 0;
}
.navMenubox ul li{
  width: 140px;
  display: inline-block;
  background: #eee;
  font-size: 15px;
  line-height: 41px;
  margin: 5px 0.8%;
}
.navMenubox ul li a{
  color: #484848;
}
.navMenubox ul li.cur{
  background: #2b3b94;
}
.navMenubox ul li.cur a{
  color: #ffffff;
}

.alone-content{
  overflow: hidden;
  padding: 0 2% 5%;
  font-size: 16px;
  line-height: 30px;
  color: #161616;
  text-align: justify;
}
.alone-content img{
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.fynumber {
  width: 100%;
  overflow: hidden;
  text-align: center;
  margin: 5% auto 8%;
  color: #333;
  font-size: 14px;
}
.fynumber a,.fynumber span {
  padding: 5px 11px 5px 11px;
  display: inline-block;
  color: #19398b;
  border: 1px solid #c6d3f5;
  margin: 0 -3px;
}
.fynumber a.cur,.fynumber a:hover,.fynumber .current {
  background: #19398b;
  color: #ffffff;
  border: 1px solid #19398b;
}

.swiper-button-prev {
  background: url(../images/left.png) no-repeat center #ddd;
}
.swiper-button-next {
  background: url(../images/right.png) no-repeat center #ddd;
}

#returnTop {
  background: url(../images/top.png) no-repeat 0 0;
  position: fixed;
  transition: bottom 0.9s;
  z-index: 999;
  right: 1%;
  bottom: -100px;
  display: block;
  width: 36px;
  height: 65px;
  font-size: 0;
}

/*新闻资讯*/
.news-center{
  overflow: hidden;
}
.news-center .n-item{
  overflow: hidden;
  padding: 2% 0;
}
.news-center .n-item:nth-child(odd){
  background: #f9faff;
}
.news-center .n-item .pic{
  padding-right: 4.25%;
}
.news-center .n-item .pic img{
  display: block;
  width: 100%;
}
.news-center .n-item .txt{
  line-height: 1;
  margin-top: 25px;
}
.news-center .n-item .txt h3{
  font-size: 18px;
  color: #000000;
  margin: 10px 0 15px;
}
.news-center .n-item .txt h3 a{
  color: #000;
}
.news-center .n-item .txt .time{
  font-size: 16px;
  color: #999999;
}
.news-center .n-item .txt .nr{
  font-size: 14px;
  color: #bbbbbb;
  line-height: 24px;
  margin-bottom: 20px;
}
.news-center .n-item .txt .more{
  font-size: 12px;
  color: #666;
  display: block;
  width: 98px;
  text-align: center;
  line-height: 27px;
  border: 1px solid #b5b5b5;
  border-radius: 20px;
}
.news-center .n-item .txt h3 a:hover{
  color: #fcae03;
}
.news-center .n-item .txt .more:hover{
  background: #fcae03;
  border-color: #fcae03;
  color: #fff;
}

.news-center.equipment .n-item{
  padding: 0;
  background: #fafafa;
  margin-bottom: 3%;
  transition: 0.3s;
}
.news-center.equipment .n-item .pic{
  padding-right: 1.6%;
}
.news-center.equipment .n-item .txt{
  padding-right: 3%;
  padding-left: 2%;
}
.news-center.equipment .n-item .txt h3{
  font-size: 24px;
}
.news-center.equipment .n-item .txt .nr{
  font-size: 15px;
  line-height: 30px;
  color: #666666;
  margin-bottom: 30px;
}
.news-center.equipment .n-item:hover{
  background: #fcae03;
}
.news-center.equipment .n-item .txt a:hover,.news-center.equipment .n-item:hover a,.news-center.equipment .n-item:hover .nr{
  color: #fff;
}
.news-center.equipment .n-item:hover .more{
  border-color: #fff;
}

.news-head{
  color: #333333;
  overflow: hidden;
  padding: 5% 0 3%;
  margin-bottom: 4%;
  border-bottom: 1px solid #f0f0f0;
}
.news-head .title{
  font-size: 24px;
  font-weight: bold;
  color: #161616;
  margin-bottom: 10px;
}
.news-head .time{
  font-size: 16px;
  color: #161616;
}

/*产品中心*/
.product-center{
  overflow: hidden;
  margin: 0 -15px;
}
.product-center li{
  padding: 0 15px;
  margin-bottom: 30px;
}
.product-center li *{
  transition: 0.3s;
}
.product-center li a{
  display: block;
}
.product-center li .pic{
  height: 263px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e0e0e0;
  overflow: hidden;
}
.product-center li .pic img{
  display: block;
  max-height: 100%;
}
.product-center li p{
  background: #f9f9f9;
  font-size: 16px;
  color: #6a6a6a;
  line-height: 4.1;
}
.product-center li a:hover .pic{
  border-color: #fcae03;
}
.product-center li a:hover p{
  background: #fcae03;
  color: #fff;
}
.product-center.service li .pic{
  padding: 5px;
}

.job-chance{
  overflow: hidden;
}
.job-chance li{
  border: 1px solid #dcdcdc;
  padding: 28px 22px;
  margin-bottom: 30px;
  transition: 0.3s;
}
.job-chance li .post{
  font-size: 18px;
  color: #000000;
  background: url(../images/icon10.png) no-repeat 0 0;
  padding-left: 50px;
  padding-bottom: 14px;
  line-height: 32px;
  margin: 0 10px 20px;
  border-bottom: 1px solid #dcdcdc;
}
.job-chance li .content{
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  margin: 0 0 20px;
  text-align: justify;
  height: 96px;
  overflow: hidden;
}
.job-chance li .more{
  font-size: 12px;
  color: #666;
  display: block;
  width: 98px;
  text-align: center;
  line-height: 27px;
  border: 1px solid #b5b5b5;
  border-radius: 20px;
}
.job-chance li:hover{
  background: #ffd101;
  border-color: #ffd101;
}
.job-chance li:hover .post{
  background: url(../images/icon11.png) no-repeat left;
  color: #ffffff;
}
.job-chance li:hover .content{
  color: #fff6dd;
  border-color: #fff;
}
.job-chance li:hover .more{
  color: #ffffff;
  border-color: #fff;
}

/*联系我们*/
.contact_us{
  overflow: hidden;
  margin-bottom: 6%;
}
.contact_us .cont_info{
  font-size: 18px;
  line-height: 2;
  overflow: hidden;
  margin: 2% 0 6%;
}

@media (max-width: 1499px) {
  .wrap{
    width: 1200px;
  }
  .logo{
    height: 60px;
    margin: 30px 0;
  }
  .navbar.navbar-default {
    width: calc(100% - 502px);
  }
  .navbar-nav > li{
    font-size: 14px;
  }
  .about-main .bhdk{
    margin-top: 3%;
  }
  .index_equ ul li .pic{
    height: 237px;
  }
  .news-pic{
    height: 330px;
  }
  .news-r li {
    padding: 15px 5%;
  }
}
@media (min-width: 1500px) {
  .news-center.equipment .n-item .txt{
    margin-top: 5%;
  }
}
@media (max-width: 1199px) {
  .wrap{
    width: 970px;
  }
  .navbar.navbar-default{
    width: 100%;
  }
  .index_equ ul li .pic{
    height: 188px;
  }
  .index_product .swiper-container .swiper-slide .pic{
    height: 200px;
  }
}
@media (max-width: 991px) {
  .wrap{
    width: 750px;
  }
  .index-box1 ul li{
    border: none;
  }
  .index-box1 ul li .txt{
    width: 200px;
  }
  .footer{
    display: none;
  }
  .index_equ ul li .pic,.news-pic{
    height: auto;
  }
  .news-l,.news-r{
    padding: 0;
  }
  .news-txt{
    padding: 20px 5px 40px;
  }
  .news-center .n-item{
    padding: 20px 0;
  }
  .news-center .n-item .pic{
    padding: 0;
  }
  .news-center .n-item .txt{
    margin-top: 10px;
  }
  .news-center .n-item .txt h3{
    margin: 10px 0 10px;
  }
}

@media (max-width: 767px) {
  .wrap{
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .container{
    padding-left: 15px;
    padding-right: 15px;
  }
  .top_ss{
    display: none;
  }
  .logo{
    height: auto;
    max-width: 80%;
    margin: 10px 0;
  }
  .about-main{
    padding: 3% 3% 7%;
  }
  .carousel-indicators {
    height: 10px;
  }
  .carousel-indicators li {
    width: 25px;
    height: 3px;
    margin: 0 4px;
  }
  .navbar-default .navbar-collapse {
    margin: 0 -2%;
  }
  .navbar.navbar-default{
    float: none;
    min-height: 0;
  }
  .navbar-nav {
    overflow: hidden;
    text-align: center;
  }
  .navbar-nav li {
    border-bottom: 1px solid #555;
  }
  .navbar-default .navbar-nav > li.active > a{
    color: #ffd101;
  }
  .navbar-nav li a {
    font-size: 14px;
  }
  .navbar-right {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 25%;
  }
  #pro_num li{
    width: auto;
    margin: 3px;
    padding: 0 8px;
  }
  .copyright p{
    font-size: 12px;
    line-height: 20px;
  }
  .location .current{
    line-height: 2.6;
  }
  .location .sear-box{
    width: 100%;
    margin: 0;
    padding: 10px 0;
    border-top: 1px solid #f0f0f0;
  }
  .location .sear-box .text{
    width: calc(100% - 67px);
  }
  .ny_tit .en{
    font-size: 30px;
  }
  .ny_banner .alone-txt h1{
    font-size: 28px;
  }
  .ny_banner .alone-txt h2{
    font-size: 14px;
    margin-top: 18px;
  }
  .news-center .n-item .txt p{
    font-size: 14px;
    line-height: 1.8;
  }
  .news-center .n-item .txt .clamp2{
    margin: 5px 0;
  }
  .job-chance li{
    padding: 20px 15px;
    margin-bottom: 15px;
  }
  .contact_us .cont_info{
    font-size: 14px;
  }
}
