/*** 

====================================================================
  Resources / Css Files
====================================================================

 ***/
@import url('bootstrap.min.css');
@import url('swiper.min.css');
@import url('animate.css');
/*@import url('owl.css');*/

/* reset css start */
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  color: #333;
  position: relative;
}

*{
  
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;

}

*:focus {
  outline: none;
}

a{
  color: #333;
}

a:hover{
  text-decoration: unset;
  cursor: pointer;
}

p{
  margin-bottom: 0;
}

img {
  max-width: 100%;
  height: auto;
}

ul{
  margin-bottom: 0;
}

.div-img{
  overflow: hidden;
}

.container-fluid{
  padding-left: 4%;
  padding-right: 4%;
}

.section-sp{
  padding: 125px 0;
}

/**
 * header
 * 
 */
header{
  position: relative;
}
header .header-top{
  padding: 15px 0;
}

header .header-top ul li{
  list-style: none;
  color: #2a6db1;
  display: inline-block;
  position: relative;
}

header .header-top ul li:not(:last-child){
  padding-right: 8px;
  margin-right: 15px;
}

header .header-top ul li:not(:last-child):after{
  position: absolute;
  content: "";
  width: 1px;
  height: 17px;
  background: #2a6db1;
  right: -7px;
  top: 5px;
}

header .header-top ul li:hover{
  cursor: pointer;
}

header .header-top ul li img{
  vertical-align: middle;
  display: inline-block;
  margin-right: 3px;
}



header .header-top ul li a{
  color: #2a6db1;
}

header .header-top input{
  border: none;
  padding-left: 25px;
  background-image: url(../images/top-search.png);
  background-repeat: no-repeat;
  background-position: left center;
  color: #2a6db1;
  max-width: 75px;
  transition: all .6s;

}

header .header-top input:focus{
  max-width: 125px;
}

header .header-top input::-webkit-input-placeholder{
  color: #2a6db1;
}

header .header-top input:hover{
  cursor: pointer;
}


header .header-top .d2 .language{
    border: none;
    padding: 0 5px;
    color: #1f6bb6;
}

header .header-top .d2 .language option{
  display: block;
}



header .head-menu-pc{
  background: #1f6bb6;
}


header .main-menu {
 padding: 0 5%;
}
header .main-menu ul {
  width: 100%;
  display:-webkit-box;
  display:-ms-flexbox;
   display:flex; 
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  justify-content: space-around;
  margin-bottom:0;
  padding-left:0;
  list-style:none;
}
header .main-menu ul li+li {
  margin-left:50px
}


header .main-menu ul li>a {
  min-width: 120px;
  text-align: center;
  font-size: 18px;
  text-decoration:none;
  text-transform:uppercase;
  color:#fff;
  display:block;
  position:relative;
  line-height:50px;
  padding: 15px 25px;
  z-index: 99;
}

header .main-menu >ul>li>a:after{
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  background: #195fa58f;
  bottom: 15px;
  transition: all .6s;
  text-align: center;
  left: 50%;
  top: 0;
  z-index: -1;
}

header .main-menu ul li:hover a{
  /*color: #cccc;*/
}

header .main-menu >ul>li:hover a:after{
  width: 100%;
  left: 0;
}
header .main-menu ul li{
  position: relative;
}


header .main-menu ul li.active a:after{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  background: #195fa58f;
  z-index: -1;
}

header .main-menu ul li.dropdown {
  position:relative
}

