@charset "utf-8";
@font-face { 
  font-family:'font1'; 
  src: url('../font/politicaregular.ttf'); 
}
@font-face { 
  font-family:'font2'; 
  src: url('../font/Oswald-Medium.ttf'); 
}
@font-face { 
  font-family:'font3'; 
  src: url('../font/akrobat-regular.ttf'); 
}
@font-face { 
  font-family:'font4'; 
  src: url('../font/Oswald-ExtraLight.ttf'); 
}
@font-face { 
  font-family:'font5'; 
  src: url('../font/HelveticaNeueLTPro-ThEx.otf'); 
}
/* CSS Document */
* {
	padding: 0;
	margin: 0;
	font-size: 14px;
	color: #333;
	list-style: none;
	/*border: 0;*/
	text-decoration: none;
	font-family: "microsoft yahei";
	font-weight: normal;
}
a {
	text-decoration: none;
}

.w-1260 {
	width: 1300px;
	margin: 0 auto;
	overflow: hidden;
}

.w-1260-1 {
	width: 1300px;
	margin: 0 auto;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
}

.mt-10 {
	margin-top: 10px;
}

.mt-15 {
	margin-top: 15px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-30 {
	margin-top: 30px;
}

.mt-35 {
	margin-top: 35px;
}

.mt-40 {
	margin-top: 40px;
}

.mt-50 {
	margin-top: 55px;
}
.mt-60 {
  margin-top: 60px;
}
#w-80 {
  width: 80%;
  margin: 0 auto;
}
#w-90 {
  width: 90%;
  margin: 0 auto;
}

/*search*/
.part1-r{
  margin-top:5px;
  float: right;
  width: 290px;
}
.h-input1{
  float: left;
  width: 220px;
  height: 40px;
  border:1px solid #dcdcdc;
  background-color: #fff;
  font-size: 14px;
  color: #666;
  line-height: 40px;
  text-indent: 15px;
}
.h-input2{
  float: right;
  width: 62px;
  height: 40px;
  background-color: #19b760;
  text-align: center;
  font-size: 15px;
  color: #fff;
  line-height: 40px;
}
/*end search*/
/*top*/
.top-w{
  width: 100%;height: 158px;
  background: url(../images/top-bg.jpg) top center repeat-x;
}

/*end top*/
/*menu*/
.menu-bg{
  width: 100%;
  background-color: #0758b3;
}
.h-menu {
  width: 100%;
  text-align: center;
}

.h-menu li {
  position: relative;
  display: inline-block;
  width: 150px;
  transition: all 0.3s ease-in-out;
}


.h-menu li a{
  display: block;
  font-family: 'Microsoft YaHei';
  font-size: 17px;
  color: #333;
  height: 65px;
  line-height: 64px;
  text-align: center;
  transition: all 0.3s ease-out;
}

.h-menu li:hover a{
  color: #333;
}
.h-menu li:hover::before{
  content: "";
  position: absolute;
  width: 60%;
  left:20%;
  bottom:0px;
  border-bottom: 6px solid #eb4342;
}
.h-menu-hover::before{
  content: "";
  position: absolute;
  width: 60%;
  left:20%;
  bottom:0px;
  border-bottom: 6px solid #eb4342;
}
.h-menu-hover a{
  color: #333 !important;
}
/*middle*/
/*title*/
.web-t{
  width: 100%;
  text-align: center;
  overflow: hidden;
}
.web-t h2{
  width: 100%;
  text-align: center;
}
.web-t h2 .font-sa{
  display: inline-block;
  margin:0px;
  padding:5px 25px;
  background-color: #e80f14;
  font-size: 26px;
  color: #fff;
  font-weight: bold;
}
.web-t h2 .font-sb{
  display: inline-block;
  margin:0px;
  padding:5px 25px;
  background-color: #093f6a;
  font-size: 26px;
  color: #fff;
  font-weight: bold;
}
.web-t .font-sc{
  display: block;
  margin-top:15px;
  text-align: center;
  font-size: 17px;
  color: #999;
}
.web-t .font-sd{
  display: block;
  margin:10px 0px;
  font-size: 25px;
  font-family: "font1";
  text-transform: uppercase;
  text-align: center;
}
.web-t .linea{
  width: 100%;
  margin-top: 15px;
  border-top:1px solid #efefef;
}

