@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-1300 {
	width: 1350px;
	margin: 0 auto;
	overflow: hidden;
}

.w-1300-1 {
	width: 1350px;
	margin: 0 auto;
}
#w-80 {
  width: 80%;
  margin: 0 auto;
}

#w-90 {
  width: 90%;
  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;
}

/*search*/

.h-input1 {
  float: left;
  width: 226px;
  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: 82px;
  height: 40px;
  background-color: #eb0909;
  text-align: center;
  font-size: 15px;
  color: #fff;
  line-height: 40px;
}
/*end search*/


.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;
}


/*top*/
.top-w{
  position: absolute;
  z-index: 20;
  width: 100%;
}
.menu-bg{
  width: 100%;
}

/*end top*/
/*menu*/

.top-bg-c{
  margin-top: 30px;
  background-color: #fff;
  overflow: hidden;
}
.h-menu {
  margin-top: 30px;
  float: left;
  height: 38px;
}

.h-menu li {
  position: relative;
  display: inline-block;
  width: 113px;
  border-radius: 30px;
  overflow: hidden;
}

.h-menu li a {
  display: block;
  font-family: 'Microsoft YaHei';
  font-size: 16px;
  color: #333;
  line-height: 38px;
  text-align: center;
  transition: all 0.3s ease-out;
}

.h-menu li a:hover {
  color: #fff;
  background-color: #fd1e19;
}

.h-menu-hover {
  color: #fff !important;
  background-color: #fd1e19 !important;
}


/*end menu*/

/*title*/
.tit01 {
  width: 100%;
  padding: 30px 0px;
  text-align: center;
  overflow: hidden;
}

.tit01 h2 {
  display: block;
  width: 100%;
  font-size: 30px;
  color: #0f1114;
  text-align: center;
  letter-spacing: 0px;
}
.tit01 p{
  display: block;
  font-size: 35px;
  color: #0f1114;
  text-align: center;
  text-transform: uppercase;
}


.tit01 .zi02 {
  display: block;
  margin-top: 15px;
  text-align: center;
  font-size: 18px;
  color: #2e2e2e;
  letter-spacing: 0px;

}

.tit01 .linec {
  margin-top: 15px;
  width: 100%;
  height: 3px;
  border-bottom: 1px solid #e9e9e9;
}


.tit02 {
  width: 100%;
  text-align: center;
  overflow: hidden;
}

.tit02 h2 {
  display: inline-block;
  width: 100%;
  font-size: 40px;
  color: #2a2a2a;
  text-align: center;
  letter-spacing: 0px;
  font-weight: bold;
}

.tit02 .zi01 {
  display: inline-block;
  font-size: 40px;
  color: #d41711;
  font-weight: bold;
}

.tit02 .linea {
  display: inline-block;
  margin-top: 15px;
  margin-right: 3px;
  width: 18px;
  height: 1px;
  background-color: #d41711;
}

.tit02 .lineb {
  display: inline-block;
  margin-top: 15px;
  width: 75px;
  height: 1px;
  background-color: #dedede;
}

.tit02 .zi02 {
  display: block;
  margin-top: 15px;
  text-align: center;
  font-size: 18px;
  color: #2e2e2e;
  letter-spacing: 0px;

}

.tit01 .linec {
  margin-top: 15px;
  width: 100%;
  height: 3px;
  border-bottom: 1px solid #e9e9e9;
}

/*end title*/

/*middle*/
.part-w{
  width: 100%;
  padding:20px 0px;
  background-color: #f0f1f1;
}
.hot-search{
  margin-top: 10px;
  float: left;
  width: 1000px;
}
.hot-search p{
  display: block;
  float: left;
  font-size: 15px;
  color: #0d0d0d;
  font-weight: bold;
}
.hot-search a{
  display: inline-block;
  font-size: 15px;
  color: #6b6b6b;
  padding-right: 10px;
}
.h-form {
  float: right;
  padding: 0px;
  width: 330px;
  color: #a8a8a8;
  background-color: #fff;
  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: #fff;
  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;
}

/*分类*/
.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 {
  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: 220px;
  padding: 13px 25px;
  color: #333;
  background-color: #fff;
  border-radius: 3px;
  text-align: center;
  border:1px solid #999;
  box-sizing: border-box;
  transition: all 0.5s;
}

