@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');
}



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:#fff;
	box-sizing:border-box;
}
.header .logo{
	/*max-width:40%;*/
	display: block;
	height:40px;
	/*margin:0 auto;*/

}
/*
.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; /*background:rgba(255,255,255,0.5);*/}
.banner	.slideBox .hd li.on{ /*background:rgba(255,255,255,1);*/ background:#d78505; width:20px;  }
.banner	.slideBox .bd{ position:relative; z-index:0; }
.banner	.slideBox .bd li{ position:relative; text-align:center;  }
.banner	.slideBox .bd li img{ /*background:url(images/loading.gif) center center no-repeat;*/  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_container{ width:100%;}
.banner_list li img{ width:100%; height:4.0rem; object-fit: cover;}
#banner_pagination{ /*text-align:left; padding-left:10px; box-sizing:border-box;*/}
.banner_container .swiper-pagination-bullet{ width:10px; height:10px; background:#fff; opacity:1;}
.banner_container .swiper-pagination-bullet-active{ background:#4c4443;}



.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;}
.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: #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: 30px; line-height: 30px; line-height: 30px; font-family: "宋体"; font-weight: bold;}

.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: #265353; 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: #265353 }
.download_bg .pages a:hover {  background: #fff; border:#fff 1px solid; color: #265353; 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: -20px;
	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: #333333;
    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;
    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);
    opacity: 0; }
  .hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-90deg); }


/*首页*/
.n_banner img{ display:block; width:100%;}

