@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'); 
}
/* 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-80 {
  width: 80%;
  margin: 0 auto;
}

#w-90 {
  width: 90%;
  margin: 0 auto;
}
.w-1260 {
	width: 1300px;
	margin: 0 auto;
	overflow: hidden;
}

.w-1260-1 {
	width: 1300px;
	margin: 0 auto;
}

.w-1300 {
  width: 1340px;
  margin: 0 auto;
  overflow: hidden;
}

.w-1300-1 {
  width: 1340px;
  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;
}


#top-w{
  width: 90%;
  margin:0 auto;
}
.top-logo{
  float: left;
}
.top-phone{float: right;}
.menu-bg{
  overflow: hidden;
  margin-left: 365px;
  margin-right: 290px;
}

/*end top*/
/*menu*/
.h-menu {
  width: 100%;
  padding-top: 32px;
  overflow: hidden;
  text-align: center;
}

.h-menu li {
  display: inline-block;
  height: 40px;
  width: 11%;
  border-radius: 5px;
  overflow: hidden;
}

.h-menu li a {
  display: block;
  height: 40px;
  line-height: 39px;
  font-size: 16px;
  color: #333;
  text-align: center;
}

.h-menu li a:hover {
  color: #fff;
  background-color: #e70012;
}

.h-menu-hover {
  color: #fff !important;
  background-color: #e70012 !important;
}

/*end menu*/

/*middle*/
.tit01 {
  text-align: center;
  font-size: 42px;
  color: #222222;
  font-weight: bold;
}

.tit01 b {
  color: #e60012;
  position: relative;
  display: inline-block;
  margin-right: 10px;
  font-size: 42px;
  font-weight: bold;
}

.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%;
  }
}



.tit02 {
  padding: 35px 0px;
  width: 100%;
  overflow: hidden;
}

.tit02 h2 {
  display: inline-block;
  padding-right: 15px;
  font-size: 28px;
  font-weight: bold;
  color: #008cdb;
}

.tit02 p {
  display: inline-block;
  font-size: 17px;
  color: #52575a;
  text-transform: uppercase;
}

.tit02 a {
  float: right;
  display: inline-block;
  width: 100px;
  height: 32px;
  background-color: #efefef;
  line-height: 32px;
  text-align: center;
  font-size: 15px;
  color: #333;
}
.search-wa{
  padding: 20px 0px 20px 0px;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
}
.m1-tit {
  width: 60%;
  text-align: left;
  padding:15px 0px;
}

.m1-tit h3 {
  display: inline-block;
  font-size: 16px;
  color: #2363ad;
  font-weight: bold;
  text-align: center;
  letter-spacing: 2px;
}
.m1-tit a{
  display: inline-block;
  font-size: 14px;
  color: #848383;
}
.h-form {
  float: right;
  padding:0px;
  width: 330px;
  color: #a8a8a8;
  background-color: #eff0f2;
  border-radius: 50px;
  overflow: hidden;
}

