@charset "UTF-8";
/*内页大图*/
*, *:before, *:after {
  box-sizing: border-box;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.page-banner {
  width: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
}
@media screen and (max-width:760px){
	.page-banner{
		display: none;
	}
}
/*内页大图*/
/*面包屑*/
.page-position {
  padding: 12px 0;
}
.page-position .mbx {
  font-size: 14px;
  background: url(../images/dw.jpg) no-repeat;
  color: #666666;
}
.page-position a:first-child {
  color: #666;
}
.page-position a {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  color: #666666;
  line-height: 16px;
  transition: all .3s;
  -ms-transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
}
.page-position a:hover {
  color: #fe0000;
}
/*面包屑*/
/*主要内容部分*/
.rowtit .rowtitbig {
  font-size: 24px;
  color: #fff;
  line-height: 58px;
  text-align: center;
  background: #308ad8;
}
.title_zhu {
  font-size: 21px;
  text-align: center;
  background: #308ad8;
  padding: 20px 0;
  color: #fff;
  position: relative;
  z-index: -9999;
}
.title_zhu span {
  background: #308ad8;
  padding: 0 10px;
}
.title_line {
  right: 0px;
  left: 0px;
  position: absolute;
  background: #bbdddd;
  height: 1px;
  width: 50%;
  top: 31px;
  z-index: -1;
  margin: 0 auto;
}
.title_fu {
  font-size: 14px;
  text-align: center;
  color: #fff;
  line-height: 26px;
  margin-bottom: 5px;
}
.page-main {
  padding-top: 20px;
  padding-bottom: 30px;
  line-height: 30px;
}
.page-main .page-con {
  width: 77%;
}
/*栏目分类*/
.page-menu {
  padding: 10px 0 35px;
  text-align: center;
  /*border-bottom: 1px solid #E8E8E8;*/
  margin-bottom: 40px;
}
.page-menu ul li {
  margin: 0 4%;
  display: inline-block;
}
.page-menu ul li:last-child {
  margin-right: 0;
}
.page-menu ul li a {
  display: block;
  font-size: 18px;
  color: #000000;
  line-height: 20px;
  padding: 9px 0px;
  transition: all .3s;
  -ms-transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
}
.page-menu ul li:hover a, .page-menu ul li.active {
  border-bottom: 1px solid #fe0000;
  color: #444;
}
/*栏目分类*/
/*产品推荐*/
.pro_tui .top {
  font-size: 24px;
  color: #333333;
  font-weight: bold;
  text-align: center;
  padding: 50px 0 30px;
  background: url(../images/xian.png) no-repeat bottom center;
}
.pro_tui .picScroll-left {
  margin-top: 30px;
  position: relative;
}
.pro_tui .picScroll-left .hd {
  width: 1200px;
  overflow: hidden;
  height: 75px;
  position: absolute;
  left: 50%;
  top: 38%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.pro_tui .picScroll-left .hd .prev, .pro_tui .picScroll-left .hd .next {
  display: block;
  width: 35px;
  height: 75px;
  float: left;
  cursor: pointer;
  background-image: url(../images/pro_arrow.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}
.pro_tui .picScroll-left .hd .next {
  float: right;
  background-position: -35px 0;
}
.pro_tui .picScroll-left .bd {
  overflow: hidden;
  margin: 0 61px;
}
.pro_tui .picScroll-left .bd .tempWrap {
  margin: 0 auto;
}
.pro_tui .picScroll-left .bd ul {
  overflow: hidden;
  zoom: 1;
}
.pro_tui .picScroll-left .bd ul li {
  margin-right: 12px;
  float: left;
  _display: inline;
  text-align: center;
}
.pro_tui .picScroll-left .bd ul li .pic {
  width: 206px;
  height: 185px;
  overflow: hidden;
  font-size: 0;
  background: #ffffff;
  border: 1px solid #E0E0E0;
}
.pro_tui .picScroll-left .bd ul li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.pro_tui .picScroll-left .bd ul li .pic img {
  position: absolute;
  max-height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.pro_tui .picScroll-left .bd ul li .pic a:hover img {
  border-color: #999;
}
.pro_tui .picScroll-left .bd ul li .title {
  width: 206px;
  padding: 15px 0;
}
.pro_tui .picScroll-left .bd ul li .title a {
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  white-space: nowrap;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
}
/*产品推荐*/
/*单页*/
.single-title {
  font-size: 18px;
  color: #333;
  border-bottom: 1px solid #ddd;
  line-height: 35px;
  max-width: 98%;
}
.single-page {
  width: 100%;
  line-height: 30px;
  font-size: 14px;
  /*min-height: 630px;*/
  max-width: 900px;
      padding: 20px 0;
}
/*.single-page p{
  text-indent: 24px;
}*/
.single-page_left {
  width: 48%;
  float: left;
}
.single-page_right {
  width: 50%;
  float: right;
}
/*单页*/
.col-sm-4 {
  float: left;
  position: relative;
  width: 33.33333333%;
}
.selected-about {
  margin-bottom: 30px;
}
.selected-about .col-sm-4 {
  padding: 0 20px;
  top: 0;
  transition: all .15s linear;
  box-sizing: border-box
}
.selected-about .col-sm-4 .solution-card {
  height: 530px;
  border-radius: 6px;
  border: 1px solid #f0f0f0;
  box-shadow: 5px 5px 5px #ddd;
  text-align: left;
  overflow: hidden;
  transition: all .15s linear
}
.selected-about .col-sm-4:hover {
  position: relative;
  top: -20px;
  transition: all .25s linear
}
.selected-about .col-sm-4:hover .solution-card {
  height: 550px;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, .1);
  transition: all .2s linear
}
.selected-about .col-sm-4 .solution-card img {
  width: auto;
  transition: all .2s linear
}
.selected-about .col-sm-4 .solution-card h3 {
  margin: 20px 30px 10px;
  font-size: 30px;
  color: #333;
  font-weight: 100;
  letter-spacing: .65px;
  text-align: left
}
.selected-about .col-sm-4 .solution-card p {
  margin: 0 20px;
  padding-bottom: 30px;
  font-size: 20px;
  color: #333;
  letter-spacing: .1px
}
.selected-about .col-sm-4 .solution-card dl {
  margin: 0 10px;
  overflow: visible
}
.selected-about .col-sm-4 .solution-card dl dt {
  margin-bottom: 10px;
  font-size: 16px;
  color: #333;
  line-height: 19px;
  position: relative
}
.selected-about .col-sm-4 .solution-card dl dd {
  float: left;
  width: 50%;
  margin-bottom: 6px;
  font-size: 12px;
  color: #a0a2a8;
  letter-spacing: .44px;
  line-height: 20px
}
/*证书*/
.product3 {
  overflow: hidden;
}
.product3 li {
  width: 31%;
  padding: 2.5%;
  float: left;
  position: relative;
  text-align: center;
}
/* .product3 li:nth-child(3n) {
  padding-right: 0;
} */
.product3 li > div {
  background: #fff;
  margin: 3px auto;
  position: relative;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #999;
}
.product3 li > div > a {
  display: block;
}
.product3 li img {
  display: inline-block;
  height: 160px;
  max-width: 100%;
  vertical-align: middle;
}
.product3 li > p {
  width: 100%;
  margin: 0 auto;
  border: 1px solid #656565;
  border-top: none;
  text-align: center;
  font: 14px/40px "microsoft yahei";
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
/*新闻*/
.newsli {
  width: 100%;
  margin-bottom: 15px;
  padding: 22px;
  background: #eee;
  display: inline-block;
}
.newsli .newslipic {
  float: left;
  width: 35%;
  overflow: hidden;
  text-align: center;
}
.newsli .newslipic img {
  width: ;
}
.newsli .newslicen {
  float: right;
  width: 61%;
  padding: 4px 0px;
  padding-right: 20px;
  overflow: hidden;
}
.newsli .newslicen .newslitit {
  color: #333;
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  padding-bottom: 10px;
}
.newsli .newslicen .newsdate {
  color: #777;
  font-size: 16px;
  padding: 5px 0;
}
.newsli .newslicen .newslides {
  font-size: 16px;
  color: #666;
  line-height: 26px;
  padding: 0px 0px 0px;
}
.newsli .morenews {
  background: #1d4753;
  width: 170px;
  height: 40px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  margin-top: 10px;
}
.newsli .yanjing {
  height: 26px;
  background: url(../images/yanjinglink.png) no-repeat left center;
  line-height: 26px;
  color: #f00;
  font-size: 14px;
  margin-top: 40px;
}
.zxlb-1n-ts-01-list {
	margin-top: 20px;
	
}
.zxlb-1n-ts-01-list dl {
  border-bottom: 1px solid #ddd;
  width: 100%;
/*  margin-bottom: 15px;*/
  background: #fff;
  display: inline-block;

}
.zxlb-1n-ts-01-list dl:hover {
  border-color: #003f98;
}
.zxlb-1n-ts-01-list dt {
  width: 15%;
  float: left;
  margin-right: 4%;
}
.zxlb-1n-ts-01-list .date{
  line-height: 85px;
  font-size: 17px;
  font-weight: 300;
}
.zxlb-1n-ts-01-list dt img {
  width: 100%;
  margin: 0 auto;
  display: block;
}
.zxlb-1n-ts-01-list dd {
  width: 100%;
  float: left;
}
.zxlb-1n-ts-01-list dd h4 {
  font-weight: 100;
  font-size: 18px;
  color: #333;
  line-height: 40px;
  margin-bottom: 5px;
  overflow: hidden;
}
.zxlb-1n-ts-01-list h4 a {
  display: block;
  line-height: 85px;
  color: #4b4a4a;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 17px;
}
.zxlb-1n-ts-01-list dl:hover h4 a {
  color: #003f98;
}
.zxlb-1n-ts-01-list-desc {
  font-size: 16px;
  padding: 10px 0;
  line-height: 24px;
  color: #797979;
  margin-bottom: 18px;
  overflow: hidden;
}
.zxlb-1n-ts-01-list-deta {
  height: 40px;
  display: inline-block;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
}
.zxlb-1n-ts-01-list-deta .date {
  float: left;
  background: url(../images/time.png) no-repeat left 0px center;
  height: 40px;
  display: inline-block;
  font-size: 14px;
  line-height: 40px;
  padding-left: 25px;
  margin-right: 25px;
  text-align: center;
}
.zxlb-1n-ts-01-list-deta .click {
  float: left;
  background: url(../images/eye.png) no-repeat left 0px center;
  height: 40px;
  display: inline-block;
  font-size: 14px;
  line-height: 40px;
  padding-left: 25px;
  text-align: center;
}
/*知识*/
.inf_lc {
  /* clear: both; */
  padding: 8px 0 0;
      width: 76%;
      float: right;
}
@media screen and (max-width:1200px){
	.inf_lc li h4{
		width: 100%!important;
	}
}
@media screen and (max-width:760px){
	.inf_lc{
		width: 100%;
	}
  .other-pro li, .other-aihao li{
    width: 50% !important;
    max-height: unset !important;
  }
  .other-pro li h4 img, .other-aihao li h4 img{
    height: 150px !important;
  }
  .other-pro li p, .other-aihao li p{
    width: 100% !important;
  }
}
.inf_lc h4 img{
  /* height: 260px; */
  /* height: 90px;
  object-fit: cover; */
}
.inf_lc li {
  margin: 0px 0px 25px 0;
  overflow: hidden;
  text-decoration: none;
 /* box-shadow: 0 10px 40px 0 rgba(0, 0, 0, .1); */
  transition: all .2s linear;
}
.inf_lc li:hover {}
.inf_lc li h4 {
  text-align: center;
  float: left;
  width: 20%;
  overflow: hidden;
  margin-top: 5px;
}
.inf_lc li h4 b {
  font-weight: 100;
  display: block;
  line-height: 36px;
  overflow: hidden;
  font-size: 18px;
  font-family: Arial;
  text-transform: uppercase;
  color: #555;
}
.inf_lc li h4 span {
  font-weight: 100;
  display: block;
  overflow: hidden;
  font-size: 30px;
  font-family: Arial;
  text-transform: uppercase;
  color: #308ad8;
}
.inf_lc li p {
  padding: 10px 0 10px 0px;
  border-bottom: 1px solid #dedede;
  line-height: 26px;
  width: 66%;
  overflow: hidden;
  font-size: 14px;
  float: left;
  color: #444;
  margin-left: 30px;
}
.other-pro li,.other-aihao li{
  width: 33%;
  float: left;
  max-height: 102px;
}
.other-pro li h4,.other-aihao li h4{
  width: 25%;
  margin-top: 10px;
}
.other-pro li p,.other-aihao li p{
  width: 60%;
  margin-left: 0 !important;
  margin-right: 15px;
  float: right !important;
}
.other-pro li p b,.other-aihao li p b{
  margin-bottom: 0 !important;
}
.other-pro li p span,.other-aihao li p span{
  height: 28px !important;
  margin-bottom: 0 !important;
}
.inf_lc li .ckgd{
  float: right;
  font-size: 12px;
  color: #308ad8;
      margin-right: 16px;
      position: relative;
      margin-top: 14px;
}
.inf_lc li .ckgd:before{
  content: '';
  width: 19px;
  height: 21px;
  background:url(../images/shareicon.png) no-repeat center;
  display: inline-block;
  position: absolute;
     top: 5px;
    left: -26px;
}
.inf_lc li p span a {
  color: #1c4b81;
}
.inf_lc li p b {
  display: block;
  font-weight: 100;
  font-size: 15px;
  color: #333;
  margin-bottom: 15px;
}
.inf_lc li p span {
  display: block;
  font-weight: 100;
  font-size: 14px;
  color: #666;
  margin-bottom: 12px;
  height: 52px;
  overflow:hidden;
}
.inf_lc li p b .red {
  color: #ff0000;
}
.inf_lc li p b a, .inf_lc li p b a:hover {
  color: #343434;
  font-weight: bold;
}
.inf_lc li p b a{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.inf_lc li p b a:hover {
  color: #308ad8;
}
.inf_lc li .morebtn {
  float: right;
  background: #308ad8;
  padding: 0 15px;
  color: #fff;
  margin-right: 2%;
  margin-top: 2%;
}
/*知识*/
/*新闻详情页模板*/
/*详情页标题+发布时间+浏览次数*/
/*---------------------新闻详细----------------------*/
.news-detail {
  padding: 50px 0 40px;
}
.news-detail .title {
  color: #333333;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
}
.news-article {
  margin-top: 15px;
  padding: 25px 0 70px;
  border-top: 1px solid #eeeeee;
  line-height: 30px;
  color: #555;
}
.news-article p{
  text-indent: 28px;
  font-size: 14px;
}
.news-article p img{
  display: block;
  margin:0 auto;
}
.article-come {
  line-height: 26px;
  margin-top: 15px;
  text-align: center;
  color: #999999;
}
.article-come span {
  margin: 0 10px;
  padding-left: 28px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.article-come .bdsharebuttonbox {
  display: inline-block;
  vertical-align: middle;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
.article-come .span-date {
  background: url(../images/article_time.png) no-repeat left;
}
.article-come .span-num {
  background: url(../images/article_num.png) no-repeat left;
}
.article-come .span-share {
  padding-left: 0;
}
/*详情页标题+发布时间+浏览次数*/
/*上一页+下一页*/
.turn {
  margin-top: 50px;
  border-top: 2px solid #cccccc;
  border-bottom: 2px solid #cccccc;
  padding: 10px 0;
  overflow: hidden;
}
.turn .btn {
  width: 50%;
  overflow: hidden;
}
.turn .btn .iconfont {
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
  line-height: normal;
  color: #cccccc;
  margin: 0 10px;
  transition: all .3s;
  -ms-transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
}
.turn .btn .iconfont:hover {
  text-decoration: none;
  color: #fe0000;
}
.turn .btn .turn-main {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 30px;
  color: #333333;
  transition: all .3s;
  -ms-transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
}
.turn .btn .turn-main a {
  transition: all .3s;
  -ms-transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
}
.turn .btn .turn-main:hover a {
  color: #fe0000;
  text-decoration: none;
}
.turn .btn .turn-main span {
  display: block;
}
.turn .prev {
  float: left;
}
.turn .next {
  text-align: right;
  float: right;
}
.turn .next .iconfont {
  text-align: right;
}
.turn .next .turn-main {
  text-align: right;
}
/*上一页+下一页*/
/*相关新闻*/
.correlation {
  margin-top: 50px;
}
.correlation h2 {
  font-size: 24px;
  line-height: 40px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 15px;
}
.correlation ul {
  font-size: 0;
}
.correlation li {
  padding: 5px 0;
}
.correlation li a, .correlation li span {
  font-size: 14px;
  line-height: 25px;
  color: #666666;
}
.correlation li a {
  max-width: 80%;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: all .3s;
  -ms-transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
}
.correlation li a:hover {
  color: #fe0000;
}
.correlation li span {
  max-width: 20%;
}
/*相关新闻*/
/*新闻详情页模板*/
.clul2 {
  text-align: right;
}
.clul2 ul {
  margin: 30px auto;
}
.clul2 ul li {
  margin-right: 2.33%;
  height: 25px;
  line-height: 25px;
  margin-bottom: 5px;
  cursor: pointer;
  font-size: 15px;
  color: #333;
  display: inline-block;
}
.clul2 ul li a {
  height: 25px;
  line-height: 25px;
  text-align: center;
  cursor: pointer;
  font-size: 15px;
  color: #333;
  float: left;
  white-space: nowrap
}
.clul2 ul li a:hover {
  color: #fff;
  background: #092c4b;
}
/*产品列表模板*/
.pro_main {}
.pro_list {
  margin-top: 30px;
}
.pro_list .item {
  width: 30.333%;
  border: 1px solid #a0a0a0;
  margin-right: 3%;
  margin-bottom: 30px;
}
.pro_list .item:nth-child(1), .pro_list .item:nth-child(2), .pro_list .item:nth-child(3), .pro_list .item:nth-child(4) {
  margin-top: 0;
}
.pro_list .item:nth-child(3n) {
  margin-right: 0;
}
.pro_list .item .list-title {
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 50px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: all .3s;
  -ms-transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
}
.pro_list .item:hover .list-img {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}
.pro_list .item:hover .list-title {
  color: #fe0000;
}
/*产品列表模板*/
.service_product .service_product_list {
  overflow: hidden;
}
.service_product .service_product_list li {
  float: left; /*width: 600px;*/ margin-bottom: 20px;
  border: 1px solid #dedede;
  padding: 15px;
}
.service_product .service_product_list li .scale_a {
  float: left;
  width: 308px;
  height: 197px;
  overflow: hidden;
}
.service_product .service_product_list li .service_product_list_l {
  display: block;
  width: 308px;
  height: 197px;
}
.service_product .service_product_list li .service_product_list_r {
  float: right;
  width: 752px;
  padding-left: 30px;
  position: relative;
  overflow: hidden;
}
.service_product .service_product_list li .service_product_list_r h2 a {
  font-size: 18px;
  padding-top: 2px;
  padding-bottom: 10px;
  text-align: left;
  font-weight: 400;
  color: #333;
}
.service_product .service_product_list li .service_product_list_r ul {
  margin: 5px 0;
}
.service_product .service_product_list li .service_product_list_r ul li {
  float: none;
  border: none;
  font-size: 14px;
  padding: 5px 0;
  line-height: 26px;
  background: url(../../images/wrapper/point.png) no-repeat center left;
}
.service_product .service_product_list li .service_product_list_r .service_left {
  position: absolute;
  bottom: 146px;
  right: 25px;
  width: 16px;
  height: 20px;
  background: url(../../images/wrapper/service_left.jpg) no-repeat center;
}
.service_product .service_product_list li .service_product_list_r .service_right {
  position: absolute;
  bottom: 146px;
  right: 5px;
  width: 16px;
  height: 20px;
  background: url(../../images/wrapper/service_right.jpg) no-repeat center;
}
.btn2 {
  width: 125px;
  padding: 5px 15px;
  text-align: center;
  border: 2px solid #4d515f;
}
.btn2 a {
  color: #003162;
}
.service_product .service_product_list li .service_product_list_r a {
  position: relative;
  font-size: 14px;
}
.service_product .service_product_list li .service_product_list_r a i {
  position: absolute;
  left: 92px;
  background: url(../images/jiantou9.png) no-repeat center;
  display: inline-block;
  width: 20px;
  height: 20px;
}
/*产品详情页模板*/
/*产品详细*/
.Productlistsxqwrap {
  background-color: #FFF;
  padding-bottom: 44px;
}
.ProductDetailstop {
  background: #FFF;
  margin-top: 21px;
}
.ProductDetailstopleft {
  float: left;
  width: 36%;
  position: relative;
}
.ProductDetailstopleftimg {
  border: 1px solid #ddd;
  text-align: center;
   width: 420px;
    height: 420px;
    display: flex;
}
.ProductDetailstopleftimg img {
  display: block;
  margin:0 auto;
}
div.zoomdiv {
  z-index: 100;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 200px;
  height: 200px;
  background: #ffffff;
  border: 1px solid #CCCCCC;
  display: none;
  text-align: center;
  overflow: hidden;
}
div.jqZoomPup {
  z-index: 10;
  visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 50px;
  height: 50px;
  border: 1px solid #aaa;
  background: #ffffff;
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  filter: alpha(Opacity=50);
}
.ProductDetailstopright {
  float: right;
  width: 50%;
  position: relative;
}
.ProductDetailstopright {
  max-width: 410px;
}
.ProductDetailstopright dl {
  margin: 0px;
  padding: 14px 0px 14px 0;
}
.ProductDetailstopright dl dt {
  color: #1a1a1a;
  font-size: 24px;
  line-height: 46px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.ProductDetailstopright dl dd {
  font-size: 14px;
  margin: 12px 0px 0 0;
  line-height: 30px;
  color: #666;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
}
.ProductDetailstopright dl dd span.Special {
  color: #308ad8;
  font-size: 16px;
  padding-right: 10px;
}
.pro_aa {
  margin: 20px auto;
  overflow: hidden;
}
.pro_aa a {
  display: block;
  width: 120px;
  height: 46px;
  text-align: center;
  line-height: 46px;
  font-size: 16px;
  color: #fff;
  float: left;
  margin-right: 20px;
  overflow: hidden;
  background: #308ad8;
}
.pro_aa a.probuy {
  background: #308ad8
}
.ProductDetailsSmallimg {
  overflow: hidden;
  position: relative;
  margin: 10px 0px;
}
.ProductDetailsSmallimg ul {
  width: 9999px;
  position: relative;
}
.ProductDetailsSmallimg ul li {
  float: left;
  width: 84px;
  height: 84px;
  position: relative;
  display: inline;
  margin-right: 20px;
  cursor: pointer;
}
.ProductDetailsSmallimg ul li img {
  display: block;
  width: 84px;
  height: 84px;
}
.ProductDetailsSmallimg ul li span {
  display: block;
  width: 84px;
  height: 84px;
  border: 1px solid #dadada;
  position: absolute;
  left: 0px;
  top: 0px;
}
.ProductDetailsSmallimg ul li.cur span {
  border: 1px solid #308ad8;
}
.ProductimgArrowleft, .ProductimgArrowright {
  position: absolute;
  bottom: 0px;
  width: 33px;
  height: 100px;
  cursor: pointer;
  display: none;
}
.ProductimgArrowleft {
  left: 0px;
  background: url(../images/product2.gif) no-repeat left center;
}
.ProductimgArrowright {
  right: 0px;
  background: url(../images/product3.gif) no-repeat right center;
}
.shareW .fl{
  font-size: 14px;
}
.Productwillbtn {
  margin-top: 30px;
  border-bottom: 1px solid #ddd;
  text-align: center;
  overflow: hidden;
}
.Productwillbtn p {
  float: left;
  *display: block;
  *zoom: 1;
  border: 1px solid #dcdcdc;
  padding: 5px 25px;
  margin-right: 15px;
}
.Productwillbtn a {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  display: block;
  width: 100%;
}
.Productwillbtn p:hover, p.cur {
  background-color: #308ad8;
}
.Productwillbtn p:hover a, .Productwillbtn p.cur a {
  color: #FFF;
  border-left: none;
}
.Produxqms {
  padding: 39px 0px;
  display: none;
}
.Produxqm1 p {
  font-size: 14px;
  color: #666;
  line-height: 30px;
}
.Produxqm2 p {
  font-size: 14px;
  color: #333;
  line-height: 30px;
}
.Produxqms img {
  max-width: 100%;
}
.Produxqms h3 {
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
  color: #333;
}
.Produxqms .text {
  font-size: 14px;
  color: #666;
  line-height: 30px;
  text-indent: 2em;
}
.Produxqms .contenttwo {
  padding-top: 34px;
}
.Produxqms .contenttwo .img1 {
  width: 665px;
  height: 340px;
}
.Produxqms .contenttwo .img1 img {
  display: block;
  width: 665px;
  height: 340px;
}
.Produxqms .contenttwo .img2 {
  width: 462px;
  height: 386px;
}
.Produxqms .contenttwo .img2 img {
  display: block;
  width: 462px;
  height: 386px;
}
.Produxqms .contenttwo .Ptitle {
  padding-bottom: 21px;
}
.Produxqms .contentthree {
  padding-top: 48px;
}
.Produxqms .contentthree .Ptitle {
  padding-bottom: 10px;
}
.Produxqms .contentfour {
  padding-top: 38px;
}
.Produxqms .contentfive {
  padding-top: 35px;
}
.Produxqms .contentsix {
  padding-top: 30px;
}
/*产品详情页模板*/
.share_com a {
  display: inline-block;
  width: 28px !important;
  height: 38px !important;
  margin: 0 !important;
  background: url("../images/share.png") /*tpa=http://www.cdshangceng.com/images/share.png*/ no-repeat 0 0 !important;
  padding-left: 0 !important;
}
.share_com a.wb {
  background-position: -30px 0 !important;
}
.share_com a.kj {
  background-position: -55px 0 !important;
}
.share_com a.shareM {
  background-position: -136px 0 !important;
}
.share_com .bdsharebuttonbox {
  display: inline-block;
}
/*联系*/
.mlx p {
  text-align: left;
  margin-top: 40px;
}
.mlx h4 {
  font-size: 21px;
  font-weight: 500;
  color: #333;
  line-height: 35px;
  display: block;
  text-align: left;
  position: relative;
}
.mlx h4:after {
  position: absolute;
  content: "";
  width: 60px;
  height: 2px;
  background: #308ad8;
  bottom: -15px;
  left: 0%;
  margin-left: 0px;
}
/* 联系方式 */
.explain-date {
  max-width: 980px;
  /* margin: auto; */
  overflow: hidden;
}
.explain-date li {
  width: 100%;
  float: left;
  margin: 20px 0 0;
 /* background: url(../images/contact0.png) no-repeat;
  padding-left: 40px; */
}
.explain-date li .blod{
	    font-weight: bold;
	    color: #308ad8;
	    width: 80px;
	    display: inline-block;
}
.explain-date strong {
  float: left;
  width: 50px;
  height: 50px;
  font-weight: normal;
  background: #DA291C;
  text-align: center;
  font-size: 20px;
  color: #fff;
  line-height: 50px;
  border-radius: 50%;
}
.explain-date span {
  font-size: 16px;
  color: #333;
  line-height: 40px;
  margin-left: 10px;
}
.explain-date li.tel {
  background-position: 0 6px;
}
.explain-date li.fax {
  background-position: 0 -35px;
}
.explain-date li.url {
  background-position: 0 -74px;
}
.explain-date li.phone {
  background-position: 0 -111px;
}
.explain-date li.email {
  background-position: 0 -149px;
}
.explain-date li.address {
  background-position: 0 -190px;
  margin-bottom: 10px;
}
/*page*/
#pages {
  text-align: center;
  margin: 20px auto;
}
#pages a {
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #fff;
  border: 1px solid #999;
  color: #333;
  display: inline-block;
}
#pages span {
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #308ad8;
  color: #fff;
  display: inline-block;
}
#pages a:hover {
  background: #308ad8;
  color: #fff;
}
@media (max-width: 767px) {
  .col-sm-4 {
    width: 100%;
  }
  .turn .btn {
    width: 100%;
  }
  .turn .next {
    text-align: left;
  }
  .turn .next .turn-main {
    text-align: left;
  }
  .inf_lc li h4, .inf_lc li p {
    width: 100%;
  }
  .newsli .newslipic, .newsli .newslicen {
    width: 100%;
  }
  .inf_lc li p{
        padding: 10px 0 20px 0px;
    margin-left: 0px;
    width: 94%;
    margin: 0 auto;
    float: inherit;
}
.inf_lc li .morebtn{
  display: none;
}
.zxlb-1n-ts-01-list h4 a{
      line-height: 36px;
      font-size: 15px;
      height: 36px;
      overflow: hidden;
}
.zxlb-1n-ts-01-list .date{
  line-height: 30px;
  display: none;
}
.contactFont {
    margin-bottom: 20px;
    width: 90%;
    margin: 0 auto;
}
.page-main{
  padding-top: 0px;
}
section  iframe{
  width: 100%!important;
  height: 260px!important;
}
  .page-menu ul li {
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
  }
  .pro_list .item {
    width: 100%;
  }
  .pro_list .item img {
    width: 100%;
  }
  .page-main .page-con {
    width: 100%;
  }
  .pro_list .item .list-img {
    height: 185px;
  }
  .pro-info .left {
    width: 100%;
    padding-top: 5px;
  }
  .pro-info .right {
    width: 100%;
    height: 330px;
  }
  .common-con-div {
    width: 100%;
    float: left;
  }
  .single-page_left {
    width: 100%;
    float: left;
  }
  .single-page_right {
    width: 100%;
    float: left;
  }
  .col-md-7 {
    display: none
  }
  .col-md-8 {
    width: 100%;
    padding-left: 0%;
  }
  .explain-date li {
    width: 100%;
    margin: 10px 0;
    padding-left: 0px;
  }
  .ProductDetailstopleft, .ProductDetailstopright {
    width: 100%;
  }
  .ProductDetailstopright{
    max-width: 410px;
  }
  .ProductDetailsSmallimg ul li, .ProductDetailsSmallimg ul li img {
    width: 80px;
    height: 80px;
  }
  .ProductDetailsSmallimg ul li span {
    width: 78px;
    height: 78px;
  }
  .ProductDetailstopleftimg{
    width: 100%;
    height: 300px;
  }
  .ProductDetailsSmallimg ul li.cur span{
        width: 80px;
    height: 80px;
  }
}
/*网站地图*/
.main_map {
  overflow: hidden;
	margin-top: 40px;
}
.main_map>li {
  float: left;
  width: 33.33%;
	height: 170px;
	text-align: center;
}
.main_map>li:nth-child(1),.main_map>li:nth-child(2),.main_map>li:nth-child(3){
	border-top: 1px solid #999999;
}
.main_map>li:nth-child(4),.main_map>li:nth-child(5),.main_map>li:nth-child(6){
	border-bottom: 1px solid #999999;
	border-top: 1px solid #999999;
}
.main_map>li:nth-child(1),.main_map>li:nth-child(2),.main_map>li:nth-child(4),.main_map>li:nth-child(5){
	border-right: 1px solid #999999;
}
.main_map>li h1{
	line-height: 170px;
	font-size: 20px;
}
.main_map>li h2{
	line-height: 30px;
	font-size: 20px;
	margin-top: 50px;
	margin-bottom: 10px;
}
.main_map>li ul{
	overflow: hidden;
	width: 80%;
	display: block;
	margin: 0 auto;
}
.main_map>li ul li{
	width: 25%;
	float: left;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
}
.mlx{
	margin-top: 40px;
	overflow: hidden;
	padding-bottom: 40px;
	border-bottom: 1px solid #999999;
}
.mlx .second_map{
	margin-top: 40px;
}
.mlx li{
	width: calc(100% / 17);
	float: left;
	font-size: 14px;
	text-align: center;
	line-height: 20px;
}


.TabTitle2 ul.expmenu li .menu li a{
  padding-left: 30px;
}
/*右悬浮*/
.box {
    width: 88px;
    /* height: 162px; */
    /* border: 1px solid #ccc; */
    position: fixed;
    top: 30%;
    right: 0;
    z-index: 9;
    background: rgba(0,0,0,0.3);
    border-radius: 10px;
}
.box ul{
  padding: 0 8px;
}
.box ul li{
  text-align: center; 
  position: relative;
  padding: 10px 0;
  transition: all 0.5s;
}
.box ul li:hover>img,.box ul li:hover>p{
  opacity: 0.5;
}
.box ul li:hover a>img,.box ul li:hover a>p{
  opacity: 0.5;
}
.box ul li:after{
  content: '';
  width: 100%;
  position: absolute;
  bottom: 0;
  background-image: linear-gradient(to right , rgba(255,255,255,0), rgba(255,255,255,1), rgba(255,255,255,1),rgba(255,255,255,0) );
  height: 1px;
    left: 0;
}
.box ul li img{
  width: 36px;
  display: block;
  margin:0 auto;
}
.box ul li p{
  color: #fff;
  font-size: 14px;
}
.box ul li  .weixin-logo2{
  display: none;
  position: absolute;
  top: 0;
  left: -130px;
}
.box ul li:hover .weixin-logo2{
  display: block;
}
.box ul li:hover .weixin-logo2 img{
  width: 120px;
}
#myBtn img{
  width: 11px;
  display: inline-block;
}
#myBtn p{
  font-size: 10px;
  background: #308ad8;
  border-radius:4px;
  padding: 2px;
}

@media screen and (max-width:640px){
  .main_map>li ul{
  display: none;
}
.main_map>li h2{
  margin-top: 70px;
}
.mlx li{
  width: calc(100% / 3);
  line-height: 30px;
  font-size: 16px;
}
.box{
  display: none;
}
.product3 li{
	width: 47%;
}
.product3 li img{
	height: auto;
}
}

@media (min-width: 1600px){
.ProductDetailstopright {
    max-width: 700px;
}
}

.zoomdiv .bigimg{
	width: 800px!important;
}

img.cover-image {
  max-width: none;
  width: 100%;
}