.gl-proc li:hover a,
.gl-proc li:first-child a {
  background-color: #d61615;
  color: #fff;
}


/*简介*/


/*案例*/

/*产品*/
.pro-h{
  overflow: hidden;
}
.pro-h li{
  float: left;
  width: 19.1%;
  margin:0.5%;
}
.pro-h li:nth-child(5n){
  margin-right: 0px;
}
.pro-h li .tua{
  width: 100%;
  overflow: hidden;
}
.pro-h li .tua img{
  width: 100%;
}
.pro-h li .cont{
  padding:14px;
  overflow: hidden;
  background-color: #fff;
}
.pro-h li:hover .cont{
  background-color: #fd1e19;
}
.pro-h li .cont p{
  display: block;
  float: left;
  width: 67px;
  height: 25px;
  background-color: #1b1b1b;
  text-align: center;
  line-height: 25px;
  font-size: 13px;
  color: #fff;
  font-weight: bold;
}
.pro-h li:hover .cont p{
  background-color: #fff;
  color: #333;
}
.pro-h li .cont h3{
  margin-left: 83px;
  font-size: 17px;
  color: #000;
  overflow: hidden;
}
.pro-h li:hover .cont h3{
  color: #fff;
}
/*简介*/
.about-entit{
  margin-top: 69px;
  text-align: center;
  font-size: 117px;
  line-height: 100px;
  color: #efefef;
  font-weight: bold;
  text-transform: uppercase;
}
.about-w{
  padding:60px;
  width: 80%;
  margin:0 auto;
  margin-bottom: 30px;
  box-shadow: 0 0 15px #f2f2f2;
  box-sizing: border-box;
  overflow: hidden;
}
.about-tit{
  display: block;
  text-align: center;
  font-size: 30px;
  color: #1b1b1b;
}
.about-cont{
  margin:40px 0px;
}
.about-cont p{
  font-size: 16px;
  color: #666;
  line-height: 250%;
}
.about-list{
  margin-top: 30px;
  overflow: hidden;
}
.about-list li{
  float: left;
  width: 23.85%;
  margin-right: 1.5%;
  border:1px solid #e5e5e5;
  padding:15px 20px;
  box-sizing: border-box;
}
.about-list li:nth-child(4){
  margin-right: 0px;
}
.about-list li img{
  display: block;
  margin:0 auto;
}
.about-list li p{
  display: block;
  text-align: center;
  font-size: 26px;
  color: #222126;
  font-weight: bold;
}
.about-list li span{
  display: block;
  padding-top: 15px;
  text-align: center;
  font-size: 18px;
  color: #222126;
}
.news-w{
  margin-top: 40px;
  width: 100%;
  padding:40px 0px;
  background-color: #f0f1f1;
  overflow: hidden;
}
.news-tit{
  text-align: center;
}
.news-tit h2{
  display: block;
  text-align: center;
  font-size: 30px;
  color: #000;
}
.news-tit p{
  display: block;
  padding:15px 0px;
  text-align: center;
  font-size: 17px;
  color: #1b1b1b;
}
.news-l{
  float: left;
  width: 427px;
}
.news-l li{
  margin-bottom: 16px;
  position: relative;
}
.news-l li img{
  width: 100%;
}
.news-l li p{
  display: block;
  position: absolute;
  bottom: 32px;
  left:25px;
  z-index: 10;
  font-size: 26px;
  color: #fff;
}
.h-news{
  margin-left: 450px;
}
.h-news li{
  float: left;
  margin-bottom: 24px;
  width: 48%;
  margin-right: 2%;
  padding:23px 30px;
  border:1px solid #d2d2d2;
  box-sizing: border-box;
}
.h-news li:nth-child(2n){
  margin-right: 0px;
}
.h-news li h3{
  display: block;
  font-size: 17px;
  color: #333333;
  height: 46px;
  overflow: hidden;
}
.h-news li p{
  display: block;
  height: 45px;
  font-size: 14px;
  color: #929292;
  line-height: 150%;
  overflow: hidden;
}
.h-news li span{
  display: block;
  margin-bottom: 15px;
  margin-top: 10px;
  font-size: 13px;
  color: #929292;
}
.h-news li .morea{
  display: block;
  width: 90px;
  height: 26px;
  background-color: #b5b5b5;
  border-radius: 6px;
  text-align: center;
  line-height: 26px;
  color: #fff;
}


