@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;
}

/*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;
}
/*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: #0175cc;
}
/*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%;
  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所有标题*/
  /*分类*/
.gl-proc{
    padding:15px 0px;
  }

  .gl-proc a h3{
    display: inline-block;
    float: left;
    font-size: 17px;
    margin:3px;
    width: 142px;
    padding: 8.5px 16px;
    color: #fff;
    background-color: #0175cc;
    border-radius: 3px;
    transition: all 0.5s;
    text-align: center;
  }
  .gl-proc a:hover h3{
    background-color: #ff0000;
    color: #fff;
  }
  .h-proc1-hover{
    background-color: #ff0000 !important;
    color: #fff !important;
  }


/*产品*/
/*首页产品*/
.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: 792px;
  background: url(../images/about-w.jpg) top center no-repeat;
}
.h-about{
  margin-top: 120px;
  width: 635px;
}
.about-tit p{
  display: block;
  font-size: 49px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
.about-tit h2{
  display: block;
  margin-top: 10px;
  font-size: 39px;
  color: #fff;
  font-weight: bold;
}
.about-tit span{
  display: block;
  margin-top: 20px;
  font-size: 26px;
  color: #fff;
}
.about-cont{
  margin-top: 35px; 
  height: 290px;
  font-size: 15px;
  color: #fff;
  line-height: 190%;
  overflow: hidden;
}
.about-cont p,
.about-cont p a,
.about-cont p strong{
  font-size: 15px;
  color: #fff;
  line-height: 190%;
}
.about-more a{
  display: block;
  margin-top: 30px;
  width: 126px;
  height: 32px;
  border:1px solid #fff;
  text-align: center;
  font-size: 15px;
  color: #fff;
  line-height: 30px;
}
/*简介 end*/

/*优势*/
.h-ys{
  width: 1300px;
}
.h-ys li{
  float: left;  
  margin-right: 23px;
  width: 298px;
}
.h-ys li .tua{
  position: relative;
  width: 298px;
  height: 205px;
  overflow: hidden;
}
.h-ys li .tua img{
  width: 100%;
}
.h-ys li .tua .num{
  position: absolute;
  top: 45px;
  left:90px;
  width: 109px;
  height: 109px;
  background-color: rgba(220,28,41,0.6);
  border-radius: 50%;
  text-align: center;
  font-size: 74px;
  color: #fff;
  font-family: "Impact";
  line-height: 109px;
}
.h-ys li p{
  display: block;
  padding:16px 0px;
  margin:0 auto;
  width: 250px;
  border-bottom:1px solid #b5b5b5;
  font-size: 25px;
  color: #1b1b1b;
  letter-spacing: 5px;
  text-align: center;
}

/*首页新闻*/
.part3-l{
  float: left;
  width: 690px;
  height: auto;
  overflow: hidden;
}
.part3-r{
  float: right;
  width: 535px;
  height: auto;
  overflow: hidden;
}
.news1{
  float: right;
  width: 476px;
  height: auto;
  overflow: hidden;
}
.news1-1{
  width: 100%;
  height: 146px;
  background-color: #efefef;
  margin-bottom: 17px;
  transition: all 0.3s ease-out;
}
.news1-1:hover{
  background-color: #db2c31;
}
.news1-1 .tu1{
  display: block;
  float: left;
  width: 194px;
  height: 146px;
  overflow: hidden;
}
.news1-1 .n1-r{
  float: left;
  margin-left: 28px;
  margin-top: 25px;
  width: 230px;
  height: 91px;
  overflow: hidden;
}
.news1-1 .n1-r a h3{
  display: block;
  width: 100%;
  height: 21px;
  overflow:hidden; 
  text-overflow:ellipsis; 
  white-space:nowrap;
  font-size: 17px;
  color: #242424;
  letter-spacing: 0px;
}
.news1-1:hover .n1-r a h3{
  color: #fff;
}
.news1-1 .n1-r p{
  display: block;
  margin-top: 10px;
  width: 100%;
  height: 58px;
  font-size: 14px;
  color: #5b5b5b;
  line-height: 146%;
  letter-spacing: 0px;
  overflow: hidden;
}
.news1-1:hover .n1-r p{
  color: #fff;
}
.news1 li{
  padding:6px 0px;
  width: 100%;
  height: auto;
}
.news1 li img{
  display: inline-block;
  margin-top: 2px;
  float: left;
}
.news1 li a h3{
  display: block;
  float: left;
  margin-left: 13px;
  width: 360px;
  font-size: 14px;
  color: #5e5e5e;
  transition: all 0.3s ease-out;
  overflow:hidden; 
  text-overflow:ellipsis; 
  white-space:nowrap;
}
.news1 li:hover a h3{
  color: #db2c31;
}
.news1 li .date1{
  float: right;
  width: 80px;
  font-size: 13px;
  color: #989898;
  letter-spacing: 0px;
  text-align: right;
}


.news2{
  margin-top: 0px;
  width: 100%;
  height: auto;
}
.news2 li{
  margin-bottom: 16px;
  width: 100%;
  height: 97px;
}
.news2 li img{
  display: block;
  float: left;
  width: 141px;
  height: 97px;
}
.news2 li .n2-r{
  float: right;
  width: 367px;
  height: auto;
}
.news2 li .n2-r a h3{
  display: block;
  font-size: 16px;
  color: #434343;
  letter-spacing: 0px;
  overflow:hidden; 
  text-overflow:ellipsis; 
  white-space:nowrap;

}
.news2 li:hover .n2-r a h3{
  color: #ba161b;
}
.news2 li .n2-r p{
  display: block;
  margin-top: 15px;
  width: 100%;
  height: 37px;
  font-size: 14px;
  color: #787878;
  line-height: 140%;
  letter-spacing: 0px;
  overflow:hidden; 
}
/*end首页新闻*/

/*列表*/
.huis-list{
  padding:20px 0px;
  padding-top: 40px;
  width: 100%;
  height: auto;
  background: url(../images/bga.jpg) top center no-repeat;
}
.huis-list-t h2{
  display: block;
  text-align: center;
  font-size: 32px;
  color: #fff;
  font-weight: bold;
}
.huis-list-t p{
  display: block;
  margin-top: 15px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  line-height: 160%;
}
.huis-list-more a{
  display: block;
  margin:0 auto;
  margin-bottom: 20px;
  margin-top: 15px;
  width: 150px;
  height: 30px;
  border:1px solid #fff;
  text-align: center;
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  background-color: #ea1c1c;
}
.hs-list{
  margin-top: 8px;
  text-align: center;
}
.hs-list li{
  display: inline-block;
  padding:10px;
  width: 44%;
  margin:0.5% 1%;
  border:1px solid #666;
  box-sizing: border-box;
  background-color: rgba(255,255,255,0.9);
  
}
.hs-list li:hover{

}
.hs-list-bga{
  /*background-color: rgba(255,0,0,0.6);*/
}
.hs-list-bgb{
  /*background-color: rgba(1,117,204,0.6);*/
}
.hs-list li .tit{
  float: left;
  width: 100px;
 
}
.hs-list li .tit p{
  display: block;
  text-align: center;
  font-size: 26px;
  color: #e52222;
  font-family: "Impact";
}
.hs-list li .tit h3{
  display: block;
  padding:0px 5px;
   font-size: 20px;
  color: #333;
  font-weight: bold;
  text-align: center;
}
.hs-list li .nrr{
  margin-left: 100px;
  border-left:1px solid #000;
  padding-left:10px;
  box-sizing: border-box;
}
.hs-list li .nrr p,
.hs-list li .nrr p a{
  font-size: 15px;
  color: #333;
  line-height: 150%;
  height: 70px;
  overflow: hidden;
}
/*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: 17px;
  color: #fff;
  line-height: 20px;
}
.f-menu{
  float: left;
  width: 258px;
  height: auto
}
.f-menu1{
  width: 177px;
}
.f-menu1 a{
  display: block;
  float: left;
  width: 78px;
  height: 22px;
  font-size: 14px;
  color: #adadaf;
}
.f-proc1{
  margin-right: 35px;
  float: left;
  width: 470px;
  height: auto;
  overflow: hidden;
}
.f-proc1 a{
  display: block;
  float: left;
  padding:6px;
  margin-right: 8px;
  margin-bottom: 8px;
  width: 93px;
  font-size: 14px;
  color: #adadaf;
  text-align: center;
  border:1px solid #efefef;
}
.f-cont1{
  float: left;
  width: 320px;
  height: auto;
  color: #adadaf;
}
.f-cont1 p, .f-cont1 p p, .f-cont1 p a, .f-cont1 p p a{
  font-size: 14px;
  color: #adadaf;
  line-height: 150%;
  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: #0b3c89;
}
.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%;}
}
