@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;
}

.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-100 {
	margin-top: 100px;
}
.x_1260{
	width: 1260px;
	margin: 0 auto;
}
/*头部*/
.matop{
  width:100%;height: 38px;background: #f4f4f4;margin: 0 auto;
}
.matopa{
  width: 1260px;height: 38px;line-height: 38px;margin: 0 auto;color: #868686;
}
.matopaa{
	width: 100%;
	height: 1px;
	background: #dedede;
	margin: 0 auto;
}

/*头部*/
.gutop{
	width: 1260px;
	height: 130px;
	margin: 0 auto;
	margin-top: 20px;
}
.gutopl{
	width: 593px;
	height: 107px;
	float: left;
}
.gutopr{
	float: right;
}

/*导航*/
.daohang{
	width: 100%;
	height: 54px;
	background: #188bca;
	margin: 0 auto;
}
.hao_nav{
	width: 1260px;
  height:54px;
  margin: 0 auto;
}
.hao_nav ul{	
	height:54px;	
}
.hao_nav ul li{
  width:150px;
  height:54px;

  float:left;
  margin-right: 0px;
 
}
.hao_nav ul li a{
  color:#fff;
  font-size:16px;
  width:150px;
  height:40px;
  line-height:40px;
  display:block;
  text-align:center;
  margin-top: 6px;


}
.hao_nav ul li a:hover{
  background: #ffa000;
  color: #fff;
  border-radius: 15px;
  transition: all 0.5s ease-out;
  
}
.hao_nav ul li span{
	text-align: center;
	text-transform:uppercase;
	display: block;
	color: #CECECE;
	font-size: 12px;
	line-height: 20px;
}
/*喇叭*/
.laba{
	width: 100%;
	height: 42px;
	background: #FBFBFB;
	margin: 0 auto;
}
.labaa{
	width: 1260px;
	height:42px;
	line-height: 42px;
	margin: 0 auto;
}
.labad{
	width: 100%;
	height: 1px;
	background: #E5E5E5;
	margin: 0 auto;
}
.labaa img{
	float: left;
	margin-top: 8px;
}
.labaa h3{
	line-height: 33px;
	float: left;
	margin-left: 5px;
	color: #636363;
}
/*产品展示*/
.gucpa{
	width: 1260px;
	height: 893px;
	margin: 0 auto;
	margin-top: 15px;
}
.gucpal{
	width: 284px;
	height: 959px;
	float: left;
	background: url(../images/gu_15.jpg) no-repeat ;
	overflow: hidden;
}
.gucpalt{
	width: 90%;
	margin: 0 auto;
	height: 115px;
	margin-top: 20px;
}
.gucpalt h2{
	font-size: 30px;
	color: #FFFFFF;
	line-height: 50px;
	text-align: center;
}
.gucpalt span{
	text-transform: uppercase;
	letter-spacing: 0px;
	text-align: center;
	color: #F1F1F1;
	margin: 0 auto;
	display: block;
}