header .main-menu ul li.dropdown:hover a{
  /*color: #1f6bb6;*/
}
header .main-menu ul li.dropdown ul.sub-menu {
  position:absolute;
  z-index:9;
  text-align:left;
  opacity:0;
  visibility:hidden;
  -o-transform-origin:0 0;
  -ms-transform-origin:0 0;
  -moz-transform-origin:0 0;
  -webkit-transform-origin:0 0;
  transform-style:preserve-3d;
  -o-transform-style:preserve-3d;
  -moz-transform-style:preserve-3d;
  -webkit-transform-style:preserve-3d;
  transform:rotateX(-75deg);
  -o-transform:rotateX(-75deg);
  -moz-transform:rotateX(-75deg);
  -webkit-transform:rotateX(-75deg);
  min-width:250px;
  left:auto!important;
  background:#fff;
  display:block;
  -o-transition:-o-transform .3s,opacity .3s;
  -ms-transition:-ms-transform .3s,opacity .3s;
  -moz-transition:-moz-transform .3s,opacity .3s;
  -webkit-transition:-webkit-transform .3s,opacity .3s;
  padding:20px 0;
  -webkit-box-shadow:-1px 10px 80px -15px rgba(0,0,0,.3);
  box-shadow:-1px 10px 80px -15px rgba(0,0,0,.3)
}
header .main-menu ul li.dropdown ul li {
  padding:0;
  margin:0;
  display:block
}
header .main-menu ul li.dropdown ul li.active>a,header .main-menu ul li.dropdown ul li:hover>a {
  /*color:#266bf9!important*/
}
header .main-menu ul li.dropdown ul li a {
  display:block;
  text-align: left;
  line-height:20px;
  padding:12px 0 12px 20px;
  font-weight:400;
  color:#2d2d2d;
  text-transform:capitalize
}
header .main-menu ul li.dropdown ul li a:hover {
  padding-left:25px
}


header .main-menu >ul>li img{
  -webkit-filter: brightness(0) invert(1);
  vertical-align: sub;
  margin-right: 5px;
 }


header .main-menu ul li.dropdown:hover .sub-menu {
  opacity:1;
  visibility:visible;
  transform:rotateX(0);
  -o-transform:rotateX(0);
  -moz-transform:rotateX(0);
  -webkit-transform:rotateX(0);
  -o-transition:-o-transform .3s,opacity .3s;
  -ms-transition:-ms-transform .3s,opacity .3s;
  -moz-transition:-moz-transform .3s,opacity .3s;
  -webkit-transition:-webkit-transform .3s,opacity .3s
}



.header-fixed{
  position: fixed!important;
  background: #fff;
  box-shadow: 0 0 5px #3333334d;
  width: 100%;
  top: 0;
  z-index: 999;
  transition: all .6s;
}

.header-fixed .main-menu ul li a{
  color: #fff;
}


/**
 * 
 * 大图
 */
.swiper1 .swiper-slide{
  position: relative;
}
.swiper1 .text{
  position: absolute;
  top: calc(50% - 150px);
  z-index: 9;
  max-width: 850px;
  color: #fff;
  left: 5%;
  /*background: rgba(0, 0, 0, .6);*/
  padding: 45px 45px  85px 45px;
}

.swiper1  .text h2{
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 35px;
}

.swiper1 .text p{
  color: #1f6bb6;
  font-size: 24px;
  font-weight: bolder;
}

.swiper1 .slide2 .text{
 /* background: unset;*/
}

.swiper1 .slide2 h2{
  /*color: #1f6bb6;*/
}

.swiper1 .swiper-slide:after{
  /*position: absolute;
  content: "";
  left: 0;
  right: 0;
  width: 0;
  height: 100%;
  background: rgba(0, 0, 0, .3);
  transition: all 4.5s;*/
}

.swiper1 .swiper-slide.swiper-slide-active:after{
  /*width: 100%;*/
}

.section-pro{
  background: #e8f1f8;
}

.section-title p{
  position: relative;
  padding-left: 35px;
  font-size: 24px;
}
.section-title p:before{
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  background: unset;
  border-radius: 50%;
  border: 4px solid #0071bd;
  left: 0;
  top: calc(50% - 13px);
}

.section-title div{
  color: #000;
}

.section-pro .swiper2{
  margin-top: 45px;
}

.section-pro .swiper2 img{
  transition: all .6s;
  width: 100%;
}

.section-pro .swiper2 a{
  display: block;
  width: 100%;
  height: 100%;
  padding-bottom: 25px;
}



