/* 回到顶部 */
.backToTop{
  position:fixed;
  right:50%;
  width:50px;
  height:50px;
  line-height: 50px;
  border-radius: 50%;
  cursor:pointer;
  z-index:101;
  margin-right:-680px;
  bottom:10%;
  display:none;
  background:#fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  box-shadow: 0 2px 15px 0 rgb(0 0 0 / 15%);
}
.backToTop:hover{box-shadow: 0 2px 15px 0 rgb(0 0 0 / 20%);}
/* End回到顶部 */

/* 翻页 */
.myPage {
  text-align: center;
  font-size: 14px;
  padding-bottom: 80px;
  margin-top: 50px;
}
.myPage .right {
  display: inline-block;
}
.myPage .page ul {
  display: inline-block;
  padding: 0;
  min-width: 450px;
  text-align: center;
}
.myPage .page ul::after {
  content: "";
  display: block;
  clear: both;
}
.myPage .page ul li:hover {
  cursor: pointer;
}
.myPage .page ul li {
  display: inline-block;
  margin-right: 10px;
}
.myPage .page a {
  font-size: 14px;
  padding: 8px 12px;
  border: 1px solid rgba(180, 180, 180, 0.65);
  color: #5e5e5e;
  text-decoration: none;
  background: #f7f7f7;
}
.myPage .page .disabled a:hover {
  cursor: not-allowed;
}
.myPage .page .active a {
  border: 0;
  background-color: #3892ff;
  color: #fff;
}
.myPage .page .disabled a {
  background: white;
  color: #999999;
}
.myPage .totalNum {
  padding-left: 20px;
  padding-right: 40px;
}
.myPage .go-page {
  width: 35px;
  height: 35px;
  display: inline-block;
  font-size: 16px;
  border: 1px solid rgba(180, 180, 180, 0.65);
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 10px;
}
.myPage .sure-go-page {
  margin-left: 20px;
  display: inline-block;
  height: 43px;
  width: 60px;
  text-align: center;
  line-height: 43px;
  border: 1px solid rgba(180, 180, 180, 0.65);
  background: #f7f7f7;
  cursor: pointer;
}
/* End翻页 */