/*end middle*/

/*foot*/
.foot-w{
  padding:40px 0px 0px;
  width: 100%;
  background-color: #333;
  /* background: -webkit-linear-gradient(left,#28292a,#1f3a52) ; */
}
.foot-tit{}
.foot-tit h3{
  display: block;
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 5px;
}
.foot-tit .linea{
  margin:15px 0px;
  width: 28px;
  height: 2px;
  background-color: #a0a0a0;
}
.foot-la{
  float: left;
  width: 300px;
}
.foot-lx{
  display: block;
  font-size: 14px;
  color: #bcbcbc;
  line-height: 190%;
}
.foot-lx p,
.foot-lx p a,
.foot-lx p strong{
  font-size: 14px;
  color: #bcbcbc;
  line-height: 190%;
}

.foot-lb{
  margin-left: 25px;
  float: left;
  width: 330px;
}
.foot-lc{
  margin-left: 25px;
  float: left;
  width: 260px;
}
.foot-pro a{
  display: block;
  width: 50%;
  float: left;
  padding-bottom:10px;
  font-size: 14px;
  color: #bcbcbc;
}

.foot-dh a{
  display: block;
  float: left;
  padding-bottom:10px;
  width: 50%;
  font-size: 14px;
  color: #bcbcbc;
}
.foot-ewm{
  float: right;
  width: 300px;
}
.foot-ewm li{
  float: left;
  width: 50%;
  text-align: center;
}
.foot-ewm li .tua{
  margin:0 auto;
  padding:1px;
  width: 123px;
  height: 123px;
  border:1px solid #e5e5e5;
  background-color: #fff;
  box-sizing: border-box;
}
.foot-ewm li .tua img{
  width: 100%;
}
.foot-ewm li p{
  display: block;
  margin-top: 15px;
  text-align: center;
  font-size: 14px;
  color: #bcbcbc;
}
.foot-bq{
  margin-top: 40px;
  border-top:1px solid #bcbcbc;
  padding:25px 0px;
  font-size: 14px;
  color: #bcbcbc;
  line-height: 150%;
  text-align: center;
  overflow: hidden;
}
.foot-bq p,
.foot-bq p a,
.foot-bq p strong{
  font-size: 14px;
  color: #bcbcbc;
  line-height: 150%;
  text-align: center;
  vertical-align: middle;
}
.foot-bq img{
  vertical-align: middle;
}
/*end foot*/


/*内页*/
/*标题*/
.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-lx{
  padding:20px;
  background-color: #fff;
}
.ny-lx p{
  display: block;
  font-size: 20px;
  color: #333;
  line-height: 190%;
}

.ny-fa{
  display: block;
  margin:0 auto;
  padding:60px 30px;
  width: 100%;
  height: auto;
  background: url(../images/ny-fab.jpg);
  box-sizing: border-box;
}

.ny-video{
  float: left;  
  width: 50%; 
  padding:15px;
  box-sizing: border-box;
}


  /*当前位置*/

.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: 1350px; font-size: 15px;color: #333;}
	/*单页效果*/
.text-c{text-align: center;}
.ny-biaoti{padding:15px 0px;}
.ny-biaoti h2{display:block; font-size: 26px; color: #333; font-weight: bold;}
.ny-cont-dy{
  padding:20px 30px;
  margin:0 auto;
  width: 1340px;
  font-size: 17px;
  color: #666;
  line-height: 250%;
  letter-spacing: 0px;
  background-color: #efefef;
  box-sizing: border-box;
  overflow: hidden;
}
.ny-cont-dy p, .ny-cont-d p a{
  margin-bottom:15px;
  font-size: 17px;
  color: #666;
  line-height: 250%;
}
.ny-cont-d a{
  font-size: 17px;
  color: #666;
  line-height: 250%;
 }

.ny-cont{
	padding:20px 30px;
	margin:0 auto;
	width: 1340px;
	font-size: 15px;
	color: #333;
	line-height: 190%;
	letter-spacing: 0px;
  background-color: #efefef;
  box-sizing: border-box;
  overflow: hidden;
}
.ny-cont p, .ny-cont p a{
	margin-bottom: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: 1450px) {
  #w-80 {
    width: 1350px;
  }

  #w-90 {
    width: 1350px;
  }
}