@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;
}
@font-face{
     font-family: 'OpenSans'; 
     src: url('../fonts/OpenSansLight.ttf');
}



.width1200{ min-width:1000px;}
.indexcontent{ margin:0 auto; width:1000px;}
.sl{overflow:hidden; text-overflow:ellipsis;white-space: nowrap;}
a.bs:hover{ text-decoration:underline;}
.block{ display:block;}
.fl {
  float: left;
}

.fr {
  float: right;
}
.enlarge8{
  -moz-transition:all 0.8s; /* Firefox 4 */
  -webkit-transition:all 0.8s; /* Safari and Chrome */
  -o-transition:all 0.8s; /* Opera */
  transition:all 0.8s;
  cursor: pointer;
}

.enlarge4{
  -moz-transition:all 0.4s; /* Firefox 4 */
  -webkit-transition:all 0.4s; /* Safari and Chrome */
  -o-transition:all 0.4s; /* Opera */
  transition:all 0.4s;
  cursor: pointer;
}
.ellipsis{
  overflow: hidden; /*自动隐藏文字*/
  text-overflow: ellipsis;/*文字隐藏后添加省略号*/
  white-space: nowrap;/*强制不换行*/
}
.ellipsis2{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ellipsis3{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.clearfix::after {
  content: "";
  clear: both;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
}

.clear {
  clear: both;
  font-size: 1px;
  width: 1px;
  height: 0;
  visibility: hidden;
  zoom: 1;
}

.content{ font-size:14px; color:#999999; line-height:30px;}
.content *{ line-height:30px;}
.content img{ max-width:100%; height:auto !important;}
.content video,
.content iframe{ width:100%;}

.content2{ font-size:14px; color:#919191; line-height:30px;}
.content2 *{ line-height:30px;}
.content2 img{ max-width:100%;}
.content2 video,
.content2 iframe{ width:100%;}

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

/*首页*/
.top{ position:relative;}
.i_banner_c{ width: 100%; height: 100%; overflow:hidden;}
.i_banner{ width: 100%; height: 100%;}
.top{ width: 100%; height: 100%;}
.i_banner .swiper-slide { width:100%; height:100%; background-position: center; background-size: cover; position:relative;}
.i_banner .swiper-slide img{ display:block; width:100%; height:100%; object-fit: cover; transition:all 10s ease 0s; transform:scale(1.2); transform-origin: 0% 0% 0px;}
.i_banner .swiper-slide-active img{ transform:scale(1);}

.i_banner .swiper-slide .indexcontent{ position:absolute; left:50%; top:0; margin-left:-500px; height:100%;}
.i_banner .swiper-slide .indexcontent .title{ position:absolute; left:0; top:50%; margin-top:-100px; font-size:26px; color:#fff; height:50px; line-height:50px;}
.i_banner .swiper-slide .indexcontent .txt{ position:absolute; left:0; top:50%; margin-top:-50px; font-size:14px; line-height:30px; color:#fff;}

.top1{ position:absolute; left:0; bottom:0; width:100%; background: rgba(255,255,255,0.3); min-width:1200px; z-index:99999; transition:all 0.6s; transition-delay: 0.3s;}
.top1 .indexcontent{ height:90px; position:relative;}
.top1 .top_logo{ position:absolute; left:0; top:0; height:90px; line-height:90px; background:url(../images/logo.png) left center no-repeat; background-size:auto 75px; padding-left:80px; font-size:20px; color:#ffffff; transition:all 0.3s;}

.top1.fixed{ position:fixed; left:0; top:0; bottom:auto; background: rgba(51,51,51,1); box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15); height:60px; line-height:60px;}
.top1.fixed .top_logo{ color:#15a0bc; background-size:auto 50px; height:60px; line-height:60px; font-size:16px; padding-left:50px;}

.nvc {
  position: absolute;
  left: 50%;
  bottom: 130px;
  transform: translateX(-50%);
  z-index: 9;
  -webkit-animation: rightan 1.5s infinite;
  -webkit-animation-fill-mode: both;
}
@-webkit-keyframes rightan {
  from {
    opacity: 0;
  }
  to {
    bottom: 110px;
    opacity: 1;
  }
}

.i_d1{ position:relative; height:350px; overflow:hidden;}
.i_d1 video{ display:block; width: 100%; position:relative; top:-150px;}
.i_d1 .i_d1_c{ position:absolute; left:50%; top:50%; margin-left:-600px; margin-top:-100px; width:1200px;}
.i_d1_logo{ text-align:center;}
.i_d1_txt1{ font-size:20px; color:#ffffff; line-height:50px; text-align:center;}
.i_d1_txt2{ font-size:14px; color:#ffffff; line-height:30px; text-align:center;}

.i_d2{ padding-top:60px; padding-bottom:60px;}
.i_d2_img{ float:left; width:440px;}

.i_d2_container{ float:left; width:440px;}
.i_d2_list li{ overflow:hidden;}
.i_d2_list li img{ width:100%; height:371px; object-fit: cover;}
#i_d2_pagination{ text-align:left; padding-left:10px; box-sizing:border-box;}
.i_d2_container .swiper-pagination-bullet{ width:10px; height:10px; background:#fff; opacity:1;}
.i_d2_container .swiper-pagination-bullet-active{ background:#4c4443;}


.i_d2_txt{ float:right; width:400px; padding:70px 50px 0 50px;}
.i_title{ font-size:20px; color:#999999; line-height:50px; text-align:center;}
.i_txt{ font-size:14x; color:#999999; line-height:30px; text-align:center; margin-top:10px;}
.i_txt *{ line-height:30px;}
.i_more{ font-size:14px; color:#d78505; line-height:26px; text-align:center; margin-top:20px;}
.i_more a{ color:#d78505; border-bottom:#d78505 1px solid;}

.i_d3{ background:#f8f8f8;}
.i_d3 .i_txt{ padding:0 240px;}

.i_d3_container{ position: relative;}
.i_d3_list li{}
.i_d3_list li img{ display: block; width: 100%; height: 290px; object-fit: cover;}
.i_d3_container .swiper-button-next{ top: 50%; right: 0; margin-top:-36px; width: 50px; height: 72px; background:url(../images/right_ico.png) rgba(245,245,245,0.8) center no-repeat; border-top-left-radius: 5px;  border-bottom-left-radius: 5px;}
.i_d3_container .swiper-button-prev{ top: 50%; left: 0; margin-top:-36px; width: 50px; height: 72px; background:url(../images/left_ico.png) rgba(245,245,245,0.8) center no-repeat; border-top-right-radius: 5px;  border-bottom-right-radius: 5px;}

.footer1{ background:#1e1b25; padding-top:20px; padding-bottom:20px; min-height:190px; font-family: 'OpenSans'; letter-spacing:1px;}
.footer1 .indexcontent{ position:relative;}
.footer_logo{ height:50px; line-height:50px; background:url(../images/footer_logo.png) left center no-repeat; background-size:auto 50px; padding-left:50px; font-size:20px; color:#afaeb5}
.footer_nav{ padding:20px 0; margin-top:10px;}
.footer_nav li{ float:left; padding-left:40px; margin-left:40px; height:40px; line-height:40px; font-size:16px; color:#929292; position:relative;}
.footer_nav li a{ color:#929292;}
.footer_nav li:after{content: "";width:1px;height: 12px; background: #cccccc; position: absolute; left: 0; top:50%; margin-top:-6px;}
.footer_nav li:nth-child(1):after{width:0;}
.footer_nav li:nth-child(1){ padding-left:0; margin-left:0;}
.footer1_txt{ font-size:12px; color:#afaeb5; line-height:25px; margin-top:20px; width:330px;}
.footer1_txt .title{ font-size:16px; color:#afaeb5; line-height:30px; font-weight:bold; margin-bottom:10px; letter-spacing:0;}
.footer1_txt p{ /*margin-top:10px;*/}
.footer1_txt *{ font-size:12px; line-height:25px;}

.footer1_r{ position:absolute; right:0; top:0px; width:150px; text-align:center;}
.footer1_r .footer1_ewm{ width:108px; border:#cccccc 1px solid; border-radius:10px;}
.footer1_r .footer1_ewm_txt{ font-size:18px; color:#929292; line-height:30px;}
.footer1_r_list li{ display:inline-block; width:24px; height:24px; margin-left:20px;}
.footer1_r_list li:nth-child(1){ margin-left:0;}
.footer1_r_list li .iconfont{ font-size:24px; color:#fff;}
.footer1_r_list li:hover .iconfont{ color:#f0f0f0;}

.footer1_nav2{ position:absolute; left:340px; top:0px; color:#afaeb2;}
.footer1_nav2 .title{ font-size:16px; color:#afaeb5; line-height:30px; font-weight:bold; margin-bottom:10px; letter-spacing:0;}
.footer1_nav2_list{ /*margin-top:20px;*/}
.footer1_nav2_list li{/* margin-top:10px;*/ font-size:12px; line-height:25px; color:#929292;}
.footer1_nav2_list li a.title_a{font-size:12px; color:#929292; text-transform:capitalize;}
.footer1_nav2_list li a.txt_a{font-size:12px; color:#727272; margin-left:20px;}
a.sf2:hover{ color:#15a0bc !important;}

.footer2{ background: #333333; padding-top: 20px; padding-bottom: 20px;}
.footer2_txt{ font-size: 16px; color: #15a0bc; line-height: 30px; text-align: center;}
.footer2_txt a{ color: #15a0bc;}

/*aboutme*/
.n_banner{ height:200px; object-fit: cover;}
.ab_d1_c{ /*width:584px; height:290px; margin:0 auto;*/}
.ab_d1_list li img{ width:100%; height:500px; object-fit: cover;}
.ab_d1_c .swiper-pagination-bullet{ width:10px; height:10px; background:#fff; opacity:1;}
.ab_d1_c .swiper-pagination-bullet-active{ background:#4c4443;}

.ab_d2{ background:#f8f8f8;}
.ab_d2_list{ padding-bottom:70px;}
.ab_d2_list li{ margin-top:20px;}
.ab_d2_list li .ico{ float:left; width:135px; height:135px; line-height:135px; padding-left:50px;}
.ab_d2_list li .ico img{ width:80px;}
.ab_d2_list li .ico .iconfont{ font-size:135px; color:#999999;}
.ab_d2_list li .txt{ float:right; width:800px;}
.ab_d2_list li .txt .txt1{ font-size:14px; color:#999999; font-weight:bold; line-height:50px; padding-top:30px;}
.ab_d2_list li .txt .txt2{ font-size:14px; color:#999999; line-height:30px;}
.ab_d2_list li .txt .txt2 *{ line-height:30px;}

.ms_inp1{ display:block; width:446px; height:40px; line-height:40px; border:0; border-bottom:#999999 1px solid; font-size:14px; color:#999999; font-family: Calibri, Verdana, Tahoma, Arial, Helvetica, sans-serif, "Microsoft YaHei"; outline:none;}
.ms_inp2{ display:block; width:100%; height:30px; padding:5px 0; line-height:30px; border:0; border-bottom:#999999 1px solid; font-size:14px; color:#999999; font-family: Calibri, Verdana, Tahoma, Arial, Helvetica, sans-serif, "Microsoft YaHei"; outline:none;}
.ms_bt{ display:block; width:238px; height:60px; background:#222222; font-size:16px; color:#fefefe; margin:40px auto 0 auto; cursor:pointer;}

/*factory*/
.factory_d1 li{ margin-bottom:114px;}
.factory_d1 li .txt{ width:400px; padding-top:20px;}


.factory_d1_container{ width:456px; height:290px;}
.factory_d1_list li img{ width:100%; height:290px; object-fit: cover;}
#factory_d1_pagination{ text-align:left; padding-left:10px; box-sizing:border-box;}
.factory_d1_container .swiper-pagination-bullet{ width:10px; height:10px; background:#fff; opacity:1;}
.factory_d1_container .swiper-pagination-bullet-active{ background:#4c4443;}

.factory_d2_container{ width:456px; height:290px;}
.factory_d2_list li img{ width:100%; height:290px; object-fit: cover;}
#factory_d2_pagination{ text-align:left; padding-left:10px; box-sizing:border-box;}
.factory_d2_container .swiper-pagination-bullet{ width:10px; height:10px; background:#fff; opacity:1;}
.factory_d2_container .swiper-pagination-bullet-active{ background:#4c4443;}


.f2_title{ font-size:30px; color:#525252; font-family: 'OpenSans'; line-height:40px; text-align:center;}
.f2_txt{ /*font-family:Arial;*/ font-size:14px; color:#999; line-height:30px; text-align:center; padding:0 80px;}
.f2_shipin{ width:100%; height:462px; margin:0 auto;}

.f2_d2{ height:250px; background:url(../images/f2_d2_bg.jpg) center no-repeat; background-size:cover;}
.f2_d2_list li{ float:left; width:333.33px; padding-top:46px;}
.f2_d2_list li .txt1{ width:115px; height:115px; border:#fff 5px solid; border-radius:50%; line-height:115px; text-align:center; font-size:18px; color:#fff; margin:0 auto;}
.f2_d2_list li .txt1 *{ line-height:115px;}
.f2_d2_list li .txt2{ font-size:14px; color:#fff; text-align:center; line-height:30px; text-align:center; padding-top:5px;}

.f2_d3_list li{ float:left; width:300px; margin-left:50px;}
.f2_d3_list li:nth-child(3n+1){ margin-left:0;}
.f2_d3_list li .img{ width:300px; height:385px;}
.f2_d3_list li .img img{ width:300px; height:385px;}
.f2_d3_list li .title{ font-size:14px; color:#525252; line-height:30px; padding:15px 0 5px 0; text-align:center;}
.f2_d3_list li .txt{ font-size:12px; color:#8a8a8b; line-height:22px; padding:0 15px; text-align:center;}
.f2_d3_list li .txt *{ line-height:22px;}

.f2_d4{ background:url(../images/f2_d4_bg.jpg) center no-repeat; background-size:cover;}
.f2_d4_list li{ float:left; width:300px; margin-left:50px;}
.f2_d4_list li:nth-child(3n+1){ margin-left:0;}
.f2_d4_list li .img{ width:300px; height:298px;}
.f2_d4_list li .img img{ width:300px; height:298px;}

.f2_d5_list li{ float:left; width:300px; margin-left:50px;}
.f2_d5_list li:nth-child(3n+1){ margin-left:0;}
.f2_d5_list li .img{ text-align:center; height:180px; line-height:180px;}
.f2_d5_list li .img img{}


.f3_d2{ background:url(../images/f3_d2_bg.jpg) center no-repeat; background-size:cover;}
.f3_d2_list li{ float:left; width:50%; height:200px;}
.f3_d2_list li .f3_d2_img{ float:left; display:block; width:50%; height:200px; object-fit: cover;}
.f3_d2_list li .f3_d2_box{ float:right; width:50%; height:200px; box-sizing:border-box; background:#fff; padding:0 20px; box-sizing:border-box; position:relative;}
.f3_d2_list li .f3_d2_box .title{ font-size:16px; color:#999; line-height:30px; text-align:center; padding-top:20px;}
.f3_d2_list li .f3_d2_box .txt{ font-size:13px; color:#999; line-height:16px; margin-top:5px;}
.f3_d2_list li .f3_d2_box .txt *{ line-height:16px;}
.f3_d2_list li .f3_d2_box:after{content: "";width:14px;height: 29px; position: absolute; left: 0; top:50%; margin-top:-15px; background:url(../images/f2_d2_ico1.png) center no-repeat;}

.f3_d2_list li:nth-child(3) .f3_d2_img,
.f3_d2_list li:nth-child(4) .f3_d2_img,
.f3_d2_list li:nth-child(7) .f3_d2_img,
.f3_d2_list li:nth-child(8) .f3_d2_img{ float:right;}
.f3_d2_list li:nth-child(3) .f3_d2_box,
.f3_d2_list li:nth-child(4) .f3_d2_box,
.f3_d2_list li:nth-child(7) .f3_d2_box,
.f3_d2_list li:nth-child(8) .f3_d2_box{ float:left;}
.f3_d2_list li:nth-child(3) .f3_d2_box:after,
.f3_d2_list li:nth-child(4) .f3_d2_box:after,
.f3_d2_list li:nth-child(7) .f3_d2_box:after,
.f3_d2_list li:nth-child(8) .f3_d2_box:after{ left:auto; right: 0; background:url(../images/f2_d2_ico2.png) center no-repeat;}

.f3_d2_list li:nth-child(5) .f3_d2_box .title,
.f3_d2_list li:nth-child(6) .f3_d2_box .title,
.f3_d2_list li:nth-child(7) .f3_d2_box .title{ /*padding-top:50px;*/}
.f3_d2_list li:nth-child(8) .f3_d2_box .title{ /*padding-top:85px;*/}



/*products*/
.p_left{ float:left; width:270px;}
.p_left .title{ font-size:20px; color:#666666; line-height:40px;}
.p_nav li{ line-height:30px; margin-top:20px;}
.p_nav li a{ font-size:18px; color:#999999; padding-left:20px; position:relative;}
.p_nav li a:after{content: "";width:6px;height: 6px; background:#4c4443; position: absolute; left: 0; top:8px; transition:all 0.3s;}
.p_nav li a.on,
.p_nav li a:hover{ color:#d78505;}
.p_nav li a.on:after,
.p_nav li a:hover:after{ background:#d78505;}

.p_right{/* float:right; width:890px;*/}
.p_list{ width:1000px; margin:0 auto;}
.p_list li{ float:left; width:294px; margin-left:59px; margin-bottom:40px; position:relative; overflow:hidden;}
.p_list li:nth-child(3n+1){ margin-left:0;}
.p_list li img{ display:block; width:294px; height:147px;}
.p_list li .mb{ position:absolute; left:0; top:100%; width:100%; height:100%; background:rgba(0,0,0,0.6); transition:all 0.3s;}
.p_list li .mb .txt1{ font-size:14px; color:#ffffff; line-height:30px; text-align:center; padding:30px 10px 0 10px;}
.p_list li .mb .ico{ line-height:30px; text-align:center; margin-top:20px;}
.p_list li .mb .ico .iconfont{ font-size:30px; color:#fff;}
.p_list li:hover .mb{ top:0;}

.n_weizhi{ padding:10px 0; height:40px; line-height:40px; font-size:16px; color:#999999;}
.n_weizhi .iconfont{ font-size:16px; margin-right:5px;}
.n_weizhi a{ color:#999999;}

.p_i_contact_txt{ text-align:center; font-size:14px; color:#999999;}
a.p_i_contact_bt{ display:block; margin:20px auto 40px auto; width:158px; height:42px; line-height:42px; text-align:center; border:#cccccc 1px solid; font-size:14px; color:#15a0bc; transition:all 0.3s;}
a.p_i_contact_bt img{ position:relative; top:-2px; margin-right:10px;}
a.p_i_contact_bt:hover{ border:#15a0bc 1px solid;}

.p_i_img_box{ display:block; width:800px; margin:0 auto; position:relative;}
a.p_i_img_l{ display:block; position:absolute; top: 50%; left: 0; margin-top:-24px; width: 34px; height: 48px; background:url(../images/left_ico.png) rgba(245,245,245,0.8) center no-repeat; border-top-right-radius: 5px;  border-bottom-right-radius: 5px;}
a.p_i_img_r{ display:block; position:absolute; top: 50%; right: 0; margin-top:-24px; width: 34px; height: 48px; background:url(../images/right_ico.png) rgba(245,245,245,0.8) center no-repeat; border-top-left-radius: 5px;  border-bottom-left-radius: 5px;}
.p_i_img{ display:block; width:800px; margin:0 auto;}
.p_i_title{ padding:20px 0; line-height:40px; font-size:18px; color:#999999; text-align:center;}

.p_i_get_box{ position:relative; margin-top:10px; margin-bottom:40px;}
a.p_i_get_bt{ display:block; margin:0 auto; width:158px; height:42px; line-height:42px; text-align:center; background:#222222; border:#222222 1px solid; font-size:14px; color:#fff; transition:all 0.3s;}
a.p_i_get_bt:hover{ background:#fff; font-size:14px; color:#222222; transition:all 0.3s;}
a.p_i_get_box_xl1,
a.p_i_get_box_xl2{ display:block; position:absolute; top:0; width:158px; height:42px; line-height:42px; text-align:center; border:#cccccc 1px solid; font-size:14px; color:#15a0bc; transition:all 0.3s;}
a.p_i_get_box_xl1 img,
a.p_i_get_box_xl2 img{ position:relative; top:-2px; margin-right:10px;}
a.p_i_get_box_xl1:hover,
a.p_i_get_box_xl2:hover{ border:#15a0bc 1px solid;}

.p_i_d2{ background:#f8f8f8;}
.case_content{ width:800px; margin:0 auto; text-align:center;}

.p_i_img_box_list li img{ display:block; width:100%;}
.p_i_img_box .p_i_d3container .swiper-button-next,
.p_i_img_box .p_i_d3container .swiper-button-prev{ margin-top: -64px;}



.p_i_d3list li{ float:left; width:100%; position:relative; overflow:hidden;}
.p_i_d3list li img{ display:block; width:100%;}
.p_i_d3list li .mb{ position:absolute; left:0; top:100%; width:100%; height:100%; background:rgba(0,0,0,0.6); transition:all 0.3s;}
.p_i_d3list li .mb .txt1{ font-size:14px; color:#ffffff; line-height:30px; text-align:center; padding:30px 10px 0 10px;}
.p_i_d3list li .mb .ico{ line-height:30px; text-align:center; margin-top:20px;}
.p_i_d3list li .mb .ico .iconfont{ font-size:30px; color:#fff;}
.p_i_d3list li:hover .mb{ top:0;}
.p_i_d3container .swiper-button-next{ top: 50%; right: 0; margin-top:-24px; width: 34px; height: 48px; background:url(../images/right_ico.png) rgba(245,245,245,0.8) center no-repeat; border-top-left-radius: 5px;  border-bottom-left-radius: 5px;}
.p_i_d3container .swiper-button-prev{ top: 50%; left: 0; margin-top:-24px; width: 34px; height: 48px; background:url(../images/left_ico.png) rgba(245,245,245,0.8) center no-repeat; border-top-right-radius: 5px;  border-bottom-right-radius: 5px;}

.p_i_d4{ width:700px; margin:0 auto;}
.p_i_d4_l{ float:left; width:200px; padding-top:45px;}
.p_i_d4_l img{ position:relative; top:-2px; margin-right:10px;}
.p_i_d4_r{ float:right; width:468px; padding-top:20px;}
.p_i_d4_r img{ width:468px;}

.p_i_d5_l{ float:left; width:200px; padding-top:20px;}
.p_i_d5_l li{ font-size:14px; color:#999999; line-height:30px; margin-bottom:10px; padding-left:20px; position:relative; cursor:pointer;}
.p_i_d5_l li:after{content: ""; position:absolute; left:0; top:10px; width:8px; height:8px; background:#fff; border:#cccccc 1px solid;}
.p_i_d5_l li.on:after{ background:#15a0bc; border:#15a0bc 1px solid;}

.p_i_d5_r{ float:right; width:325px; padding-top:20px;}
.p_i_d5_r img{ width:325px;}

.p_i_d6_l{ float:left; width:200px; padding-top:20px;}
.p_i_d6_l .title{ font-size:18px; color:#999999; line-height:30px;}
.p_i_d6_l_list{ margin-top:20px;}
.p_i_d6_l_list li{ width:135px; line-height:30px; font-size:14px; color:#999999; text-align:center;}
.p_i_d6_r{ float:right; width:353px; padding-top:20px;}
.p_i_d6_r img{ width:353px;}

.p_i_d7_list{ margin-top:20px;}
.p_i_d7_list li{ float:left; width:20%; line-height:20px; font-size:14px; color:#999999; text-align:center; height:110px;}

/*texiao*/
.thumb{ overflow:hidden;}
.thumb-img {
	transform-origin: bottom;
	/*transform:scale(1.21) translateY(calc(var(--s-track) * 20%));*/
	transform:scale(1.21);
	object-fit: cover;
	will-change: transform;
}