.section-pro .swiper2 a:hover img{
  transform: scale(1.1);
}

.section-pro .swiper2 a:hover .text{
  background: #1f6bb6;
}
.section-pro .swiper2 .text{
  line-height: 45px;
  padding: 15px;
}

.section-pro .swiper2 a:hover p{
  color: #fff;
}

.section-adv .subtitle{
  font-size: 20px;
  color: #1f6bb6;
  margin-top: 5px;
  margin-bottom: 45px;
}

.section-adv .lists{
  height: 100%;
  padding: 0 45px;
  align-content: center;
}

.section-adv .item{
  font-size: 16px;
}

.section-adv .item strong {
  font-size: 20px;
  color: #0072bd;
  margin-bottom: 25px;
}

.section-adv .item div{
  /*max-width: 214px;*/
  margin-top: 15px;
}

.section-partner{
  background: #e8f1f8;
}

.section-partner .lists{
 margin: 65px 0;
}

.main-footer{
  background: #206BB6;
  color: #fff;
  font-size: 16px;
}

.main-footer a{
  color: #fff;
}

.main-footer .d1 {
  max-width: 215px;
}

.main-footer .d1 p+p{
  margin-top: 10px;
}

.main-footer .d3 h4{
  font-weight: normal;
  margin-bottom: 25px;
}

.main-footer .d3 a{
  display: block;
  line-height: 30px;
}

.main-footer .d3 p:nth-child(even){
  margin-top: 15px;
}

.main-footer .d4 h4{
  font-weight: lighter;
}

.main-footer .d4  p{
  margin-bottom: 8px;
}

.main-footer .d4  p.wxtext{
  padding: 0 15px;
}

.main-footer .d4 div{
  margin-top: 35px;
  text-align: center;
}


.main-footer .bottom{
  margin-top: 65px;
}

.main-footer .bottom p:nth-child(1){
  padding-bottom: 10px;
  border-bottom: 2px solid #fff;
  margin-bottom: 10px;
}

/**
 * 产品中心
 */
.page-title{
  position: absolute;
  z-index: -1;
}

.main-header2 .header-top{
  color: #fff;
  padding-right: 25px;
}


header.main-header2{
  height: 450px;
  background-image: url(../images/page-title.png);
  background-size: cover;
  background-position: center;
}

header.main-header2  .header-top .d2 .language{
  background: unset;
  color: #fff;
}

header.main-header2 .header-top ul li:not(:last-child):after{
    background: #fff;
}

header.main-header2 .header-top ul li{
  color: #fff; 
}

header.main-header2 .header-top input{
  background-image: url(../images/top-search-w.png);
 background-color: unset;
  color: #fff;
}

header.main-header2 .header-top input::placeholder{
  color: #fff;
}

header.main-header2 .header-top .d2 .language option{
  background: #1f6bb6;
}

header.main-header2 .head-menu-pc{
    background-color: unset;
}

header.main-header2 .header2-fixed{
  background-color: #1f6bb6;
}

header.main-header2 .head-menu-pc .brand-img{
  padding-top: 15px;
}


header.main-header2 ul li+li{
  margin-left: 0;
}

header .page-title-txt{
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 25%;
  padding: 0 25px;
}




/**
 * *
 */

.product-main{
  margin-top: 125px;
  margin-bottom: 125px;
}

.p-title{
  margin-bottom: 45px;
}

.p-title .d2 {
  color: #808080;
  font-size: 20px;
}

.product-main .nav-pills{
  background: #e8f1f8;
  flex-wrap: nowrap;
}