.tit02 {
  width: 100%;
  height: 53px;
}

.tit02 h2 {
  display: block;
  float: left;
  width: 141px;
  height: 32px;
  background-color: #db2c31;
  font-size: 15px;
  color: #fff;
  text-align: center;
  line-height: 32px;
}

.tit02 a {
  display: block;
  float: right;
  width: 62px;
  height: 23px;
  border: 1px solid #dcdcdc;
  font-size: 12px;
  color: #787878;
  text-align: center;
  line-height: 23px;
  letter-spacing: 0px;
  transition: all 0.4s ease-out;
}

.tit02 a:hover {
  background-color: #db2c31;
  color: #fff;
}

/*end title*/
/*分类*/
.proc-w{
  width: 100%;
  padding:36px 0px 36px;
  background-color: #faf9f9;
  border-top:1px solid #eeeeee;
  border-bottom:1px solid #eeeeee;
}
.tm-proc-w{
  width: 100%;
  overflow: hidden;
}
.tm-proc-w li{
  float: left;
  margin-right: 18px;
  margin-bottom: 18px;
  position: relative;
  width: 311px;
  height: 186px;
  border-radius: 6px;
  background: url(../Images/proc-bg.jpg);
  overflow: hidden;
}
.tm-proc-w li:nth-child(4n){
  margin-right: 0px;
}
.tm-proc-w li .tua{
  position: absolute;
  top:10px;
  left:75px;
  z-index: 10;
}
.tm-proc-w li .nra{
  position: absolute;
  top:28px;
  left:0px;
  z-index: 100;
  width: 100%;
}
.tm-proc-w li .nra .numa{
  display: block;
  width: 100%;
  text-align: center;
  font-size: 47px;
  text-shadow:2px 2px 0px #333;
  font-weight: bold;
  color: #fff;
}
.tm-proc-w li .nra p{
  display: block;
  width: 78%;
  margin:0 auto;
  font-size: 25px;
  color: #ffe400;
  text-align: center;
  font-weight: bold;
  text-shadow:2px 2px 0px #333;
  line-height: 150%;
}

.ly-proc1{
  height: auto;
}

.ly-proc1 a h3{
  float: left;
  margin-right: 2px;
  margin-left:2px;
  margin-bottom:4px;
  width: 319px;
  height: 40px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  border-radius: 6px;
  background-color: #093f6a;
  transition: all 0.3s ease-out;
}
.ly-proc1 a:hover h3{
  background-color: #e80f14;
  color: #fff;
}
.ly-proc1-hover h3{
  background-color: #e80f14 !important;
  color: #fff !important;
}
/*简介*/
.about-w{
  width: 100%;
  height:1008px;
  background: url(../Images/about-w.jpg) top center no-repeat;
}
.about-l{
  float: left;
  margin-top: 106px;
  width: 590px;
}
.about-video{
  margin-top: 75px;
  border:14px solid #ffff01;
  width: 565px;
  height: 395px;
  box-sizing: border-box;
}
.about-r{
  float: right;
  margin-top: 110px;
  width: 550px;
}

.about-tit h2 strong{
  display: block;
  margin-top: 30px;
  font-size: 35px;
  color: #000000;
}
.about-tit p{
  display: block;
  border-left: 10px solid #fe0000;
  height: 40px;
  width: 100%;
  text-indent: 28px;
  box-sizing: border-box;
  font-size: 44px;
  color: #000;
  font-weight: bold;
}


.about-con{
  margin-top: 30px;
  width: 100%;
  height: 440px;
  overflow: hidden;
}
.about-con p,
.about-con p a,
.about-con a,
.about-con p strong{
  font-size: 16px;
  color: #333;
  line-height: 200%;
}
.about-ewm{
  margin-top: 40px;
}


/*产品*/
.yilv-cp-bg {
  width: 100%;
  background-color: #f8f8f8;
  padding: 40px 0;
  overflow: hidden;
}

.yilv-cp {
  width: 102%;
  height: auto;
}

