/* CSS Document */

* {
    margin: 0;
    padding: 0;
/*	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;*/
}
html{overflow-x: hidden;}

@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }

body{
	font-family: "微软雅黑";
    font-size: 14px;
    color: #333;
    -webkit-font-smoothing: antialiased;
	line-height: 28px;
    margin:0 auto;
    background-color: #fff;
	}
	
ul li {
    list-style-type: none;
}
img{border:0;}
a{ 
blr:expression(this.onFocus=this.blur()); 
outline: none;
text-decoration:none;
}
a:active {star:expression(this.onFocus=this.blur());}
a {color:#333;text-decoration:none;}
a:hover{ color:#e50012;}
.fl{ float:left;}
.fr{ float:right;}
.clear{ clear:both; overflow:hidden; zoom:1;}
i, em {font-style: normal;}
.whitefont , .whitefont i{color:#fff !important;}
.b0{bottom:0;}
.t0{ top:0;}
.none{ display:none;}
.picflash img{transition: all 0.6s;}
.picflash:hover img{transform:scale(1.1);} 
.bgh{ background-color:#f6f6f6;}
.bgw{ background-color:#FFFFFF;}
.pt50{ padding-top:50px !important;}
.pb50{ padding-bottom:50px !important;}
.pb80{ padding-bottom:80px !important;}
.pt20{ padding-top:20px !important;}
.p40{ padding:40px 0 !important;}
.p30{ padding:20px 0 50px !important;}
.p50{ padding:50px 0 !important;}
.p60{ padding:60px 0 !important;}
.p60s{ padding:30px 0 0px!important;}
.p70{ padding:70px 0 !important;}
.p80{ padding:80px 0 !important;}
.p80_2{ padding:80px 0 !important;}
.pt70{ padding:70px 0 0 0 !important;}
.m40{  margin:40px 0 !important;}
.m50{  margin:50px 0 !important;}
.mb10{ margin-bottom:10px;}
.mb20{ margin-bottom:20px;}
.mb30{ margin-bottom:30px;}
.mb35{ margin-bottom:35px;}
.mb40{ margin-bottom:40px;}
.mb50{ margin-bottom:50px;}
.mb60{ margin-bottom:60px;}
.mb70{ margin-bottom:70px;}
.mb80{ margin-bottom:80px;}
.mb90{ margin-bottom:90px;}
.mb100{ margin-bottom:100px;}
.mt10{ margin-top:10px;}
.mt20{ margin-top:20px;}
.mt30{ margin-top:30px;}
.mt40{ margin-top:40px;}
.mt50{ margin-top:50px;}
.mt60{ margin-top:60px;}
.mt70{ margin-top:70px;}
.mt80{ margin-top:80px;}
.mt90{ margin-top:90px;}
.mt100{ margin-top:100px;}
.mt0{ margin-top:0px !important;}
.h60{ height:60px !important;}
.p20{padding:10px 0 30px; margin-bottom:50px;}
.bbd{border-bottom:1px #dfdfdf solid;}
.pl10{ padding-left:10px;}
.pr10{ padding-right:10px;}
.center{ text-align:center;}
.font35{ font-size:35px;}
.xian{ border-top:1px #f0f0f0 solid;}
input:focus {
  outline:none;
}
.hui{ background-color:#f8f8f8;}
.bai{ background-color:#fff; padding-top:20px; padding-bottom:27px;}
.pc_none{ display:none !important;}
.f16{font-size:16px;}
.m0{ margin:0 auto;}
.m-h{ min-height:200px;}


/*分页*/
.pageshow{ text-align:center; margin:30px 0 60px;}
.pageshow a {padding: 0 8px;line-height: 25px;display: inline-block;border: 1px #bbb solid;margin:20px 2px 2px 2px;background: #f8f9f7;}
.pageshow a.pagefan ,.pageshow a:hover{background: #333;border: 1px #333 solid; color:#FFFFFF;}

.txt{ padding:0px 10px; font-size:15px; line-height:30px;}
.txt p,
.txt span,
.txt ul,
.txt li {
    white-space: normal !important;
    text-wrap-mode: wrap !important;
    overflow-wrap: break-word !important;
    word-break: break-all !important;
}
.txts{font-size:15px; line-height:30px;}
.txtimg img{ max-width:100%; height:auto;}

.txt div{ width:100% !important;}
.txt table{ 
	width:100% !important;
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
	}
.txt table td{ padding:5px 10px;}
/*.txt table .firstRow td{ background-color:#f8f8f8;}*/

.txt table, th, td
{
    border: 1px solid #ddd;
}


.main{ max-width:1500px; width:100%; overflow:hidden; margin:0 auto;}
.main2{width:90%; overflow:hidden; margin:0 auto; }
.main3{ max-width:1500px; width:100%; overflow:hidden; margin:0 auto; }
.main_1{ width:1000px; overflow:hidden; margin:0 auto 50px;}
.w450{ width:450px;}


.top_h{ height:100px;}
.top_0{ height:0 !important;}
.header{ position:relative;height:80px; width:100%; padding:0px 0 20px;background-color:#fff; 
-moz-transition: all .5s;
-o-transition: all .5s;
-webkit-transition: all .5s;
transition: all .5s;
-ms-transition: all .5s;
z-index:999;}
	
.nav_fixed {

padding:0;
height:100px;
position:fixed; 
top:0px;
-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}

.headbox2 {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}



.search{ width:30px; height:25px; padding-top:42px; margin-right:25px;display:block; cursor:pointer; text-align:right; display:block;} 
.search img{  transition: all .5s;margin-right:0px;}
.search:hover img{margin-right:5px;} 

#search-form {
  -moz-transition: max-height, 0.5s;
  -o-transition: max-height, 0.5s;
  -webkit-transition: max-height, 0.5s;
  transition: max-height, 0.5s;
  position: absolute;
  top: 100px;
  left: 50%;
  margin-left:280px;
  width: 300px;
  max-height: 0;
  overflow: hidden;
  z-index:9999;
}
.th{top: 100px !important;}
#search-form.open {
  max-height: 60px;
}
#search-form fieldset {
  position: relative;
  margin: 0 60px 0 0;
  padding: 0;
  border: none;
}
#search-form input {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  height: 60px;
}
#search-form input[type="search"] {
  width: 100%;
  padding: 0 5px 0 22px;
  background-color:#f0f0f0;
  border: none;
}
#search-form input[type="submit"] {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60px;
  margin: 0;
  padding: 0;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  background: #e50012;
  border: none;
  cursor: pointer;
}

/*首页*/

.fudongk{position:relative; height:860px;}
.fudongk ul{position:absolute; width:1200px; left:50%; margin-left:-600px; height:200px; background-color:#FFFFFF; z-index:9; top:660px; overflow:hidden;}
.fudongk ul li{ width:210px; height:200px; float:left; padding:0 45px;text-align:center;}
.fudongk ul li p{  text-align:center;}
.fudongk ul li p img{ width:60px; height:60px;margin:25px auto 0;-webkit-transition: -webkit-transform 0.6s ease-out;
    -moz-transition: -moz-transform 0.6s ease-out;
    -o-transition: -o-transform 0.6s ease-out;
    -ms-transition: -ms-transform 0.6s ease-out;}
.fudongk ul li:hover p img {transform:rotateY(180deg);
 -webkit-transform:rotateY(180deg);
 -moz-transform:rotateY(180deg);
 -ms-transform:rotateY(180deg);
 -o-transform:rotateY(180deg);}
.fudongk ul li dt{ font-size:18px; color:#000; margin:12px 0 8px; font-weight:bold;}
.fudongk ul li:hover dt{ color:#e50012;}
.fudongk ul li dd{ font-size:14px; color:#666; line-height:20px; }

.bt{ color:#000; font-size:40px; text-align:center; line-height:40px;}
.bt i{  font-size:18px; color:#666; display:block; margin-top:15px;}





a.more2{ margin:50px auto 0 !important;}


.probox{ position:relative; margin-top:50px;}
.prev_l{left:0;}
.next_r{right:0;}
.prev_l , .next_r{  position:absolute; top:180px; cursor:pointer; transition: all .3s; z-index:10;}
.prev_l:hover , .next_r:hover{ opacity: 0.5;}


.prolist2{ width:1400px;margin:0 auto; overflow:hidden;}
.prolist2 ul{  overflow:hidden;}
.prolist2 ul li{ width:330px; border:1px #ededed solid; float:left; margin-right:24px; background-color:#FFF; }
.prolist2 ul li .photo{ width:330px; height:330px; text-align:center;overflow:hidden;position: relative;display: table; background-color:#fff;position:relative;}
.prolist2 ul li .photo .pics{display: table-cell; vertical-align: middle;width:330px; height:330px;overflow:hidden;}
.prolist2 ul li .photo .pics img{ margin:0 auto;}
.prolist2 ul li .info{ height:60px; line-height:60px; overflow:hidden; padding:0 10px; text-align:center; background-color:#ededed; font-size:16px;}


.prolist2 ul li .mask{
   width: 100%;
   height: 40%;
   padding-top:60%;
   position: absolute;
   overflow: hidden;
     top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	 opacity: 0;
	 transition: all .3s;
	  background:url(../images/link.png) center center no-repeat;
	  z-index:9;
	  color:#FFF;
	  font-size:18px;
}

.prolist2 ul li:hover .mask {
   opacity: 1;
    background-color:rgba(55,52,47,0.8);

}

.abg{ background:url(../images/abg.png) top center no-repeat; padding-top:120px; min-height:180px; position:relative;}
.abg .aboutvideo{ width:1400px; position:absolute; left:50%; margin-left:-700px; top:250px; text-align:right;}
.abg .aboutvideo video{ background-color:#000;}
.abg .aboutvideo video:focus {
 outline: -webkit-focus-ring-color auto 0px;
}
.aboutbox{ width:46%; padding-right:4%; }
.bt2{ color:#000; font-size:26px; position:relative;font-weight:bold;}
.bt2 div{ width:46px; height:2px; background-color:#000; position:absolute; top:15px; left:0;}
.bt2 span{ padding-left:70px;}
.bt2 i{ font-size:29px;display:block; margin-top:35px; color:#156cbd; line-height:1.5}
.bt2 i.tt{ margin-top:25px;}
.aboutbox .aboutinfo{ font-size:15px; margin:50px 0 150px 0;position:relative;}

a.more{ width:135px; height:50px; line-height:50px; background:url(../images/jj.png) 140px 16px #e50012 no-repeat; padding-left:60px;  overflow:hidden; display:block;border-radius:5px; margin:50px 0 0 0; color:#FFFFFF; font-size:14px;transition: all .5s; position: absolute; z-index:9;}
a:hover.more{background:url(../images/jj.png) 145px 16px #e50012 no-repeat; color:#FFFFFF;}

.bg0{ background:url(../images/bg.jpg) top center no-repeat; height:260px; overflow:hidden;}
.shuzi{ width:50%; margin:0 auto; overflow:hidden;}
.shuzi li{ float:left; width:33.33%;  font-size:46px; font-weight:bold; color:#fff;padding:80px 0 0 0;}
.shuzi li sup{ font-size:18px; font-weight:normal; padding-left:10px;}
.shuzi li i{ font-size:15px; color:#fff; font-weight:normal; display:block; margin-top:20px;}

.shuzi2{ width:100%; margin:0 auto; overflow:hidden;}
.shuzi2 li{ float:left; width:33.33%;  font-size:50px; font-weight:bold; color:#d90106;padding:70px 0 50px; text-align:center;}
.shuzi2 li sup{ font-size:18px; font-weight:normal; padding-left:10px;}
.shuzi2 li i{ font-size:20px; color:#000; font-weight:normal; display:block; margin-top:30px;}

.photobox img{ width:100%;height: auto;}

.h8{ font-size:24px; text-align:center; margin-bottom:30px;}
.h10{ font-size:25px; text-align:center;}
.slidelist {
    width: 100%;
    background: #f7f7f7;
    padding: 30px 40px;
    margin-bottom: 10px;
}
.slidelist .number {
    color: #d90106; font-size:24px;
}
.contents2 {
    width: 80%;
    margin-left: 20px;
}
.contents2 .name {
    width: 100%;
	font-size: 22px;
}
.contents2 .brief {
    width: 100%;
    color: #666;
    margin-top: 10px;
	font-size:16px;
}

.fwbox2{ width:338px; margin-top:50px; background-color:#FFF;}
.swiper-slide .photo{ width:338px; height:400px; text-align:center; overflow:hidden;position: relative;display: table;}
.fwbox2 .photo .pics{display: table-cell; vertical-align: middle;width:338px; height:400px;overflow:hidden;}
.fwbox2 .photo .pics img{ margin:0 auto;}
.fwbox2 .infos{ font-size:20px;  height:90px; line-height:90px; padding:0 35px; text-align:left; background:url(../images/j.png) 280px 38px no-repeat;transition: all .5s;} 
.fwbox2:hover .infos{background:url(../images/j.png) 285px 38px no-repeat;}


.cpshow{ width:100%; overflow:hidden; margin:0 auto;}
.cpshow li{ float:left;  margin:20px 1% 0 1%; width:22.85%; border:1px #efefef solid;}

@media screen and (min-width:1112px) and (max-width:1328px){
.cpshow li{ width:22.82%;}
}

@media screen and (min-width:769px) and (max-width:1111px){
.cpshow li{ width:22.73%;}
}


.cpshow li .photo{  width:100%; height:313px; text-align:center;overflow:hidden; position:relative;}
.cpshow li .photo  img{ margin:0 auto; height:313px; max-width:100%;}
.cpshow li .info{ width:96%; height:50px; line-height:50px; overflow:hidden; background-color:#efefef; text-align:center; color:#333; overflow:hidden; padding:0 2%; font-size:16px;}
.cpshow li .mask{
   width: 100%;
   height: 40%;
   padding-top:60%;
   position: absolute;
   overflow: hidden;
     top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	 opacity: 0;
	 transition: all .3s;
	  background:url(../images/link.png) center center no-repeat;
	  z-index:9;
	  color:#FFF;
	  font-size:18px;
}

.cpshow li:hover .mask {
   opacity: 1;
    background-color:rgba(55,52,47,0.8);

}


.cp_box{ max-width:1500px; width:100%;  margin:80px auto 0; position:relative;}
.cp_box .prev_l{left:0;}
.cp_box .next_r{right:0;}
.cp_box .prev_l , .cp_box .next_r{  position:absolute; top:110px; cursor:pointer; transition: all .3s; z-index:1;}
.cp_box .prev_l:hover , .cp_box .next_r:hover{ opacity: 0.5;}

.cpbox{ width:1400px; overflow:hidden;}
.cpbox li{ width:332px; margin-right:24px;  overflow:hidden; float:left;background-color:#fff;}

.cpbox li .info{  width:302px; height:50px; line-height:50px; text-align:center; padding:0 15px; font-size:15px;}

.cpbox li .photo{ width:312px; height:207px; text-align:center; overflow:hidden;position: relative;display: table;margin:0 auto; margin:10px 10px 0 10px;}
.cpbox li .photo .pics{display: table-cell; vertical-align: middle;width:312px; height:207px; }
.cpbox li .photo .pics img{ margin:0 auto;height:207px; width:100%;}



.prolist{ width:1200px;margin:60px auto 0; overflow:hidden;}
.prolist ul{ width:1214px; overflow:hidden;}
.prolist ul li{ width:386px; float:left; margin-right:14px; position:relative; overflow:hidden;}
.prolist ul li .photo{ width:366px; height:328px; padding:10px;text-align:center; overflow:hidden;position: relative;display: table; background-color:#FFFFFF;}
.prolist ul li .photo .pics{display: table-cell; vertical-align: middle;width:366px; height:328px;overflow:hidden;}
.prolist ul li .photo .pics img{ margin:0 auto;}
.prolist ul li .info{ width:366px; padding:20px 40px;text-align: left; border-top:1px #eee solid; font-size:18px; background:url(../images/jt.jpg) 333px 30px no-repeat #fff;}


.prolist ul li .cover{ position:absolute;width:285px; height:240px; overflow:hidden;padding-top:115px; top:0px; left:0px; text-align:center; font-size:18px; font-weight:bold; color:#FFFFFF;opacity: 0;transition: all .3s; z-index:10;background-color: rgba(1, 108, 202, .9); }
.prolist ul li .cover span{ font-size:13px; font-weight:normal; display:block; margin-top:15px; line-height:25px;}
.prolist ul li:hover .cover{ opacity: 1;}



.prolists{ width:1200px;margin:30px auto 0; overflow:hidden;}
.prolists ul{ width:1240px; overflow:hidden;}
.prolists ul li{ width:285px; float:left; margin-right:20px; margin-bottom:20px; position:relative; overflow:hidden;}
.prolists ul li .photo{ width:263px; height:197px; padding:10px;border:1px #e6e6e6 solid; border-bottom:0px;text-align:center; overflow:hidden;position: relative;display: table; background-color:#FFFFFF;}
.prolists ul li .photo .pics{display: table-cell; vertical-align: middle;width:263px; height:197px;overflow:hidden;}
.prolists ul li .photo .pics img{ margin:0 auto;}
.prolists ul li dl{ width:263px; padding:10px;text-align: center;background-color:#f6f6f6; border:1px #e6e6e6 solid; border-top:0px;border-bottom:2px #cacaca solid;}
.prolists ul li dl dt{ color:#333;font-size:15px; height:25px; line-height:25px; overflow:hidden;}
.prolists ul li dl dd{ color:#888; font-size:14px; height:25px; line-height:25px; overflow:hidden;}

.prolists ul li .cover{ position:absolute;width:285px; height:240px; overflow:hidden;padding-top:115px; top:0px; left:0px; text-align:center; font-size:18px; font-weight:bold; color:#FFFFFF;opacity: 0;transition: all .3s; z-index:10;background-color: rgba(1, 108, 202, .9); }
.prolists ul li .cover span{ font-size:13px; font-weight:normal; display:block; margin-top:15px; line-height:25px;}
.prolists ul li:hover .cover{ opacity: 1;}


h1{ font-size:30px; margin:0 auto 20px; text-align:center; font-weight: normal;}



.gsjj{max-width:1400px; width:100%; min-height:700px; overflow:hidden; margin:60px auto 20px; background-color:#FFF;}
.gsjj_l{ width:58%; padding-top:60px; margin-left:50px; overflow:hidden;line-height:30px; font-size:15px;}
/*.gsjj_c{ background:url(../images/cc.png) top right no-repeat; min-height:700px; width:4%;}*/
.gsjj_r{ width:34%; min-height:700px; background-color:#eee;overflow:hidden; position:relative;}

.gsjj_r .prev_l{left:40px;}
.gsjj_r .next_r{right:40px;}
.gsjj_r .prev_l , .gsjj_r .next_r{  position:absolute; top:640px; cursor:pointer; transition: all .3s; z-index:1;}
.gsjj_r .prev_l:hover , .case_box .next_r:hover{ opacity: 0.8;}
.gsjj_r .lb1{ background-color:#e50012; height:60px; line-height:60px; text-align:center; color:#FFF; font-size:25px;}
.gsjjr{height:640px;}
.gsjj_r .lb2{ padding:40px; text-align:center;max-width:400px; width:100%; height:550px; overflow:hidden;}
.gsjj_r .lb2 img{ height:500px; max-width:400px; width:100%;}
.gsjj_r .lb3{ height:60px; width:100%; margin:35px auto 0; overflow:hidden; text-align:center; font-size:16px; color:#555;}

.gsjj h1{ font-size:35px; color:#000; height:30px; line-height:30px; margin-bottom:35px; text-align:left;}

.gsjjpic{ width:2810px; overflow:hidden; margin:70px auto 0;}
.gsjjpic li{ float:left; width:258px; height:194px; margin-right:23px; overflow:hidden;}
.gsjjpic li img{width:258px; height:194px;}



.ys{ margin:0 auto 15px;}
.ys li{ float:left; width:25.33%; height:170px; background:url(../images/kk.png) top center no-repeat; overflow:hidden; padding:2% 3%;transition: all .5s; margin:15px 1%; background-color:#FFF; 
-webkit-box-shadow:0px 3px 10px #c6c6c6 !important;
   -moz-box-shadow:0px 3px 10px #c6c6c6 !important;
        box-shadow:0px 3px 10px #c6c6c6 !important;}

.ys li img{ display:block; width:60px; height:60px;}
.ys li dl{ margin-top:25px;}
.ys li dl dt{ font-size:25px; color:#333;}
.ys li dl dd{ font-size:14px; color:#777; line-height:22px; margin-top:20px;}
.ys li:hover{
transform:translate(0,-10px);
-webkit-transform:translate(0,-10px);
-moz-transform:translate(0,-10px);
-o-transform:translate(0,-10px);
-ms-transform:translate(0,-10px);
}



.hotnews{ width:44%; padding:35px 30px; margin-top:70px;}
.hotnews .tims{ font-size:30px; color:#858585; margin-bottom:35px; padding:0 5px;}
.hotnews a.tits{ font-size:20px; color:#333;padding:0 5px;display:block;}
.hotnews a:hover.tits{ font-size:20px; color:#003a7d;}
.hotnews .nots{ font-size:15px; color:#666; line-height:22px; margin-top:15px;padding:0 5px; height:43px; overflow:hidden;}
.hotnews a.newsphoto{ margin-top:38px; width:100%; height:300px; overflow:hidden; display:block;}
.hotnews a.newsphoto img{ max-width:620px;width:100%; height:auto;}

.photonews{ width:48%; height:450px; overflow:auto;}
.photonews .photo{ max-width:672px; width:100%; max-height:350px;  text-align:center;overflow:hidden;background-color:#FFFFFF;}
.photonews .photo img{ margin:0 auto; width:672px; max-width:100%;}
.photonews .info{ background-color:#f5f5f5; font-size:15px; height:28px; line-height:28px; padding:21px 25px;}
.photonews .info .t1{ float:left; max-width:470px;  overflow:hidden; height:28px;}
.photonews .info .t2{ border-left:1px #cbcbcb solid; padding-left:25px; margin-left:25px; float:right; color:#9d9d9d; width:85px;}


.nlist { width:48%; overflow:hidden;}
.nlist li{padding:0 0 35px 0; border-bottom:1px #e5e5e5 solid; margin-bottom:35px; position:relative;}
.nlist li a.cr{ width:80%; display:block;}
.nlist li span{ color:#858585; position:absolute; font-size:30px; top:0px; right:0px;}
.nlist li dt{ height:30px; line-height:30px; overflow:hidden; font-size:18px; color:#333;}
.nlist li:hover dt{ color:#003a7d;}
.nlist li dd{ color:#666; font-size:15px; margin-top:20px; line-height:25px; height:50px; overflow:hidden; margin-bottom:20px;}

.nlist li img{transition: all .5s; position:absolute; top:80px; right:0px;}
.nlist li:hover img{  right:10px;}

.nlist li a.mr{ width:120px; height:35px; line-height:35px; overflow:hidden; display:block;border-radius:3px;font-size:14px;transition: all .3s; background-color:#156cbd; color:#FFF; text-align:center;}
.nlist li a:hover.mr{background-color:#1289f8;}



.w836_u{ width:1386px; overflow:hidden; margin:10px auto 0;}
.w836_u li{ width:180px; height:98px; margin:20px 7px 0 7px; float:left; border:1px #eee solid;}
.w836_u li .photo{ width:180px; height:98px; text-align:center;overflow:hidden;position: relative;display: table;background-color:#FFFFFF;-moz-transition: all .5s;
-o-transition: all .5s;
-webkit-transition: all .5s;
transition: all .5s;
-ms-transition: all .5s;}
.w836_u li .photo .pics{display: table-cell;overflow:hidden; vertical-align: middle; width:180px; height:98px; overflow:hidden;}
.w836_u li .photo .pics img{ margin:0 auto; position: relative;}
.w836_u li:hover .photo{
-webkit-box-shadow:0px 3px 10px #c6c6c6 !important;
   -moz-box-shadow:0px 3px 10px #c6c6c6 !important;
        box-shadow:0px 3px 10px #c6c6c6 !important;}



.newslist{ width:100%; overflow:hidden; margin:30px auto 0;}
.newslist li{width:31.33%;overflow:hidden; float:left;display:block; margin:10px 1% 0;transition: all .5s;background-color:#FFFFFF;}
.newslist li .pic{ width:100%; height:300px; text-align:center; overflow:hidden;}
.newslist li .pic img{width:100%; height:300px;}
.newslist li .info{ padding:25px; background-color:#f8f8f8}
.newslist li .info dt{ font-size:16px; height:25px; overflow:hidden; color:#000;}
.newslist li .info dd { font-size:13px !important; color:#999 !important; line-height:25px; margin-top:10px; height:72px; overflow:hidden;}
.newslist li .info .tms{ color:#888; margin-top:30px; font-size:15px;} 
.newslist li .info .tms span{ float:right; padding-top:8px;padding-right:5px;}
.newslist li:hover{
transform:translate(0,-10px);
-webkit-transform:translate(0,-10px);
-moz-transform:translate(0,-10px);
-o-transform:translate(0,-10px);
-ms-transform:translate(0,-10px);
}


/*底部*/
.foot_b{padding:50px 0 40px; position:relative;background-image: url(../images/footbg.jpg);
    background-position: bottom center;
    background-color: #222;
    background-attachment: fixed;}
.foot_t1{ font-size:25px; color:#FFFFFF;}
.foot_t1 i{ display:block; font-size:18px;margin-bottom:8px;}
.foot_t2 { font-size:14px; color:#FFFFFF; margin:0; line-height:23px;}
.foot_t2 b{ font-size:20px; display:block; margin-bottom:10px; border-top:1px #555 dotted; padding-top:20px;}
.foot_t2 b:first-child{ border-top:none; padding-top:0;}
.foot_t2 span{ padding:0; display:block;}
.foot_t3 { margin-top:10px; color:#ffa472;}
.foot_t3 span{padding:0 8px;}
.foot_t3  a{ color:#ffa472;}
.ewm{ width:100px; text-align:center;}
.ewm img{ width:100px; height:auto;}
.ewm span{ padding:5px 0; display:block;}
.ewm i{ display:block; font-size:13px; color:#FFFFFF;}
.foot_t4{ margin-top:20px; padding:20px 0 0 0; border-top:1px #555555 solid;color:#FFFFFF;}
.foot_t4 a{ color:#FFFFFF; margin-right:20px;}
.foot_t4 span{padding:0 20px 0 0;}
.foot_t4 .foot_t4_a{ margin-top:5px;}
.foot_t4 .foot_t4_a , .foot_t4 .foot_t4_a a{ color:#7ab53f;}
.foot_t4 a.top{float:right; margin-top:6px; margin-right:20px;}



.t_top dl {
    overflow: hidden;
    float: right;
	padding:0 1% 0 7%;
}

@media screen and (min-width:1000px) and (max-width:1067px){
.t_top dl {
	padding:0 4%;
}
}
.t_top dt {
    overflow: hidden;
    font-size: 18px;
    margin-bottom: 20px;
}
.t_top dt a {
    color: #fff;
	display:block;
}
.t_top dd {
    overflow: hidden;
}
.t_top dd a {
    display: block;
    font-size: 15px;
    color: #6d6d6d;
    line-height: 35px;
}
.t_top dd a:hover{ color:#FFF;}

.foot{ background-color:#000; padding:20px 0; color:#888;}
.foot a {color:#888;}
.foot span{ padding:0 30px;}
.foot .fc , .foot .fc a{ color:#888;}

.boxl{ margin:0 30px;}
.tab{width:550px; margin:0 auto;}
.tab li{ margin-bottom:10px;}
.tab input ,.tab textarea{ width:100%; line-height:22px;padding: 10px 20px;border: 1px solid #ccc;
box-sizing:border-box;
-moz-box-sizing:border-box; /* Firefox */
-webkit-box-sizing:border-box; /* Safari */
font-family:"微软雅黑";
font-size:15px;}

.tab .sumbit{width: auto; margin-left:50px; cursor:pointer; background-color:#888; font-size:14px;padding: 10px 50px; color:#FFFFFF; border:0px;}
.tab .sumbit:hover{ background-color:#e50012; color:#FFFFFF;}
.w270{width:265px;}
.mr10{margin-right:20px;}

.feedback{width:550px;}
.feedback strong{font-size:18px; margin-bottom:15px; display:block; color:#555; font-weight:600;}

/*关于我们*/


.m2pos {background-color: #fafafa;border-bottom: 1px solid #e8e8e8;}

.cp2{display:-webkit-box;display:-moz-box;display:-ms-box;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-ms-box-orient:horizontal;-webkit-box-pack:center;-moz-box-pack:center;-ms-box-pack:center;max-width:1600px; width:100%; margin:0 auto; overflow:hidden;height:82px;}
.cp2 li {padding:0 60px; position: relative;}
.cp2 li a{ float:left;  height:80px; line-height:82px; text-align:center; font-size:16px;color:#333;}
.cp2 li a:hover , .cp2 li a.cur{ border-bottom:2px #e50012 solid; color:#e50012;}

.cp2 li:after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 7px);
    right: 0;
    width: 1px;
    height: 14px;
    background-color: #cccccc;
}

.cp2 li:last-child:after { display: none;}



.cp3{width:1400px; margin:50px auto 0;display:-webkit-box;display:-moz-box;display:-ms-box;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-ms-box-orient:horizontal;-webkit-box-pack:center;-moz-box-pack:center;-ms-box-pack:center;}
.cp3 li {position: relative;}
.cp3 li a{ float:left;margin:0 50px; padding:0 5px; height:50px; line-height:50px;font-size:18px;color:#333; font-weight:bold;}
.cp3 li a:hover , .cp3 li a.cur{color:#156cbd; border-bottom:2px #156cbd solid;height:48px; line-height:50px;}


.banner1{ height:300px; width:100%; overflow:hidden; position:relative;}
.banBox1{ height:300px; width:1920px; margin-left:-960px; position:absolute; left:50%; top:0px; background-position:top center; background-repeat:no-repeat;}
.banner_H2{ position:absolute; left:50%; bottom:0; width:1200px; margin-left:-600px; height:65px; z-index:1; background:#FFFFFF;}

.fenlei_Tit{ background:#e50012; width:250px; height:55px; padding:18px 0 0 30px; color:#FFFFFF;}
.fenlei_Tit h3{ font-size:20px;}
.fenlei_Titnav{ width:880px; height:65px; line-height:65px;}
.fenlei_Tith3{ font-size:18px; color:#333333;}
.fenlei_crumb{ font-size:14px; background:url(../images/home.png) left center no-repeat; padding:0 20px 0 25px; color:#666666;}
.fenlei_crumb a{ color:#666666;}
.fenlei_crumb span{ color:#999999;}
.fenlei_crumb a:hover{ color:#044f8b;}

.left{ width:280px;}
.fenlei_list{ border:1px solid #eeeeee; border-top:none; padding:20px 20px 40px; margin-bottom:20px;}
.fenlei_list dl{  padding:10px 15px; border-bottom:1px #eeeeee solid;}
.fenlei_list dl dt a{ font-size:15px; color:#666666; line-height:25px; padding-top:3px; display:block; background:url(../images/fenlei_dlbg.png) left 10px no-repeat; padding-left:27px;transition: all .3s;}
.fenlei_list dl dt a:hover,.fenlei_list dl dt a.hover{ background-image:url(../images/fenlei_dlbga.png); color:#044f8b;}

.fenlei_list dl dd ul{ padding-left:50px;}
.fenlei_list dl dd ul li a{ font-size:14px; color:#666666; line-height:30px;}
.fenlei_list dl dd ul li a:hover,.fenlei_list dl dd ul li a.hover{ color:#044f8b;}

.fenlei_bot{ border:1px solid #eeeeee; padding:30px 20px; margin-bottom:20px; background-color:#e50012; color:#FFFFFF;}
.fenlei_bot p{ text-align:center; margin-bottom:20px;}


.right{ width:860px; border-top:1px #eeeeee solid; padding:30px 0px; margin:0px 30px 0 10px;}
.right2{ width:860px; border-top:1px #eeeeee solid; margin:0px 30px 0 10px;}
.map{width:100%; height:380px; margin-bottom:30px;}


.m2newList2 {
    padding: 0 0px 12px;

}
.m2newList2 li {
  
    margin:0 auto 12px;
	border-bottom: 1px solid #F1F1F1;
	padding-left:10px;
}

.t_ico{background:url(../images/times.png) 138px 0px no-repeat; height:45px;}
.whitex{ background:url(../images/x.png) 63px 0px repeat-y; padding:60px 0 20px;}
.times{ position:absolute; background:url(../images/d.png) right 3px no-repeat;  color:#ed2b01; left:0;width:170px; font-weight:bold; top:20px;}
.times p{ line-height:25px; font-size:18px; width:170px; padding-left:50px;}

.fonts{  margin-left:200px; background-color:#f5f5f5; padding:20px 30px; margin-bottom:30px; font-size:16px;}

/*证书*/
.zzlist{  

    width:100%; 
    overflow:hidden; 
    margin:0 auto;
}
.zzlist li{ 
    width:23%;
    float:left; 
    margin:10px 1% 30px;
    -moz-transition: all .5s; 
    border:1px #eee solid; 
    border-radius:30px;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
    -ms-transition: all .5s;
    box-sizing: border-box; /*关键：宽度包含边框*/
}
.zzlist li .photo{ 
    width:92%; 
    height:278px; 
    padding:20px 4%; 
    text-align:center; 
    overflow:hidden;
    position: relative;
    display: table;
    box-sizing: border-box;
}
.zzlist li .photo .pics{
    display: table-cell; 
    vertical-align: middle;
}
.zzlist li .photo .pics img{ 
    margin:0 auto; 
    max-width:100%; 
    height:278px; 
    object-fit: contain;
}
.zzlist li .info{ 
    width:100%; 
    padding:15px; 
    line-height:22px;
    text-align:center;
    color:#555; 
    font-size:16px; 
    background-color:#eee;
    border-radius:0 0 30px 30px;
    box-sizing: border-box;
}
.zzlist li:hover{
    border:1px #ddd solid;
    -webkit-box-shadow:0px 3px 10px #c6c6c6 !important;
       -moz-box-shadow:0px 3px 10px #c6c6c6 !important;
            box-shadow:0px 3px 10px #c6c6c6 !important;
}

/* ===== 自适应媒体查询 ===== */
/* 平板：每行3个 */
@media screen and (max-width:1200px){
    .zzlist li{
        width:31.333%;
        margin:10px 1% 30px;
    }
}
/* 大屏手机：每行2个 */
@media screen and (max-width:768px){
    .zzlist li{
        width:48%;
        margin:10px 1% 30px;
    }
    .zzlist li .photo{
        height:220px;
    }
    .zzlist li .photo .pics img{
        height:220px;
    }
}
/* 小手机：每行1个 */
@media screen and (max-width:480px){
    .zzlist li{
        width:96%;
        margin:10px 2% 30px;
        float:none;
    }
    .zzlist li .photo{
        height:200px;
    }
    .zzlist li .photo .pics img{
        height:200px;
    }
}
		
		
		
		
/*风采*/

.ot {
    width: 100%;
    margin: 40px auto 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 1%; /* 上下间距20px，左右间距1% */
}

.ot li {
    width: 24.25%;
    border: 1px #eee solid;
    list-style: none;
    box-sizing: border-box;
}

.ot li .photo {
    width: 100%;
    padding: 2%;
    text-align: center;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}

.ot li .photo img {
    display: block;
    margin: 0 auto;
    min-height: 280px;
    width: 100%;
    height: 100%;
    object-fit: cover; 
}

.ot li .info {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    text-align: center;
    color: #333;
    transition: all .3s;
    background-color: #eee;
    padding: 0 2%;
    box-sizing: border-box;
}

.ot li:hover .info {
    background-color: #e50012;
    color: #fff;
}

.ot li .photo .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all .3s;
    background: url(../images/play.png) center center no-repeat;
	background-size: 80px 80px;
    z-index: 9;
}

.ot li:hover .mask {
    opacity: 1;
    background-color: rgba(55, 52, 47, 0.5);
}

/* ===== 响应式自适应断点 ===== */
@media screen and (max-width: 1200px) {
    .ot li {
        width: 32.6%; /* 3列 */
    }
}
@media screen and (max-width: 768px) {
    .ot li {
        width: 49%; /* 2列 */
    }
}
@media screen and (max-width: 480px) {
    .ot li {
        width: 100%; /* 手机单列 */
    }
}


.otto{ width:100%; overflow:hidden; margin:0 auto;}
.otto li{float:left; width:31%; margin:0 1% 50px; position:relative; }
.otto li.oo2{width:31.33%;margin:30px 1% 0;}
.otto li .photo{border:8px solid #e3e4e4; padding:25px 5px; background:#fff; border-radius:15px 15px 0 0;}
.otto li .photo2{ background:#fff;padding:25px 5px;}
.otto li .photo .pics ,.otto li .photo2 .pics{padding-bottom:62%; position: relative;display: block;width: 100%;overflow: hidden;}
.otto li .photo .pics img , .otto li .photo2 .pics img{ position: absolute;left: 50%;top: 0;width: auto; height: 100%; *height: auto; transform: translate(-50%,0);}


.otto li .info{  padding: 15px 10px; line-height:25px; font-size:16px; text-align:center;color:#333;background-color:#eee; border-radius: 0 0 15px 15px; transition: all 0.5s;}
.otto li:hover  .info { background-color:#e50012; color:#fff;}
.otto li .photo .mask{
   width:100%; height:100%;
   position: absolute;
     top: 0;
    left: 0;
	 opacity: 0;
	 transition: all 0.5s;
}

.otto li:hover .mask {
   opacity: 1;
   background-color: rgba(0, 0, 0, .3);

}
.otto li .photo .mask .icon{width:47px; height:47px; position:absolute; left:50%; top:50%; margin:-24px 0 0 -24px;z-index:4;background:url(../images/big.png) no-repeat center; background-size:100% 100%; -webkit-transform:scale(0);transform:scale(0); transition:.3s ease;}
.otto li:hover .photo .mask  .icon{-webkit-transform:scale(1); transform:scale(1);}

/*新闻*/

.m2newList {
    padding: 0 0px 12px;
    display: block;
}
.m2newList li {
    height: 180px;
    margin:35px auto 0;
}
.m2newList li a{ display:block;}

.overflowHide {
    float: left;
    height: 180px;
    width: 260px;
    overflow: hidden;
	background-color:#f8f8f8;
}
.overflowHide img{ width:260px; min-height:180px;transition: all 0.6s; }

.overflowHide a:hover  img{  
                transform: scale(1.1);  
            }  

.m2newTxt {
    margin-left: 400px;
    position: relative;
	
}

.m2newTimes {
    font-size: 60px;
    line-height: 52px;
    height: 52px;
    display: block;
    position: absolute;
    width: 100%;
    left: 0px;
    top: -52px;
    color: #cacaca;
}
.m2new_time {
    font: 16px/22px Arial;
    color: #999999;
    text-align: center;
    display: inline-block;
    width: 65px;
    position: absolute;
    top: 60px;
    left: -98px;
}
.m2new_t1 ,.m2new_t1 a {
    font-size: 16px;
    color: #000000;
	line-height: 46px;
    height: 46px;
	overflow:hidden;
    margin-bottom: 14px;
}
.m2new_t1 a:hover{ color:#e50012;}
.m2newDes {
    padding-top: 20px;
    border-top: 1px solid #F1F1F1;
    font-size: 14px;
    color: #666666;
	height: 68px;
	line-height:24px;
	overflow:hidden;
}

/*产品*/

.piclist3{float:left; width:1230px;overflow:hidden;}
.piclist3 li{ float:left; display:block;width:358px; height:408px; padding:10px; background-color:#FFFFFF; border:1px #ddd solid;  margin-right:30px; margin-top:30px; text-align:center; color:#999;}
.piclist3 li .picbox{ width:360px;height:360px; overflow:hidden;background-color:#FFFFFF; position: relative;display: table;}
.piclist3 li .picbox .pics{display: table-cell; vertical-align: middle;}
.piclist3 li .titbox{ height:50px; line-height:50px; overflow:hidden; font-size:16px;}
.piclist3 li{
	transition:All 0.3s ease-in-out;
	-webkit-transition:All 0.3s ease-in-out;
	-moz-transition:All 0.3s ease-in-out;
	-o-transition:All 0.3s ease-in-out;
	
}
.piclist3 li:hover {
	transform:translate(0,-10px);
	-webkit-transform:translate(0,-10px);
	-moz-transform:translate(0,-10px);
	-o-transform:translate(0,-10px);
	-ms-transform:translate(0,-10px);
	-webkit-box-shadow:0px 5px 15px #e5e5e5;
    -moz-box-shadow:0px 5px 15px #e5e5e5;
    box-shadow:0px 5px 15px #e5e5e5;
}

.propic{ max-width:500px; height:auto;  margin-bottom:30px;}
.protitle{font-size:16px; font-weight:bold; color:#333}
.p2023{padding:20px 0 20px 30px;}

.store-view .up{ /*padding:30px;margin-top: 10px; background:#fff; */}
.store-view .up .store-demo{ width:60%; float:right; position:relative; }

@media screen and (min-width:1300px) and (max-width:1400px){
.store-view .up .store-demo{ width:56%;}
 }
 @media screen and (min-width:1200px) and (max-width:1299px){
.store-view .up .store-demo{ width:54%;}
 }
 
  @media screen and (min-width:1150px) and (max-width:1199px){
.store-view .up .store-demo{ width:52%;}
 }
 
   @media screen and (min-width:1100px) and (max-width:1149px){
.store-view .up .store-demo{ width:50%;}
 }
 
    @media screen and (min-width:1024px) and (max-width:1099px){
.store-view .up .store-demo{ width:45%;}
 }
     @media screen and (min-width:900px) and (max-width:1023px){
.store-view .up .store-demo{ width:39%;}
 }
 
.store-view .up .store-demo .title{ font-size:35px; color:#000; margin-top:20px;text-align:left;}
.store-view .up .store-demo .xx{ margin:15px 0 20px; color:#999;text-align:left;}
.store-view .up .store-demo .text-box{ padding:30px 0px; position:relative;font-size:16px;border-top:1px #e1e1e1 dotted; line-height:35px;}

.store-view .up .store-banner{ width:500px; float:left;}
.store-view .up .store-banner .list,.store-view .up .store-banner .list ul li,.store-view .up .store-banner .list ul li{ text-align:center;}
.store-view .up .store-banner .list,.store-view .up .store-banner .list ul li,.store-view .up .store-banner .list ul li img{  width:500px;
	height:500px; overflow:hidden; position:relative; display:block; margin:0 auto;object-fit: contain;}
.store-view .up .hd-tu{ height:80px; width:500px; margin:8px 0 0 0; overflow:hidden; position:relative;}
.store-view .up .hd-tu ul li{ display:block; float:left; height:58px; width:76px; margin-right:4px; text-align:center;border:1px solid #fff;}
.store-view .up .hd-tu ul li img{ height:58px;width:76px; margin:0 auto;object-fit: contain;}
.store-view .up .hd-tu ul li.on {border:1px solid #00a2e9;}
.store-view .up .hd-tu a{ display:block; width:22px; height:46px; position:absolute; top:50%; margin-top:-32px; cursor:pointer; z-index:10;}
.store-view .up .hd-tu a.prev{ left:0px; background:url(../images/xx_03.png) no-repeat center;}
.store-view .up .hd-tu a.next{ right:0px; background:url(../images/xx_05.png) no-repeat center;}

.backhome{ margin:50px 0 80px; position:relative;}
.page-back{text-align:center; position:absolute; top:5px; left:50%; margin-left:-9px;}
.page-info{ float:left; width:39%; position:relative;}
.page-info a{ display:block; padding-left:40px; color:#323232; font-size:14px; line-height:26px; background:url(../images/triangle.png) left center no-repeat; transition:560ms;}
.page-info a b{ display:block; width:33px; height:1px; background:#a0a0a0; position:absolute; transition:730ms;}
.page-info:nth-child(1) a b{ left:88px; top:14px;}
.page-info:hover a{ color:##c49845; background:url(../images/triangle5.png) left center no-repeat;}
.page-info:hover a b{ width:300px; background:##c49845;}
.page-info:nth-child(2){ float:right;}
.page-info:nth-child(2) a{ padding-left:0; padding-right:40px; background:url(../images/triangle1.png) right center no-repeat; text-align:right;}
.page-info:nth-child(2) a b{ right:88px; top:14px;}
.page-info:nth-child(2):hover a{ background:url(../images/triangle4.png) right center no-repeat;}

.m_content{ margin:0px 0 50px;}
.m_content li{width:20%;height: 50px; line-height:50px;float:left; display:block;font-size:20px;}
.m_content li:hover , .m_content li.active{color:#000;font-weight:500;}

.ccc-l{width:59%; background-color:#FFF; border-radius: 15px; padding:3% 4%;}
.ccc-r{width:21%;margin:0 0 30px; background-color:#FFF;border-radius: 15px; padding:3% 4%;}
.ccc-r h3{ font-size:20px; font-weight:500;color:#000;}
@media only screen and (max-width: 999px) {
.ccc-l{width:90%;padding:2% 5%;}
}
.xgcp{ margin:30px 0 0 0;}
.xgcp li { display:block; margin-bottom:30px; }
.xgcp li a{ display:block;}
.xgcp li .pic{ width:150px; overflow:hidden; float:left; padding:5px;border:1px #eee solid;}
.xgcp li .pic .photo{ width:150px; overflow:hidden; margin:0 auto; line-height:0;}
.xgcp li .pic  img{ width:150px; height: auto;object-fit: cover;}
.xgcp li .info{ float:left; padding:10px; overflow:hidden;width:110px;}
.xgcp li .info .t1{font-size: 14px;color: #333;line-height: 20px; margin:5px 0 0 5px;}
.xgcp li .info .t2 { margin:10px 0 0 5px; color:#999}
.xgcp li a:hover  .t2 { color:#0080da;}


.canshu { margin:20px auto 0;  border-top:1px solid #e1e1e1; padding:20px 0; border-bottom:1px #e1e1e1 dotted;}
.canshu li{ float:left; width:33.33%;}

a.but_down{display: inline-block;
background-color:#e50012;
    width: 120px;
    height: 40px;
    font-size: 14px;
    color: #FFF;
    line-height: 40px;
    padding: 0px 10px;
    margin: 50px 50px 0px 0px;
	float:left;
	text-align:center;}
	
a.but_down i{ color:#fff; font-size:13px; margin-left:15px;}

/*关于我们-企业文化*/
#culture{ margin-bottom:5%;}
#culture .culture-title{ width:100%; text-align:center; color:#333; font-size:28px;}
#culture .one{ width:100%; margin-top:46px;}
#culture .one .item{ width:100%; margin-top:36px;}
#culture .one .item .slide9{ width:50%; height:120px; position:relative;}
#culture .one .item .slide9 .flex{ width:calc(100% * 0.86); height:100%; display:flex; align-items:center; background-size:100% 100% !important; padding:0 8%;}
#culture .one .item .slide9 .flex .contents{ width:100%;}
#culture .one .item .slide9 .flex .contents .title{ width:100%; color:#000;font-size:1.4rem;}
#culture .one .item .slide9 .flex .contents .brief{ width:100%; line-height:1.6; color:#666; margin-top:10px;font-size:1rem; }
#culture .one .item .slide9 .flex.text-left{ background:url(../images/img19.jpg) no-repeat center;}
#culture .one .item .slide9 .flex.text-right{ background:url(../images/img18.jpg) no-repeat center;}
#culture .one .item .slide9 .img{ width:120px; position:absolute; top:50%; z-index:2; margin-top:-60px;}
#culture .one .item .slide9 .img.fr{ right:-10px;}
#culture .one .item .slide9 .img.fl{ left:-10px;}
#culture .two{ width:100%; margin-top:90px;}
#culture .two .item{ width:100%; margin-top:36px;}
#culture .two .item .slide9{ width:16%; margin:0 2%;}
#culture .two .item .slide9 .img{ width:100%; max-width:160px; margin:auto;}
#culture .two .item .slide9 .brief{ width:100%; color:#666; margin-top:20px;font-size:1rem; line-height:1.5rem;}



@media only screen and (max-width:1280px){

	#culture .one .item .slide9 .flex{ padding:0 10%;}
}

@media only screen and (max-width:1199px){
	#culture .one .item .slide9{ width:100%; min-height:120px; margin-top:30px; clear:both;}
	#culture .one .item .slide9 .flex{ width:60%; margin-right:5%;text-align:left; display:block; float:right; background:none !important; padding:0; margin-top:10px; height:auto;}
	#culture .one .item .slide9 .img{ width:30%; float:left; position:relative; left:auto !important; right:auto !important; top:auto !important; margin:auto; text-align:center;}
	#culture .one .item .slide9 .img img{ width:100%; max-width:120px; height:auto;}
	#culture .one .item .slide9:nth-child(1){ margin-top:0;}
}


.text-line,[text-line]{overflow:hidden;text-overflow:ellipsis;display:-webkit-box !important;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.text-line.line3,[text-line][line3]{-webkit-line-clamp:3;}
.text-line.line4,[text-line][line4]{-webkit-line-clamp:4;}
.text-line.line5,[text-line][line5]{-webkit-line-clamp:5;}
.fz0{ font-size:0px;}
/*H5宽高等比缩放*/
.z-pic,[z-pic]{ position:relative;}
.z-pic::after,[z-pic]::after{width:100%; display:inline-block; padding-top:100%; content:'';}
.z-pic img,[z-pic] img{ max-width:100%; max-height:100%; position:absolute; top:0; bottom:0; left:0; right:0; z-index:1; margin:auto;}
/*对齐方式*/
.text-left,[text-left]{text-align:left;}
.text-right,[text-right]{text-align:right;}
.text-center,[text-center]{text-align:center;}
/*边框盒子处理*/
.border-box,[border-box]{-moz-box-sizing:border-box;-webkit-box-sizing: border-box;box-sizing: border-box;}
.inline-block,[inline-block]{display:inline-block;*display:inline;zoom:1;vertical-align: top;}
/*css3变换时间300毫秒*/
.trans,[trans]{-webkit-transition:all 300ms ease 0s;transition:all 300ms ease 0s;outline:none;}
.trans-inter::before,.trans-inter::after{-webkit-transition:all 300ms ease 0s; -moz-transition:all 300ms ease 0s; -ms-transition:all 300ms ease 0s; -o-transition:all 300ms ease 0s; transition:all 300ms ease 0s;}



.maps{max-width:1330px; width:100%; height:600px; margin: 0 auto;}
.mapsbox{max-width:1400px; width:100%; position: absolute; margin:0 auto;left:50%;top:30%; margin-left:-700px;z-index:9;}
.contacts{position:absolute; left:0; top:0; background-color:#156cbd;color:#FFF; padding:50px 30px; font-size:15px;}


@media screen and (min-width:1000px) and (max-width:1399px){
.mapsbox{left:0;top:30%; margin-left:0px;}
}

.fgsjs{ margin:0 auto 60px; padding:0 2.5%;}
.fgsjs li{width: 43%;
    min-height: 118px;
    background: #f5f5f5;
    position: relative;
    padding: 3%;
    margin: 2% 0;}
.fgsjs li:hover{ background: #fff;
-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);}

.fgsjs li b{ font-size:24px; font-weight:bold; display:block; margin-bottom:25px;}
.fgsjs li h2{ font-size:22px; font-weight:normal; margin-bottom:6px;}
.fgsjs li p{ font-size:14px; color:#888;}

.fgsjs li .brief {

    height: 100%;
    line-height: 1.8;
    display: flex;
    align-items: center;
    opacity: 0;
    background: #156cbd;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 0 50px;
	font-size:16px;

}

.fgsjs li:hover .brief {
    opacity: 1;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
}

/*.swiper-container {
        width:100%;
		margin-top:5%;
    }
	
	
	.swiper-slide{
		 text-align: center;
        
         Center slide text vertically 
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
	background-color:#fff;border-width: 0px;
    border-style: solid;
    border-color: rgb(231, 231, 231);}
	.swiper-slide .photo{ width:100%; height:120px; overflow:hidden; text-align:center; overflow:hidden;position: relative;display: table;}
	.swiper-slide .photo .pics{display: table-cell; vertical-align: middle; text-align:center;}
	.swiper-slide .info{ width:100%; padding:0; height:30px; overflow:hidden;  line-height:30px;text-align:center; overflow:hidden; font-size: .8rem}
	@media screen and (min-width:1000px) and (max-width:1199px){
  .cplist2 li .photo .pics img{max-width:100%; max-height:280px; }
  
  	.swiper-slide .photo .pics img{max-width:100%; max-height:280px !important; }
	.swiper-wrapper{ margin-bottom:50px !important;}
 }
 
 
@media screen and (min-width:768px) and (max-width:999px){
 
 .cplist2 li .photo .pics img{max-width:100%; max-height:200px; }
 	.swiper-slide .photo .pics img{max-width:100%; max-height:200px !important; }
	.swiper-wrapper{ margin-bottom:40px !important;}
 }
 */
 
 
@media only screen and (max-width: 999px) {
body{

    font-size:.9rem;

	line-height: 28px;

	}
.fl{ float:none;}
.fr{ float:none;}
.pt50{ padding-top:10% !important;}
.pb50{ padding-bottom:10% !important;}
.p50{ padding:10% 0 !important;}
.pt20{ padding-top:1% !important;}
.pt70{ padding:10% 0 0 0 !important;}
.p70{ padding:10% 0 !important;}
.mt60{ margin-top:5%;}
.m50{  margin:10% 0 !important;}
.mb35{ margin-bottom:5%;}
.main , .main2 , .main_1 ,.w450{ width:100%; margin:0;}
.w450{ margin-bottom:10%;}
.pc_none{ display:block !important;}
.wap_none{ display:none;}
.pageshow{ text-align:center; margin:5% 0 10%; font-size:.9rem}
.header{height: 80px; position: static; top:0px;z-index:999; width:100%;background-color:#fff;-webkit-box-shadow: 0px 1px 10px 0px rgba(0,0,0,0);
    -moz-box-shadow: 0px 1px 10px 0px rgba(0,0,0,0);
    box-shadow: 0px 1px 10px 0px rgba(0,0,0,0); padding:0; background: none}
.top_h{ height:0px;}

 .whitex{ background:url(../images/x.png) 8px 0px repeat-y; padding:5% 0}
.times{ font-size:1rem;width:115px; left:0px;}

.t_ico{background:url(../images/times2.png) 88px 0px no-repeat; height:35px;}
.times p{ line-height:25px; font-size:1rem; width:100px; padding-left:10px;}

.fonts{  margin-left:130px; background-color:#f5f5f5; padding:5%; margin-bottom:10%;}
.fonts{color:#333; font-size:1rem;line-height:1.6em; }

h1{ font-size:1.6rem; margin:0 auto 5%; text-align:center; border-bottom:1px #eee solid; padding-bottom:5%; width:90%;}
/*.txt video{ width:100% !important;}*/

.nav_fixed {

height:80px;
position:static; 

}

.p80{ padding:10% 0 !important;}
.p80_1{ padding:10% 0 0 0 !important;}
.p80_2{ padding:0 0 10% 0 !important;}
.p60{ padding:10% 0 !important;}
.p60s{ padding:5% 0 !important;}
.hui2{ background-color:#f5f5f5 !important;;}
.mb30{ margin-bottom:5%;}

.titel{height:36px; line-height:36px; font-size:1rem; padding:0 15px 0 38px; border-bottom: solid 1px #ededed; position:relative;margin:10px 0;}
.titel:after{
	width:6px;
    height:20px;
    background-color: #e50012;
	border-radius:10px;
	-webkit-border-radius:10px;
    display: block;
    content: '';
    position: absolute;
	left:15px;
	top:8px;
    right:auto;
    bottom: auto;
    z-index:3;
    pointer-events: none;
}


.cp2 , .cp3{
width:100%; 
height: auto;
display:block;
white-space:nowrap;
overflow: auto;
}
.cp2 li {padding:0; position: static;display: inline-block;margin:0 20px}
.cp2 li a{ float: none; height: auto; line-height: normal;font-size:15px;
position: relative;
display: block;
 padding: 18px 0;}
	
.cp2 li a:hover , .cp2 li a.cur{ border-bottom:1px #1fb6f0 solid;}

.cp2 li:after {
    width: 0px;
    height: 0px;
}
.cp3{ margin:5% auto 0;}
.cp3 li {position: static;display: inline-block;}
.cp3 li a{margin:0 10px; font-size:1rem;color:#333; font-weight:bold;}


.titel a.cur{ font-weight:bold; color:#e50012;}
.flol { float: left;}

.boxl{width:90%; margin-left:0; margin-bottom:10%}
.tab{width:90%; margin:0 auto;}
.tab li{ margin-bottom:10px;}
.tab input ,.tab textarea{ width:100%; line-height:22px;padding: 10px 26px;
font-size:0.8rem;}

.tab .sumbit{width: 100%; margin-left:0;  background-color:#e50012; font-size:1rem;}
.w270{width:100%;}
.mr10{margin-right:0;}

.feedback{width:100%;margin:10% auto;}

.feedback strong{font-size:1.5rem; margin-bottom:5%; }


.maps{width:100%; height:400px;}
.mapsbox{width:100%; position: inherit;top:auto; left:auto; margin-left:auto;}
.contacts{position: inherit; left: auto; top: auto; z-index:9;color:#FFF; padding:5%; font-size:.9rem;}
 
 .fgsjs{ margin:0 auto 8%; padding:0;}
.fgsjs li{width: 90%;
    min-height: inherit;
    position: inherit;
    padding: 5%;
    margin: 1% 0;}


.fgsjs li b{ font-size:1rem; margin-bottom:5px;}
.fgsjs li h2{ font-size:1.2rem;margin-bottom:5px;}
.fgsjs li p{ font-size:.9rem;}

.fgsjs li .brief {
    height: auto;
    opacity: 1;
    position: inherit;
    top: auto;
    right: auto;
    padding: 10px 20px;
	font-size:1rem;
	margin-top:10px;
}


.foot{  height: auto; line-height:28px; text-align:center; padding:5% 2%;}
.foot a{ margin-left:0px;}
.foot span{ display:block;}
.foot .power { margin-left:0;}
 

.slidelist .number {
	float:left;
}
.contents2 {
   float:left;
}

.contents2 .name {

	font-size: 1.2rem;
}
.contents2 .brief {

	font-size:.9rem;
}

.h8{ margin:10% auto;}
.h10{ margin:0 auto;}

.fudongk{position: static; height: auto;}
.fudongk ul{position: static; width:100%; left:0; margin-left:0; height: auto; background-color:#FFFFFF; z-index:1; top:0; overflow:hidden; padding:5% 0;}
.fudongk ul li{ width:40%; height: auto; float:left; padding:5% 5%;text-align:center;}
.fudongk ul li p{  text-align:center;}
.fudongk ul li p img{ width: auto; height: auto;margin:0 auto 0;-webkit-transition: -webkit-transform 0s ease-out;
    -moz-transition: -moz-transform 0s ease-out;
    -o-transition: -o-transform 0s ease-out;
    -ms-transition: -ms-transform 0s ease-out;}

.fudongk ul li dt{ font-size:1.2rem; color:#000; margin:12px 0 8px; font-weight:bold;}
.fudongk ul li:hover dt{ color:#e50012;}
.fudongk ul li dd{ font-size:.9rem; color:#666; line-height:20px; }



.gsjj{width:100%;padding:0; min-height: inherit; overflow:hidden; margin:5% auto 10%; background-color:#FFF;}
.gsjj_l{ width:90%; padding:10% 5%; margin:0 auto; overflow:hidden;line-height:1.8em; font-size:1rem;}
.gsjj_c{ background: none; min-height: inherit; width: auto;}

.gsjj_r{ width:100%; min-height: inherit;}
.gsjj_r .prev_l{left:40px;}
.gsjj_r .next_r{right:40px;}
.gsjj_r .prev_l , .gsjj_r .next_r{  position:absolute; top:640px; cursor:pointer; transition: all .3s; z-index:1;}
.gsjj_r .prev_l:hover , .case_box .next_r:hover{ opacity: 0.8;}
.gsjj_r .lb1{ background-color:#e50012; height:60px; line-height:60px; text-align:center; color:#FFF; font-size:25px;}
.gsjjr{height:640px;}
.gsjj_r .lb2{ padding:40px; text-align:center;  width: auto; overflow:hidden; margin:0 auto;}
.gsjj_r .lb3{ height:60px; width:300px; margin:35px auto 0; overflow:hidden; text-align:center; font-size:16px; color:#555;}

.gsjj h1{ font-size:1.5rem; color:#000; height:30px; line-height:30px; margin-bottom:5%; text-align:left;}


.bt{font-size:1.8rem; padding:0 5%;}
.bt i{margin:2% auto 10%; font-size:.9rem; line-height:1.5em}



.ys{ margin:0 auto;}
.ys li{ float: none; width:80%; height: auto; background: none; overflow:hidden; padding:5%; border:1px #eee solid;transition: all 0s; margin:5% auto; background-color:#FFF;}
.ys li dl{ margin-top:5%;}
.ys li dl dt{ font-size:1.2rem; }
.ys li dl dd{ font-size:.9rem;margin-top:5%;}
.ys li:hover{
transform:translate(0,-10px);
-webkit-transform:translate(0,-10px);
-moz-transform:translate(0,-10px);
-o-transform:translate(0,-10px);
-ms-transform:translate(0,-10px);
}
 



a.more{ width:120px;  background:url(../images/jj.png) 100px 16px #e50012 no-repeat; padding-left:30px;font-size:1rem;transition: all 0s; margin:10% auto;}
a:hover.more{background:url(../images/jj.png) 100px 16px #e50012 no-repeat;}
a.more2{ margin:10% auto 0 !important;}

.bai{padding:10% 0 5% 0;}

.cpbox{ background:url() bottom center repeat-x; min-height: inherit;}

.cpfl{width:100%; margin:5% auto; overflow:hidden;}
.cpfl a{ float: none; font-size:1.1rem; color:#333; display:block; height: auto; line-height:2em; padding:2%; text-align:center; transition: all .2s; width:86%; margin:2% auto 0; border:1px #dddddd solid; border-right:1px #dddddd solid;}
.cpfl a:hover{color:#fff; background-color:#e50012;}
.cpfl a:last-child{ border-right:1px #dddddd solid;}

.right{ width:95%;  padding:5% 0px; margin:10px 30px 0 10px;}
.right2{ width:95%; padding:5% 0px; margin:10px 30px 0 10px;}
.txt img{ width:100% !important; height:auto !important; display:block; margin:3% auto 5% !important;}
.txt{ padding:0px 5%; font-size:1rem; line-height:1.8em; min-height: inherit;}

.txt table td{ padding:0 2% !important; line-height:1.5}


.map{width:100%; height:300px; margin-bottom:10%}


.w520{ width:100%; overflow:hidden;}

.zhxx{ position:relative;}
.zhxx p{ width:100%; height:200px; overflow:hidden;}
.zhxx p img{ width: auto;height:200px;}
.zhxx dt{ font-size:1.2rem;}
.zhxx dd { font-size:.9rem;}
.sj{position:absolute; top:160px; left:0px; width:76px; height:76px; padding:10px 5px 0px 5px; background-color:#e50012; margin-left:20px; color:#fff; font-size:36px; text-align:center;}
.sj i{ display:block; font-size:18px; border-top:1px #5e7eb9 solid; margin-top:10px; padding-top:3px;}
.zw{padding:15px 0;border-top:1px #CCCCCC solid;}
.asklist{  width:100%;}
.asklist li{ padding:0 5% 30px 5%}
.asklist li dt , .asklist li dd{ font-size:1rem;}
.asklist li dt span , .asklist li dd span{ font-size:.9rem;}


.w836{ width:100%; padding:0;}

.w364{ width:80%; min-height:1px; padding:10%;}

.w364 dl{ margin-top:8%;}
.w364 dl dt{ font-size:1.1rem;  margin-bottom:5%;}
.w364 dl dd{  margin-top:2%; font-size:.9rem; line-height:1.5em;}



.cplist2{ width:98%;  margin:0 auto;}
.cplist2 li{ width:41%; margin:5% 2% 0 2%;padding:2% 2% 0 2%; float:left; background-color:#fff;border-width: 1px;
    border-style: solid;
    border-color: rgb(231, 231, 231);}
.cplist3 li {width:41%; margin:2% 2% 0 2%;padding:2% 2% 0 2%; float:left; background-color:#fff;border-width: 1px;
    border-style: solid;
    border-color: rgb(231, 231, 231);}
.cplist2 li .photo{ width:100%; height:120px; overflow:hidden; text-align:center; overflow:hidden;position: relative;display: table;}
.cplist2 li .photo2{ height:150px;} 
.cplist2 li .photo3{ height:80px;} 
.cplist2 li .photo .pics{display: table-cell; vertical-align: middle; text-align:center;}
.cplist2 li .photo .pics img{max-width:100%; max-height:120px; }
.cplist2 li .photo2 .pics img{max-width:100%; max-height:150px; }
.cplist2 li .photo3 .pics img{max-width:100%; max-height:80px; }
.cplist2 li .info{ width:100%; padding:0; height:30px; overflow:hidden;  line-height:30px;text-align:center; overflow:hidden; font-size: .8rem}
.cplist2 li .info2{ font-size:1rem;height:40px;padding:8% 0 0 0;}



.zzlist2{ width:98%; overflow:hidden;}
.zzlist2 li{ width:46%; margin:0 2% 2% 2%;float:left;}
.zzlist2 li .photo{ width:100%; height:180px; border:1px #e0e0e0 solid; text-align:center; overflow:hidden;position: relative;display: table;}
.zzlist2 li .photo .pics{display: table-cell; vertical-align: middle;}
.zzlist2 li .photo .pics img{max-width:100%; max-height:180px; }
.zzlist2 li .info{ width:100%; padding:5% 0 ;line-height:20px; text-align:center;}


.m2newList {
    padding: 0 5% 5% 5%;
    display: block;
}
.m2newList li {
    height: auto;
    margin:0 auto 5%;
}
.m2newList li a{ display:block;}

.overflowHide { display:none;}


.m2newTxt {
    margin-left: 0;
    position: relative;
	width:100%; margin:0 auto;
	
}

.m2newTimes , .m2new_time { display:none;}

.m2new_t1 ,.m2new_t1 a {
    font-size:1.2rem;
   
	line-height:2rem;
    height: auto;
    margin-bottom:2%;
	overflow: auto;
}

.m2newDes {
    padding-top: 5%;
    border-top: 1px solid #F1F1F1;
    font-size: 0.9rem;
	height: auto;
	line-height:1.5rem;
	overflow: auto;

}


.store-view .up{ border:0px solid #e8e8e8; padding:0 3%; margin-top: 0px;}
.store-view .up .store-banner{ width:96%; float: none;border:1px solid #e8e8e8;padding:2%;}
.store-view .up .store-banner, .store-view .up .store-banner img{ max-width:100%;}
.store-view .up .store-demo{ width:100%; float: none;}
.store-view .up .store-demo .title{ font-size:1.3rem;margin-top:5%; text-align:center;}
.store-view .up .store-demo .xx{ margin:2% 0 5%;text-align:center;}
.store-view .up .store-demo .text-box{ padding:5% 0px;font-size:.9rem;}


.m_content{ margin:10% 0 5%;}
.m_content li{font-size:.9rem; width:40%;}


.backhome{ margin:15% 3%;}
.page-info:hover a b{ width:0px;}


.slidely{width:100%;height:300px;position:relative;margin:0 auto;}
.slidely .hd{height:10px;position:absolute;right:0px;bottom:30px;z-index:1;width:100%;text-align:center;}
.slidely .hd ul{overflow:hidden;zoom:1;}
.slidely .hd ul li{margin:0 7px;width:10px;height:10px;line-height:10px;display:inline-block;*display:inline;*zoom:1;background:#dfdfdf;cursor:pointer;border-radius:50%;-webkit-border-radius:50%;}
.slidely .hd ul li.on{background:#000000;width:12px;height:12px;}
.slidely .bd{position:relative;height:100%;z-index:0; width:100%; margin:0 auto;}
.slidely .bd li{zoom:1;vertical-align:middle;text-align:center;display:table-cell;vertical-align:middle;width:100%;height:300px;}
.slidely .bd li img{ margin:0 auto;}
.slidely .prev,.slidely .next{position:absolute;left:30px;top:50%;margin-top:-34px;display:block;width:30px;height:68px;background:url(../images/left.png) no-repeat center center #a0a0a0;}
.slidely .next{left:auto;right:30px;background:url(../images/right.png) no-repeat center center #a0a0a0;}
.slidely .prev:hover,.slidely .next:hover{background-color:#000000;}
.slidely .bd ul li img{ max-width:100%; max-height:300px;}


.canshu { margin:20px auto 10px;  border-top:1px solid #e1e1e1; padding:20px 10px; border-bottom:1px #e1e1e1 dotted;}
.canshu li{ float: none; width: auto; display:block;}

a.but_down{ margin:20px 20px 0 0}

.swiper-slide .photo .pics img{max-width:100%; max-height:150px; }
/*.swiper-wrapper{ margin-bottom:30px;}*/



.abg{ background:none; padding-top:10%; min-height: inherit; position: inherit;}
.abg .aboutvideo{ width:100%; height: auto; position: static; left:0; margin-left: auto; top:0; text-align: center;}
.abg .aboutvideo video{ width:100% !important; height:auto !important;}
.aboutbox{ width:90%; padding:0 5%;}
.bt2{ font-size:1.2rem;}
.bt2 i{ font-size:1.3rem; margin:5% 2%; line-height:2rem;}
.bt2 i.tt{ margin-top:3%;}
.aboutbox .aboutinfo{ font-size:1rem; margin:8% 0;}

.bg0{ background:url(../images/bg.jpg) top left no-repeat; padding:5% 0; height:auto;}
.shuzi{ width:90%; margin:0 5%;}
.shuzi li{font-size:1.5rem;padding:0 2% 0 0; width:31.33%;}
.shuzi li sup{ font-size:.9rem; padding-left:5px;}
.shuzi li i{ font-size:.9rem;margin-top:5px; line-height:1.2rem}



.shuzi2 li{ font-size:1.6rem; padding:2% 0 6%;}
.shuzi2 li sup{ font-size:.9rem;padding-left:5px;}
.shuzi2 li i{ font-size:.9rem;margin-top:5px; line-height:1.2rem}

	
}


.product-wrap {
    width: 80%;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 0 0 18px 18px;
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.08);
    padding: 20px 0;
}
/* 核心等分容器：一行均分所有子项 */
.product-row {
    display: flex;
    gap: 0px;
}
/* 每一个产品项：自动均分剩余宽度，flex:1 关键 */
.product-item {
    flex: 1;
    text-align: center;
	border-right:1px  #f8f8f8 solid;
	padding:0 20px;
}
.product-item:last-child{ border-right:none;}
/* 图片容器固定高度 + flex垂直水平居中 */
.product-img {
    height: 120px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
	overflow:hidden;
	
}
.product-img img {
    max-width: 100%;

    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}
/* 产品标题文字 */
.product-title {
    font-size: 15px;
    font-weight: normal;
   
}
a.cur-font-red{ color:#e50012;}

/* 平板适配 */
@media screen and (max-width: 1200px) {
    .product-title {
        font-size: 15px;
    }
    .product-row {
        gap: 18px;
    }
    .product-wrap {
        padding: 30px 16px;
    }
}
/* 手机端：一行放不下自动换行，每项最小宽度130px */
@media screen and (max-width: 768px) {
    body {
        padding: 20px 0;
    }
    .product-wrap {
        width: 95%;
        padding: 20px 10px;
    }
    .product-row {
        flex-wrap: wrap;
        gap: 16px;
    }
    .product-item {
        flex: 1 1 130px;
    }
    .product-title {
        font-size: 14px;
    }
}




.product-container {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-left: 1px solid #e8e8e8;
}
.product-container2 {border-top: 1px solid #e8e8e8;}
/* 单个产品卡片 */
.product-card {
    padding: 70px 25px;
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    text-align: center;
}
/* 图片容器 统一高度垂直居中 */
.product-img-box {
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
	overflow:hidden;
}
.product-img-box img {
    max-width: 90%;
    max-height: 300px;
    width: auto;
    height: auto;
    object-fit: contain;
}
/* 产品型号标题：左对齐 */
.product-name {
    font-size: 22px;
    color: #000;
    font-weight: 700;
    margin-bottom: 16px;
    text-align: left;
	height:28px;
	overflow:hidden;
}
/* 参数外层容器：居中限制宽度 */
.desc-wrap {
    max-width: 190px;
    margin: 0 auto 50px auto;
}
/* 参数文字左对齐 */
.product-desc {
    font-size: 14px;
    color: #666;
    line-height: 1.8;
    text-align: left;
	height:120px;
	overflow:hidden;
}
/* 蓝色详情按钮 */
.btn-detail {
    display: inline-block;
    padding: 6px 38px;
    background: #0d2ea1;
    color: #fff;
    text-decoration: none;
    border-radius: 99px;
    font-size: 14px;
}
.btn-detail:hover {
    background: #e50012;
	 color: #fff;
}

/* 平板：2列布局 */
@media screen and (max-width: 1024px) {
    .product-container {
        grid-template-columns: repeat(2, 1fr);
    }
    .product-card {
        padding: 28px 16px;
    }
    .product-img-box {
        height: 180px;
    }
}
/* 手机：单列布局 */
@media screen and (max-width: 640px) {
    .product-container {
        grid-template-columns: 1fr;
    }
    .product-name {
        font-size: 18px;
    }
    .product-img-box {
        height: 160px;
    }
}


.list-paddingleft-2 li , .list-paddingleft-2 li {
    display: inline-block;
    width: 100%;
    position: relative;
    padding-left: 25px;
}
.list-paddingleft-2 li:before , .list-paddingleft-2 li:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    top: 9px;
    left: 5px;
    background: #e50012;
    border-radius: 50%;

}
