/*@font-face {
  font-family: 'iconfont';
  src: url('../font/iconfont.woff2?t=1625532141317') format('woff2'),
       url('../font/iconfont.woff?t=1625532141317') format('woff'),
       url('../font/iconfont.ttf?t=1625532141317') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}*/


body{
	max-width: 750px;
	margin: 0 auto;
	background-color: #fff;
	visibility: hidden;
}
.header{
	padding:10px 3%;
	/*position: relative;*/
	position:fixed;
	left:50%;
	top:0;
	margin-left:-3.75rem;
	width:7.5rem;
	max-width:100%;
    box-shadow: 0px 0px 10px 0px rgba(10, 2, 5, 0.15);
	z-index: 9999;
	/*background:#a6a4a1;*/
	box-sizing:border-box;
	background:rgba(0,0,0,0);
	transition:background-color 0.6s;
}
.header .logo{
	max-width:70%;
	display: block;
	height:40px;
	/*margin:0 auto;*/
	object-fit: contain;

}
.header.fixed
{
	background:rgba(0,0,0,0.6);
}
/*
.header.fixed
{
	position: fixed;
	top: 0;
	left: 0;
}
.footer.fixed
{
	position: fixed;
	bottom: 0;
	left: 0;
}*/

/*banner*/
/*
.banner	.slideBox{ position:relative; overflow:hidden; margin:0 auto;  max-width:100%; }
.banner	.slideBox .hd{ position:absolute; height:28px; line-height:28px; bottom:0px; right:0; z-index:1;  width:100%; text-align:center;}
.banner	.slideBox .hd li{ display:inline-block; width:8px; height:8px;  background:none; text-indent:-9999px; overflow:hidden; margin:0 6px; border-radius: 4px; background:#fff; }
.banner	.slideBox .hd li.on{ background:#721d36;  }
.banner	.slideBox .bd{ position:relative; z-index:0; }
.banner	.slideBox .bd li{ position:relative; text-align:center;  }
.banner	.slideBox .bd li img{ vertical-align:top; width:100%;}
.banner	.slideBox .bd li a{ -webkit-tap-highlight-color:rgba(0,0,0,0);  } 
.banner	.slideBox .bd li .tit{ display:block; width:100%;  position:absolute; bottom:0; text-indent:10px; height:28px; line-height:28px; background:url(../images/tm.png) repeat; color:#fff;  text-align:left;  }*/
.banner_list li img{ display:block; width:100%;}