/*产品列表*/
.gucpalb{
	width: 80%;
	margin: 0 auto;
}
.gucpalb li{
	height: 42px;
	line-height: 42px;
	border-bottom:1px dashed #d0d0d0 ;
}
.gucpalb li h3{
	text-align: center;
	font-size: 16px;    
	line-height: 42px;	
}
/*产品图片*/
.gucpar{
	width: 965px;
	float: right;
	
}
/*滚动产品图片样式*/
.h-pro-gun01 li{
    float: left;
    margin-right: 10px;margin-bottom: 20px;
    width: 237px;
    height: 243px;
    border: 1px solid #3131311a;
    /*border-bottom: 5px solid #e80012;*/
    margin-bottom: 10px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.h-pro-gun01 li:hover{
/*	border: 1px solid #505050;*/
}
.h-pro-gun01 li .tu{
	  margin: 5px;
    width: 227px;
    height: 193px;
    padding: 0px;
    border: 0px solid #434343;
    background-color: #e5e5e5;
    overflow: hidden;
}
.h-pro-gun01 li .tu img{
  -webkit-transform: scale(1, 1); 
  -moz-transform: scale(1, 1); 
  -webkit-transition: all 0.5s ease-out; 
  -moz-transition: all 0.5s ease-out; 
  transition: all 0.5s ease-out;
  width: 237px;
  height: 193px;
}
.h-pro-gun01 li:hover .tu img{
  -webkit-transform: scale(1.1, 1.1); 
  -moz-transform: scale(1.1, 1.1); 
  transform: scale(1.1, 1.1); 
  -webkit-transition: all 0.6s ease-out; 
  -moz-transition: all 0.6s ease-out; 
  transition: all 0.6s ease-out;
}
.h-pro-gun01 li .p1-t{
/*	margin:0 auto;*/
	width: 98%;
	height: 32px;
	
}

.h-pro-gun01 li .p1-t a h3{
  width: 68%;
  float: left;
  display: block;
  height:20px;
  line-height:20px;
  font-size: 15px;
  color: #333;
  overflow: hidden;
  letter-spacing: 0px;
  text-indent: 20px;
  margin-top: 5px;
}
.h-pro-gun01 li .p1-t a span{
  width: 20%;
  height: 20px;
  float: right;
  display: block;
  height:20px;
  line-height:20px;
  font-size: 12px;
  color: #fff;
  letter-spacing: 0px;
  text-align: center;
  letter-spacing: 0px;
  margin-top: 10px;
  background: #dddddd;
  border-radius: 6px;
}
.h-pro-gun01 li .p1-t p{
	display: block;
	float: right;
	width: 86px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	text-indent: 25px;
	font-size: 16px;
	color: #fff;
}
.h-pro-gun01 li:hover .p1-t a h3{
	color: #333;
/*	background: #016bb8;*/
}

.h-pro-gun01 li:hover{
    /*border-bottom: 5px solid #333;*/
}

.h-pro-gun01 li:hover .p1-t a span{
  background: #ffa000;
/*  background: #016bb8;*/
}

.juntel{width: 90%;height: 30px;line-height: 30px;background: #0d4b96;margin: 0 auto;color: #fff;text-align: center;}

.h-pro-gun01 li .dianhu{
	margin-top:14px;
    width: 300px;
    height: auto;
}
.h-pro-gun01 li .dianhu p{
	display: block;
	padding:2px 0px 2px 20px;
    font-size: 14px;
    color: #5b5b5b;
    letter-spacing: 0px;
	transition: all 0.3s ease-out;
   	
}

.h-pro-gun01 li .dianhu span{
	display: block;
	padding:2px 0px 2px 20px;
    font-size: 15px;
    color: #5b5b5b;
    letter-spacing: 0px;
	transition: all 0.3s ease-out;
   	
}

/*简介*/
.guus{
	width: 100%;
	height: 694px;
	background: url(../images/gu_18.jpg) no-repeat center;	
	margin-top: 20px;
}
.guusa{
	width: 1260px;
	height: 600px;
	margin: 0 auto;
	overflow: hidden;
}
.guusat{
	width: 1005px;
	height: 111px;
	margin-left: 265px;
	margin-top: 120px;
	
}
.guusatl{
	width: 365px;
	height: 111px;
	float: left;
}
.guusatl h2{
	font-size: 26px;
	color: #333333;
}
.guusatr{
	width: 299px;
	height: 111px;
	float: right;
	margin-top: 10px;
}
.guusatr h2{
	font-family: arial;
	font-size: 22px;
	color: #ffa000;
}
.guusab{
	width: 1005px;
	margin-left: 265px;
	margin-top:10px;
	line-height: 40px;
}
.guusab p{
		font-size: 16px;
}
.guusaz{
		width: 1005px;
		margin-left: 265px;
		margin-top:10px;
}
.guusaz li{
	width: 325px;
	height: 133px;
	background: #ffa000;
}
.huang1{
	float: left;
	margin-right: 10px;
}
.huang1l{
	float: left;

}
.huang1l img{
		margin-top: 15px;
}
.huang1r{
	float: left;
	margin-left: 15px;
	padding-top: 24px;
}
.huang1r h3{
	font-size: 24px;
	color: #FFFFFF;
	
}
.huang1r span{
	text-transform: uppercase;
	color: #F1F1F1;
	letter-spacing: 0px;
	font-size: 11px;
} 

/*新闻资讯*/
.gnew{
	width: 199px;
	height: 81px;
	margin: 0 auto;
  margin-top: 10px;
}
.gnew h2{
	font-size: 26px;
	color: #333333;
	margin: 0 auto;
	text-align: center;
}
.gnew font{
	width: 31px;
	height: 6px;
	background: #188BCA;
	margin: 0 auto;
	display: block;
	margin-top: 2px;
	margin-bottom: 2px;
}
.gnew span{
	text-transform: uppercase;
	letter-spacing: 0px;
	font-size: 13px;
	color: #8d8d8d;
	text-align: center;
	display: block;
} 

/*新闻*/
.h-news01{
  width: 1300px;
height: auto;
overflow: hidden;
margin: 0 auto;
margin-top: 36px;
}
.h-news01 li{
  float: left;
  margin-right: 71px;
  margin-bottom: 70px;
  width: 570px;
  height: 80px;
}
.h-news01 li .num001{
  float: left;
  width: 122px;
  height: 81px;
  border-right: 3px solid #848484;
  font-family: "ITC Avant Garde Gothic";
  font-size: 90px;
  color: #000000;
  line-height: 80px;
}
.h-news01 li:hover .num001{
  color: #eba204;
  border-right: 3px solid #eba204;
}
.h-news01 li .r01{
  float: right;
  width: 416px;
  height: auto;
  overflow: hidden;
}
.h-news01 li .r01 a h4{
  display: block;
  height: 37px;
  font-size: 17px;
  color: #000000;
  overflow: hidden;
  line-height: 100%;
  letter-spacing: 0px;
}
.h-news01 li:hover .r01 a h4{
  color: #ffa000;
}
.h-news01 li .r01 p{
  display: block;
  height: 50px;
  font-size: 14px;
  color: #888888;
  line-height: 170%;
  letter-spacing: 0px;
}
/*案例*/
.ganli{
	width: 100%;
	height: 390px;
	background: url(../images/b.jpg) repeat center;
	margin: 0 auto;
}
.ganlia{
	width: 1260px;
	height: 390px;
	margin: 0 auto;
	overflow: hidden;
}
.ganliat{
	width: 1260px;
	height: 111px;
	margin: 0 auto;
	margin-top: 25px;
}
.ganliatl{
	width: 490px;
	height: 111px;
	float: left;
}
.ganliatll{
	width: 6px;
	height: 90px;
	background: #FFA000;
	float: left;
}
.ganliatlr{
	width: 470px;
	float: right;
	margin-left: 5px;
}
.ganliatlr h2{
	font-size: 26px;
	color: #333333;	
}
.ganliatlr span{
	text-transform: uppercase;
	letter-spacing: 0px;
	font-size: 15px;
	color: #ffa000;
	width: 480px;
	display: block;
}
.ganliatlr font{

	margin-top: 5px;
}
.ganliatlr font img{
	margin-top: 5px;
	float: left;
}
.ganliatlr font a{
		line-height: 32px;
		display: block;
		float: left;
}
.ganliatr{
	width: 573px;
	height: 95px;
	float: right;
	margin-top: 10px;
}
.ganliatr li{
	width: 181px;
	height: 46px;
	background: url(../images/gu_23.jpg) no-repeat center;
	float: left;
	margin-right: 10px;
}
.ganliatr li a{
	text-align: center;
	line-height: 46px;
	color: #FFFFFF;
	display: block;
	font-size: 15px;
}












/*尾部*/
/*bottom*/
/*尾部*/
.yufoot{
  width: 100%;
  height: 300px;
  background:#1169a1;
  margin: 0 auto;
}
.yufoota{
  width: 1250px;
  height: 180px;
  margin: 0 auto;
}
.yufootal{
  width: 189px;
  height: 153px;
  background: url(../images/er.jpg) no-repeat center;
  float: left;
  margin-top:60px;

}
.yufootar{
  width: 600px;
  height: 200px;
  float: left;
  padding-top: 50px;
  margin-left: 80px;
}
.yufootart{
  width: 600px;
  height: 35px;
  margin-top: 25px;
}
.yufootart li{
  float: left;
  width: 80px; 
}
.yufootart li a{
  color: #fff;text-align: center;display: block;font-size: 15px;
}
.yufootarb{
  width: 600px;
  height: 145px;
  line-height: 40px;
  color:#fff;

}
.yufootarb p{
  font-size: 16px;
}
.ddl{width: 324px;height: 104px;float: left;padding-top: 120px;}
.ddlt h4{width: 324px;color: #ffffff;font-size: 39px;font-weight: bold;}
.ddlb{width: 324px;color: #ffffff;font-size: 10px;text-transform: uppercase;letter-spacing: 0px;}


.foota{
  width: 100%;height: 30px;background: #0a5f95;
}
.footaa{width: 1250px;line-height: 30px;margin: 0 auto;color: #fff;font-size: 14px;text-align: center;}
/*end*/


.bq{
	width: 100%;
	height: 40px;
	background-color: #1b1b1b;
	text-align: center;
	overflow: hidden;
}
.bq p,
.bq p a {
	text-align: center;
	font-size: 14px;
	color: #cecece;
	line-height: 40px;
}
.w-1260{
	width: 1260px;
	margin: 0 auto;
}

/*所有标题*/
.h-tit01 {
	padding:16px 0px;
	width: 100%;
	height: auto;
	border-bottom:1px solid #e5e5e5;
	overflow: hidden;
}

.h-tit01 h2 {
	width: 100%;
	height: 37px;
	font-size: 30px;
	color: #1b1b1b;
	text-align: center;
}

.h-tit01 span {
	display: block;
	margin:0 auto;
	margin-top: 6px;
	width: 180px;
	height: 22px;
	line-height: 22px;
	background-color: #eeeeee;
	font-size: 15px;
	color: #777777;
	text-align: center;
	text-transform: uppercase;
}
.h-tit01 p {
	margin-top: 15px;
	display: block;
	text-align: center;
	font-size: 18px;
	color: #777;
}

.line1 {
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
}
.tit2{
	margin:0 auto;
	width: 1260px;
	height: 36px;
}
.tit2 h2{
	display: block;
	width: 800px;
	height: auto;
	font-size: 26px;
	color: #e4333d;
	font-weight: bold;
}

.tit2 h2 img {
    display: inline-block;
    margin-top: 16px;
    margin-right: 10px;
    float: left;
}
.tit2 .zi1{
	font-size: 26px;
	color: #333;
	font-weight: bold;
}
.tit2 .zi2{
	font-size: 20px;
	color: #6e6e6e;
	text-transform:uppercase;
}
.tit2 a{
	  display: block;
    float: right;
    width: 75px;
    height: 29px;
    font-size: 15px;
    color: #fff;
    text-indent: 9px;
    line-height: 29px;
    background: #4695f1;
    margin-top: 10px;
}
.tit3{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.tit3 h2{
	display: block;
	float: left;
	width: 141px;
	height: 32px;
	background-color: #e4333d;
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 32px;
}
.tit3 a{
	display: block;
	float: right;
	width: 64px;
	height: 25px;
	border:1px solid #dcdcdc;
	font-size: 12px;
	color: #787878;
	text-transform: uppercase;
	text-align: center;
	line-height: 25px;
	transition: all 0.3s ease-out;
}
.tit3 a:hover{
	background-color: #e4333d;
	color: #fff;
}
/*end 所有标题*/

/*内页*/
	/*联系我们*/
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: 230%;
}
.ny-cont a{
 	font-size: 15px;
	color: #333;
	line-height: 230%;
 }
 .ny-cont-h1{
	display: block;
	width: 100%;
	font-size: 26px;
	color: #333;
	font-weight: bold;
	text-align: center;
}
/*详情页样式*/
.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;
}

/*手机站*/

.guusat{
	height: 46px;
	margin-left: 140px;
}
.guusatl{
	height: 48px;
	margin-left: 140px;
} 
.guusab{
	line-height: 27px;
	margin-left: 140px;
}
.guusaz{
	margin-left: 140px;
}