@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-1260 {
	width: 1300px;
	margin: 0 auto;
	overflow: hidden;
}

.w-1260-1 {
	width: 1300px;
	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;
}
#w-90 {
  width: 90%;
  margin: 0 auto;
}

#w-80 {
  width: 80%;
  margin: 0 auto;
}

/*search*/
.part1-r{
  margin-top:5px;
  float: right;
  width: 290px;
}
.h-input1{
  float: left;
  width: 220px;
  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: 62px;
  height: 40px;
  background-color: #19b760;
  text-align: center;
  font-size: 15px;
  color: #fff;
  line-height: 40px;
}
/*end search*/
/*top*/
.kml-logo {
  display: inline-block;
  float: left;
}

/*end top*/
/*menu*/
.h-menu-bg {
  margin-left: 10px;
  width: 800px;
  height: 55px;
}

.h-menu {
  margin-top: 16px;
  width: 100%;
  text-align: center;
}

.h-menu li {
  padding: 25px 0px 0px;
  position: relative;
  /* z-index: 1111111; */
  display: inline-block;
  width: 11.5%;
  height: 49px;
  transition: all 0.3s ease-out;
}

.h-menu li a {
  display: block;
  position: absolute;
  z-index: 100;
  padding: 7px 0px;
  width: 95%;
  text-align: center;
  font-size: 16px;
  color: #282828;
  transition: all 0.3s ease-out;
}

.h-menu li:hover a {
  color: #fff;
  background-color: #0168b7;
  border-radius: 5px;
}

.h-menu-hover {
  color: #fff !important;
  background-color: #0168b7 !important;
  border-radius: 5px;
}


/*end menu*/

/*middle*/
/*title*/
.tit01 {
  width: 100%;
  text-align: center;
  overflow: hidden;
}

.tit01 h2 {
  display: inline-block;
  width: 100%;
  font-size: 28px;
  color: #333;
  text-align: center;
  letter-spacing: 0px;
  font-weight: bold;
}

.tit01 .zi01 {
  display: inline-block;
  font-size: 40px;
  color: #e50112;
  font-weight: bold;
}

.tit01 .linea {
  display: inline-block;
  margin-top: 6px;
  margin-right: 3px;
  width: 18px;
  height: 1px;
  background-color: #0068b7;
}

.tit01 p {
  display: block;
  margin-top: 6px;
  text-align: center;
  font-size: 16px;
  color: #777;
}


.tit01 .linec {
  margin-top: 15px;
  width: 100%;
  height: 3px;
  border-bottom: 1px solid #e9e9e9;
}

.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 title*/

/*middle*/


/*分类*/
.pro-w {
  padding: 25px 0px;
  background-color: #f5f5f5;
  overflow: hidden;
}

/*二级分类*/
.proc-sec {
  float: left;
  padding-bottom: 15px;
  width: 250px;
  height: auto;
  overflow: hidden;
}

.proc-sec dt a {
  display: block;
  padding: 20px 0px;
  background-color: #0068b7;
  font-size: 26px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  overflow: hidden;
}

.proc-sec dd a {
  display: block;
  padding: 15px 25px;
  background-color: #333;
  font-size: 15px;
  color: #fff;
  border-bottom: 1px solid #666;
  text-align: center;
  overflow: hidden;
}
.proc-sec dd a:hover{
  background-color: #505050;
}
.ny-fenlei1-hover{
  background-color: #505050 !important;
}

/*END 二级分类*/
.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: block;
  float: left;
  width: 210px;
  text-align: -webkit-match-parent;
}

.gl-proc li a {
  display: block;
  font-size: 17px;
  margin: 5px;
  width: auto;
  padding: 10px 10px;
  color: #333;
  border-radius: 3px;
  border: 1px solid #333;
  border-radius: 5px;
  text-align: center;
  transition: all 0.5s;
}

.gl-proc li:hover a,
.gl-proc li:first-child a {
  background-color: #e50112;
  border: 1px solid #e50112;
  color: #fff;
}

/*联系我们*/
.h-lcontact {
  margin-top: 20px;
  background-color: #333;
  overflow: hidden;
}

.h-lcontact h3 {
  display: block;
  padding: 15px;
  background-color: #0068b7;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
}

.h-lcontact .conta {
  padding: 20px;
  overflow: hidden;
}

.h-lcontact .conta p,
.h-lcontact .conta p a,
.h-lcontact .conta p strong {
  font-size: 15px;
  color: #fff;
  line-height: 190%;
}


/*简介*/
.about-tit {
  margin-top: 20px;
  text-align: center;
}