.h-input1 {
  float: left;
  margin:6px 0px;
  width: 74%;
  height: 35px;
  font-size: 14px;
  color: #a8a8a8;
  padding-left: 15px;
  background-color: #eff0f2;
  border:0px;
}
.h-input1::-webkit-input-placeholder
{  color: #a8a8a8;}
.h-input1:-moz-placeholder
{  color: #a8a8a8;}

.h-input2 {
  float: right;
  width: 20%;
  height: 46px;
  background: url(../images/search-img.jpg) center center no-repeat #fb9316;
  border:0px;
}
.part1-w {
  float: left;
  width: 280px;
  height: auto;
  overflow: hidden;
}

.part1-l {
  width: 100%;
  height: auto;
  border: 1px solid #eeeeee;
  box-sizing: border-box;
  background-color: #f1f1f1;
  overflow: hidden;
}

.parta-w {
  width: 100%;
  padding: 20px 0px;
  background-color: #d61611;
}

.part1-tit {
  width: 100%;
  padding: 25px 0px;
  background-color: #364049;
}

.part1-tit p {
  font-weight: bold;
  font-size: 24px;
  color: #fff;
  text-align: center;
}

.part1-tit span {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  color: #fff;
  text-align: center;
}

.parta-w p {
  display: block;
  text-align: center;
  font-size: 35px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 2px;
}

.parta-w .zia {
  font-size: 30px;
  color: #fdf100;
  font-weight: bold;
  letter-spacing: 0px;
}

/*分类*/
.gl-proc-h {
  margin: 25px auto;
  width: 100%;
  /* border: 1px solid #fff; */
  box-sizing: border-box;
  overflow: hidden;
}

.gl-proc-h li {
  display: block;
  overflow: hidden;
  height: 50px;
  line-height: 50px;

  position: relative;
}

.gl-proc-h li a {
  display: block;
  width: 184px;
  margin: 0 auto;
  border-bottom: 1px #eee solid;
  height: 50px;
  line-height: 50px;
  background: url(../images/proc-tu2.png)no-repeat center left;
  padding-left: 42px;
  font-weight: normal !important;
  font-size: 18px;
  position: relative;
  z-index: 2;
  color: #333;
}

.gl-proc-h li:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0px;
  height: 50px;
  background: #e60012;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.gl-proc-h li:hover:before {
  width: 100%;
}

.gl-proc-h li:hover a {
  background: url(../images/proc-tu1.png)no-repeat center left;
  color: #fff;
  border-bottom: none;
}

.gl-proc {
  padding: 0px 0px 15px;
  text-align: center;
}

.gl-proc li {
  display: inline-block;
  text-align: -webkit-match-parent;
}

.gl-proc li a {
  float: left;
  display: block;
  font-size: 17px;
  margin-right: 5px;
  margin-top: 10px;
  width: 158px;
  background-color: #514e59;
  padding: 13px 25px;
  color: #fff;
  border-radius: 3px;
  text-align: center;
  transition: all 0.5s;
}

.gl-proc li:hover a,
.gl-proc li:first-child a {
  background-color: #d61615;
  color: #fff;
}

.part1-bg {
  width: 100%;
  padding: 20px 0px;
  background-color: #ececec;
  box-sizing: border-box;
  overflow: hidden;
}

.part1-list {
  text-align: center;
  padding-left: 70px;
}

.part1-list li {
  display: inline-block;
  width: 33%;
}

.part1-list li .tua {
  float: left;
  width: 61px;
}

.part1-list li .nra {
  margin-left: 90px;
}

.part1-list li .nra p {
  display: block;
  font-size: 22px;
  color: #222428;
  font-weight: bold;
}

.part1-list li .nra .zia {
  font-size: 22px;
  color: #d9010b;
  font-weight: bold;
}

.part1-list li span {
  display: block;
  margin-top: 6px;
  font-size: 16px;
  color: #676767;
  line-height: 150%;
}

.partl-con {
  margin-top: 10px;
  padding: 20px;
  background-color: #eeeeee;
  overflow: hidden;
}

.partl-con h2 {
  display: block;
  margin-bottom: 15px;
  padding-bottom: 8px;
  text-align: center;
  font-size: 28px;
  color: #035ba6;
  font-weight: bold;
  border-bottom: 1px solid #d2d2d2;

}

.partl-nr p {
  display: block;
  padding: 15px;
  font-size: 15px;
  color: #fff;
  line-height: 190%;
  background-color: #364049;
  border-radius: 10px;
  box-sizing: border-box;
}

.partl-nr .ewma {
  width: 100%;
  padding: 20px 0px;
}

.partl-nr .ewma p {
  display: block;
  padding: 0px;
  margin-bottom: 10px;
  fze: 18px;
  color: #333;
  text-align: center;
  background-color: #eeeeee;
}

.partl-nr .ewma img {
  width: 60%;
  display: block;
  margin: 0 auto;
}

.pro-list {
  margin-left: 310px;
  overflow: hidden;
}

.pro-list li {
  float: left;
  width: 24.2%;
  margin-right: 1%;
  margin-bottom: 1%;
  border: 1px solid #DBDBDB;
  background-color: #e60012;
  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%;
}

.pro-list li .tita {
  margin: 10px 0;
  background: url(../images/pro-more.png) no-repeat center right 18px;
  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: #333;
}

.pro-list li:hover .tua img {
  transform: scale(1.1);
}

.pro-list li:hover h3 {
  color: #fff;
}

.pro-list li:hover .tita {
  background: url(../images/pro-more.png) no-repeat center right 15px;
}

/*方案*/
.fangan {
  margin-top: 40px;
  background: url(../images/fangan-bg.jpg) no-repeat center;
  height: 600px;
  overflow: hidden;
}

.fangan ul {
  width: 840px;
  height: 400px;
  margin-top: 100px;
}

.fangan li {
  background: #f5f5f5;
  width: 280px;
  height: 200px;
  float: left;
  text-align: center;
}

.fangan li span {
  background: url(../images/fa01.png) no-repeat top center;
  width: 43px;
  height: 42px;
  display: block;
  margin: 44px auto 19px;
  transition: all 0.5s;
}

.fangan li:nth-child(2) span {
  background: url(../images/fa02.png) no-repeat top center;
}

.fangan li:nth-child(3) span {
  background: url(../images/fa03.png) no-repeat top center;
}

.fangan li:nth-child(4) span {
  background: url(../images/fa04.png) no-repeat top center;
}

.fangan li:nth-child(5) span {
  background: url(../images/fa05.png) no-repeat top center;
}

.fangan li:nth-child(6) span {
  background: url(../images/fa06.png) no-repeat top center;
}

.fangan li:nth-child(even) {
  background: #fff;
}

.fangan li strong {
  font-size: 26px;
  font-weight: bold;
}

.fangan li p {
  color: #999999;
  font-size: 12px;
  margin-top: 10px;
  font-family: Arial;
  text-transform: Uppercase;
  text-align: center;
}

.fangan li:hover span {
  background-position: bottom center;
}

.fangan li:hover strong {
  color: #122a88;
}

.fangan_right {
  text-align: right;
}

.fangan_right strong {
  font-size: 50px;
  color: #ffffff;
  margin-top: 227px;
  display: block;
}

.fangan_right p {
  font-size: 20px;
  color: #fff;
  line-height: 30px;
  margin: 18px 0 27px;
}

.fangan_right span {
  color: #6c84d0;
  text-transform: Uppercase;
  font-family: Arial;
  line-height: 18px;
  font-size: 12px;
}




/*简介*/
.about-tit{
  margin-top: 40px;
  text-align: center;
}
.about-tit img{
  display: block;
  margin:0 auto;
}
.about-tit h2 strong{
  display: block;
  margin:6px 0px 15px 0px;
  font-size: 46px;
  color: #404040;
  font-weight: bold;
  text-align: center;
}
.about-tit p{
  display: block;
  margin:0 auto;
  width: 1116px;
  padding:5px;
  border:1px solid #dcdcdc;
  text-align: center;
  font-size: 21px;
  color: #404040;
  border-radius: 10px;
}
.about-w{
  margin-top: 35px;
  width: 100%;
  height: 633px;
  background: url(../images/about-bg.jpg) top center no-repeat;
  overflow: hidden;
}
.about-r{
  float: right;
  margin-top: 66px;
  width: 45%;
  height: 360px;
}
.about-cont {
  width: 100%;
  height: 398px;
  overflow: hidden;
}

.about-cont p,
.about-cont p a {
  display: block;
  text-indent: 20px;
  font-size: 18px;
  color: #000000;
  line-height: 230%;
}

.about-morea a {
  display: block;
  margin-top: 30px;
  width: 208px;
  height: 50px;
  background-color:#e70012;
  text-align: center;
  line-height: 50px;
  color: #fff;
}
.about-w2{
  width: 100%;
  height: 274px;
  background: url(../images/about-w2.jpg) top center no-repeat;
  overflow: hidden;
}
.about-ewm{
  float: left;
  margin-top: 36px;
  width: 226px;
}
.about-list{
  margin-left: 250px;
  margin-top: 36px;
  overflow: hidden;
}
.about-list li{
  display: inline-block;
  float: left;
  width: 24%;
  margin-right: 1%;
  padding:12px 30px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  height: 196px;
}
.about-list li:nth-child(4){
  margin-right:0px;
}
.about-list li img{
  display: block;
  margin:0 auto;
}
.about-list li p{
  display: block;
  width: 100%;
  padding-top: 10px;
  text-align: center;
  font-size: 30px;
  color: #464646;
  font-weight: bold;
}

/*实力*/
.shili-list{
  width: 100%;
}
.shili-list li{
  float: left;
  width: 50%;
}
.shili-list li img{
  width: 100%;
}
.shili-show{
  margin-top: 15px;
  width: 100%;
}
.shili-show li{
  float: left;
  width: 24.2%;
  margin-right: 1%;
}
.shili-show li:nth-child(4){
  margin-right: 0px;
}
.shili-show li .tua{
  width: 100%;
}
.shili-show li .tua img{
  width: 100%;
}
.shili-show li p{
  display: block;
  width: 100%;
  margin-top: 6px;
  padding:12px;
  background-color: #e1e1e1;
  text-align: center;
  font-size: 18px;
  color: #191919;
  box-sizing: border-box;
}

/*案例*/
.jg-cx {
  width: 100%;
  height: auto;
}

.jg-cx li {
  float: left;
  margin-right: 1%;
  margin-bottom: 1%;
  width: 19%;
  border: 1px solid #0071bc;
  border-radius: 10px;
  overflow: hidden;
}

.jg-cx li:nth-child(5) {
  margin-right: 0px;
}

.jg-cx li .tu {
  position: relative;
  width: 100%;
  border: 1px solid #efefef;
  box-sizing: border-box;
  overflow: hidden;
}

.jg-cx 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;
}