/* ----------------------- 首页 ---------------------- */
.jdIndex .mainBody{
  background: #f7f7f7;
  padding-bottom: 112px;
}
.jdIndex .mainBody .bannerBox{
  width: 100%;
  height: 600px;
  background: url(../images/jd_bg.png) no-repeat center;
  /* background-size: 100%; */
}
.jdIndex .mainBody .bannerBox .navBox,
.jdInsideHeader .navBox{
  height: 60px;
  background: rgba(6, 104, 205, .8);
  display: flex;
  align-items: center;
}
.jdIndex .mainBody .bannerBox .navBox ul,
.jdInsideHeader .navBox ul{
  display: flex;
  align-items: center;
}
.jdIndex .mainBody .bannerBox .navBox ul a,
.jdInsideHeader .navBox ul a{
  display: block;
  color: #fff;
  font-size: 16px;
  padding: 0 40px;
  line-height: 60px;
  height: 60px;
}
.jdIndex .mainBody .bannerBox .navBox ul a:hover,
.jdInsideHeader .navBox ul a:hover{
  background: #0b8be8;
}
/* 搜索框 */
.jdIndex .mainBody .bannerBox .navSearch,
.jdInsideHeader .searchOuter .navSearch{
  width: 830px;
  height: 55px;
  border-radius: 25.7px;
  background: #fff;
  margin: 112px auto 0;
  position: relative;
  display: flex;
  align-items: center;
}
.jdIndex .mainBody .bannerBox .navSearch .searchType,
.jdInsideHeader .searchOuter .navSearch .searchType {
  width: 137px;
  height: 55px;
  text-align: center;
  display: inline-block;
  border-right: 1px solid #d5d5d5;
}
.jdIndex .mainBody .bannerBox .navSearch .selectUl,
.jdInsideHeader .searchOuter .navSearch .selectUl {
  padding: 10px 0;
  position: absolute;
  left: 22px;
  top: 56px;
  z-index: 1;
  background: #fff;
  display: none;
}
.jdIndex .mainBody .bannerBox .navSearch .selectUl li,
.jdInsideHeader .searchOuter .navSearch .selectUl li {
  text-align: center;
  color: #666;
  cursor: pointer;
  width: 114px;
  line-height: 28px;
  height: 30px;
  transition: all 0.3s;
  font-size: 16px;
}
.jdIndex .mainBody .bannerBox .navSearch .selectUl li:hover,
.jdInsideHeader .searchOuter .navSearch .selectUl li:hover {
  color: #3892ff;
}
.jdIndex .mainBody .bannerBox .navSearch span,
.jdInsideHeader .searchOuter .navSearch span {
  font-size: 16px;
  position: relative;
  cursor: pointer;
  display: inline-block;
  height: 55px;
  line-height: 55px;
  color: #666;
  margin-right: 10px;
  padding-left: 10px;
}
.jdIndex .mainBody .bannerBox .navSearch input,
.jdInsideHeader .searchOuter .navSearch input {
  padding: 0 20px;
  height: 55px;
  line-height: 55px;
  width: 642px;
  font-size: 16px;
  color: #666;
  box-sizing: border-box;
}
.jdIndex .mainBody .bannerBox .navSearch input::-webkit-input-placeholder,
.jdInsideHeader .searchOuter .navSearch input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
}
.jdIndex .mainBody .bannerBox .navSearch input:-moz-placeholder,
.jdInsideHeader .searchOuter .navSearch input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
}
.jdIndex .mainBody .bannerBox .navSearch input::-moz-placeholder,
.jdInsideHeader .searchOuter .navSearch input::-moz-placeholder,r {
  /* Mozilla Firefox 19+ */
  color: #999;
}
.jdIndex .mainBody .bannerBox .navSearch input:-ms-input-placeholder,
.jdInsideHeader .searchOuter .navSearch input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
}
.jdIndex .mainBody .bannerBox .navSearch .searchBox,
.jdInsideHeader .searchOuter .navSearch .searchBox{
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #2391ee;
  line-height: 42px;
  text-align: center;
  cursor: pointer;
}
.jdIndex .mainBody .bannerBox .navSearch > img,
.jdInsideHeader .searchOuter .navSearch > img {}
.jdIndex .mainBody .bannerBox .navSearch .searchBox:hover,
.jdInsideHeader .searchOuter .navSearch .searchBox:hover{
  opacity: .8;
}
/* 数字统计 */
.jdIndex .mainBody .bannerBox .statistics{
  width: 830px;
  padding-left: 16px;
  box-sizing: border-box;
  margin: 28px auto 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.jdIndex .mainBody .bannerBox .statistics li{
  font-size: 16px;
  color: #fff;
  margin-right: 40px;
}
.jdIndex .mainBody .bannerBox .statistics li span{
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  margin-right: 10px;
}
/* 操作入口 */
.jdIndex .mainBody .bannerBox .optionBox{
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 815px;
}
.jdIndex .mainBody .bannerBox .optionBox a{
  display: block;
  width: 150px;
  height: 150px;
  border-radius: 10px;
  opacity: .9;
  padding-top: 30px;
  box-sizing: border-box;
  position: relative;
}
.jdIndex .mainBody .bannerBox .optionBox a:hover{opacity: 1;}
.jdIndex .mainBody .bannerBox .optionBox a:nth-child(1){background: #0ed5f3;padding-left: 46px;}
.jdIndex .mainBody .bannerBox .optionBox a:nth-child(2){background: #40f684;padding-left: 46px;}
.jdIndex .mainBody .bannerBox .optionBox a:nth-child(3){background: #dd8526;padding-left: 49px;}
.jdIndex .mainBody .bannerBox .optionBox a:nth-child(4){background: #e41952;padding-left: 51px;}
.jdIndex .mainBody .bannerBox .optionBox a img{}
.jdIndex .mainBody .bannerBox .optionBox a p{
  color: #fefefe;
  font-size: 16px;
  position: absolute;
  bottom: 29px;
}
/* 轮播 */
.jdIndex .mainBody .lunboBox{
  display: flex;
  justify-content: space-between;
  margin: 50px auto 68px;
}
.jdIndex .mainBody .lunboBox .hotType{
  width: 230px;
  height: 330px;
  background: #fff;
  padding: 10px;
  box-sizing: border-box;
}
.jdIndex .mainBody .lunboBox .hotType a{
  width: 209px;
  height: 62px;
  color: #fff;
  font-size: 18px;
  display: block;
  text-align: center;
  line-height: 62px;
}
.jdIndex .mainBody .lunboBox .hotType a:hover{
  opacity: .8;
}
.jdIndex .mainBody .lunboBox .hotType a:nth-child(1){
  background: url(../images/qcxsh.png) no-repeat center;
}
.jdIndex .mainBody .lunboBox .hotType a:nth-child(2){
  background: url(../images/jcdl.png) no-repeat center;
  margin-top: 20px;
}
.jdIndex .mainBody .lunboBox .hotType a:nth-child(3){
  background: url(../images/swyy.png) no-repeat center;
  margin-top: 20px;
}
.jdIndex .mainBody .lunboBox .hotType a:nth-child(4){
  background: url(../images/znzz.png) no-repeat center;
  margin-top: 20px;
}
/* .jdIndex .mainBody .lunboBox .hotType p.title{
  color: #333;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 6px;
}
.jdIndex .mainBody .lunboBox .hotType p.title a{
  color: #666;
  font-size: 14px;
  float: right;
  padding-right: 18px;
  cursor: pointer;
}
.jdIndex .mainBody .lunboBox .hotType p.title a:hover{
  color: #2391ee;
}
.jdIndex .mainBody .lunboBox .hotType ul{
  position: relative;
}
.jdIndex .mainBody .lunboBox .hotType ul li{
  color: #666;
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 2px;
}
.jdIndex .mainBody .lunboBox .hotType ul li:hover{
  background: #2391ee;
}
.jdIndex .mainBody .lunboBox .hotType ul li .type{
  position: relative;
}
.jdIndex .mainBody .lunboBox .hotType ul li:hover .type p{
  color: #fff;
  padding-left: 13px;
}
.jdIndex .mainBody .lunboBox .hotType ul li .type p{
  color: #666;
  font-size: 14px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 180px;
  cursor: pointer;
  transition-property: padding;
  transition-duration:500ms;
}
.jdIndex .mainBody .lunboBox .hotType ul li .type i{
  display: block;
  width: 5px;
  height: 10px;
  position: absolute;
  right: 18px;
  top: 11px;
}
.jdIndex .mainBody .lunboBox .hotType ul li:hover .type i{
  background: url(../images/hotType01.png) no-repeat center;

}
.jdIndex .mainBody .lunboBox .hotType ul li .content{
  width: 960px;
  height: 330px;
  background: #fff;
  position: absolute;
  top: -38px;
  left: 230px;
  padding: 30px;
  box-sizing: border-box;
  z-index: 99;
  display: none;
}
.jdIndex .mainBody .lunboBox .hotType ul li .content a{
  display: inline-block;
  line-height: 30px;
  margin: 0 8px;
  font-size: 14px;
  color: #666;
  float: left;
}
.jdIndex .mainBody .lunboBox .hotType ul li .content a:hover{
  color:#2391ee;
} */
.jdIndex .mainBody .lunboBox .lunbo{
  height: 330px;
  width: 930px;
  background: #eee;
  position: relative;
}
.jdIndex .mainBody .lunboBox .lunbo .imgbox,
.jdIndex .mainBody .lunboBox .lunbo .imgbox a,
.jdIndex .mainBody .lunboBox .lunbo img{
  display: inline-block;
  height: 330px;
  width: 930px;
}
/* 最新资讯 */
.jdIndex .mainBody .latestInformation{}
.jdIndex .mainBody .latestInformation .top,
.jdIndex .mainBody .serviceItem .top,
.jdIndex .mainBody .largeInstrument .top,
.jdIndex .mainBody .organization .top{
  display: flex;
  justify-content: space-between;
}
.jdIndex .mainBody .latestInformation .top .top_left,
.jdIndex .mainBody .serviceItem .top .top_left,
.jdIndex .mainBody .largeInstrument .top .top_left,
.jdIndex .mainBody .organization .top .top_left{
  font-size: 28px;
  color: #333;
  font-weight: bold;
}
.jdIndex .mainBody .latestInformation .top .top_left img,
.jdIndex .mainBody .serviceItem .top .top_left img,
.jdIndex .mainBody .largeInstrument .top .top_left img,
.jdIndex .mainBody .organization .top .top_left img{
  margin-left: 10px;
}
.jdIndex .mainBody .latestInformation .top .top_right,
.jdIndex .mainBody .serviceItem .top .top_right,
.jdIndex .mainBody .largeInstrument .top .top_right,
.jdIndex .mainBody .organization .top .top_right{
  font-size: 14px;
  line-height: 26px;
  color: #666;
  align-items: flex-end;
}
.jdIndex .mainBody .latestInformation .top .top_right:hover,
.jdIndex .mainBody .serviceItem .top .top_right:hover,
.jdIndex .mainBody .largeInstrument .top .top_right:hover,
.jdIndex .mainBody .organization .top .top_right:hover{
  color: #2391ee;
}
.jdIndex .mainBody .latestInformation i.line,
.jdIndex .mainBody .serviceItem i.line,
.jdIndex .mainBody .largeInstrument i.line,
.jdIndex .mainBody .organization i.line{
  display: block;
  height: 2px;
  width: 27px;
  background: #2391ee;
  margin: 12px 0 24px;
}
.jdIndex .mainBody .latestInformation .InfoContent{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 56px;
}
.jdIndex .mainBody .latestInformation .InfoContent a{
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  width: 563px;
  height: 44px;
  transition-property: padding;
  transition-duration:500ms;
}
.jdIndex .mainBody .latestInformation .InfoContent a p{
  color: #666;
  font-size: 16px;
  line-height: 44px;
  width: 380px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.jdIndex .mainBody .latestInformation .InfoContent a span{
  color: #999;
  font-size: 14px;
  line-height: 44px;
}
.jdIndex .mainBody .latestInformation .InfoContent a:hover{
  padding: 0 22px 0 25px;
  background: #2391ee;
}
.jdIndex .mainBody .latestInformation .InfoContent a:hover p,
.jdIndex .mainBody .latestInformation .InfoContent a:hover span{color: #fff;}
/* 服务项目 */
.jdIndex .mainBody .serviceItem{}
.jdIndex .mainBody .serviceItem .itemContent{
  display: flex;
  flex-wrap: wrap;
}
.jdIndex .mainBody .serviceItem .itemContent a{
  margin: 16px 0px 24px 43px;
}
.jdIndex .mainBody .serviceItem .itemContent a:nth-child(4n+1){
  margin-left: 0px;
}
.jdIndex .mainBody .serviceItem .itemContent a .imgBox{
  background: #e3e3e3;
  width: 265px;
  height: 265px;
  position: relative;
}
.jdIndex .mainBody .serviceItem .itemContent a .imgBox img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.jdIndex .mainBody .serviceItem .itemContent a .imgBox:hover img{
  opacity: .8;
}
.jdIndex .mainBody .serviceItem .itemContent a .imgBox .tag{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 117px;
  height: 30px;
  color: #fff;
  line-height: 30px;
  padding-left: 23px;
  box-sizing: border-box;
  background: url(../images/fwxm_02.png) no-repeat center;
}
.jdIndex .mainBody .serviceItem .itemContent a .title{
  color: #333;
  font-size: 16px;
  line-height: 52px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 255px;
}
.jdIndex .mainBody .serviceItem .itemContent a .price{
  color: #ff8800;
  font-size: 20px;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 255px;
}
/* 大型仪器 */
.jdIndex .mainBody .largeInstrument{padding-top: 46px;}
.jdIndex .mainBody .largeInstrument .instrContent{
  display: flex;
  flex-wrap: wrap;
  padding-top: 16px;
}
.jdIndex .mainBody .largeInstrument .instrContent a{
  display: flex;
  width: 370px;
  height: 185px;
  background: #fff;
  margin: 0 0 40px 40px;
}
.jdIndex .mainBody .largeInstrument .instrContent a:nth-child(3n+1){
  margin-left: 0px;
}
.jdIndex .mainBody .largeInstrument .instrContent a .imgBox{
  width: 185px;
  height: 185px;
  background: #e3e3e3;
}
.jdIndex .mainBody .largeInstrument .instrContent a .imgBox img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.jdIndex .mainBody .largeInstrument .instrContent a:hover .imgBox img{
  opacity: .8;
}
.jdIndex .mainBody .largeInstrument .instrContent a .instrRight{
  width: 185px;
  height: 185px;
  box-sizing: border-box;
  padding: 30px 10px 0 17px;
}
.jdIndex .mainBody .largeInstrument .instrContent a .instrRight .title{
  font-size: 16px;
  color: #333;
}
.jdIndex .mainBody .largeInstrument .instrContent a .instrRight .desc{
  margin: 12px 0;
  height: 54px;
  overflow: hidden;
}
.jdIndex .mainBody .largeInstrument .instrContent a .instrRight .desc p{
  font-size: 14px;
  line-height: 18px;
  color: #999;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  word-break: break-all;
}
.jdIndex .mainBody .largeInstrument .instrContent a .instrRight .tag{
  width: 97px;
  height: 30px;
  line-height: 30px;
  border-radius: 3px;
  text-align: center;
  background: #dcecfa;
  color: #547fa4;
}
/* 加盟机构 */
.jdIndex .mainBody .organization{padding-top: 30px;}
.jdIndex .mainBody .organization .orgContent{
  display: flex;
  flex-wrap: wrap;
  padding-top: 16px;
}
.jdIndex .mainBody .organization .orgContent a{
  width: 180px;
  margin-left:22px;
}
.jdIndex .mainBody .organization .orgContent a:nth-child(6n+1){
  margin-left:0px;
}
.jdIndex .mainBody .organization .orgContent a .imgBox{
  width: 180px;
  height: 145px;
  background: #fff;
}
.jdIndex .mainBody .organization .orgContent a .imgBox img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.jdIndex .mainBody .organization .orgContent a:hover .imgBox img{opacity: .8;}
.jdIndex .mainBody .organization .orgContent a p{
  color: #333;
  font-size: 14px;
  line-height: 22px;
  padding-top: 10px;
}
.jdIndex .mainBody .organization .orgContent a:hover p{color: #2391ee;}
/* 底部 */
.footer{
  background: #141414;
  width: 100%;
  height: 320px;
  padding-top: 60px;
  box-sizing: border-box;
}
.footer .left{
  display: flex;
}
.footer .left .links{
  width: 322px;
}
.footer .left .links p{
  color: #d7d7d7;
  font-size: 18px;
  margin-bottom: 22px;
}
.footer .left .links p::before{
  content: '';
  width: 4px;
  height: 17px;
  background: #09a3ea;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.footer .left .links a{
  color: #aeaeae;
  font-size: 14px;
  display: block;
  margin-bottom: 24px;
}
.footer .left .links a:hover,
.footer .left .option a:hover{
  color: #09a3ea;
}
.footer .left .option{
  width: 272px;
  padding-left: 39px;
  border-left: 1px solid #535353;
  height: fit-content;
}
.footer .left .option a{
  display: block;
  color: #aeaeae;
  font-size: 16px;
  margin-top: 22px;
}
.footer .left .option a:nth-child(1){margin: 0px;}
.footer .right{}
.footer .right i{
  font-size: 40px;
  color: #838383;
  font-style: italic;
}
.footer .right i::after{
  content: '';
  width: 400px;
  height: 1px;
  background: #535353;
  display: block;
  margin: 20px 0 26px;
}
.footer .right p,
.footer .right a{
  display: block;
  color: #9f9f9f;
  font-size: 14px;
  margin-bottom: 20px;
}


/* ----------------------- End首页 ---------------------- */

/* ----------------------- 内页头部 ---------------------- */
.jdInsideHeader{}
.jdInsideHeader .mainBody{position: relative;}
.jdInsideHeader .navBox{background: #0668cd;}
.jdInsideHeader .navBox ul a{
  padding: 0 38px;
}
.jdInsideHeader .navBox .searchBtn{
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
  position: relative;
}
.jdInsideHeader .navBox .searchBtn:hover{
  background:#177be1
}
.jdInsideHeader .searchOuter{
  position: absolute;
  height: 140px;
  background: #E4EEF8;
  left: 0;
  right: 0;
  display: none;
}
.jdInsideHeader .searchOuter .navSearch{
  margin-top: 32px;
  box-shadow: 0px 0px 29px 0px rgba(20,31,41,0.2);
}
.jdInsideHeader .searchOuter .navSearch .searchType{
  background: #fcfcfc;
  border-radius: 25.7px 0 0 25.7px;
  -webkit-border-radius: 25.7px 0 0 25.7px;
  -moz-border-radius: 25.7px 0 0 25.7px;
  -ms-border-radius: 25.7px 0 0 25.7px;
  -o-border-radius: 25.7px 0 0 25.7px;
}
.jdInsideHeader .searchOuter .navSearch .selectUl,
.jdInsideHeader .searchOuter .navSearch input{
  background: #fcfcfc;
}
/* ----------------------- End内页头部 ---------------------- */