.about-tit h2 {
  display: block;
  font-size: 50px;
  color: #0068b7;
  font-weight: bold;
  text-align: center;
}

.about-tit h2 font {
  font-size: 50px;
  color: #222222;
  font-weight: bold;
}

.about-tit p {
  display: block;
  margin-bottom: 10px;
  font-size: 15px;
  color: #6f6f6f;
  text-align: center;
  text-transform: uppercase;
}

.about-w {
  padding: 35px 0px;
  background: url(../Images/bga.jpg);
  overflow: hidden;
}

.about-l {
  float: left;
  width: 587px;
  height: 436px;
  border-radius: 15px;
  border: 1px solid #e5e5e5;
  overflow: hidden;
}

.about-r {
  margin-top: -15px;
  float: right;
  width: 670px;
}

.about-bt h3 {
  display: inline-block;
  vertical-align: middle;
}

.about-bt h3 strong {
  display: inline-block;
  font-size: 33px;
  color: #0068b7;
  font-weight: bold;
  letter-spacing: 2px;
}

.about-bt span {
  display: inline-block;
  font-size: 55px;
  color: #f4f4f4;
  font-weight: bold;
  font-style: italic;
  vertical-align: middle;

}

.about-bt p {
  display: block;
  font-size: 23px;
  color: #222;
}

.about-cot {
  margin-top: 25px;
  margin-bottom: 15px;
  width: 100%;
  height: 273px;
  overflow: hidden;
}

.about-cot p,
.about-cot p a,
.about-cot p strong {
  display: block;
  font-size: 16px;
  color: #222;
  line-height: 170%;
  letter-spacing: 0px;
}

.about-more a {
  display: inline-block;
  padding: 6px 23px;
  font-size: 15px;
  color: #0068b7;
  border: 1px solid #0068b7;
  border-radius: 5px;
}

/*优势*/
.ys-tit {
  padding-top: 15px;

}

.ys-tit h2 {
  display: block;
  font-size: 42px;
  color: #303030;
  font-weight: bold;
  text-align: center;
  letter-spacing: 2px;
}

.ys-tit p {
  display: block;
  margin-top: 5px;
  font-size: 15px;
  color: #888;
  text-align: center;
  text-transform: uppercase;
}

.ys-w {
  margin-top: 15px;
  background-color: #0068b7;
  padding: 40px 0px;
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
}

.ys-w li {
  display: inline-block;
  width: 19%;
  height: 313px;
  border-left: 1px dashed #4d96cd;
  overflow: hidden;
}