.jg-cx li:hover .tu img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}


/*首页新闻*/
.h-news{
  width: 100%;
}
.h-news li{
  float: left;
  width: 32%;
  margin-right: 2%;
  padding-bottom: 5%;
  background-color: #f5f9f9;
  background-position: bottom;
}
.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: #e60012;
}
.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;
}
/*bottom*/
.foot-w {
  padding-top: 45px;
  width: 100%;
  background-color: #333;
  box-sizing: border-box;
  overflow: hidden;
}

.foot-tit {}

.foot-tit h3 {
  display: block;
  font-size: 20px;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 1px;
}

.foot-tit .linea {
  margin: 15px 0px;
  width: 28px;
  height: 2px;
  background-color: #e60012;
}

.foot-la {
  float: left;
  width: 20%;
  margin-right: 3%;
}

.foot-lb {
  float: left;
  width: 20%;
  margin-left: 2%;
  margin-right: 2%;
}

.foot-lc {
  float: left;
  width: 22%;
  margin: 0px 2%;
}

.foot-lx {
  display: block;
}
.foot-lx  strong{
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
}

.foot-lx p,
.foot-lx p a {
  display: block;
  float: left;
  width: 100%;
  font-size: 14px;
  color: #edf0f7;
  line-height: 190%;
}

