/* 全局样式 */
body{background:#fff;}
*{
  margin:0;
  padding:0;
}
a{
  text-decoration: none;
  font-size:12px;
  color:#4b4b4b;
}
li{
  list-style:none;
}
.pad{
  padding:0 15%;
}
.flex{
  display: flex;
}
.blueColor{
  color:#46abf7;
}
.grayColor{
  color:#ccc
}
.arrow{
  width:100%;
  display:flex;
  justify-content: space-between;
  align-items:center;
  cursor: pointer;
}
.arrow:hover{
  color:#46abf7
}
.arrow::after{
  content:'';
  display:inline-block;
  width:10px;
  height:10px;
  border-top:2px solid #ddd;
  border-right:2px solid #ddd;
  transform: rotate(45deg);
}

.arrow:hover .arrow::after{
  /* content:''; */
  border-top-color: #46abf7;
  border-right-color: #46abf7;
}


/* 模板样式 */
/* 头部 */
.head{
  height:40px;
  background:#46abf7;
  line-height:40px;
  justify-content: space-between
}
.head .language{
  font-size:14px;
  color:#fff;
}
.head .language span{
  display:inline-block;
  background:url('/img/product/icon1.png') no-repeat left center;
  padding-left:25px;
  font-size:12px;
}
/* 导航 */
nav{
  justify-content: space-between;
  height:50px;
  line-height:50px;
  position:relative;
}
nav svg{
  display:none;
  position: absolute;
  right: 0;
  cursor: pointer;
  width: 35px;
  height: 35px;
}
nav .logo{
  width:25%;
}
nav .logo img{
  vertical-align: middle
}
nav .navItem{
  width:75%;
  text-align:right;
}
nav .navItem li{
  width:15%;
  color:#9e9e9e;
  font-size:13px;
  cursor: pointer;
  font-weight:500;
  text-align:center;
}
nav .navItem li:hover a{
  color:#46abf7;
  background:#f2f4f7;
}
nav .navItem li a{
  width:100%;
  color:#9e9e9e;
  font-size:13px;
  cursor: pointer;
  font-weight:500;
  display:inline-block;
}
nav .navItem li:hover a{
  color:#46abf7;
}
.blockUl{
  position: fixed;
  right:0;
  top:0;
  z-index: 5;
  display: none;
  background: rgba(0,0,0,.5)
}

.blockNav{
text-align:center;
/* padding:30px 0; */
background:#ddd;

}

.blockNav li{
  height:25px;
  line-height:25px;
  cursor: pointer;
  font-size:13px;
  color:#9e9e9e;
  padding:10px 0;
  text-align:center;
  font-size:16px;

}
.blockNav li a{
  font-size:16px;
}
.mySvg{
  position: relative;
  width:80px;
  height:40px;
}
/* .mySvg:hover .blockNav{
  display: block;
  box-shadow:2px 0 2px 2px #ddd;
  border:1px solid #ddd;
  background:#fff;
} */
.mySvg .blockNav li:hover{
  color:#46abf7
}
/* 轮播图 */
.banner{
  width:100%;
  position: relative;
  overflow:hidden;
}
.banner ul li img{
  width:100%;
}
.banner .TB-focus{
  display: flex;
  flex-direction:column;
  width:100%;
  height:auto;
  position: relative;
}

.banner .TB-focus .hd {
  bottom: 10px;
  padding-left: 2px;
  position: absolute;
  right: 9px;
  z-index: 1;
}
.banner .TB-focus .hd li {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #D8D8D8;
  color: #FF6600;
  cursor: pointer;
  float: left;
  font-size: 13px;
  height: 18px;
  line-height: 18px;
  margin-left: -1px;
  opacity: 0.7;
  overflow: visible;
  text-align: center;
  width: 18px;
}
.banner .TB-focus .hd li.on {
  background: none repeat scroll 0 0 #FF6600;
  color: #FFFFFF;
  font-weight: bold;
  opacity: 1;
  position: relative;
  z-index: 2;
} 
.banner .TB-focus .bd{
  display:flex;
  width:100%;
}
.banner .TB-focus .bd  ul{
  position: relative; 
  width: 100%;
}
.banner .TB-focus .bd  ul li {
  width:100% !important ;
  height:auto

}
.banner .TB-focus .bd  ul li a img{
  width:100% !important
}
.prev,
.next{ 
  position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:36px; height:55px; background:url(../img/pic_7.jpg) 9px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5; 
}
.next{ left:auto; right:3%; background-position:-27px 5px; }
.prev:hover,
.next:hover{ filter:alpha(opacity=100);opacity:1;  }
.prevStop{ display:none;  }
.nextStop{ display:none;  }


/* 位置信息 */
.location{
  background:#f7f7f7;
  font-size:14px;
  line-height:50px;
  height:50px;
  color:#c3c3c3;
  margin-top:-4px;
}
.location a{
  color:#c3c3c3;
  font-size:14px;
}
.location > span {
  display:inline-block;
  padding-left:15px;
  background:url('/img/product/locationicon.png') no-repeat left center;
}
/* 网站备案信息 */
.recordInfo{
  text-align:center;
  background:#949494;
  line-height:35px;
  font-size:13px;
  color:#fff;
}

/* 详情选项 */
.detailsBox{
  padding-top:40px;
}

.detailsChoose{
  flex-direction:column;
  width:20%;
  padding-top:20px;
}

.detialsOpction{
  flex-direction: column;
  justify-content: space-between;
}
.detialsOpction p{
  padding:15px 0;
}
.detialsOpction p:nth-child(2){
  color:#46abf7;
}
/* 阅读上一篇或着下一篇 */
.isThere{
  justify-content:space-between;
  padding:50px 0 ;
}
.isThere a{
  font-size:14px;
  color:#aaa;
}


.left .top {margin-left: 10px;width: 90%;height: 96px;box-sizing: border-box;border: 1px solid #46abf7;position: relative;}
.left .top .bg {background: #46abf7;width: 100%;height: 100%;position: absolute;left: -15px;top: -15px;color: #fff;padding: 20px 25px;box-sizing: border-box;}
.left .top .bg p {font-size: 16px;}
.left .top .bg h3 {font-size: 20px;}

/*  */
/* 分页按钮 */
.paging.pad{padding:80px 2%;}
.paging ul {
  justify-content: center;
  align-items:center;
  width:98%;
}
.paging ul li{
  padding:15px 20px;
  cursor: pointer;
  background: #f3f3f3;
  margin-left:15px;
  font-weight:600;
  box-sizing:border-box;
}
.paging ul li:hover,.paging ul li.on,.paging ul li:hover a,.paging ul li.on a{
  color:#fff;
  background:#46abf7
}
.paging ul li:first-child{ margin-left:0;}

@media screen and (max-width:767px){
  nav svg{display: block;}
  .paging ul li{padding:5px 10px;margin-left:5px}
  .paging.pad{padding-top:40px;padding-bottom:40px;}
  .recordInfo{font-size:12px;padding:10px 0;line-height:20px}
}