.product-main .nav-pills .nav-link{
  border-radius: 0;
  text-align: center;
  height: 75px;
  line-height: 75px;
  padding: 0 15px;
  color: #4d4d4d;
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.nav-pills .nav-link.active{
  color: #fff;
  background: #1f6bb6;
}

.nav-pills .nav-link.active:after{
  height: 0!important;

}

.nav-pills .nav-link.active img,.product-main .nav-pills .nav-item a:hover img{
  -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.product-main .nav-pills .nav-item a{
  position: relative;
  display: block;
  width: 100%;
}

.product-main .nav-pills .nav-item img{
  margin-right: 5px;
  vertical-align: sub;
}
.product-main .nav-pills .nav-item:not(:last-child) a:after{
  position: absolute;
  width: 2px;
  height: 30px;
  content: "";
  background: #fff;
  right: 0;
  top: calc(50% - 15px);
}

.product-main .nav-pills .nav-item a:hover{
  background: #559ee6;
  color: #fff;
}

.product-main .nav-pills .nav-item a:hover:after{
  height: 0;
}

.products-content{
  margin-top: 45px;
}

.products-content .c-left{
  padding: 25px 0;
  height: calc(100% - 45px);
}

.products-content .c-left>div{
  background: #edf6fd;
  height: 100%;
  width: calc(100% + 25px);
  z-index: 1;
  position: relative;
  padding: 25px 45px;
}


.products-content .c-left h4{
  position: relative;
  padding-bottom: 10px;
  color: #4d4d4d;
  font-weight: bold;
}

.products-content .c-left h4::before{
  position: absolute;
  content: "";
  width: 65px;
  height: 2px;
  background: #4d4d4d;
  left: 0;
  bottom: 0; 
}

.products-content .c-left h5{
  font-weight: bold;
  color: #1f6bb6;
  margin-top: 25px;
}


.products-content .c-left .div-img{
  padding: 25px 0;
}

.products-content .c-left .div-img img{
  max-height: 180px;
}

.products-content .readMore a{
  background: #1f6bb6;
  font-size: 14px;
  color: #fff;
  padding: 2px 15px;
  border-radius: 10px;
  display: inline-block;
  margin-right: 15px;
}

.products-content .c-right{
  height: 100%;
}

.products-content .c-right>div{
  height: 100%;
}

.product-cpzs{
  margin-bottom: 125px;
}


.product-cpzs .title{
  padding: 85px 0 125px 0;
  text-align: center;
  background: #1f6bb6;
}

.product-cpzs .main{
  margin-top: -45px;
}


.product-cpzs .main .item{
  display: block;
  margin-bottom: 25px;
}


.product-cpzs .main .item .div-img{
  /*border: 4px solid #fff;*/
  background: #fff;
}


.product-cpzs .main .item img{
    width: 100%;

}

.product-cpzs .main .item p{
  padding: 15px 15px;
  background: #edf6fd;
  color: #818181;
  font-weight: bold;
}

.product-cpzs .main .item:hover p{
  background: #f2f2f2;
}

/**
 * 关于我们
 */
.about-section{
  margin-top: 85px;
  margin-bottom: 125px;
  overflow: hidden;
}

.about-section .d2{
  position: relative;
  padding: 25px 0;
}

.about-section .d2:after{
/*  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #1f6bb6;
  right: -15%;
  top: 0;
  z-index: -1;*/
}

.about-section .d1{
  margin-bottom: 25px;
}

.about-section .d1 .title{
  font-size: 18px;
  color: #1f6bb6;
  font-weight: bold;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.about-section .d1 .title:after{
  position: absolute;
  content: "";
  width: 45px;
  height: 2px;
  background: #1f6bb6;
  bottom: 0;
  left: 0;
}

.about-section .d1 .cname{
  font-size: 24px;
  font-weight: bolder;
  margin-bottom: 25px;
  color: #4e4e4e;
}

.main-gg{
  background: #e8f1f8;
  padding: 65px 25px;
}

.main-gg .d1{
  padding: 0 25px;
}

.main-gg .d1 p{
  padding: 15px 25px 25px 25px;
  position: relative;
  background: #1f6bb6;
  color: #fff;
  font-weight: bold;
  position: relative;
}

.main-gg .d1 p:after{
  position: absolute;
  content: "";
  width: 45px;
  height: 2px;
  background: #fff;
  left: 25px;
  bottom: 15px;
}

 

.main-gg .d2 .title{
  font-size: 18px;
  color: #1f6bb6;
  font-weight: bold;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.main-gg .d2 .title:after{
  position: absolute;
  content: "";
  width: 45px;
  height: 2px;
  background: #1f6bb6;
  bottom: 0;
  left: 0;
}

.main-gg .d2 ul li a{
  font-size: 16px;
  display: block;
  margin-top: 15px;
}

.main-gg .d2{
  position: relative;
  height: 100%;
}

.main-gg .d2 .readMore{
  position: absolute;
  bottom: 0px;
  right: 15px;
}

.main-gg .d2 .readMore a{
  border: 1px solid #1f6bb6;
  padding: 3px 15px;
  border-radius: 10px;
  color: #1f6bb6;
  font-size: 14px;
}

.main-gg .d2 .readMore a:hover{
  background: #1f6bb6;
  color: #fff;
}


.main-zz{
  padding: 85px 25px;
}


/**
 * 新闻中心
 */
.news-section{
  margin-top: 85px;
  margin-bottom: 125px;
}

.news-section .lists a{
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 45px;
  background: #f2f2f2;
}

.news-section .lists a:hover{
  background: #e8f1f8;
}

.news-section .lists .d1{
  min-width: 260px;
  max-width: 260px;
}

.news-section .lists .d2{
  padding: 25px 45px;
}

.news-section .lists .d2 h2{
  font-size: 22px;
  color: #4d4d4d;
  font-weight: bold;
  margin-bottom: 15px;

}

.news-section .lists .d2 p{
  color: #808080;
  font-size: 16px;
  overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box!important;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}


.news-section .lists .d3{
  min-width: 100px;
}

.news-section .lists .d3 .date{
  text-align: center;
}


.news-section .lists .d3 strong{
  font-size: 65px;
  line-height: 55px;
  color: #1f6bb6;
}

.news-section .lists .d3 p{
  color: #808080;
}


.news-section .lists .list-item{
  margin-bottom: 25px;
}

.news-section .item{
  margin-bottom: 65px;
}

.news-section .item .title {
    background: linear-gradient(to right, #00609d,65%, #cbe0f5);
    color: #fff;
    padding: 25px 0;
    font-size: 22px;
    font-weight: bolder;
    position: relative;
    margin-bottom: 45px;
    padding-left: 45px;
}

.news-section .item .title span{
  position: relative;
}

.news-section .item .title span:after{
  position: absolute;
  content: "";
  width: 45px;
  height: 2px;
  background: #fff;
  left: 0;
  bottom: -10px;
}



/**
 * 技术服务
 */
.section-jsfw{
  margin-top: 85px;
  margin-bottom: 125px;
}


.section-jsfw .div-img{
  height: 100%;
  overflow: hidden;
}

.section-jsfw .div-img img{
  height: calc(100% - 85px);

}

.section-jsfw .title{
  font-size: 24px;
  font-weight: bold;
  padding: 25px 0;
  color: #1f6bb6;
  margin-bottom: 15px;
  position:relative;
}

.section-jsfw .title:after{
  position: absolute;
  content: "";
  width: 45px;
  height: 2px;
  background: #1f6bb6;
  left: 0;
  bottom: 5px;
}

.section-jsfw .item2{
  margin-top: 45px;
}

/*.section-jsfw .d1{
  height: 100%;
  background: #1e5e9e;
  color: #fff;
}*/

.section-jsfw .d1 p{
  line-height: 45px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  background: #1e5e9e;
  padding: 15px 25px;
}

.section-jsfw .d2 img{
  margin-top: 25px;
}


.section-jsfw .d2 p{
  color: #808080;
  line-height: 35px;
  margin-top: 25px;
}


/**
 * 联系我们
 */
.section-contact{
  margin-top: 85px;
  margin-bottom: 125px;
}

.section-contact .block1{
  padding: 25px;
  background: #e8f1f8;
}

.section-contact .d1{
  height: 100%;
  color: #fff;
  padding: 35px 25px;
  background: #1f6bb6;
}

.section-contact .d1 h2{
  font-size: 24px;
  font-weight: bold;
}

.section-contact .d1 .contact-info{
  padding: 25px 0;
  border-top: 1px dashed #fff;
  border-bottom: 1px dashed #fff;
  margin-top: 25px;
  margin-bottom: 25px;
  line-height: 35px;

}

.section-contact .block1 .d2{
  height: 100%;
  overflow: hidden;
  background-image: url(../images/about1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;

}

.section-contact .d2 img{
  height: 100%;
  width: auto;
}



.section-contact .block2{
  margin-top: 85px;
  margin-bottom: 45px;
}

.section-contact .block2 .title{
  margin-bottom: 25px;
}

.section-contact .block2 input,.section-contact .block2 textarea{
  background: #f2f2f2;
  border: none;
  border-radius: 0;
  margin: 15px 0;
}


.section-contact .block2 .mbutton{
  width: 45%;
  margin: auto;
  height: 45px;
  line-height: 45px;
  background: #1f6bb6;
  color:#fff ;
  border: none;
  margin-top: 10px;
  border-radius: 25px;

}



/**
 * 产品详情 生物辐照仪
 */
.section-sw{
  margin-top: 125px;
  margin-bottom: 165px;
}

.section-sw .title{
  font-size: 24px;
  font-weight: bold;
  margin-top: 35px;
  margin-bottom: 15px;
  color: #fff;
  border-bottom: 2px solid #1f6bb6;
  position: relative;
  height: 45px;
  line-height: 45px;
  padding: 0 35px;
 /* z-index: 1;*/
}

.section-sw .title:after{
  position: absolute;
  content: "";
  width: 200px;
  height: 100%;
  background: #1f6bb6;
  z-index: -1;
  left: 0;
}


.section-sw .d1 .content-text{
 margin-top: 45px;
 margin-bottom: 15px;
}

.section-sw .d1 ul li{
  list-style: none;
}

.section-sw .d1 ul li p{
  position: relative;
  font-family: auto;
}

.section-sw .d1 ul li p:after{
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #1f6bb6;
  left:-25px;
  top: calc(50% - 4px);
}

 #allmap{
    /*max-width: 450px; */
    width:100%;
    height:100%;
   /* min-height: 280px;*/
  }

  .BMap_Marker img{
    min-width: 35px;
  }

  .news-detail-section{
    margin-top: 85px;
    margin-bottom: 125px;
  }

  .news-detail-section .top h4{
    font-weight: bold;
  }

   .news-detail-section .top{
    border-bottom: 1px dashed #eee;
    padding-bottom: 15px;
    margin-bottom: 25px;
   }

   .prev-next{
    margin-top: 85px;
    border-top: 1px dashed #eee;
    padding-top: 25px;
   }


   .pagination-wrapper{
    position: relative;
    padding-top: 45px;
    width: 100%;
    text-align: center;
    margin-bottom: 45px;
}

.pagination-wrapper .pagination{
  position: relative;
    display: block;
}


.pagination a{
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-family: 'Cabin', sans-serif;
    font-weight: 400;
    height: 50px;
    line-height: 50px;
    border: 1px solid #e4e4e4;
    text-align: center;
    color: #555555;
    background: transparent;
    z-index: 1;
    transition: all 500ms ease;
    padding: 0 25px;
    margin: 0 5px;
}

.pagination a:hover,.pagination a.page-num-current {
    color: #fff;
    background:#206BB6;
    border-color: #206BB6;
}

.pcates{
  margin-bottom: 25px;
  text-align: center;
}

.pcates a{
  display: inline-block;
  background: #eee;
  padding: 10px 35px;
  font-size: 20px;
}

.pcates a+a{
  margin-left: 25px;
}

.pcates a.active,.pcates a:hover{
  background: #206BB6;
  color: #fff;
}