.i_d1{ position:relative; overflow:hidden; width:100%; height:3.5rem;}
.i_d1 video{ display:block; width: 100%; background:#000; position:relative; z-index:0;}
.i_d1 .i_d1_c{ position:absolute; left:50%; top:50%; margin-left:-3.75rem; margin-top:-60px; width:7.5rem; z-index:1;}
.i_d1_logo{ text-align:center; height:60px;}
.i_d1_logo img{ height:60px;}
.i_d1_txt1{ font-size:18px; color:#ffffff; line-height:30px; text-align:center;}
.i_d1_txt2{ font-size:14px; color:#ffffff; line-height:30px; text-align:center;}

/*.i_d2{ padding-top:20px; padding-bottom:20px;}*/

.i_d2_container{ width:100%;}
.i_d2_list li img{ width:100%; height:5.94rem; 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{ padding:20px 0;}
.i_title{ font-size:18px; color:#999999; line-height:40px; text-align:center;}
.i_txt{ font-size:14px; color:#999999; line-height:30px; text-align:center; margin-top:5px;}
.i_txt *{ line-height:30px;}
.i_more{ font-size:14px; color:#d78505; line-height:30px; text-align:center; margin-top:5px;}
.i_more a{ color:#d78505; border-bottom:#d78505 1px solid;}

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

.footer1{ background:#1e1b25; padding-top:20px; padding-bottom:20px; font-family: 'OpenSans'; letter-spacing:1px;}
.footer_logo{ height:40px; line-height:40px;  font-size:20px; color:#929292; text-align:center;}
.footer_logo img{ height:40px; margin-right:5px; vertical-align:middle;}
.footer1_r{ margin-top:10px;}
.footer1_r .footer1_ewm{ display:block; width:100px; border:#cccccc 1px solid; border-radius:10px; margin:0 auto;}
.footer1_r .footer1_ewm_txt{ font-size:14px; color:#929292; line-height:30px; text-align:center;}
.footer1_txt{ font-size:12px; color:#929292; line-height:25px; text-align:center; margin-top:10px;}
.footer1_txt *{ font-size:12px; line-height:25px;}
.footer1_txt a{ color:#929292;}

.footer1_r_list{ text-align:center; margin-top:10px;}
.footer1_r_list li{ display:inline-block; width:24px; height:24px; margin:0 10px;}
.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:#333;}

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



.bottom_nav{ position:fixed; left:50%; bottom:0; margin-left:-3.75rem; width:7.5rem; max-width:100%; height:56px; background:#f7f7f7; padding:0 0; box-shadow: 0px 0px 10px 0px rgba(10, 2, 5, 0.15); z-index:9999;}
.bottom_nav li{ float:left; width:33.33%; height:50px; padding:3px 0;}
.bottom_nav li a{ display:block; width:100%; text-align:center; font-size:14px; color:#999999; line-height:20px; height:45px; padding-top:5px;}
.bottom_nav li a img{ padding-bottom:0px;}
.bottom_nav li.on{ background:#d2d2d2;}



/*aboutme*/
.ab_d1_c{ width:100%; height:3.42rem; margin:0 auto;}
.ab_d1_list li img{ width:100%; height:3.5rem; 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{}
.ab_d2_list li{ margin-top:20px; padding-left:70px; position:relative; margin-top:20px;}
.ab_d2_list li .ico{ position:absolute; left:0; top:0; width:60px; height:60px; line-height:60px;}
.ab_d2_list li .ico img{ width:50px;}
.ab_d2_list li .ico .iconfont{ font-size:60px; color:#999999;}
.ab_d2_list li .txt{}
.ab_d2_list li .txt .txt1{ font-size:14px; color:#999999; font-weight:bold; line-height:30px;}
.ab_d2_list li .txt .txt2{ font-size:14px; color:#999999; line-height:25px;}
.ab_d2_list li .txt .txt2 *{ line-height:25px;}

.ms_inp1{ display:block; width:100%; 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:10px 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:100%; height:50px; background:#222222; font-size:16px; color:#fefefe; border:0; margin:0 auto; cursor:pointer;}


/*factory*/
.factory_d1 li{ margin-bottom:20px;}
.factory_d1 li .txt{ padding-top:20px;}
.factory_d1 li .factory_img{ display:block; width:100%; height:4.5rem; object-fit: cover; margin-top:10px;}


.factory_d1_container{ width:100%; height:4.5rem;}
.factory_d1_list li img{ width:100%; height:4.5rem; object-fit: cover;}
#factory_d1_pagination{ text-align:center; 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:100%; height:4.5rem;}
.factory_d2_list li img{ width:100%; height:4.5rem; object-fit: cover;}
#factory_d2_pagination{ text-align:center; 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:18px; color:#999999; font-family: 'OpenSans'; line-height:30px; text-align:center;}
.f2_txt{ /*font-family:Arial;*/ font-size:14px; color:#999999; line-height:30px; text-align:center;}
.f2_shipin{ width:100%; height:250px;}

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

.f2_d2_list li{ float:left; width:31.33%; padding-top:20px; margin:0 1%;}
.f2_d2_list li .txt1{ width:70px; height:70px; border:#fff 2px solid; border-radius:50%; line-height:70px; text-align:center; font-size:12px; color:#fff; margin:0 auto;}
.f2_d2_list li .txt1 *{ line-height:70px;}
.f2_d2_list li .txt2{ font-size:12px; color:#fff; text-align:center; line-height:25px; text-align:center; padding-top:5px;}

.f2_d3_list li{ padding-top:20px;}
.f2_d3_list li .img{ width:240px; max-width:100%; margin:0 auto;}
.f2_d3_list li .img img{ width:100%;}
.f2_d3_list li .title{ font-size:16px; color:#525252; line-height:30px; text-align:center;}
.f2_d3_list li .txt{ font-size:14px; color:#8a8a8b; line-height:25px; text-align:center;}
.f2_d3_list li .txt *{ line-height:25px;}

.f2_d4{ background:url(../images/f2_d4_bg.jpg) center no-repeat; background-size:cover;}
.f2_d4_list li{ padding-top:20px;}
.f2_d4_list li .img{ width:240px; max-width:100%; margin:0 auto;}
.f2_d4_list li .img img{ width:100%;}

.f2_d42_container{ width:240px; max-width:100%; margin:0 auto; margin-top:20px;}
.f2_d42_list li img{ width:100%;}
#f2_d42_pagination{ text-align:center; padding-left:10px; box-sizing:border-box;}
.f2_d42_container .swiper-pagination-bullet{ width:10px; height:10px; background:#fff; opacity:1;}
.f2_d42_container .swiper-pagination-bullet-active{ background:#4c4443;}


.f2_d5_list li{ float:left; width:32%; margin-left:2%;}
.f2_d5_list li:nth-child(3n+1){ margin-left:0;}
.f2_d5_list li .img{ text-align:center;}
.f2_d5_list li .img img{ width:80%;}

.f3_d2{ background:url(../images/f3_d2_bg.jpg) center no-repeat; background-size:cover;}
.f3_d2_list li{ margin-top:20px;}
.f3_d2_list li:nth-child(1){ margin-top:0;}
.f3_d2_list li .f3_d2_img{ display:block; width:100%; /*height:200px;*/ object-fit: cover;}
.f3_d2_list li .f3_d2_box{ width:100%; box-sizing:border-box; background:#fff; padding:0 20px; box-sizing:border-box; position:relative; padding-bottom:20px;}
.f3_d2_list li .f3_d2_box .title{ font-size:16px; color:#999999; line-height:30px; text-align:center; padding-top:10px;}
.f3_d2_list li .f3_d2_box .txt{ font-size:14px; color:#999999; line-height:20px; margin-top:5px;}



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

.p_list li{ float:left; width:48%;; margin-left:4%; margin-bottom:20px; position:relative; overflow:hidden;}
.p_list li:nth-child(2n+1){ margin-left:0;}
.p_list li img{ display:block; width:100%; height:1.7rem; object-fit: cover;}
.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:10px 10px 0 10px;}
.p_list li .mb .ico{ line-height:30px; text-align:center; margin-top:10px;}
.p_list li .mb .ico .iconfont{ font-size:30px; color:#fff;}
/*.p_list li:hover .mb{ top:0;}*/

/*products info*/
.n_weizhi{ padding:10px 0; height:30px; line-height:30px; font-size:14px; color:#999999;}
.n_weizhi .iconfont{ font-size:18px; margin-right:5px;}
.n_weizhi a{ color:#999999;}
.p_i_title{ padding:10px 0; line-height:40px; font-size:18px; color:#999999; text-align:center;}

.p_i_d2{ background:#f8f8f8;}

.p_i_img_box{ position:relative;}
a.p_i_img_l{ 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;  background-size:auto 14px; border-top-left-radius: 5px;  border-bottom-left-radius: 5px;}
a.p_i_img_r{ 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;  background-size:auto 14px; border-top-right-radius: 5px;  border-bottom-right-radius: 5px;}


.p_i_contact_txt{ text-align:center; font-size:14px; color:#999999;}
a.p_i_contact_bt{ display:block; margin:20px auto 30px auto; width:140px; height:40px; line-height:40px; 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; vertical-align:middle;}
a.p_i_contact_bt:hover{ border:#15a0bc 1px solid;}

.p_i_get_box{ position:relative;}
a.p_i_get_bt{ display:block; margin:0 auto; width:120px; 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:95px; 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_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: -54px;}


.p_i_d3list li{ float:left; width:100%; position:relative; overflow:hidden;}
.p_i_d3list li img{ display:block; width:100%; /*height:170px;*/}
.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:24px; 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;  background-size:auto 14px; 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;  background-size:auto 14px; border-top-right-radius: 5px;  border-bottom-right-radius: 5px;}

.p_i_d4{}
.p_i_d4_l{ padding-top:20px;}
.p_i_d4_l img{ position:relative; top:-2px; margin-right:10px; vertical-align:middle;}
.p_i_d4_r{ padding-top:20px; text-align:center;}
.p_i_d4_r img{ max-width:100%;}

.p_i_d5_l{ 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{ text-align:center;}
.p_i_d5_r img{ max-width:100%;}

.p_i_d6_l{ 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{ padding-top:20px; text-align:center;}
.p_i_d6_r img{ max-width:100%;}

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