@charset "utf-8";
@font-face { 
  font-family:'font1'; 
  src: url('../font/politicaregular.ttf'); 
}
/* CSS Document */
* {
	padding: 0;
	margin: 0;
	font-size: 14px;
	color: #333;
	list-style: none;
	text-decoration: none;
	font-family: "microsoft yahei";
	font-weight: normal;
}
a {
	text-decoration: none;
}

.w-1260 {
	width: 1260px;
	margin: 0 auto;
	overflow: hidden;
}

.w-1260-1 {
	width: 1260px;
	margin: 0 auto;
}
#w-80 {
    width: 80%;
    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;
}

.showlist li .t{
	text-transform: uppercase;
}

/*search*/
.forma{
  margin-top: 9px;
  float: right;
  width: 220px;
  height: 35px;
  background-color: #fff;
  border-radius: 30px;
  overflow: hidden;
}
.h-input1{
  float: left;
  padding:7px 0px;
  width: 170px;
  font-size: 14px;
  color: #666;
  text-indent: 15px;
  border:0px;
}
.h-input2{
  float: right;
  margin-right: 10px;
  margin-top: 4px;
  width: 33px;
  height: 30px;
  border:0px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  background: url(../images/top-search.png) top center no-repeat;
}

.gl-proc-w {
  margin-top: 15px;
  padding: 20px 0px;
  background: url(../images/bga.jpg);
  overflow: hidden;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.gl-proc {
  width: 630px;
  margin:0 auto ;
  text-align: center;
}

.gl-proc li {
  display: inline-block;
  text-align: -webkit-match-parent;
}

.gl-proc li a {
  display: block;
  font-size: 18px;
  margin-right: 5px;
  margin-bottom:50px;
  width: 228px;
  background-color: #0c7ed9;
  padding:15px 15px;
  border:1px solid #666;
  color: #fff;
  border-radius: 3px;
  text-align: center;
  transition: all 0.5s;
}

.gl-proc li:hover a{
  background-color: #333;
  color: #fff;
}
.ly-proc1-hover{
  background-color: #333 !important;
  color: #fff !important;
}

.pro-list {
  width: 100%;
}

.pro-list li {
  float: left;
  width: 24%;
  margin-right: 1%;
  margin-bottom: 2%;
  border: 1px solid #DBDBDB;
  background-color: #0157aa;
  box-sizing: border-box;
}

.pro-list li:nth-child(4n) {
  margin-right: 0px;
}

.pro-list li .tua {
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.pro-list li .tua img {
  width: 100%;
  transition: all 0.3s ease-out;
}

.pro-list li .tita {
  margin: 10px 0;
  background: url(../images/pro-more.png) no-repeat center right 25px;
  transition: all .5s;

}

.pro-list li h3 {
  margin-left: 20px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  transition: all .5s;
  line-height: 32px;
}

.pro-list li:hover {
  background-color: #fb9316;
}

.pro-list li:hover .tua img {
  transform: scale(1.2);
}

.pro-list li:hover h3 {
  color: #fff;
}

.pro-list li:hover .tita {
  background: url(../images/pro-more.png) no-repeat center right 15px;
}





/*end search*/
.top-bg{
  width: 100%;
  height: 46px;
  background: url(../images/top-bg.jpg) top center no-repeat;
}
.top-1-l{
  float: left;
  width: 900px;
  overflow: hidden;
}
.top-1-l p{
  display: block;
  font-size: 15px;
  color: #7b7a7a;
  line-height: 58px;  
}

.top-1-r{
  float: right;
  margin-top: 8px;
  width: 350px;
  text-align: right;
}
.top-1-r a{
  display: inline-block;
  padding:0px 6px;
  border-right: 1px solid #fff;
  font-size: 15px;
  color: #fff;
}
.top-1-r a:last-child{
  border-right:none;
}
.h-top-bg{
  width: 100%;
  background-color: #0074cb;
}

.tit01 {
  text-align: center;
  font-size: 42px;
  color: #222222;
}

.tit01 b {
  color: #2363ae;
  position: relative;
  display: inline-block;
  margin-right: 10px;
  font-size: 42px;
}

.tit01 b:after {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  height: 6px;
  background: #b7c0cb;
  bottom: 4px;
  width: 100%;
  -webkit-animation: widthchange 1.5s linear infinite;
  animation: widthchange 1.5s linear infinite;
}

.tit01 span {
  display: block;
  font-size: 18px;
  color: #666666;
  font-weight: lighter;
  margin: 12px 0;
  text-align: center;
}

.tit01:after {
  content: '';
  display: block;
  height: 20px;
  background: url(../images/tit01-tu.jpg) no-repeat center;
}

@-webkit-keyframes widthchange {
  0% {
    width: 100%;
  }

  25% {
    width: 50%;
  }

  50% {
    width: 25%;
  }

  75% {
    width: 50%;
  }

  100% {
    width: 100%;
  }
}

@keyframes widthchange {
  0% {
    width: 100%;
  }

  25% {
    width: 50%;
  }

  50% {
    width: 25%;
  }

  75% {
    width: 50%;
  }

  100% {
    width: 100%;
  }
}



/*menu*/
.h-menu-bg{
  width: 100%;
  height: 55px;
  background-color: #0175cc;
}
.h-menu{
  float:left;
  width: 950px;
  height: 55px;
  text-align: center;
}
.h-menu a{
  display: inline-block;
  width: 115px;
  height: 55px;
  line-height: 50px;
  font-size: 17px;
  text-align: center;
  color: #fff;
}
.h-menu a:hover{
  background-color: #333;
  color: #fff;
}
.h-menu-hover{
  background-color: #333 !important;
  color: #fff !important;
}
/*end menu*/

/*middle*/
    /*所有标题*/
.tit01{
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.tit01 h2{
  display: inline-block;
  font-size: 36px;
  color: #0175cc;
  text-align: center;
  letter-spacing: 0px;
}
.tit01 .zi01{
  display: inline-block;
  font-size: 36px;
  color: #343434;
  font-weight: bold;
}
.tit01 .zi02{
  display: block;
  margin-top: 10px;
  text-align: center;
  font-size: 17px;
  color: #9a9a9a;
  letter-spacing: 1px;
}
.tit01 .linea{
  margin:0 auto;
  margin-top: 15px;
  width: 120px;
  height: 4px;
  background-color: #cbcbcb;
}
.tit01 .linea .lineb{
  margin:0 auto;
  width: 40px;
  height: 4px;
  background-color: #0b3c89;
}

.tit02{
  width: 100%;
}
.tit02 h3{
  display: block;
  font-size:41px;
  color: #313131;
  text-align: center;
  line-height: 60px;
}

.tit02 span{
  display: block;
  font-size:20px;
  color: #676767;
  text-align: center;
}
  /*end所有标题*/
  
  
  
/*实力*/
.shili ul .fl {
  width: 50%;
  position: relative;
}

.shili ul .fl {
  width: 50%;
  position: relative;
}

.shili ul .fr img,
.shili ul .fl img {
  display: block;
  width: 100%;
}

.shili ul .fr,
.shili ul .fl {
  width: 50%;
  position: relative;
  transition: 0.4s;
}

.shili ul .fl .name,
.shili ul .fr .name {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 38.4%;
  padding-bottom: 7.249%;
  background: #FAFAFA;
  transition: 0.3s;
  border:1px solid #efefef;
}

.shili ul .fl .name b,
.shili ul .fr .name b {
  font-size: 20px;
  font-weight: bold;
  color: #1175f0;
  margin: 20px 0px 0px 30px;
  display: block;
  font-family: "microsoft yahei";
  transition: 0.3s;
}
.shili ul .fl:hover .name b,
.shili ul .fr:hover .name b,
.shili ul .fl:hover .name p,
.shili ul .fr:hover .name p{
  color: #fff;
}

.shili ul .fl .name p,
.shili ul .fr .name p {
  color: #b2b2b2;
  font-size: 12px;
  font-family: arial;
  margin: 0px 0px 0px 30px;
  transition: 0.3s;
}

.shili ul .fl .name a,
.shili ul .fr .name a {
  width: 120px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  color: #333;
  background: #e0e0e0;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: 0.3s;
}

.shili ul li:hover .name {
  background: #0f62ca;
}

.shili ul li:hover .name em {
  color: #FFFFFF;
}

.shili ul li:hover .name p {
  color: rgba(255, 255, 255, 0.5);
}

.shili ul li:hover .name a {
  color: #fff;
  background: #f28e1e;
}
.shili-list-w{
  margin-top: 1px;
  width: 100%;
  padding:20px 0px;
  overflow: hidden;
}
.shili-list{
  width: 100%;
  overflow: hidden;
}
.shili-list li{
  float: left;
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 2%;
  box-sizing: border-box;
}
.shili-list li:nth-child(4n){
  margin-right: 0px;
}
.shili-list li .tua{
  width: 100%;
  overflow: hidden;
}
.shili-list li .tua img{
  display: block;
  width: 100%;
  transition: all 0.5s ease-in-out;
}
.shili-list li:hover .tua img{
  transform: scale(1.1);
}
.shili-list li .sl_nr{
  background: url(../images/sl-a.png) no-repeat right 30px center #f5f5f5;
  padding: 23px 30px 17px;
  transition: 0.6s;
}
.shili-list li:hover .sl_nr{
  background: url(../images/sl-b.png) no-repeat right 30px center #0c57c8;
}
.shili-list li .sl_nr p{
  display: block;
  font-size: 16px;
  line-height: 16px;
  text-align:center;
  color: #333;
}

.shili-list li:hover .sl_nr p,
.shili-list li:hover .sl_nr span{
  color: #fff;
}


/*首页新闻*/
.h-news{
  width: 100%;
}
.h-news li{
  float: left;
  width: 32%;
  margin-right: 2%;
  padding-bottom: 5%;
  background-color: #f5f9f9;
  background-position: bottom;
  margin-bottom:50px;
}
.h-news li:nth-child(3n){
  margin-right: 0px;
}
.h-news li:hover{
  background: #fff url(../images/news-bga.png) bottom center no-repeat;
  box-shadow: 0px 5px 15px #eaeaea;
  background-color: #fff;
}
.h-news li .tua{
  width: 100%;
  overflow: hidden;
}
.h-news li .tua img{
  width: 100%;
  display: block;
  transition: all .36s ease;
}
.h-news li:hover .tua img{
  transform: scale(1.2);
}
.h-news li .n_nr{
  padding:25px 23px 0px 23px;
  overflow: hidden;
}
.h-news li .n_nr em{
  display: block;
  font-size: 14px;
  color: #999;
  line-height: 18px;
  position: relative;
  padding-left: 5%;
  padding-top: 6%;
}
.h-news li .n_nr p{
  display: block;
  font-size: 22px;
  color: #151527;
  line-height: 28px;
  height: 70px;
  padding: 0 5%;
  padding-top: 4%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.h-news li:hover .n_nr p{
  color: #0c7ed9;
}
.h-news li .n_nr span{
  padding: 0 5%;
  display: block;
  font-size: 14px;
  color: #999;
  line-height: 22px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
  
  /*分类*/


  .gl-proc a h3{
    display: inline-block;
    float: left;
    font-size: 17px;
    margin:3px;
    width: 275px;
    padding: 8.5px 16px;
    color: #fff;
    background-color: #0074cb;
    border-radius: 3px;
    transition: all 0.5s;
    text-align: center;
	margin-bottom:15px;
  }
  .gl-proc a:hover h3{
    background-color: #f28e1e;
    color: #fff;
  }
  .h-proc1-hover{
    background-color: #f28e1e !important;
    color: #fff !important;
  }
  
.about-l{
	  background:url(../images/about-l.jpg) no-repeat top center;
	  width:100%;
	  height:317px;
	  margin:0 auto;
}


/*产品*/
/*首页产品*/
.pro01{
  width:1350px;
  height: auto;
  overflow: hidden;
}
.pro01 li{
  float: left;
  position: relative;
  margin-right: 20px;
  margin-bottom:20px;
  width: 343px;
  border-bottom:4px solid #ff2a2a;
  overflow: hidden;
}
.pro01 li:hover{
  border-bottom:4px solid #ff2a2a;
}
.pro01 li .tu1{
  position: relative;
  width: 100%;
  overflow: hidden;
}
.pro01 li .tu1 img{
  width: 100%;
}
.pro01 li:hover .tu1 img{

}
.pro01 li .tu1 .up-name{
  position: absolute;
  left:0px;
  bottom:0px;
  z-index: 10;
  width: 271px;
  height: 43px;
  background:url(../images/pro-name.png);
}
.pro01 li .tu1 .up-name a h3{
  display: block;
  line-height: 43px;
  font-size: 17px;
  color: #fff;
  text-indent: 15px;
  font-weight: bold;
}
.pro01 li .p01-cont{
  padding:22px 3px 0px 3px;
  transition: all 0.35s ease-out;
  overflow: hidden;
}
.pro01 li:hover .p01-cont{
  background-color: #333;
}
.pro01 li .p01-cont p{
  display: block;
  float: left;
  width: 70%;
  height: 48px;
  font-size: 17px;
  color: #000;
  line-height: 150%;
  overflow: hidden;
  transition: all 0.35s ease-out;
}
.pro01 li:hover .p01-cont p{
  margin-left:8px;
  color: #fff;
}
.pro01 li .p01-cont .more1 a{
  display: block;
  float: right;
  width: 25%;
  height: 29px;
  background-color: #ff2a2a;
  font-size: 15px;
  color: #fff;
  text-align: center;
  line-height: 29px;
  border-radius: 5px;
  transition: all 0.35s ease-out;
}
.pro01 li:hover .p01-cont .more1 a{
  margin-right: 1%;
}
.pro01 li .p01-cont .phone p{
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  color: #ff2a2a;
  font-weight: bold;
  transition: all 0.35s ease-out;
}
.pro01 li:hover .p01-cont .phone p{
  color: #fff;
  margin-left:12px;
}
/*简介*/
.about-w{
  width: 100%;
  height: 670px;
  padding-top:20px;
  background: url(../images/about-w.jpg) top center no-repeat;
}
.l-about{
	float:left;
  width: 45%;
}
.about-tit p{
  display: block;
  font-size:29px;
  color: #000000;
  font-weight: bold;
  height:47px;
  text-transform: uppercase;
}
.about-tit h4{
  display: block;
  font-size:45px;
  color: #0157aa;
  font-weight: bold;
  height:82px;
  text-transform: uppercase;
}
.about-tit h2{
  display: block;
  font-size: 38px;
  color: #313131;
  font-weight: bold;
  height:50px;
}
.about-tit span{
	text-transform: uppercase;
  display: block;
  font-size: 20px;
  color: #313131;
  height:58px;
}
.about-cont{
  margin-top: 35px; 
  font-size: 18px;
  color: #212121;
  line-height: 190%;
  overflow: hidden;
}
.about-cont p,
.about-cont p a,
.about-cont p strong{
  font-size: 18px;
  color: #212121;
  line-height: 190%;
}
.about-more a{
  display: block;
  margin-top: 30px;
  width: 183px;
  height: 43px;
  background:#0074cb;
  text-align: center;
  font-size: 15px;
  color: #fff;
  line-height:43px;
}
.r-about{
	float:left;
	margin-left:50px;

}
/*简介 end*/

/*end首页新闻*/

/*middle end*/
/*bottom*/
.foot-bg {
    padding: 50px 0px 35px 0px;
    width: 100%;
    background-color: #272727;
    overflow: hidden;
}
.f-tit1{
  width: 100%;
  height: 45px;
}
.f-tit1 h4{
  display: block;
  height: 20px;
  border-left:6px solid #0063ff;
  text-indent: 15px;
  font-size: 20px;
  color: #fff;
  line-height: 20px;
}
.f-menu{
  float: left;
  width: 25%;
  height: auto
}
.f-menu1{
  width: 177px;
}
.f-menu1 a{
  display: block;
  float: left;
  width: 45%;
  height:30px;
  font-size:15px;
  color: #fff;
}
.f-proc1{
  margin-right: 35px;
  float: left;
  width: 25%;
  height: auto;
  overflow: hidden;
}
.f-proc1 a{
  display: block;
  float: left;
  padding:6px;
  margin-right: 8px;
  margin-bottom: 8px;
  width: 45%;
  font-size:15px;
  color: #fff;
  text-align: center;
  border:1px solid #efefef;
}
.f-cont1{
  float: left;
  width: 25%;
  height: auto;
  color: #adadaf;
}
.f-cont1 p, .f-cont1 p p, .f-cont1 p a, .f-cont1 p p a{
  font-size: 15px;
  color: #fff;
  line-height: 200%;
  letter-spacing: 0px;
}

.ewm1{
  float: right;
  width: 119px;
  height: auto;
}
.ewm1 img{
  width: 116px;
}
.ewm1 p{
  display: block;
  margin-top: 8px;
  font-size: 14px;
  color: #fff;
  text-align: center;
}

.bq{
  padding:20px 0px;
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background-color: #0074cb;
}
.bq img{
  display: inline-block;
  vertical-align: middle;
}
.bq p, .bq p a, .bq a{
  font-size: 14px;
  color: #fff;
  vertical-align: middle;
}
/*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: 1440px){
  #w-80{width: 90%;}
}
@media only screen and (max-width: 1200px){
  #w-80{width: 100%;}
}
