﻿
body{margin:0px;padding:0px;font-size:12px;line-height:150%;color:#646363;font-family:  Arial,Verdana, Helvetica, sans-serif, Tahoma;}
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea{margin:0;padding:0;}
input, textarea, select{font-family:Verdana, Arial, Helvetica, sans-serif, Tahoma;font-size:12px;	}
li{list-style:none;}
.l{float:left;}
.r{float:right;}
.c{clear:both;height:1px;margin-top:-1px;overflow:hidden;}
.t_l{text-align:left;}	
.t_r{text-align:right;}
.t_c{text-align: center;}
a{color:#0667b4;text-decoration:none;}	
a:hover{color:#0667b4;text-decoration:none;}

/*----------------------------------------------网站首页------------------------------------------*/
.container{
	margin-left:auto;
	margin-right:auto;
	padding:0px 5% 0px 5%;
}

/*头部*/
.lf{float:left}
.rg{float:right}
.clear{clear:both;height:0px;line-height:0px;font-size:0px}
.head{position:fixed;top:44px;left:0px;width:100%;min-width:1000px;z-index:9999;background:#fff;height:100px;transition:all .2s;border-bottom:1px solid #ddd}
.logo{width:40%;transition:all .3s; padding-top:10px;}
.logo a{display:block;position:relative;overflow:hidden}
.logo img{position:relative;z-index:100;max-width: 500px;}
.logo .p1{position:absolute;top:0%;left:0px;width:80%;height:80%;}
.nav{width:60%;-webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s; font-family:"微软雅黑";}
.nav ul li{float:left;width:12.13%;height:100px;/*background:url(../images/1_02.jpg) right center no-repeat;*/transition:all .3s}
.nav ul li .a1{line-height:100px;display:block;text-align:center;font-size:18px;color:#333;transition:all .3s}
.nav ul li:hover .a1{color:#FFF; background:url(../image/menu_bj.jpg) bottom center no-repeat;transition:all .3s}
.nav ul li .div1{display:none;background:#0667b4;width:100%;left:0px;position:absolute;z-index:100; color:#FFF;}
.nav ul li .div1 .p1{width:57.4%;float:right;height:45px;line-height:45px}
.nav ul li .div1 .p1 a{color:#FFF;font-size:16px;/*font-weight: bold;*/text-transform:uppercase;display:inline-block;height:45px;line-height:45px;margin-right:5%;transition:all .5s;}
.nav ul li .div1 .p1 a:hover{background:url(http://www.ks-fitter.com/images/1_27.jpg) center bottom no-repeat;color:#fff}
.nav ul li .mad3 .p1 .pad{margin-left:30%}
.nav ul li .mad4 .p1 .pad{margin-left:44%}
.nav ul li .mad5 .p1 .pad{margin-left:45%}
.nav ul li .mad6 .p1{text-align:right}
.a_txt{display:none}
.header-top{
	height: 44px;
	line-height: 44px;
	background: #0667b4;
	color: #fff;
	font-size: 14px;
}
.header-top img{
	float: left;
}
.header-top strong.fr{
	height: 44px;
	line-height: 44px;
	background: #0667b4;
	color: #fff;
	font-size: 16px;
	float: right;
}

.header-top strong.fr i{
	font-size: 19px;
}

.header-top div.fr{
	height: 44px;
	line-height: 44px;
	background: #1781d4;
	color: #fff;
	float: right;
	margin-left:20px;
}
.header-top div.fr a{
	color: #fff;
	margin: 0 16px;
}

/*banner*/
.home-banner {
    overflow:hidden;
    width:100%;
    margin: 0 auto;
    position:relative;
}
.swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
}
.swiper-slide {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.banners img{
    width: 100%;
    height: auto;
}
.home-banner .swiper-container .swiper-pagination{
    display: block;
}
.home-banner .swiper-container .swiper-pagination-bullet{
    width: 30px;
    height: 4px;
    background-color: #ffffff;
    border-radius: 0;
    opacity: 1;
    outline: none;
}
.home-banner .swiper-container  .swiper-pagination-bullet-active{
    background-color: #0667b4;
}


/*分类*/
.fenlei{
	padding-top:45px;
}
.fenlei_nr li{
	position: relative;
    width: 16%;
    height: auto;
    margin:0 0.3% 0 0.3%;
    overflow: hidden;
    float: left;
}
.fenlei_nr li:hover a .fenlei_tz{
	background: none;
}
.fenlei_nr li:hover h1{
	top: 40% !important;
	text-align: center;
	font-weight: bold !important;
	left: 50% !important;
	transform: translate(-50%,-45%);
}
.fenlei_nr li:hover p{
	transform: translate(-50%,-45%);
    top: 60%;
    left: 50% !important;
    background-color: #0095e9;
    width: 100px;
    height: 32px;
    text-align: center;
    line-height: 32px !important;
    border-radius: 20px;
}
.fenlei_nr li:hover p i{
	margin-right: 10px;
}
.fenlei_nr li dl{
    overflow: hidden;
}
.fenlei_nr li a{
display:block;
}
.fenlei_nr li img{
	width:100%;
	height:auto;
	cursor: pointer;
    transition: all 0.6s;
	overflow:hidden;
}
.fenlei_nr li img:hover{
  transform: scale(1.4);
}
.fenlei_nr li .fenlei_tz{
	position:relative;
	top:0px;
	height:100%;
	height:auto;
	text-align:center;
	background:url(../image/fl_bj.png) left center repeat;
	display:block;
	overflow:hidden;
}
.fenlei_nr li .fenlei_tz img{
	width:84px !important;
	height:84px !important;
	margin-top:16%;
	margin-bottom:16%;
	
}
.fenlei_nr li .fenlei_tz h2{
	font-family:"微软雅黑";
	font-size:30px;
	font-weight:normal;
	color:#fff;
	overflow: hidden;
	height: 40px;
	white-space: nowrap;text-overflow: ellipsis;
	height:40px;
	line-height:40px;
	position: absolute;
	left: 20px;
	top: 20px;
	transition: all .5s ease-in;
}
.fenlei_nr li .fenlei_tz p{
	position: absolute;
    bottom: 70px;
    left: 20px;
    z-index: 3;
    color: #fff;
    font-size: 14px;
    padding-right: 20px;
    line-height: 14px;
    transition: all .5s ease-out;
}
.fenlei_nr li .fenlei_tz p i{
	background: url(../image/floor_icon.png)  no-repeat right center;
	background-size: 100%;
	width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    right: -6px;
    top: 50%;
    margin-top: -10px;
    margin-left: 15px;
}
.fenlei_nr li:hover .fenlei_tz p i{
	background: url(../image/floor_hover.png)  no-repeat right center;
	background-size: 100%;
	width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -9px;
    margin-left: 10px;
}
.fenlei_nr li a .fenlei_tz{
    position: absolute;
    width:100%;
    height:100%;
    color: #FFF;
    text-decoration: none;
    background: url(../image/fl_bj.png) left center repeat;
    padding-top: 50px;
    z-index: 100;
    display: block;
}
.fenlei_nr li a:hover .fenlei_tz h2{
	color:#FFF;
}
.fenlei_nr li a:hover .fenlei_tz h1{
	color:#FFF;
	padding-left:300px;display: block;
	padding-top:150px;
	width:100%;
}

/*产品*/
.product{
	padding-top:40px;
}
.addbg{
	background: url(../image/addbg.jpg) top no-repeat;
	margin-top: 30px;
	padding-top: 50px;
	padding-bottom: 50px;
}
.customerbg{
	background: #f4f4f4;
	margin-top: 50px;
	padding-bottom: 50px;
}
.product_dh{
	text-align:center;
	padding-bottom:20px;
}
.product_dh h2{
	font-family:"微软雅黑";
	font-size:48px;
	line-height:60px;
	color:#e8e8e8;
}
.product_dh p{
	font-family:"Arial";
	font-size:30px;
	line-height:30px;
	padding-bottom:20px;
	font-weight: bold;
	color:#0667b4;
	text-transform : uppercase;
	background:url(../image/dh_x.jpg) bottom center no-repeat;
}
.addbg .product_dh h2{
	color: #6486aa;
}
.addbg .product_dh p{
	color: #279fff;
	background:url(../image/dh_y.jpg) bottom center no-repeat;
}
.product_dh p span{
	color: #000;
}
.product_dh p i{
	color: #fff;
	font-style: normal;
}
.product_nr li{
	width:23%;
	margin:0 1% 0 1%;
	float:left;
}
.product_advantage li{
	width:25%;
	/*margin:0 1% 0 1%;*/
	float:left;
	text-align: center;
	position: relative;
}
.product_advantage li i{
	width: 56px;
	height: 56px;
	display: inline-block;
	position: absolute;
	top:20px;
	left: 50%;
	margin-left: -28px;
	background: url(../image/youshi_icon.png) no-repeat;
}

.product_advantage li p{
	width: 100%;
	position: absolute;
	top:86px;
	left: 0;
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	color: #000;
}

.product_advantage li div.text{
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	position: absolute;
	top:106px;
	left: 0;
	font-size: 12px;
	text-align: left;
	text-indent: 24px;
	color: #4d4d4d;
}

.product_advantage li i.ys_icon2{
	background-position: -56px 0;
}
.product_advantage li i.ys_icon3{
	background-position: -112px 0;
}
.product_advantage li i.ys_icon4{
	background-position: -168px 0;
}
.product_customer{
	width: 100%;
	height: 120px;
	overflow: hidden;
	margin: 0 auto;
}
.product_customer li{
	/*width: 12.2%;*/
	width: 222px;
	height: 100px;
    margin: 10px;
	float:left;
    transition: all 0.6s;
}
.product_nr li dl{
	overflow:hidden;
	border:1px #CCC solid;
	padding:4px;
}
.product_nr li img{
	width:100%;
	height:auto;
	cursor: pointer;
    transition: all 0.6s;
}
.product_advantage li img{
	width:100%;
	height:auto;
	/*cursor: pointer;*/
    transition: all 0.6s;
}

.product_customer li img{
	width:100%;
	height:auto;
	cursor: pointer;
    transition: all 0.6s;
}

.product_customer li:hover{
	transform: translate(0, -10px);
    transition: all 0.6s;
    cursor: auto;
}
.addbg .more a{
	background: #fff;
	color: #0667b4;
}
.product_nr li img:hover{
  transform: scale(1.4);
}
.product_nr li h1{
	font-family:"微软雅黑";
	font-size:16px;
	line-height:60px;
	font-weight:normal;
	text-align:center;
}
.more{
	width:150px;
	margin:0 auto;
	font-family:"微软雅黑";
	font-size:16px;
	text-align:center;
	display:block;
	margin-top: 30px;	
}
.more a{color:#FFF;text-decoration:none;width:140px;height:40px;line-height:40px;border-radius:180px;background-color:#0667b4;display:block;}	
.more a:hover{color:#0667b4;text-decoration:none;width:136px;height:36px;line-height:36px;border-radius:180px;background-color:#FFF; border:2px #0667b4 solid;display:block;}

/*简介*/
.company{
	background-color:#f3f3f3;
	overflow: hidden;
}
.jianjie{
	width:50%;
	float:right;
}
.jianjie_dh{
	height: 20px;
	margin: 40px 0 10px 40px;
}
.jianjie_dh h2{
	font-family:"微软雅黑";
	font-size:24px;
	color:#0667b4;
	float:left;
	font-weight: normal;
}
.jianjie_dh p{
	font-family:"微软雅黑";
	font-size:16px;
	color:#878787;
	float:left;
}
.jianjie_nr{
	padding:0px 40px 0px 40px;
	font-family:"微软雅黑";
	font-size:14px;
	line-height:24px;
	color:#5f5f5f
}
.jianjie_list{
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
}

.jianjie_list ul li{
	width: 120px;
	height: 120px;
	background: #fff;
	border-radius: 8px;
	display: inline-block;
	/*float: left;*/
	text-align: center;
	margin-right: 20px;
	margin-bottom: 20px;
}
.jianjie_list ul li i{
	width: 60px;
	height: 60px;
	background: url(../image/about_icon.png) no-repeat;
	display: block;
	margin: 0 auto;
	margin-top: 12px;
}
.jianjie_list ul li p{
	font-size: 18px;
	line-height: 36px;
}

.jianjie_list ul li i.about_icon2{
	background-position: -60px 0; 
}
.jianjie_list ul li i.about_icon3{
	background-position: -120px 0; 
}
.jianjie_list ul li i.about_icon4{
	background-position: -180px 0; 
}
.jianjie_list ul li:hover{
	background: #0667b4;
	color: #fff;
	cursor: pointer;
}
.jianjie_list ul li:hover p{
	color: #fff;
	cursor: pointer;
}

.jianjie_list ul li:nth-child(1):hover i{
	background-position: 0 -60px;
}
.jianjie_list ul li:nth-child(2):hover i{
	background-position: -60px -60px;
}
.jianjie_list ul li:nth-child(3):hover i{
	background-position: -120px -60px;
}
.jianjie_list ul li:nth-child(4):hover i{
	background-position: -180px -60px;
}
.shipin{
	width:50%;
	float:left;
}
.shipin img{
	width:100%;
}
.about_three{
	height: 175px;
	width: 100%;
	background: #0667b4;
}
.jianjie_more {
    width: 140px;
    font-family: "微软雅黑";
    font-size: 16px;
    text-align: center;
    display: block;
    margin: 0 0 40px 40px;
}
.jianjie_more a {
    color: #FFF;
    text-decoration: none;
    width:140px;
    height:40px;
    line-height: 40px;
    border-radius: 180px;
    background-color: #0667b4;
    display: block;
    margin-top: 20px;
}
.jianjie_more a:hover{
    width:136px;
    height:36px;
    line-height: 36px;
    background: #fff;
    border: 2px solid #0667b4;
    color: #0667b4

}
.about_three img{
	width: 100%;
}

/* 工程案例 */
.case_box{
	overflow: hidden;
}
.engineer,.engineerList{
	width: 50%;
	float: left;
	position: relative;
	overflow: hidden;
}
.engineer img{
	width: 100%;
}
.engineer .big_mark{
	width: 100%;
	height: 120px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,.6);
}
.engineer .engineer_big_title,.engineer .engineer_big_text{
	width: 90%;
	margin: 0 auto;
	font-size: 14px;
	color: #fff;
	line-height: 26px;
}
.engineer .engineer_big_title{
	font-size: 16px;
	font-weight: bold;
	margin-top:20px;
}
.engineerList ul li{
	width: 21%;
	float: left;
	margin:0 0 20px 4%;
	position: relative;
	overflow: hidden;
}
.engineerList ul li a{
	width: 100%;
	height: auto;
	display: block;
}
.engineerList ul li img{
	width: 100%;
	height: 100%;
	transition: all 0.6s;
}
.engineerList ul li .mark{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.6s;
}
.engineerList ul li .mark .engineer_title{
	width: 85%;
	text-align: center;
	color: #fff;
	font-size: 16px;
	margin: 0 auto;
	margin-top: 30%;
}
.engineerList ul li:hover img{
	transform: scale(1.2);
	transition: all 0.6s;
}
.engineerList ul li:hover .mark{
	display: none;
	transition: all 0.6s;
}
/*新闻*/
.news{
	padding-top:40px;
}
.xinwen_fl{
	/*margin-left:37%;*/
	text-align: center;
}
.xinwen_fl li{
	/*float:left;*/
	margin:0px 5px 40px 5px;
	width:110px;
	font-family:"微软雅黑";
	font-size:16px;
	text-align:center;
	display:inline-block;
}
.xinwen_fl li a{color:#0667b4;text-decoration:none;width:110px;height:38px;line-height:38px;border-radius:180px;background-color:#FFF; border:2px #0667b4 solid;display:block;}	
.xinwen_fl li a:hover{color:#FFF;text-decoration:none;width:110px;height:38px;line-height:38px;border-radius:180px;background-color:#0667b4;display:block;}


.news_l{
	width:70%;
	float:right;
}
.news_l li{
	width:48%;
	margin-left:2%;
	margin-bottom:10px;
	float:left;
	background: #f8f8f8;
	padding: 12px;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}
.news_l li h2{
	padding-bottom: 10px;
	margin-bottom:10px;
	background: url(../image/dh_x_new.jpg) 0 bottom no-repeat;
}
.news_l li h2 span{
	font-family:"微软雅黑";
	font-size:18px;
	color:#000000;
	font-weight:normal;
	line-height:24px;
}
.news_l li i{
	font-family:"微软雅黑";
	font-size:14px;
	color:#919191;
	line-height:18px;
	font-style:normal;
	float: right;
	font-weight: normal;
}
.news_l li dl{
	font-family:"微软雅黑";
	font-size:14px;
	color:#5f5f5f;
	line-height:20px;
	min-height: 44px;
}
.news_l li dl p{display: inline;float: left;}
.news_l li span{
	font-family:"微软雅黑";
	font-size:14px;
	color:#0667b4;
	line-height:24px;
}
.news_l li:hover{
	background: #0667b4;
	color:#fff !important;
}

.news_l li:hover a h1 span,.news_l li:hover a h1 i,.news_l li:hover dl,.news_l li:hover span{
	color:#fff !important;
}
.news_l li:hover a h1{
	background: url(../image/dh_y_new.jpg) 0 bottom no-repeat;
}
.news_y{
	width:30%;
	float:left;
	margin-bottom:20px;
	background: rgba(0,0,0,0.6);
}
.news_y .new_date{
	width: 93px;
	height: 100px;
	background: #0667b4;
	position: absolute;
	left: 0;
	top: 0;
}
.news_y .new_date div.day{
	color: #fff;
	font-size: 36px;
	text-align: center;
	line-height: 60px;
	font-weight: bold;
}
.news_y .new_date div.year_month{
	color: #fff;
	font-size: 16px;
	text-align: center;
}
.news_y .new_info{
	width: 100%;
	height: 52px;
	line-height: 52px;
	background: rgba(0,0,0,.4);
	position: absolute;
	left: 0;
	bottom: 0;
}
.news_y .new_info span{
	font-size: 14px;
	width: 80%;
	height: 52px;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding:0 30px;
	color: #fff;
	text-align: left;
}
.news_banner .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	text-align: right;
}
.news_banner .swiper-container .swiper-pagination-bullet{
	width: 20px;
	height: 4px;
	border-radius: 0;
	background: #fff;
	opacity: .8
}
.news_banner .swiper-container .swiper-pagination-bullet-active{

	background: #0667b4;
}

/*联系我们*/
.contact{
	margin-top:40px;
	background-color:#fff;
	overflow: hidden;
}
.map{
	width:50%;
	float:left;
}
#allmap {
    height: 498px;
}
.lianxi{
	width:50%;
	float:left;
}
.lianxi_dh{
	padding:40px 0px 20px 40px;
}
.lianxi_dh h2{
	font-family:"微软雅黑";
	font-size:48px;
	line-height:70px;
	color:#e8e8e8;
}
.lianxi_dh p{
	font-family:"Arial";
	font-size:30px;
	line-height:30px;
	padding-bottom:20px;
	font-weight: bold;
	color:#0667b4;
	text-transform : uppercase;
	background:url(../image/dh_x.jpg) bottom left no-repeat;
}
.lianxi_dh p span{
	color: #000;
}
.lianxi_nr {
	padding:0px 0px 20px 40px;
	font-family:"微软雅黑";
	font-size:16px;
	line-height:30px;
	overflow: hidden;
	margin-top: 30px;
}
.lianxi_nr .lianxi_item{
	width: 50%;
	float: left;
}
.lianxi_nr ul{
	position: relative;
}
.lianxi_nr .lianxi_item:first-child ul:after{
	content: '';
	height: 100%;
	width: 1px;
	background: #ccc;
	position: absolute;
	top: 0;
	right: 20%;
	/*border-right: 1px solid #ccc;*/
}
.lianxi_nr .lianxi_item ul li{
	height: 30px;
	line-height: 30px;
	margin-bottom: 20px;
}
.lianxi_nr .lianxi_item ul li:last-child{
	margin-bottom: 0px;
}
.lianxi_nr .lianxi_item i{
	width: 30px;
	height: 30px;
	margin-right: 10px;
	float: left;
	background: url(../image/lianxi_icon.png) left ;
}
.lianxi_nr .lianxi_item i.icon2{
	background-position: -30px 0;
}

.lianxi_nr .lianxi_item i.icon3{
	background-position: -60px 0;
}
.lianxi_nr .lianxi_item i.icon4{
	background-position: -90px 0;
}
.lianxi_nr .lianxi_item i.icon5{
	background-position: -120px 0;
}
.lianxi_nr .lianxi_item i.icon6{
	background-position: -150px 0;
}
/*底部*/
#foot{
	background:url(../image/footbg.jpg) no-repeat;
}
.link{
	border-bottom:1px #333 dashed;
	line-height:30px;
	font-family:"微软雅黑";
	padding:30px 0px 30px 0px;
}
.yqlj h1{
	float:left;
	font-size:18px;
	color:#FFF;
	font-weight:normal;
}
.yqlj p{
	float:left;
	font-size:14px;
}
.dianh{
	padding-top:50px;
	font-family:"微软雅黑";
	width: calc(100% - 116px);
	float:left;
}
.dianh .lianxi_more{
	float: left;

}
.dianh .lianxi_more p{
	text-align: right;
	font-size: 18px;
	color: #bfbfbf;
	line-height: 30px;
}
.dlianxi_icon_box{
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
}

.dlianxi_icon_box div{
	overflow: hidden;
	float: right;
}
.lianxi_more i{
	width: 38px;
	height: 38px;
	display: block;
	float: left;
	margin-left: 10px;
	background: url(../image/lianxi_more_icon.png) no-repeat;
}
.lianxi_more i.dlianxi_icon2{
	background-position: -38px 0;
}
.lianxi_more i.dlianxi_icon3{
	background-position: -76px 0;
}
.lianxi_more i.dlianxi_icon1:hover{
	background-position: 0 -38px;
}
.lianxi_more i.dlianxi_icon2:hover{
	background-position: -38px -38px;
}
.lianxi_more i.dlianxi_icon3:hover{
	background-position: -76px -38px;
}
.dianh li{
	float:left;
	padding-right:20px;
	line-height:32PX;
	width:8%;
	text-align: center;
	overflow: hidden;
}
.dianh li dl dt{
	font-size: 16px;
	color: #fff;
}
.dianh li dl dd,.dianh li dl dd a {
	font-size: 14px;
	color: #bfbfbf;
}
.dianh li dl dd a:hover{
	color: #0667b4;
}
.dianh li h1{
	font-weight:normal;
	color:#cc4f44;
	font-size:18px;
	padding-right:10px;
	float:left;
}
.dianh li p{
	color:#FFF;
	font-size:24px;
	float:left;
}
.dianh li.dilogo{
	width: 16%;
	float: left;
	text-align: left;
}
.dianh li img{
	padding:10px 10px 0px 0px;
}
.dianh li.dilogo dt{
	font-size: 30px;
	font-weight: bold;
	color: #7d7d7d;
	margin-top:30px;
}
.dianh li.dilogo dd{
	color: #555;
}
.didi{
	font-size:14px;
	font-family:"微软雅黑";
	line-height:30px;
	padding:40px 0px 40px 0px;
	text-align: center;
	color: #fff;
}
.erweima{
	width:116px;
	float:left;
	font-family:"微软雅黑";
	padding-top:50px;
	font-weight:normal;
	font-size:7px !important;
	line-height:40px;
	color:#cc4f44;
	text-align:center;
}
.erweima p{
	font-weight:normal;
	font-size:14px !important;
	line-height:40px;
	color:#cc4f44;
	text-align:center;
	display:block;
}
.erweima img{
	width: 100%;
}

/*--------------------内页关于我们-------------------------*/
.nyfenlei{
	background-color:#f6f6f6;
}
.nyfl_nr{
	width:60%;
	float:left;
}
.nyfl_nr li{
	border-right:1px #e7eaec solid;
	line-height:60px;
	font-size:16px;
	font-family:"微软雅黑";
	text-align:center;
	float:left;
	display:block;
}
.nyfl_nr li.ab{
	line-height:60px;
	background-color:#0667b4;
	font-size:16px;
	font-weight:bold;
	padding:0px 30px 0px 30px;
	color:#FFF;
}
.nyfl_nr li.ab a{
	color:#FFF;	
}
.nyfl_nr li a{color:#9f9f9f;text-decoration:none;display:block;
	padding:0px 30px 0px 30px;}	
.nyfl_nr li a:hover{color:#fff;text-decoration: none;display:block; background-color:#0667b4;
	padding:0px 30px 0px 30px;}
.abc a:hover {
  color:#fff;text-decoration: none;display:block; background-color:#0667b4;
	padding:0px 30px 0px 30px;
}
.abc a:focus {
  color:#fff;text-decoration: none;display:block; background-color:#0667b4;
	padding:0px 30px 0px 30px;
}
.mbx{
	width:40%;
	float:right;
	line-height:60px;
	font-size:14px;
	font-family:"微软雅黑";
	text-align:right;
}

.nyabout{
	padding:30px 0px 30px 0px;
}
.nyabout_dh{
	font-size:30px;
	font-family:"微软雅黑";
	text-align:center;
	font-weight:bold;
	height:30px;
	color:#24252a;
	background:url(../image/dh_x.jpg) bottom center no-repeat;
	padding-bottom:20px;
	margin-bottom:20px;
}
.nyabout_nr{
	font-size:14px;
	font-family:"微软雅黑";
	line-height:30px;
}

/*--------------------内页资质荣誉-------------------------*/
.ry_nr li{
	width:23%;
	float:left;
	margin:0px 10px 0px 10px;
}
.ry_nr li dl{
	overflow:hidden;
	height:auto;
}
.ry_nr li img{
	width:96%;
	height:auto;
	border:1px #e6e6e6 solid;
	padding:4px;
	cursor: pointer;
    transition: all 0.6s;
}
.ry_nr li img:hover{
  transform: scale(1.4);
}
.ry_nr li p{
	line-height:50px;
	text-align:center;
	font-size:14px;
	font-family:"微软雅黑";
}
/*分页*/
.pagev{
	text-align:center;
	padding:10px 0px;
	color:#666;
	clear:both;
}
.pagev span{
	height:24px;
	line-height:24px;
	padding:0px 9px;
	display: inline-block;
	margin: 0 4px!important;
}
.fonts{
	color:#fff;
	background-color:#0667b4;
	border:1px solid #0667b4;
}
.pagev span a{
	background-color:#fff;
	color:#666;
	border:1px solid #D9D9D9;
	line-height:24px;
	padding:0px 9px;
	display: inline-block;
	text-decoration:none;
	margin:1.5em 0;
}
.pagev span a:hover{
	color:#fff;
	background-color:#cc4f44;
	border:1px solid #cc4f44;
}

.show_title{
	text-align: center;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 10px;
	margin-bottom:30px;
	font-family:"微软雅黑";
}
.show_title h3{
	color: #cc4f44;
    font-size: 20px;
    font-weight: bold;
	padding-bottom: 10px;
	font-weight:normal;
	line-height:25px;
}
.show_title span{
	color:#828384;
	margin:0px 10px;
}
.show_content{
	margin:20px auto;
	line-height:25px;
	color:#cc4f44;
	padding:0px 10px;
}
.fanye{
	padding-top:30px;
}
.fanye li{
	line-height:30px;
	font-size:14px;
	font-family:"微软雅黑";
	color:#3c3c3c;
}
.show_back{
	padding-top:20px;
	text-align: center;
}
.show_back a{
	text-decoration: none;
    color: #828384;
	padding-left: 20px;
	background:url(http://www.ks-fitter.com/images/return.jpg) no-repeat left center;
}
.show_back a:hover{
	text-decoration: none;
    color: #cc4f44;
}


/*--------------------内页产品展示-------------------------*/

#ctny1{
	padding-top:30px;
	padding-bottom:30px;
}
.cpfl_nr{
	width:20%;
	float:left;
}
.cpfl_nr p{
	line-height:30px;
	padding:20px 0px 10px 0px;
	background-color:#0667b4;
	font-size:24px;
	font-family:"微软雅黑";
	text-align:center;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	color:#FFF;
}
.cpfl_nr dl{
	background-color:#0667b4;
	font-size:14px;
	font-family:"微软雅黑";
	text-align:center;
	padding-bottom:20px;
	color:#FFF;
	border-bottom:5px #024f8c solid;
}
.cpfl_nr li{
	line-height:30px;
	font-size:16px;
	font-family:"微软雅黑";
	margin-bottom:1px;
	
}
.cpfl_nr li a{color:#585858;text-decoration:none;display:block;padding:10px 0px 10px 30px;background:#f6f6f6 url(../image/fl_li.png) no-repeat 15px center}	
.cpfl_nr li a:hover{color:#fff;text-decoration: none;display:block; padding:10px 0px 10px 30px;background:#0667b4 url(../image/fl_lihover.png) no-repeat 15px center}
.nypro{
	width:77%;
	float:right;
}
.nypro .classification{
	overflow: hidden;
	margin-bottom: 20px;
}
.nypro .classification ul li{
	float: left;
}
.nypro .classification ul li a{
	display: block;
	padding: 14px 20px;
	position: relative;
	color: #333;
	font-size: 14px;
}
.nypro .classification ul li a:after{
	content: '';
	width: 1px;
	height: 14px;
	display: block;
	position: absolute;
	right: -1px;
	top: 50%;
	margin-top: -7px;
	background: #ccc;
}
.nypro .classification ul li a:hover{
	
	background: #0667b4;
	color: #fff;
}
.nypro .classification ul li:first-child a{
	display: block;
	background: #0667b4;
	color: #fff;
}
.nypro_dh{
	border-bottom:1px #dedede solid;
	height:40px;
	margin-bottom:20px;
}
.nypro_dh p{
	font-size:24px;
	font-family:"微软雅黑";
	color:#24252a;
	line-height:20px;
	font-weight:bold;
	float:left;
}
.nypro_dh dl{
	font-size:14px;
	font-family:"微软雅黑";
	line-height:20px;
	float:right;
}
.nypro_nr li{
	width:23%;
	float:left;
	margin: 0px 1% 20px 1%;
	box-sizing: border-box;
}
.nypro_nr li dl{
	border:1px #e6e6e6 solid;
	padding:4px;
	overflow:hidden;
	height:auto;
}
.nypro_nr li img{
	width:317px;
	height:236px;
	cursor: pointer;
    transition: all 0.6s;
}
.nypro_nr li img:hover{
  transform: scale(1.4);
}
.nypro_nr li p{
	line-height:50px;
	text-align:center;
	font-size:14px;
	font-family:"微软雅黑";
}
/*--------------------内页新闻-------------------------*/
.nyxw_nr li{
	width:30%;
	float:left;
	margin:0px 10px 30px 10px;
}
.nyxw_nr li dl{
	overflow:hidden;
	height:auto;
}
.nyxw_nr li img{
	width:100%;
	height:auto;
	cursor: pointer;
    transition: all 0.6s;
}
.nyxw_nr li img:hover{
  transform: scale(1.4);
}
.nyxw_nr li h1{
	line-height:30px;
	padding-top:10px;
	font-size:16px;
	font-family:"微软雅黑";
	color:#0667b4;
}
.nyxw_nr li p{
	line-height:24px;
	font-size:12px;
	font-family:"微软雅黑";
}
.nyxw_nr li h2{
	line-height:24px;
	padding-top:10px;
	font-size:14px;
	font-family:"微软雅黑";
	font-weight:normal;
}

.nyabout_nr img{
	display: block;
	margin: 10px auto;
	width: 100%;
}
/*--------------------内页客户留言-------------------------*/
.inner_con_feedback{
	margin:20px auto;
	color:#838383;
	overflow:hidden;
}
.inner_con_feedback p{
	padding: 20px 0px;
	color:#6a6a6a;
	line-height: 25px;
	margin-bottom:20px;
	text-align:center;
}
.ly_nr p{
	text-align: center;
}
.ly_nr{
	width: 48%;
	margin: 0 auto;
	overflow: hidden;
}
.ly_nr .item{
	overflow: hidden;
	margin: 15px;
}
.ly_nr .item .fl,.ly_nr .items .fl{
	float: left;
	width: 80px;
	font-weight: bold;
	line-height: 44px;
	text-align: right;
	color: #838383;
	display: block;
}
.ly_nr .item input{
	width: calc( 100% - 180px );
	float: left;
	height: 42px;
	padding-left: 8px;
	border-radius: 4px;
	border: 1px solid #ccc;
	outline: none;
	box-sizing: border-box;
}
.ly_nr .items input{
	width: 120px;
	float: left;
	height: 44px;
	margin-left:96px;
	border-radius: 4px;	
	border: 1px solid #ccc;
	outline: none;
	cursor: pointer;
}
.ly_nr .item textarea{
	width: calc( 100% - 80px );
	float: left;
	height: 160px;
	padding: 8px;
	border-radius: 6px;
	border: 1px solid #ccc;
	outline: none;
	box-sizing: border-box;
}
.ly_nr .item:last-child input{
	width: calc( 100% - 280px )
}

/*--------------------内页下载中心-------------------------*/
.xiazai li{
	font-family:"微软雅黑";
	font-size:16px;
	line-height:35px;
	background:url(../image/fangkuai.jpg) left center no-repeat;
	padding-left:10px;
	width:46%;
	margin:0 2% 0 0%;
	border-bottom:1px #CCC dashed;
	float:left;
}
.xiazai li span{
	float:right;
	font-size:14px;
}
.xiazai li a{color:#646363;text-decoration:none;}	
.xiazai li a:hover{color:#cc4f44;text-decoration: underline;}

/* ------------------  招聘内页   ----------------------- */
.zp_nr ul li{
	width: 100%;
	margin-bottom: 10px;
}
.zp_nr ul li .main{
	margin: 0 20px;
}
.zp_nr ul li .zp_title{
	background: #e9e9e9;
	line-height: 34px;
	color: #000;
	font-size: 16px;
}
.zp_nr ul li .zp_content{
	display: none;
	overflow: hidden;
}
.zp_title i{
	width: 26px;
	height: 26px;
	border-radius: 50%;
	display: block;
	float: right;
	border: 1px solid #ccc;
	margin-top:2px;
	transform: rotate(-90deg);
	cursor: pointer;
}
.zp_title i:before{
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #ccc;
	position: relative;
	margin:12px auto;

}
.zp_nr ul li:first-child .zp_title{
	background: #005ba1;
	line-height: 34px;
	color: #fff;
	font-size: 16px
}
.zp_nr ul li:first-child .zp_title i{ 
	transform: rotate(0deg);
}

.zp_nr ul li:first-child .zp_content{
	display: block;
	overflow: hidden;
	border-bottom: 1px solid #ccc;
}
.zp_nr ul li .zp_content .item_top{
	overflow: hidden;
	border-bottom: 1px dashed #ccc;
}
.zp_nr ul li .zp_content .item_top div{
	width: 46%;
	float: left;
	margin: 10px 0;
	font-size: 16px;
}
.zp_nr ul li .zp_content .item_main{
	margin:30px 0;
	line-height: 24px;
	font-size: 16px;
}
.lianxi1{
	padding-bottom:50px;
	width: 80%;
	margin: 0 auto;
	overflow: hidden;
}
.lianxi1 li{
	font-size:16px;
	float:left;
	line-height:40px;
	width:25%;
	text-align:center;
}
.lianxi1 li img{
	width: 50px;
	height: 50px;
	border: 2px solid #005ba1;
	border-radius: 50%;
}

.lianxi1 li span{
	font-size: 20px;
	color: #000;
}
.nyabout_nr video{
	width:60%;
	text-align:center;
}


/* 新闻内页 */
.news_nr ul li{
	width: 48%;
	border: 1px solid #ccc;
	border-radius: 8px;
	margin-bottom:24px;
	padding:30px;
	float: left;
	box-sizing: border-box;
}
.news_nr ul li:nth-child(odd){
	margin-right:4%;
}
.news_nr ul li .fl{
	float: left;
}
.news_nr ul li .date{
	margin-right:22px;
	width: 90px;
	height: 90px;
	background: #efefef;
	text-align: center;
}
.news_nr ul li .date p:first-child{
	font-size: 45px;
	line-height: 60px;
	font-weight: bold;
	color: #989898;
}

.news_nr ul li .date p:last-child{
	font-size: 14px;
	color: #989898;
}
.news_nr ul li .info{
	width: calc( 100% - 112px );
	overflow: hidden;
}
.news_nr ul li .info dl{
	width: 100%;
	height: 54px;
	overflow: hidden;
}
.news_nr ul li .info h1{
	color: #000;
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 10px;
    margin-bottom: 10px;
    background: url(../image/dh_x_new.jpg) 0 bottom no-repeat;
}
.news_nr ul li .info dl{
	color: #000;
}
.news_nr ul li .info dl span{
	color: #005ba1;
}
.news_nr ul li:hover{
	background: #005ba1;
	border-color: #005ba1;
}
.news_nr ul li:hover .date p{
	color: #005ba1;
}
.news_nr ul li:hover .info h1{
	color: #fff;
	background: url(../image/dh_y_new.jpg) 0 bottom no-repeat;
}
.news_nr ul li:hover .info dl,.news_nr ul li:hover .info span{
	color: #fff;
}

@media screen and (max-width: 1600px) and (min-width:1200px) {
	.container{
		margin-left:auto;
		margin-right:auto;
		padding:0px 5% 0px 5%;
	}
	.nav ul li .a1{font-size:16px}
	.nav ul li .div1 .p1 a{font-size:12px}
	.foot_top ul{margin-left:60px}
	.nav ul li .div1 .p1{width:58.1%}
	.fenlei_nr li .fenlei_tz h2{
		font-size: 20px;
	}
	.jianjie_dh{
		margin: 24px 0 10px 20px;
	}
	.jianjie_nr{
		padding: 6px 0 4px 20px;
		height: 110px;
		overflow: hidden;
		line-height: 24px;
		margin-bottom:10px;
	}
	.jianjie_list ul li{
		height: 110px;
	}
	/* 新闻 */
	.news_l li{
		padding:10px;
		margin-bottom:12px;
	}
	.news_l li h2{
		margin-bottom:2px;
	}
	.news_l li h2 span{
		font-size: 14px;
		line-height: 14px;
	}
}

@media screen and (max-width: 1200px) and (min-width:1024px) {
	.container{
		margin-left:auto;
		margin-right:auto;
		padding:0px 5% 0px 5%;
	}
	/*移动端头部*/
	.head{display:none}
	.moblie_head{display:block;height:70px;background:#fff;position:fixed;top:0px;left:0px;width:100%;z-index:9999;border-bottom:1px solid #ddd}
	.moblie_head .lf{/*padding-top:10px;*/padding-left:5%}
	.moblie_head .lf img{height:70px}
	.moblie_head .rg{padding-right:5%;padding-top:30px}
	.moblie_head .rg a img{height:16px;vertical-align:top}
	.a_txt{display:block;position:fixed;top:0px;left:0px;width:0px;height:0px;overflow:hidden;z-index:10000}
	.a_txt .div1{position:absolute;width:100%;height:100%;background:#0b0d19;filter:alpha(opacity=0);opacity:0;left:0px;top:0px;z-index:1}
	.a_txt .div2{position:absolute;width:20%;left:0px;top:5%;z-index:100;text-align:center;filter:alpha(opacity=0);opacity:0}
	.a_txt .div3{position:absolute;width:80%;right:0px;top:0px;background:#0b0d19;height:100%;z-index:100;right:-80%}
	.a_txt .div3 ul{padding-left:5%;padding-right:5%}
	.a_txt .div3 ul li{border-bottom:1px solid #232530}
	.a_txt .div3 ul li a{display:block;height:45px;color:#fff;line-height:45px;padding-left:5%;font-size:16px}
	.a_txt .div3 ul li .a_js2{background:url(http://www.ks-fitter.com/images/plus.png) 95% center no-repeat;-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}
	.a_txt .div3 ul li .a_js2_on{background:url(http://www.ks-fitter.com/images/reduce.jpg) 95% center no-repeat;-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}
	.a_txt .div3 ul li .a_txt2{display:none}
	.a_txt .div3 ul li .a_txt2 a{height:40px;line-height:40px;font-size:14px}
	.logo{
		padding-top:20px;
	}
	.fenlei_nr li{
		width:32.333%;
		margin-bottom:10px;
	}

	.news_l{
		width:100%;
	}
	.news_y{
		width:100%;
	}
	.news_y li{
		width:46%;
		margin-right:2%;
		float:left;
	}
	.product_advantage li i{
		width: 56px;
		height: 56px;
		display: inline-block;
		position: absolute;
		top:10px;
		left: 50%;
		margin-left: -28px;
		background: url(../image/youshi_icon.png) no-repeat;
	}

	.product_customer{
		width: 100%;
	}
	.product_advantage li p{
		width: 100%;
		position: absolute;
		top:70px;
		left: 0;
		text-align: center;
		font-weight: bold;
		font-size: 24px;
		color: #000;
	}

	.product_advantage li div.text{
		width: 100%;
		padding: 10px;
		box-sizing: border-box;
		position: absolute;
		top:86px;
		left: 0;
		font-size: 12px;
		text-align: left;
		text-indent: 24px;
		color: #4d4d4d;
	}
	.lianxi1 li{
		width:50%;
		height: 230px;
	}
}

@media screen and (max-width: 1024px) and (min-width: 768px){
	.container{
		margin-left:auto;
		margin-right:auto;
		padding:0px 5% 0px 5%;
	    }

	/*移动端头部*/
	.head{display:none}
	.moblie_head{display:block;height:70px;background:#fff;position:fixed;top:0px;left:0px;width:100%;z-index:9999;border-bottom:1px solid #ddd}
	.moblie_head .lf{padding-top:0px;padding-left:5%}
	.moblie_head .lf img{height:70px}
	.moblie_head .rg{padding-right:5%;padding-top:30px}
	.moblie_head .rg a img{height:16px;vertical-align:top}
	.a_txt{display:block;position:fixed;top:0px;left:0px;width:0px;height:0px;overflow:hidden;z-index:10000}
	.a_txt .div1{position:absolute;width:100%;height:100%;background:#0b0d19;filter:alpha(opacity=0);opacity:0;left:0px;top:0px;z-index:1}
	.a_txt .div2{position:absolute;width:20%;left:0px;top:5%;z-index:100;text-align:center;filter:alpha(opacity=0);opacity:0}
	.a_txt .div3{position:absolute;width:80%;right:0px;top:0px;background:#0b0d19;height:100%;z-index:100;right:-80%}
	.a_txt .div3 ul{padding-left:5%;padding-right:5%}
	.a_txt .div3 ul li{border-bottom:1px solid #232530}
	.a_txt .div3 ul li a{display:block;height:45px;color:#fff;line-height:45px;padding-left:5%;font-size:16px}
	.a_txt .div3 ul li .a_js2{background:url(http://www.ks-fitter.com/images/plus.png) 95% center no-repeat;-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}
	.a_txt .div3 ul li .a_js2_on{background:url(http://www.ks-fitter.com/images/reduce.jpg) 95% center no-repeat;-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}
	.a_txt .div3 ul li .a_txt2{display:none}
	.a_txt .div3 ul li .a_txt2 a{height:40px;line-height:40px;font-size:14px}

	.fenlei_nr li {
	    width: 49%;
	    margin-right: 0.5%;
	    margin-left: 0.5%;
	    margin-bottom: 10px;
	    float: left;
	}

	.product_nr li{
		width:47%;
		margin-right:2%;
		float:left;
	}
	.product_customer{
		width: 100%;
	}
	.product_customer li{
		width:222px;
		margin:10px;
		float:left;
	}
	.product_advantage li{
		width:50%;
		float:left;
	}
	.jianjie{
		width:100%;
	}
	.shipin{
		width:100%;
	}

	.xinwen_fl{
		margin-left:27%;
	}
	.news_l{
		width:100%;
	}
	.news_l li{
		width:100%;
	}
	.news_y{
		width:100%;
	}
	.map{
		width:100%;
	}
	.lianxi{
		width:100%;
	}
	.lianxi_dh{
		text-align:center;
	}
	.lianxi_dh p{
		background:url(../image/dh_x.jpg) bottom center no-repeat;
	}
	.news_l li{
		width: 100%;
	}
	.dianh{
		width:100%;
	}
	.dianh li{display: none;}
	.dianh li.dilogo{
		width: 50%;
		display: block;
	}
	.dianh div.lianxi_more{
		width:42%;
		float: right;
	}
	.didi{display: none;}
	.erweima{
		width:116px;
		text-align:center;
		margin: 0 auto;
		float: none;
		margin-top:20px
	}

	.ry_nr li{
		width:30%;
		float:left;
	}
	.nypro_nr li{
		width:30%;
	}
	.xiazai li{
	    width:100%;
		margin:0;
	}
	.product_advantage li div.text{
		height: 60px;
		overflow: hidden;
	}

	.lianxi1 li{
		width:50%;
		height: 230px;
	}
	.engineer,.engineerList{
		width: 100%;
		margin-top:20px;
	}
}

@media screen and (max-width: 768px) and (min-width: 0px){
	.container{
		margin-left:auto;
		margin-right:auto;
		padding:0px 2% 0px 2%;
	}
	.header-top{display: none;}
	.product_advantage li i{
		top: 6px;
	}
	.product_advantage li p{
		top: 68px;
		font-size: 16px;
	}
	.lianxi_more i{
		margin-left: 5px;
		margin-top: 10px;
	}
	.dianh li.dilogo dt{
		margin-top: 16px;
	}
	.engineer .big_mark{
		height: 60px;
	}
	.dianh{
		padding-top: 16px;
	}
	.ly_nr{width: 100%;}
	#hotLink{display: none;}
	/*移动端头部*/
	.head{display:none}
	.moblie_head{display:block;height:44px;background:#fff;top:0px;left:0px;width:100%;z-index:9999;}
	.moblie_head .lf{padding-top:2px;padding-left:5%}
	.moblie_head .lf img{height:40px}
	.moblie_head .rg{padding-right:5%;padding-top:14px}
	.moblie_head .rg a img{height:16px;vertical-align:top}
	.a_txt{display:block;position:fixed;top:0px;left:0px;width:0px;height:0px;overflow:hidden;z-index:10000}
	.a_txt .div1{position:absolute;width:100%;height:100%;background:#0b0d19;filter:alpha(opacity=0);opacity:0;left:0px;top:0px;z-index:1}
	.a_txt .div2{position:absolute;width:20%;left:0px;top:5%;z-index:100;text-align:center;filter:alpha(opacity=0);opacity:0}
	.a_txt .div3{position:absolute;width:80%;right:0px;top:0px;background:#0b0d19;height:100%;z-index:100;right:-80%}
	.a_txt .div3 ul{padding-left:5%;padding-right:5%}
	.a_txt .div3 ul li{border-bottom:1px solid #232530}
	.a_txt .div3 ul li a{display:block;height:45px;color:#fff;line-height:45px;padding-left:5%;font-size:16px}
	.a_txt .div3 ul li .a_js2{background:url(http://www.ks-fitter.com/images/plus.png) 95% center no-repeat;-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}
	.a_txt .div3 ul li .a_js2_on{background:url(http://www.ks-fitter.com/images/reduce.jpg) 95% center no-repeat;-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}
	.a_txt .div3 ul li .a_txt2{display:none}
	.a_txt .div3 ul li .a_txt2 a{height:40px;line-height:40px;font-size:14px}

	.fenlei{
		padding-top:10px;
		}
	.fenlei_nr li {
	    width: 49%;
	    margin-right: 0.5%;
	    margin-left: 0.5%;
	    margin-bottom: 10px;
	    float: left;
	}
	.fenlei_nr li .fenlei_tz h2{
		overflow: hidden;
		height: 24px;
		white-space: nowrap;
		text-overflow: ellipsis;
		font-size:14px;
		line-height:24px;
		font-weight:normal;
		position: absolute;
		left: 20px;
		top: 20px;
		transition: all .5s ease-in;
	}
	.fenlei_nr li .fenlei_tz p{
		position: absolute;
	    bottom: 20px;
	    left: 20px;
	    z-index: 3;
	    color: #fff;
	    font-size: 14px;
	    padding-right: 20px;
	    line-height: 14px;
	    transition: all .5s ease-out;
	}
	.fenlei_nr li .fenlei_tz img{
		width:44px !important;
		height:44px !important;
		margin-top:12%;
		margin-bottom:12%;
		
	}
	.product_dh h2,
	.lianxi_dh h2{
		font-size:26px;
		line-height: 36px;
	}
	.product_dh p,
	.lianxi_dh p{
		font-size:20px;
		line-height: 28px;
		padding-bottom: 10px;
	}
	.product_nr li{
		width:47%;
		margin-right:2%;
		float:left;
	}
	.engineer,.engineerList{
		width: 100%;
		margin-top:20px;
	}
	.engineerList li{
		margin:0 2% 20px 2% !important;
	}
	.product_advantage li{
		width:50%;
		float:left;
	}
	.product_customer{
		width: 100%;
	}
	.product_customer li{
		width:222px;
		margin: 10px;
		float:left;
	}
	.product_nr li h1{
		font-size:12px;
		line-height:30px;
	}
	.more a{
		line-height:30px;
		height:30px;
		font-size:14px;
		width:120px;
		margin:0 auto;
	}
	.jianjie_more a{
		line-height:30px;
		height:30px;
		font-size:14px;
		width:120px;
		margin:0;
	}
	.jianjie_more{
		width:120px;
		margin:0 auto;
		padding-bottom:20px;
	}
	.jianjie{
		width:100%;
	}
	.jianjie_nr{
		font-size:14px;
		padding:0 10px;
	}
	.shipin{
		width:100%;
	}


	.xinwen_fl{
		margin-left:0%;
	}
	.news_l{
		width:100%;
	}
	.news_l li{
		width:100%;
		margin-left: 0;
	}
	.news_y{
		width:100%;
	}
	.map{
		width:100%;
	}
	.lianxi{
		width:100%;
	}
	.lianxi_dh{
		text-align:center;
	    padding:20px 0 0 0;
	}
	.lianxi_nr{
		padding: 0 20px;
	}
	.lianxi_nr .lianxi_item{
		width: 100%;
		margin-bottom: 20px;
	}
	.lianxi_nr .lianxi_item:first-child ul:after{
		width: 0 !important;
	}
	.lianxi_dh p{
		background:url(../image/dh_x.jpg) bottom center no-repeat;
	}
	.dianh{
		width:100%;
	}
	.dianh li{
		width:50%;
		display: none;
	}
	.dianh li.dilogo{
		width:50%;
		display: block;
	}
	.dianh div.lianxi_more{
		width:42%;
		float: right
	}
	.dianh li.dilogo dt{
		font-size: 20px;
	}

	.dianh li.dilogo dd{
		font-size: 10px;
	}
	.erweima{
		width:116px;
		text-align:center;
		margin: 0 auto;
		float: none;
		margin-top: 20px;
	}
	.didi{display: none}
	.mbx{
		display:none;
	}
	.ry_nr li{
		width:47%;
		float:left;
		margin: 0px 0px 0px 2%;
	}
	.ry_nr li img{
		width:93%;
	}
	.ry_nr #contentText img{
		width: 100%;
	}
	.nypro{
		width:100%;
	}
	.nypro_nr li{
		width:48%;
	}
	.nypro_nr li img{
		width:100%;
	}
	.nypro_nr #contentText img{
		width: 100%;
	}
	.cpfl_nr{
		width:100%;
		padding-bottom:20px;
	}
	.nyxw_nr li{
		width:100%;
	}
	.form-control{
		width:85% !important;
	}
	.nyabout_nr img{
		width:100%;
	}
	.nypro_dh p{
		text-align:center;
		float:none;
	}
	.nypro_dh dl{
		display:none;
	}
	.nyfl_nr{
		width:91%;
	}
	.nyfl_nr li.ab{
		font-size:16px;
		height:40px;
		line-height:40px;
		border-bottom:1px #d8d8d8 solid;
		width:91%;
	}
	.nyfl_nr li{
		font-size:16px;
		height:30px;
		line-height:30px;
		border-bottom:1px #d8d8d8 solid;
		width:49%;
		float:left;
	}
	.xiazai li{
	    width:100%;
		margin:0;
	}
	.dianh li p{
		font-size:18px;
	}
	.xinwen_fl{
		text-align: center;
	}
	.xinwen_fl li{
		/*float:left;*/
		/*margin:0px 5px 15px 5px;*/
		width:80px;
		font-family:"微软雅黑";
		font-size:14px;
		text-align:center;
		display:inline-block;
	}
	.xinwen_fl li a{color:#0667b4;text-decoration:none;width:80px;height:30px;line-height:30px;border-radius:180px;background-color:#FFF; border:2px #0667b4 solid;display:block;}	
	.xinwen_fl li a:hover{color:#FFF;text-decoration:none;width:80px;height:30px;line-height:30px;border-radius:180px;background-color:#0667b4;display:block;}
	.lianxi1 li{
		font-size:14px;
		line-height:30px;
		text-align:center;
		width:100%;
		padding:0;
	}
	.lianxi1 li img{
		text-align:center;
		float:none;
		width:auto;
		float: left;
		margin-right:30px;
	}

	.lianxi1 li div{
		text-align:left;
		float:none;
		float: left;
	}

	.product_advantage li div.text{
		display: none;
	}
	.news_nr ul li{
		width: 100%;
	}
	.news_nr ul li:nth-child(odd){
		margin-right:0;
	}
}

@media (min-width:1200px){

}

/* @media (min-width:768px){
	.fenlei_nr li .fenlei_tz img{
		width:84px !important;
		height:84px !important;
		margin-top:10%;
		margin-bottom:10%;
		
	}
	.fenlei_nr li .fenlei_tz h1{
		font-family:"微软雅黑";
		font-size:20px;
		font-weight:normal;
		color:#fff;
		overflow: hidden;
		height: 40px;
		white-space: nowrap;text-overflow: ellipsis;
		height:40px;
		line-height:40px;
		position: absolute;
		left: 20px;
		top: 20px;
		transition: all .5s ease-in;
	}
	.fenlei_nr li .fenlei_tz p{
		position: absolute;
		left: 20px;
		bottom: 20px;
		z-index: 3;
	    color: #fff;
	    font-size: 14px;
	    padding-right: 20px;
	    line-height: 14px;
	    transition: all .5s ease-out;
	}
} */
.pagebar { padding:20px; overflow:hidden}
.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.pagination a {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  padding: 7px 10px;
  margin: 0 2px;
  border-radius: 2px;
}
.pagination span {
    color: #333;
    font-size: 12px;
    padding: 7px 2px;
    margin: 0 2px;
    border-radius: 2px;
}
.pagination a:hover {
  color: #337ab7;
  border: 1px solid #337ab7;
}
.pagination a.page-num-current {
  color: #fff;
  background: #337ab7;
  border: 1px solid #337ab7;
}
.pagination .st{ font-family:瀹嬩綋}
.text-secondary{ text-align:center; padding:20px 0}
.pagination b{
  font-size: 12px;
  padding: 7px 10px;
  margin: 0 2px;
  border-radius: 2px;
  
  color: #fff;
  background: #337ab7;
  border: 1px solid #337ab7;
	}