.banner_pagination{ bottom:5px !important;}
.banner_pagination .swiper-pagination-bullet{ opacity:1; background:#fff; width:7px; height:5px; border-radius:0; background-color:transparent; border:#fff 1px solid;}
.banner_pagination .swiper-pagination-bullet-active{ opacity:1; background:#fff; width:28px;}

.banner_c{ position:relative;}
.banner-gj{ position:absolute; left:auto !important; right:10px; bottom:20px !important; margin-left:560px; width:40px !important; height:80px !important; z-index:2}
.banner-prev{ position:absolute; top:0px; left:0; width:28px; height:28px; background:url(../images/banner_l_on.png) center no-repeat; background-size:auto 14px; cursor:pointer; transition:all 0.3s; outline:none; border:#fff 1px solid; border-radius:50%;}
.banner-prev.swiper-button-disabled{ background:url(../images/banner_l.png) center no-repeat; background-size:auto 14px; border:#999999 1px solid;}
.banner-next{ position:absolute; bottom:0px; left:0; width:28px; height:28px; background:url(../images/banner_r_on.png) center no-repeat; background-size:auto 14px; cursor:pointer; transition:all 0.3s; outline:none; border:#fff 1px solid; border-radius:50%;}
.banner-next.swiper-button-disabled{ background:url(../images/banner_r.png) center no-repeat;  background-size:auto 14px; border:#999999 1px solid;}


.banner_list-prev,
.banner_list-next{ position:absolute; left:3%; top: 50%; margin-top:-20px; display:block; width:40px; height:40px; line-height:40px; text-align:center; overflow:hidden; cursor:pointer; background: rgba(255,255,255,0.2); font-family:"宋体"; font-size:20px; color:#fff; border-radius:50%; z-index:1;}
.banner_list-prev img,
.banner_list-next img{ vertical-align: middle; margin-left:0px; margin-top:0px;}
.banner_list-next{ left:auto; right:3%;  margin-left: 0;}
.banner_list-prev:hover,
.banner_list-next:hover{ color:#721d36;}



.clearfix::after { content: ""; clear: both; overflow: hidden; display: block; height: 0; visibility: hidden;}
.sl{overflow:hidden; text-overflow:ellipsis;white-space: nowrap;}
.sl2{overflow: hidden; text-overflow: ellipsis; display: box; display: -webkit-box; line-clamp: 2; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.sl3{overflow: hidden; text-overflow: ellipsis; display: box; display: -webkit-box; line-clamp: 3; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.sl4{overflow: hidden; text-overflow: ellipsis; display: box; display: -webkit-box; line-clamp: 4; -webkit-line-clamp: 4; -webkit-box-orient: vertical;}
.sl5{overflow: hidden; text-overflow: ellipsis; display: box; display: -webkit-box; line-clamp: 5; -webkit-line-clamp: 5; -webkit-box-orient: vertical;}
.block{ display:block;}
.yy{ box-shadow: 0px 0px 10px 0px rgba(10, 2, 5, 0.15);}
.fl{ float:left;}
.fr{ float:right;}

.pages { margin-top: 15px; font-size: 12px; line-height: 22px; text-align: center; }
.pages a { text-decoration: none; color: #666; background: #fff; display: inline-block; width: 30px; line-height: 30px; line-height: 30px; margin-right: 8px; font-size: 14px; color: #333333; margin-bottom:10px; border:#cccccc 1px solid;}
.pages a.active { background: #222222; border:#222222 1px solid; color: #fff }
.pages a:hover {  background: #222222; border:#222222 1px solid; color: #fff; text-decoration: none;  }
.pages a.wz{ display: inline-block; width: 60px; line-height: 30px; line-height: 30px;}

.download_bg .pages { margin-top: 15px; font-size: 12px; line-height: 22px; text-align: center; }
.download_bg .pages a { text-decoration: none; color: #fff; background: #721d36; border:#cccccc 1px solid; display: inline-block; width: 30px; line-height: 30px; line-height: 30px; margin-right: 8px; font-size: 14px;}
.download_bg .pages a.active { background: #fff; border:#fff 1px solid; color: #721d36 }
.download_bg .pages a:hover {  background: #fff; border:#fff 1px solid; color: #721d36; text-decoration: none;  }
.download_bg .pages a.wz{ display: inline-block; width: 30px; line-height: 30px; line-height: 30px; font-family: "宋体"; font-weight: bold;}



.hamburger {
		display: block;
	width: 28px;
	height: 18px;
	padding: 11px;
	position: absolute;
	top: 50%;margin-top: -16px;
	right: 3%;

  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }

.hamburger-box {
  width: 30px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 30px;
    height: 2px;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }

.hamburger--slider .hamburger-inner {
  top: 8px; }
  .hamburger--slider .hamburger-inner::before {
    top: 10px;
	width:100%;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider .hamburger-inner::after {
    top: 20px; }

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
	width:100%;
    opacity: 0; }
  .hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-90deg); }


/*首页*/

.i_d1{ background:#e9e9e9;}
.i_d1_title{ height:40px; line-height:40px; position:relative;}
.i_d1_title .title1{ font-size:18px; color:#222222; line-height:40px; font-weight:bold;}
.i_d1_title .title1 span{ font-family:Arial; font-size:14px; color:#999999; margin-left:5px; font-weight:normal;}
.i_d1_title .i_d1_nav{ position:absolute; right:0; top:0;}
.i_d1_title .i_d1_nav li{ float:left; font-size:14px; color:#999999; line-height:40px; margin-left:20px; transition:all 0.3s; cursor:pointer;}
.i_d1_title .i_d1_nav li.on{ color:#222222; font-weight:bold;}

.i_d1_list li{ background:#fff; /*margin-top:20px;*/ box-sizing:border-box; position:relative;}
.i_d1_list li:nth-child(1){ margin-top:0;}
.i_d1_list li.p_box{ /*padding-top:20px; padding-bottom:20px;*/}
.i_d1_list li.p_box .img{ display:block; width:100%; height:10.9rem; object-fit: cover; /*object-position:left center;*/}
/*.i_d1_list li.p_box .txt{ display:none; padding-top:20px;}
.i_d1_list li.p_box .txt .txt1{ font-size:16px; color:#222222; line-height:30px; text-align:center;}
.i_d1_list li.p_box .txt .txt2{ font-family:Arial; font-size:14px; color:#999999; line-height:20px; text-align:center;}*/
.i_d1_list li.p_box .txt{ background:url(../images/jbbg.png) center bottom repeat-x; background-size:auto 200px; position:absolute; left:0; bottom:0; width:100%; height:200px;}
.i_d1_list li.p_box .txt .txt1{ position:absolute; left:0; bottom:10px; width:100%; font-size:16px; color:#fff; line-height:30px; text-align:center;}

.sp_box{ position:relative;}
.sp_box .sp_img{ display:block; width:100%; height:8.7rem; object-fit: cover;}
.sp_box .mb{ position:absolute; left:0; top:0; width:100%; height:8.7rem; background:rgba(0,0,0,0.3);}
.sp_box .mb .mb_c{ position:absolute; left:0; top:50%; width:100%; margin-top:-45px;}
.sp_box .mb .mb_c .mb_c_txt{ font-size:20px; color:#ffffff; line-height:40px; text-align:center;}
.sp_box .mb .mb_c .mb_c_ico{ line-height:40px; text-align:center; height:40px; padding-top:10px;}

.ab_d1_list li .img{ display:block; width:100%; height:8.7rem; object-fit: cover;}
.ab_d1_pagination{ width:auto !important; left:15px !important;}
.ab_d1_pagination .swiper-pagination-bullet{ width:13px; height:13px; background-color:transparent; border:#fff 1px solid; border-radius:50%; opacity:1;}
.ab_d1_pagination .swiper-pagination-bullet-active{ background-color:#fff;}


.i_d2_img{ display:block; width:100%; height:8.25rem; object-fit: cover;}
.i_d2_l{}
.i_d2_l .i_d2_l_box{ padding-top:40px; padding-bottom:20px;}
.i_d2_l .i_d2_l_box .title{ font-size:18px; color:#222222; font-weight:bold; line-height:40px; text-align:center;}
.i_d2_l .i_d2_l_box .txt{ font-size:14px; color:#cccccc; line-height:30px; margin-top:10px;}
.i_d2_l .i_d2_l_box .txt *{ line-height:30px;}

.i_d3{ background:#e9e9e9;}
.i_d3 .i_d3_title{ font-size:18px; color:#222222; line-height:40px; font-weight:bold; text-align:center;}
.i_d3 .i_d3_title span{ font-family:Arial; font-size:14px; color:#999999; margin-left:5px; font-weight:normal;}

.i_d3_list li{ background:#fff; padding:20px; margin-top:20px;}
.i_d3_list li:nth-child(1){ margin-top:0;}
.i_d3_list li .img{ width:100%; height:3.8rem; text-align:center;}
.i_d3_list li .img img{ width:100%; height:3.8rem; object-fit: contain;}
.i_d3_list li .txt{ padding-top:10px;}
.i_d3_list li .txt .txt1{ font-size:16px; color:#222222; line-height:30px; text-align:center;}
.i_d3_list li .txt .txt2{ font-family:Arial; font-size:14px; color:#999999; line-height:30px; text-align:center;}

.i_d4_title{ font-size:18px; color:#222222; line-height:40px; font-weight:bold;}
.i_d4_title span{ font-family:Arial; font-size:14px; color:#999999; margin-left:5px; font-weight:normal;}

.i_d4_img{ display:block; width:100%; height:4.2rem; object-fit: cover;}
.i_d4_r{ padding-left:40px; box-sizing:border-box;}
.i_d4_list li{ margin-top:20px; position:relative; padding-left:120px;}
.i_d4_list li:nth-child(1){ margin-top:0;}
.i_d4_list li .img{ position:absolute; left:0; top:0; width:106px; height:105px; object-fit: cover;}
.i_d4_list li .txt{}
.i_d4_list li .txt .txt1{ font-size:14px; color:#181818; line-height:30px; height:30px; font-weight:bold;}
.i_d4_list li .txt .txt2{ font-size:14px; color:#cccccc; line-height:25px; height:50px;}
.i_d4_list li .txt .txt3{ font-size:14px; color:#cccccc; line-height:25px; height:25px;}
a.i_d4_more{ display:block; width:100px; height:35px; line-height:35px; text-align:center; font-size:14px; color:#181818; font-weight:bold; border:#e9e9e9 1px solid; margin-top:20px; transition:all 0.3s;}
a.i_d4_more:hover{ background:#181818; border:#181818 1px solid; color:#fff;}

.footer1{ padding-top:40px; padding-bottom:20px; background:#e9e9e9;}
.footer1_l{}
.footer1_l .footer_logo{ display:block; height:25px; margin:0 auto;}
.footer1_l .footer1_l_dh{ font-size:20px; color:#222222; line-height:40px; margin-top:20px; font-weight:bold; text-align:center;}
.footer1_l_xx_list{ margin-top:10px;}
.footer1_l_xx_list li{ font-size:14px; color:#666666; line-height:30px; text-align:center;}
/*.footer1_l_xx_list li img{ position:relative; margin-right:5px;}*/

.footer1_ewm_list{ margin-top:20px; text-align:center;}
.footer1_ewm_list li{ display:inline-block; width:140px; margin:0 5px;}
.footer1_ewm_list li .img{ text-align:center;}
.footer1_ewm_list li .img img{ display:block; width:100px; height:100px; margin:0 auto;}
.footer1_ewm_list li .txt{ font-size:14px; color:#999999; line-height:30px; margin-top:10px; text-align:center;}

.footer2{ padding-top:6px; padding-bottom:6px; background:#838383;}
.footer2 .footer2_l{  font-size:14px; color:#222222; line-height:30px; text-align:center;}
.footer2 .footer2_l a{ color:#222222;}
.footer2 .footer2_r{ font-size:14px; color:#222222; line-height:30px; text-align:center;}
.footer2 .footer2_r a{ color:#222222;}

.totop{ position:fixed; right:3%; bottom:20px; width:30px; height:30px; background:url(../images/totop.png) center no-repeat; background-size:30px auto; z-index:10;}

.menu_search{ padding:5px 10px 5px 20px; box-sizing:border-box; height:50px; background:#cccccc;}
.menu_search .txt{ float:left; display:block; width:80%; height:40px; background:#cccccc; border:0; padding:0 10px; font-size:14px; box-sizing:border-box;}
.menu_search .btn{ float:right; display:block; width:20%; height:40px; border:0; box-sizing:border-box; background:url(../images/search-btn.png) center no-repeat; background-size:auto 20px;}


/*关于我们*/
.n_banner{ display:block; width:100%;}
.ab_d1{}
.ab_d1_l{}
.ab_d1_l_txt{}
.ab_d1_l_txt .title1{ font-size:18px; color:#222222; line-height:40px; font-weight:bold;}
.ab_d1_l_txt .title2{ font-family:Arial; font-size:12px; color:#cccccc; line-height:20px;}
.ab_d1_l_txt .txt{ font-size:14px; color:#999999; line-height:30px; padding-top:10px;}
.ab_d1_box{ margin-top:20px;}

.ab_d1_box .img{ background:#000;}
.ab_d1_box .img img{ display:block; width:100%; object-fit: cover; opacity:0.4; transition:all 0.6s;}
/*.ab_d1_box:hover .img img{ opacity:1;}*/
.ab_d1_box .txt{ height:30px; padding:10px 0; font-size:14px; color:#222222; font-weight:bold;}
.ab_d1_box .txt *{ color:#222222;}

.ab_d2_list li{ float:left; width:50%; height:3.02rem; background:#e9e9e9;}
.ab_d2_list li .img{ display:block; width:100%; height:3.02rem; object-fit: cover;}
.ab_d2_list li .ab_d2_list_txt{ padding:10px 0 0 10px;}
.ab_d2_list li .ab_d2_list_txt .title{ font-size:16px; color:#222222; line-height:30px; font-weight:bold;}
.ab_d2_list li .ab_d2_list_txt .txt{ font-size:14px; color:#999999; line-height:25px;}

.ab_d3_list li{ float:left; width:33.33%; position:relative;}
.ab_d3_list li .img{ display:block; width:100%;}
.ab_d3_list li .mb{ position:absolute; left:0; top:0; right:0; bottom:0; background:rgba(0,0,0,0.6); transition:all 0.6s;}
.ab_d3_list li .mb .mb_box{ position:absolute; left:0; top:50%; margin-top:-91px; width:100%;}
.ab_d3_list li .mb .mb_box .ico{ width:70px; height:70px; line-height:70px; text-align:center; border:#fff 1px solid; border-radius:50%; margin:0 auto;}
.ab_d3_list li .mb .mb_box .ico img{ vertical-align:middle;}
.ab_d3_list li .mb .mb_box .title{ font-size:18px; color:#ffffff; line-height:40px; font-weight:bold; margin-top:10px; text-align:center;}
.ab_d3_list li .mb .mb_box .txt{ font-size:14px; color:#cccccc; line-height:30px; text-align:center;}
/*.ab_d3_list li:hover .mb{ background:rgba(0,0,0,0.2);}*/


/*服务*/
.fw_title1 .title1{ font-size:18px; color:#222222; line-height:40px; font-weight:bold;}
.fw_title1 .title2{ font-family:Arial; font-size:12px; color:#cccccc; line-height:30px;}

.fw_d1_list li{ float:left; width:50%; margin-top:20px;}
.fw_d1_list li .ico{ line-height:60px; text-align:center;}
.fw_d1_list li .ico img{ height:40px; vertical-align:middle;}
.fw_d1_list li .txt1{ font-size:16px; color:#222222; font-weight:bold; line-height:30px; text-align:center; padding:5px 0;}
.fw_d1_list li .txt2{ font-family:Arial; font-size:14px; color:#999999; line-height:20px; text-align:center;}
/*.fw_d1_list li:hover img{transform: rotateY(360deg)}*/

.fw_d2_img1{ display:block; width:100%;}
.fw_d2_img2{ display:block; width:100%;}
.fw_d2_txt{ font-size:14px; color:#999999; line-height:30px;}

.fw_d3{ background:url(../images/fw_d3_bg.jpg) center no-repeat; background-size:cover; padding:50px 0;}
.fw_d3_txt{ font-size:20px; color:#ffffff; line-height:40px;}
.fw_d3_txt *{ line-height:40px;}
a.fw_d3_more{ display:block; width:102px; height:30px; border:#fff 1px solid; font-size:14px; color:#cccccc; line-height:30px; text-align:center; margin-top:20px;}
a.fw_d3_more .ico{ display:inline-block; background:url(../images/fw_d3_more_ico.png) center no-repeat; width:10px; height:10px; position:relative; margin-left:10px;}


/*联系我们*/
.lx_d1_l{}
.lx_d1_title1{ font-size:20px; color:#222222; line-height:30px; font-weight:bold; text-align:center;}
.lx_d1_title2{ font-family:Arial; font-size:14px; color:#cccccc; line-height:30px; text-align:center;}

.lx_d1_list li{ margin-top:20px; position:relative;}
.lx_d1_list li .ico{ width:50px; height:50px; border:#222222 1px solid; border-radius:50%; line-height:50px; text-align:center; margin:0 auto;}
.lx_d1_list li .ico img{ vertical-align:middle;}
.lx_d1_list li .txt1{ font-size:16px; color:#222222; line-height:30px; font-weight:bold; text-align:center; margin-top:5px;}
.lx_d1_list li .txt2{ font-size:14px; color:#999999; line-height:30px; text-align:center;}


/*新闻详情页*/
.n_nav_list li{ display:inline-block; width:24%; height:32px;}
.n_nav_list li:nth-child(1){ margin-left:0;}
.n_nav_list li a{ display:block; width:100%; height:32px; line-height:32px; text-align:center; font-size:16px; color:#999999; transition:all 0.3s;}
.n_nav_list li.on a,
.n_nav_list li:hover a{ background:#222222; color:#fff;}

.news_list li{ margin-top:30px;}
.news_list li .img{}
.news_list li .img img{ display:block; width:100%; height:4.32rem; object-fit: cover;}
.news_list li .txt{}
.news_list li .txt .txt1{ font-size:14px; color:#181818; font-weight:bold; line-height:30px; font-weight:bold; padding-top:5px;}
.news_list li .txt .txt2{ font-size:14px; color:#999999; line-height:30px; max-height:60px; overflow:hidden;}
.news_list li .txt .news_list_more{ display:block; width:90px; height:32px; border:#222222 1px solid; background:#222222; line-height:32px; text-align:center; font-size:14px; color:#fff; margin-top:10px; transition:all 0.3s;}
.news_list li .txt .news_list_more .ico{ display:inline-block; width:16px; height:7px; margin-left:10px; background:url(../images/news_list_more_ico.png) center no-repeat; background-size:16px auto; transition:all 0.3s;}


/*新闻详情页*/
.n_weizhi{ font-size:12px; color:#999999; line-height:30px;}
.n_weizhi a{ font-size:12px; color:#999999; line-height:30px;}
.n_weizhi img{ position:relative; top:-2px; margin-right:5px; vertical-align:middle;}

.news_i_title1{ font-size:18px; color:#181818; line-height:40px; text-align:center;}
.news_i_title2{ font-size:14px; color:#999999; line-height:30px; text-align:center; padding-bottom:10px; border-bottom:#efefef 1px solid; margin-bottom:20px;}

.news_i_fy{ border-top:#efefef 1px solid; padding-top:10px; position:relative;}
.news_i_fy_list{}
.news_i_fy_list li{ margin-top:10px;}
.news_i_fy_list li .ico1{ float:left; width:50px; height:28px; border:#222222 1px solid; background:url(../images/news_i_ico1.png) center no-repeat; background-size:16px auto; transition:all 0.3s;}
.news_i_fy_list li .ico2{ float:left; width:50px; height:28px; border:#222222 1px solid; background:url(../images/news_i_ico2_on.png) #222 center no-repeat; background-size:16px auto; transition:all 0.3s;}
.news_i_fy_list li .txt{ float:left; margin-left:10px; line-height:30px; font-size:14px; color:#999999;}
.news_i_fy_list li.on .txt{ color:#222;}
.news_i_back{ height:34px; line-height:34px; font-size:14px; color:#222; margin-top:10px;}


/*产品列表页*/
.p_bg{ background:#e9e9e9;}
.p_nav_list{ text-align:left; line-height:30px;}
.p_nav_list a{ display:inline-block; font-size:16px; color:#999999; margin:0 10px;}
.p_nav_list a.on,
.p_nav_list a:hover{ color:#222222;}

.p_list li{ background:#fff; margin-top:20px; position:relative; padding-top:20px; padding-bottom:20px;}
.p_list li .p_list_img{ display:block; width:100%;}
.p_list li .txt{}
.p_list li .txt .txt1{ font-size:14px; color:#222222; line-height:30px; font-weight:bold; text-align:center;}
.p_list li .txt .txt2{ font-family:Arial; font-size:14px; color:#999999; line-height:30px; text-align:center;}

a.p_jjgd{ display:block; width:200px; height:40px; line-height:40px; text-align:center; font-size:14px; color:#222222; font-weight:bold; margin:0 auto; cursor:pointer;}


/*产品详情页*/
.p_i_d1_list li img{ display:block; width:100%; height:4.8rem; object-fit: cover;}


.p_i_d2_container{ padding-bottom:50px; position:relative;}
.p_i_d2_list li img{ display:block; width:100%; height:4.75rem; object-fit: contain; background:#fff;}

.p_i_d2_gj{ position:absolute; left:50% !important; bottom:0 !important; width:auto !important; height:40px !important; transform:translateX(-50%); z-index:2}
.p_i_d2_pagination{ bottom:auto;}
.p_i_d2_pagination .swiper-pagination-bullet { width: 40px; height: 40px; text-align: center; line-height: 40px; font-size: 14px; color: #666666; opacity: 1; background-color:transparent; margin:0 !important;}
.p_i_d2_pagination .swiper-pagination-bullet-active { color: #222; opacity: 1;}

.p_i_d2_prev{ position:absolute; top:0; left:-40px; width:40px; height:40px; background:url(../images/p_i_d2_l.png) center no-repeat; background-size:18px auto; cursor:pointer; transition:all 0.3s;}
.p_i_d2_prev:hover{ background:url(../images/p_i_d2_l_on.png) center no-repeat; background-size:18px auto;}
.p_i_d2_next{ position:absolute; bottom:0; right:-40px; width:40px; height:40px; background:url(../images/p_i_d2_r.png) center no-repeat; background-size:18px auto; cursor:pointer; transition:all 0.3s;}
.p_i_d2_next:hover{ background:url(../images/p_i_d2_r_on.png) center no-repeat; background-size:18px auto;}

.p_i_d2_r{}
.p_i_d2_r_title{ font-size:16px; color:#222222; line-height:30px; font-weight:bold; text-align:center; margin-top:20px; border-bottom:#cccccc 1px solid; margin-bottom:15px; padding-bottom:10px;}
.p_i_d2_r_txt{ font-size:14px; color:#999999; line-height:30px; text-align:center;}

.p_i_d3_content{ padding-bottom:50px; position:relative;}
.p_i_d3_list li img{ display:block; width:100%; height:3.65rem; object-fit: cover;}

.p_i_d3_prev{ position:absolute; bottom:0px; right:calc(3% + 50px); width:50px; height:50px; line-height:50px; text-align:center; cursor:pointer; transition:all 0.3s; outline:none; background:url(../images/p_i_d3_prev_ico.png) center no-repeat; background-size:auto 15px;}
.p_i_d3_next{ position:absolute; bottom:0px; right:3%; width:50px; height:50px; line-height:50px; text-align:center; cursor:pointer; transition:all 0.3s; outline:none; background:url(../images/p_i_d3_next_ico.png) center no-repeat; background-size:auto 15px}


.p_i_d4_title{ font-size:18px; color:#222222; line-height:40px; font-weight:bold; text-align:center;}
.p_i_d4_title span{ margin-left:5px; font-family:Arial; font-size:14px; color:#999999; font-weight:normal;}
.p_i_d4_content{ padding-bottom:50px; position:relative;}

.p_i_d4_list li .img img{ display:block; width:100%; height:5.2rem; object-fit: contain;}
.p_i_d4_list li .txt .txt1{ font-size:16px; color:#222222; line-height:30px; text-align:center; margin-top:15px;}
.p_i_d4_list li .txt .txt2{ font-family:Arial; font-size:12px; color:#999999; line-height:20px; text-align:center;}
.p_i_d4_prev{ position:absolute; bottom:0px; right:50px; width:50px; height:50px; line-height:50px; text-align:center; cursor:pointer; transition:all 0.3s; outline:none; background:url(../images/p_i_d3_prev_ico.png) center no-repeat; background-size:auto 15px;}
.p_i_d4_next{ position:absolute; bottom:0px; right:0; width:50px; height:50px; line-height:50px; text-align:center; cursor:pointer; transition:all 0.3s; outline:none; background:url(../images/p_i_d3_next_ico.png) center no-repeat; background-size:auto 15px}