.yilv-cp li {
  position: relative;
  float: left;
  margin-right: 1%;
  margin-bottom: 1%;
  width: 24%;
  background-color: #FFF;
  overflow: hidden;
}
.yilv-cp li .tit-pro{
  position: relative;
  z-index: 100;
  margin-top: -30px;
}
.yilv-cp li .tit-pro img{
  width: 100%;
}
.yilv-cp li .tu {
  position: relative;
  width: 100%;
  border: 1px solid #efefef;
  box-sizing: border-box;
  overflow: hidden;
}

.yilv-cp li .tu img {
  width: 100%;
  -webkit-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
  transition: All 0.4s ease-in-out;
}

.yilv-cp li:hover .tu img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.yilv-cp li .tu .more {
  border: 2px solid rgba(204, 204, 204, 0.8);
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-border-radius: 20px;
  border-radius: 20px;
  font-size: 16px;
  line-height: 16px;
  padding: 10px 20px;
  color: #DDD;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 99;
  margin-top: -60px;
  margin-left: -55px;
  -webkit-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
  transition: All 0.4s ease-in-out;
  opacity: 0;
}

.yilv-cp li:hover .tu .more {
  opacity: 1;
  margin-top: -20px;
}

.yilv-cp li .tu:before {
  display: block;
  opacity: 0;
  content: '';
  background-color: rgba(0, 0, 0, 0.3);
  ilter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000, endColorstr=#4C000000);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
  transition: All 0.4s ease-in-out;
}

.yilv-cp li:hover .tu:before {
  opacity: 1;
}

.yilv-cp li .tit {
  padding: 10px 20px 10px;
  transition: all 0.5s ease-out;
  border: 1px solid #efefef;
  background-color: #efefef;
}

.yilv-cp li .tit a h3 {
  font-size: 22px;
  padding-bottom: 6px;
  color: #333;
  text-align: center;

}

.yilv-cp li .tit p.intro {
  height: 19px;
  font-size: 14px;
  color: #666;
  line-height: 150%;
  letter-spacing: 0px;
  text-align: center;
  overflow: hidden;
}

.yilv-cp li .tit span {
  display: block;
  margin: 3px 5px;
  /* border-top: 1px solid #fff; */
  padding-top: 4px;
  font-size: 18px;
  color: #666;
  text-align: center;
  line-height: 150%;
  font-weight: bold;
}
.yilv-cp li:hover .tit span{
  /* border-top: 1px solid #efefef; */
  color: #666;
}

/* .yilv-cp li:hover .tit a h3{
  color: #fff;
} */
.yilv-cp li:hover .tit p.intro {
  color: #666;
}