.ys-w li h3 {
  display: block;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.ys-w li p {
  margin-top: 20px;
  display: block;
  padding: 15px 27px;
  font-size: 16px;
  color: #fff;
  line-height: 170%;
}

.ys-w li:first-child {
  border-left: none;
}

/*伙伴*/
.hb-list{
  padding:25px 0px 15px 0px;
  width: 1350px;
  overflow: hidden;
}
.hb-list li{
  float: left;
  margin-right: 15px;
  width: 248px;
  height: 147px;
  border:1px solid #0068b7;
  box-sizing: border-box;
  overflow: hidden;
}
.hb-list li img{
  width: 100%;
}


/*产品*/
.pro-r {
  margin-left: 280px;
  height: auto;
  overflow: hidden;
}

.jg-pro-bg {
  width: 100%;
  background-color: #f8f8f8;
  padding: 40px 0;
  overflow: hidden;
}

.jg-pro {
  width: 102%;
  height: auto;
}

.jg-pro li {
  float: left;
  margin-right: 1%;
  margin-bottom: 1%;
  width: 23.5%;
  background-color: #FFF;
  border: 1px solid #f5f5f5;
  box-sizing: border-box;
  overflow: hidden;
}

.jg-pro li .tu {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.jg-pro 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-pro li:hover .tu img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.jg-pro li .tu .more {
  border: 2px solid rgba(204, 204, 204, 0.8);
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-border-radius: 20px;
  border-radius: 20px;
  font-size: 16px;
  line-height: 16px;
  padding: 10px 20px;
  color: #DDD;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 99;
  margin-top: -60px;
  margin-left: -55px;
  -webkit-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
  transition: All 0.4s ease-in-out;
  opacity: 0;
}

.jg-pro li:hover .tu .more {
  opacity: 1;
  margin-top: -20px;
}

.jg-pro li .tu:before {
  display: block;
  opacity: 0;
  content: '';
  background-color: rgba(0, 0, 0, 0.3);
  ilter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000, endColorstr=#4C000000);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
  transition: All 0.4s ease-in-out;
}

.jg-pro li:hover .tu:before {
  opacity: 1;
}

.jg-pro li .tit {
  padding: 15px 20px 15px;
  background-color: #fff;
  transition: all 0.5s ease-out;
  background-color: #f5f5f5;
}

.jg-pro li:hover .tit {
  background-color: #0068b7;
}

.jg-pro li .tit a h3 {
  font-size: 18px;
  padding-bottom: 6px;
  color: #333;
  text-align: center;
  font-weight: bold;
}

.jg-pro li .tit p.intro {
  height: 24px;
  font-size: 14px;
  color: #333;
  line-height: 150%;
  letter-spacing: 0px;
  text-align: center;
  overflow: hidden;
}

.jg-pro li .tit span {
  display: block;
  margin: 3px 5px;
  border-top: 1px solid #999;
  padding-top: 4px;
  font-size: 14px;
  color: #999;
  text-align: center;
  line-height: 150%;
}

.jg-pro li:hover .tit span {
  border-top: 1px solid #efefef;
  color: #fff;
}

.jg-pro li:hover .tit a h3 {
  color: #fff;
}

.jg-pro li:hover .tit p.intro {
  color: #fff;
}

/*首页新闻*/
.hydt-w {
  margin-top: 8px;
  padding: 40px 0px;
  background-color: #f2f6f7;
  overflow: hidden;
}

.hydt-l {
  float: left;
  width: 650px;
  height: auto;
}

.hydt-l img {
  width: 100%;
}

.hydt-r {
  float: right;
  width: 588px;
  height: auto;
}

.hydt-r-tit p {
  display: block;
  font-size: 44px;
  color: #0068b7;
  text-transform: uppercase;
}
.hydt-r-tit h2{
  display: block;
  font-size: 26px;
  color: #666;
}
.yhdt-nr{}
.yhdt-nr a h3{
  display: block;
  font-size: 30px;
  color: #0068b7;
  font-weight: bold;
}
.yhdt-nr p{
  display: block;
  margin:18px 0px;
  font-size: 15px;
  color: #6f6f6f;
  line-height: 220%;
}
.yhdt-nr .more a{
  display: block;
  width: 179px;
  height: 45px;
  border:1px solid #0068b7;
  text-align: center;
  line-height: 45px;
  font-size: 18px;
  color: #0068b7;
  text-transform: uppercase;
}


.h-news {
  margin-top: 25px;
  width: 102%;
}

.h-news li {
  margin-bottom: 25px;
  float: left;
  width: 46%;
  margin-right: 4%;
}

.h-news li a h3 {
  display: block;
  font-size: 20px;
  color: #303030;
  font-weight: bold;
}

.h-news li:hover a h3 {
  color: #0068b7;
}

.h-news li p {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  height: 45px;
  color: #aaaaaa;
  line-height: 170%;
  overflow: hidden;
}

.h-news li .linea {
  display: block;
  margin-top: 15px;
  width: 30px;
  height: 3px;
  background-color: #0068b7;
  transition: all 0.8s ease-in-out;
}

.h-news li:hover .linea {
  width: 100%;
}

/*end首页新闻*/
/*end middle*/
/*bottom*/

.foot-bg {
  margin-top: 40px;
  padding-top: 32px;
  width: 100%;
  background:url(../Images/foot-bg.jpg) top center repeat-y;
}
.foot-lx{
  float: left;
  width: 300px;
  height: auto;
}
.foot-lx p,
.foot-lx p a,
.foot-lx p strong{
  font-size: 16px;
  color: #fff;
  line-height: 170%;
}
.foot-fl{
  float: left;
  width: 193px;
}
.foot-tit p{
  display: block;
  font-size: 22px;
  color: #fff;
}
.foot-tit .linea{
  display: block;
  margin:15px 0px;
  width: 26px;
  height: 3px;
  background-color: #0069b7;
}
.foot-list a{
  display: block;
  padding-bottom: 6px;
  font-size: 15px;
  color: #ced1e4;
}
.foot-bq{
  display: block;
  margin-top: 15px;
  padding:22px 0px;
  border-top:1px solid #0269b6;
  overflow: hidden;
  text-align: center;
}
.foot-bq p,
.foot-bq p a,
.foot-bq p strong{
  font-size: 15px;
  color: #fff;
  text-align: center;
}
/*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: 1260px) {
  #w-80 {
    width: 100%;
  }

  #w-90 {
    width: 100%;
  }
}