.foot-pro a {
  display: block;
  float: left;
  width: 48%;
  margin-right: 2%;
  padding-bottom: 6px;
  font-size: 15px;
  color: #edf0f7;
}

.foot-dh a {
  display: block;
  float: left;
  padding-bottom: 10px;
  width: 50%;
  font-size: 14px;
  color: #bcbcbc;
}

.foot-ewm {
  float: right;
  width: 26%;
}
.foot-ewm li{
  float: left;
  width: 50%;
}

.foot-ewm li .tua {
  margin: 0 auto;
  width: 75%;
  border-radius: 10px;
  overflow: hidden;
}

.foot-ewm li .tua img {
  display: block;
  width: 100%;
}

.foot-ewm li p {
  display: block;
  margin-top: 15px;
  text-align: center;
  font-size: 14px;
  color: #fff;
}

.foot-part2 {
  margin-top: 15px;
  padding: 15px 20px;
  background-color: #e60012;
  text-align: center;
  border-radius: 50px;
}

.foot-part2 img {
  display: inline-block;
  vertical-align: middle;
}

.foot-part2 p {
  display: inline-block;
  font-size: 29px;
  color: #fff;
  vertical-align: middle;
  letter-spacing: 3px;
}

.foot-bq {
  padding: 18px 0px;
  font-size: 15px;
  color: #fff;
  line-height: 150%;
  text-align: center;
  overflow: hidden;
}

.foot-bq p,
.foot-bq p a,
.foot-bq p strong {
  font-size: 15px;
  color: #fff;
  line-height: 150%;
  text-align: center;
  vertical-align: middle;
}

.foot-bq img {
  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: 1340px; 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;
}

/*上一页 下一页*/
.n-page{
  margin:15px 0px;
  background-color: #f5f5f5;
  overflow: hidden;
  box-sizing: border-box;
}
.n-page li{
  padding:20px 15px;
  width: 49%;
  font-size: 16px;
  color: #666;
  box-sizing: border-box;
}
.n-page li:hover{
  background-color: #edecec;
}
.n-page li:nth-child(1){
  float: left;
  text-align: left;
}
.n-page li:nth-child(1) a{
  display:inline-block;
  font-size: 16px;
  color: #666;
}
.n-page li:nth-child(2){
  float: right;
  text-align: right;
}
.n-page li:nth-child(2) a{
  display:inline-block;
  text-align: right;
  font-size: 16px;
  color: #666;
}
/*手机站*/
@media only screen and (max-width: 1400px) {
  #top-w {width: 1340px;}
  #w-80 {width: 1340px;}
  #w-90 {width: 1340px;}
  
}
@media only screen and (max-width: 1340px) {
  .about-w{width: 1340px;}
}
@media only screen and (max-width: 1430px) {
  .about-list li p{font-size: 26px;}
}