/*厂区*/
.changqu{
  margin:0 auto;
  margin-top: 20px;
  width: 100%;
  text-align: center;
}
.changqu li{
  display: inline-block;
  margin:0.2%;
  width: 24%;
  border-radius: 0px;
  overflow: hidden;
}
.changqu li .tua{
  width: 100%;
  height: auto;
  overflow: hidden;
}
.changqu li .tua img{
  width: 100%;
}
.changqu li a h3{
  display: block;
  padding:10px;
  text-align: center;
  font-size: 19px;
  color: #333;
  background-color: #efefef;
}
.changqu li .cqnr{
  padding:0px 15px 20px 15px;
  font-size: 14px;
  color: #666;
  line-height: 130%;
  background-color: #efefef;
}
.changqu li .cqnr em{
  display: block;
  padding-top: 15px;
  color: #666;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
/*首页新闻*/
.news-bg{
  margin-top: 30px;
  padding: 50px 0px;
  width: 100%;
  height: auto;
  background-color: #093f6a;
}
.h-news-l{
  float: left;
  width: 459px;
  height: auto;
}
.h-news-l .tu1{
  position: relative;
  width: 459px;
}
.h-news-l .tu1 img{
  width: 459px;
}
.h-news-l .tu1 .up01{
  position: absolute;
  top:0px;
  left:0px;
  width: 109px;
  height: 75px;
  background-color: #ffff00;
}
.h-news-l .tu1 .up01 .day1{
  width: 100%;
  height: 45px;
  font-size: 36px;
  color: #333;
  text-align: center;
  font-family: "font2";
}
.h-news-l .tu1 .up01 .date1{
  width: 100%;
  font-size: 15px;
  color: #333;
  text-align: center;
  font-family: "font2";
}
.h-news-l .news-tit{
  margin-top: 25px;
  width: 100%;
}
.h-news-l .news-tit a h3{
  display: block;
  width: 100%;
  height: 38px;
  font-size: 16px;
  color: #fff;
  line-height: 130%;
  letter-spacing: 0px;
  font-weight: bold;
  overflow: hidden;
}
.h-news-l .news-tit p{
  width: 100%;
  height: 60px;
  font-size: 14px;
  color: #fff;
  line-height: 150%;
  letter-spacing: 0px;
  overflow: hidden;
}
.h-news-l .news-tit .more1 a{
  display: block;
  margin-top: 22px;
  padding:10px 0px;
  width: 138px;
  background-color: #ffff00;
  font-size: 14px;
  color: #333;
  text-align: center;
}
.h-news-r{
  float: right;
  width: 790px;
  height: auto;
}
.h-news-r li{
  padding:15px 0px;
  border-bottom:1px solid #dcdcdc;
  overflow: hidden;
}
.h-news-r li:first-child{
  padding-top:0px;
}
.h-news-r li .news-l-day{
  float: left;
  width: 70px;
}
.h-news-r li .news-l-day .day01{
  display: block;
  width: 100%;
  font-size: 47px;
  color: #ffff00;
  text-align: center;
  font-family: "font2";
  font-weight: bold;
}
.h-news-r li:hover .news-l-day .day01{
  color: #ffff00;
  transition: all 0.3s ease-out;
}
.h-news-r li .news-l-day .day02{
  display: block;
  font-size: 16px;
  color: #fff;
  font-family: "font2";
  text-align: center;
  letter-spacing:0px; 
}
.h-news-r li .news-r2{
  float: right;
  width: 690px;
  height: auto;
}
.h-news-r li .news-r2 a h3{
  display: block;
  width: 100%;
  height: 38px;
  font-size: 16px;
  color: #ffff00;
  font-weight: bold;
  letter-spacing: 0px;
  line-height: 130%;
  overflow: hidden;
  transition: all 0.3s ease-out;
}
.h-news-r li:hover .news-r2 a h3{
  color: #ffff00;
}
.h-news-r li .news-r2 p{
  display: block;
  width: 100%;
  height: 40px;
  font-size: 14px;
  color: #c9c9c9;
  line-height: 150%;
  overflow: hidden;
}
/*end首页新闻*/

.ny-prol{
  float: left;
  width: 250px;
  background: #efefef;
}
.ny-pro-tit{
  width: 100%;
  padding:20px 15px;
}
.ny-pro-tit p{
  display: block;
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
/*end middle*/

/*bottom*/
.foot-bg{
  padding: 57px 0px 10px 0px;
  width: 100%;
  height: auto;
  background-color: #1f1f1f;
}
.foot-l1{
  float: left;
  width: 430px;
  height: auto;
  overflow: 
}
.foot-l2{
  float: left;
  margin-left: 25px;
  width: 240px;
  height: auto;
  overflow: 
}
.foot-r1{
  float: right;
  width: 480px;
  height: auto;
  overflow: 
}
.foot-tit{
  margin-bottom: 20px;
  height: 26px;
  width: 100%;
  border-left:3px solid #f00f0d;
}
.foot-tit h3{
  display: inline-block;
  float: left;
  text-indent: 15px;
  font-size: 19px;
  color: #fff;
  line-height: 24px;
}
.foot-proc{
  width: 100%;
}
.foot-proc a{
  display: block;
  float: left;
  padding-bottom: 7px;
  width: 50%;
  font-size: 15px;
  color: #cfcfcf;
}
.foot-menu{
  width: 100%;
}
.foot-menu a{
  display: block;
  padding-bottom: 7px;
  float: left;
  width: 50%;
  font-size: 15px;
  color: #cfcfcf;
}
.foot-phone{
  width: 100%;
  height: 34px;
}
.foot-phone img{
  display: inline-block;
  float: left;
}
.foot-phone p{
  display: inline-block;
  float: left;
  font-size: 26px;
  color: #fff;
  text-indent: 10px;
}
.foot-ewm{
  float: right;
  width: 113px;
  margin-top: 15px;
}
.foot-ewm img{
  text-align: center;
  width: 113px;
}
.foot-ewm p{
  margin-top: 10px;
  text-align: center;
  font-size: 15px;
  color: #ffffff;
}
.foot-cont{
  float: left;
  width: 325px;
  margin-top: 15px;
  font-size: 15px;
  color: #fff;
  line-height: 170%;
}
.foot-cont a,
.foot-cont p,
.foot-cont p strong,
.foot-cont p a{
  font-size: 15px;
  color: #fff;
  line-height: 170%;
}
.foot-bq{
  margin-top: 15px;
  border-top:1px solid #363636;
  padding:10px 0px;
  text-align: center;
  font-size: 15px;
  color: #fff;
}
.foot-bq p,
.foot-bq a,
.foot-bq p a{
  text-align: center;
  font-size: 15px;
  color: #fff;
}
/*end bottom*/



/*内页*/
/*标题*/
.tit-line{
  width: 100%;
  height: 10px;
  border-bottom: 1px solid #e5e5e5;
}
    
	/*联系我们*/
ul.lx{width:100%;}
ul.lx img{max-width:100%;height:auto;}
ul.lx li.lianxi{float:left;width:40%;padding:2.5%;}
ul.lx li.guestbook{float:left;width:50%;}
	/*当前位置*/
.ny-weizhi{padding:10px 0px;/*width: 100%;*/height: auto;background-color: #efefef;border:1px solid #DFDEDE;}
.ny-weizhi .ny-r-t{margin:0 auto;width: 1200px; font-size: 15px;color: #333;}
	/*单页效果*/
.ny-cont{
	padding:10px 0px 20px 0px;
	margin:0 auto;
	width: 1260px;
	font-size: 15px;
	color: #333;
	line-height: 190%;
	letter-spacing: 0px;
}
.ny-cont p, .ny-cont p a{
	margin-top:15px;
	font-size: 15px;
	color: #333;
	line-height: 190%;
}
.ny-cont a{
 	font-size: 15px;
	color: #333;
	line-height: 190%;
 }
 .ny-cont-h1{
	display: block;
	width: 100%;
	font-size: 26px;
	color: #333;
	font-weight: bold;
	text-align: center;
}
.ny-cont table tbody tr td{padding:10px;}
/*详情页样式*/
.ny-xq{
  margin:30px auto;
  width: 1200px;
  height: auto;
}
.ny-xq-l{
  float: left;
  width: 145px;
  height: 115px;
  border-right: 1px solid #d6d6d6;
}
.ny-xq-l .date1{
  position: relative;
  width: 110px;
  height: 36px;
  text-align: center;
}
.ny-xq-l .date1 .year1 {
  position: relative;
  font-size: 20px;
  color: #000;
  font-family:"font1";
  text-align: center;
}
.ny-xq-l .date1 .year1 span{
  position: absolute;
  left:35%;
  z-index:2;
  display:block;
  background: #fff;
  padding: 0 5px;
  font-size: 20px;
  color: #000;
  font-family:"font1";
  background-color: #fff;
  letter-spacing: 0px; 
}
.ny-xq-l .date1 .year1:before{
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #e3e3e3;
  position: absolute;
  top: 12px;
  left: 0;
  z-index:1;
}
.ny-xq-l .date2{
  margin-top: 32px;
  text-align: center;
  font-size: 34px;
  line-height: 120%;
  color: #ff4a4a;
  font-family:"font1";
  letter-spacing: 0px;
}
.ny-xq-l .read1{
  margin-top: 5px;
  font-size: 13px;
  text-align: center;
  color: #333333;
  letter-spacing: 0px;
}
.ny-xq-l .read1 strong{
  font-weight: bold;
}
.ny-xq-r{
  float: right;
  padding:18px 45px;
  width: 960px;
  height: 80px;
  background-color: #e5e5e5;
  overflow: hidden;
}
.ny-xq-r p{
  display: block;
  height: 70px;
  font-size: 15px;
  color: #333;
  line-height: 170%;
  letter-spacing: 0px;
  overflow: hidden;
}
.ny-xq-r p p{
  font-size: 15px;
  color: #333;
  line-height: 170%;
  letter-spacing: 0px;
}
 /*内页新闻1*/
.ny-news01{
  width:100%;
  height: auto;
}
.ny-news01 li{
	padding:20px 0px;
  width: 100%;
  border-bottom:1px dashed #dedddd;
  overflow: hidden;
}
.ny-news01 li .tu1{
	float: left;
	width: 185px;
	height: 130px;
	overflow: hidden;
  border:1px solid #efefef;
}
.ny-news01 li .tu1 img{
	width: 185px;
	height: 130px;
	overflow: hidden;
	 transition: all 0.5s ease-out;
  -webkit-transform: scale(1, 1); 
     -moz-transform: scale(1, 1); 
  -webkit-transition: all 0.5s ease-out; 
     -moz-transition: all 0.5s ease-out; 
}
.ny-news01 li:hover .tu1 img{
	 transition: all 0.5s ease-out;
  -webkit-transform: scale(1.1, 1.1); 
     -moz-transform: scale(1.1, 1.1); 
  -webkit-transition: all 0.5s ease-out; 
     -moz-transition: all 0.5s ease-out;
}
.ny-news01 li .l01{
  float: right;
  margin-left:15px;
  width: 92px;
  height: 100px;
  border-right: 1px solid #efefef;
  border-left: 1px solid #efefef;
}
.ny-news01 li .l01 .n-day{
  width: 100%;
  height: 57px;
  font-size: 45px;
  color: #555;
  text-align: center;
  line-height: 57px;
  font-family: "Impact";
  letter-spacing: 0px;
  transition: all 0.4s ease-in-out;
}
.ny-news01 li:hover .l01 .n-day{
	color: #ff2a2a;
}
.ny-news01 li .l01 .n-month{
  width: 100%;
  font-size: 15px;
  color: #555;
  text-align: center;
  letter-spacing: 0px;
}
.ny-news01 li .r01{
  float: left;
  margin-left:50px;
  width: 850px;
  height: auto;
}
.ny-news01 li .r01 a h2{
  display: block;
  width: 100%;
  height: 36px;
  font-size: 16px;
  color: #555;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}
.ny-news01 li:hover .r01 a h2{
	color:#ff2a2a;
}
.ny-news01 li .r01 p{
  display: block;
  width: 100%;
  height: 36px;
  font-size: 14px;
  color: #555;
  letter-spacing: 0px;
  line-height: 130%;
  overflow: hidden;
}
/*内页产品详情电话*/
.yan-phone{
  margin-top: 20px;
  border-top:1px solid #efefef;
  overflow: hidden;
}

.proshow1{
  overflow: hidden;
}
.proshow1 p{
  display: block;
  padding:5px;
  font-size: 17px;
  color: #2e2e2e;
  vertical-align: middle;
  line-height: 40px;
  border-bottom: 1px dashed #d2d2d2;
  overflow: hidden;
}
.proshow1 p img{
  display:inline-block;
  float: left;
  margin-right: 15px;
  vertical-align: middle;
}
.proshow1 a{
  display: block;
  margin-top: 15px;
  width: 206px;
  height: 47px;
  background-color: #434343;
  text-align: center;
  line-height: 47px;
  font-size: 17px;
  color: #fff;
  border-radius: 8px;
}
.proshow2{
  margin-top: 20px;
  overflow: hidden;
  text-align: center;
}
.proshow2 li{
  float: left;
  margin:0 5px;
  width: 140px;
  height: auto;
}
.proshow2 li img{
  display: block;
  margin:0 auto;
  margin-bottom: 10px;
}
.proshow2 li p{
  display: block;
  font-size: 17px;
  color: #434343;
  line-height: 170%;
  text-align: center;
}
.proshow2 li p strong{
  font-size: 17px;
  color: #434343;
  line-height: 170%;
  font-weight: bold;
}
.proshow2 a{
  display: block;
  margin-top: 15px;
  width: 206px;
  height: 47px;
  background-color: #434343;
  text-align: center;
  line-height: 47px;
  font-size: 17px;
  color: #fff;
  border-radius: 8px;
}
/*手机站*/

@media only screen and (max-width: 1300px) {
  #w-80 {
    width:1300px;
    padding:15px;
    box-sizing: border-box;
  }
  #w-90 {
    width: 1300px;
    padding:15px;
    box-sizing: border-box;
  }
}
