body,
html {
	margin: 0px;
	padding: 0px;
	font-family: "微软雅黑";
	font-size: 14px;
	line-height: 1.46;
	color: #393939;
}
*{
	box-sizing: border-box;
}
.nei_banner{
	text-align:center;
}
@font-face {
  font-family: 'iconfont';  /* project id 685278 */
  src: url('iconfont.eot');
  src: url('iconfont.eot') format('embedded-opentype'),
  url('iconfont.woff') format('woff'),
  url('iconfont.ttf') format('truetype'),
  url('iconfont.svg#iconfont') format('svg');
}
.iconfont {
	font-family: iconfont;
	font-style: normal;
}
.wrap {
	position: relative;
}
.centered-btns_nav {
	position: absolute;
	top: 50%;
	z-index: 2;
	width: 38px;
	height: 61px;
	transition: .5s;
	margin-top: -40px;
	line-height: 200px;
	background-image: url(arrow.gif);
	overflow: hidden;
	opacity: .1;
}
.centered-btns_nav:hover{
	opacity: .7;
}
.next {
	right: 0;
	background-position: right 0;
}

.centered-btns_nav:active {
	opacity: 1;
}

.centered-btns_tabs {
    margin-top: 15px;
    text-align: center;
    font-size: 0;
    position: absolute;
    list-style-type: none;
    width: 100%;
    z-index: 99;
    bottom: 15px;
}

.centered-btns_tabs li {
	display: inline-block;
	margin: 0 3px;
	*display: inline;
	*zoom: 1;
}

.centered-btns_tabs a {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	line-height: 20px;
	background-color: rgba(0, 0, 0, .3);
	background-color: #ccc\9;
	overflow: hidden;
	*display: inline;
	*zoom: 1;
}
.centered-btns_here a{
	background-color: rgba(0, 0, 0, .9);
}

body {
	overflow-x: hidden;
}

img,
table{
	max-width: 100%;
	height: auto !important;
}

table,
td {
	border: 1px solid #ccc;
}


h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
p {
	line-height: 1.46;
	font-family: "微软雅黑";
	margin: 0px;
	padding: 0px;
	max-width: 100%;
}

a:link,
a:visited {
	color: #555;
	text-decoration: none;
}

ul {
	padding: 0px;
	margin: 0;
	height: auto;
	overflow: hidden;
}

ul li {
	list-style: none;
}

a:hover,
a:active,
a:focus {
	text-decoration: none;
}

.clear {
	display: block;
	clear: both;
}

.clearfix {
	zoom: 1;
}
.clearfix::after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
/*header 开始*/
.w1700{
	width: 1700px;
	margin: 0 auto;
}
.w1700::after{
	content: '';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
header{
	padding: 35px 0;
}
.logo{
	width: 25%;
	float: left;
}
.nav{
	width: 75%;
	float: left;
	text-align: right;
}
.nav ul li{
	display: inline-block; 
	margin-left: 20px;
}
.nav ul li a{
	display: block;
	position: relative;
	font-size: 16px;
	line-height: 77px;
	color: #616161;
	height: 57px;
    padding: 0 25px;
}
.nav ul li a span{
	opacity: 0;
}
.nav ul li:hover a::before{
	opacity: 0;
}
.nav ul li:hover a span{
	opacity: 1;
}
.nav ul{
	overflow: inherit;
}
.nav ul li a::before{
	position: absolute;
	font-size: 16px;
	color: #000;
	top: 0;
	right: 20px;
}
.nav ul li:nth-child(1) a::before{
	content: "首页";
}
.nav ul li:nth-child(2) a::before{
	content: "关于我们";
}
.nav ul li:nth-child(3) a::before{
	content: "新闻动态";
}
.nav ul li:nth-child(4) a::before{
	content: "产品中心";
}
.nav ul li:nth-child(5) a::before{
	content: "成功案例";
}
.nav ul li:nth-child(6) a::before{
	content: "联系我们";
}
.index_pro{
	padding: 35px 0;
}
.in_pro_title{
	margin-bottom: 30px;
}
.in_pro_title span{
	float: left;
    font-size: 16px;
    position: relative;
    display: inline-block;
    color: #545454;
	padding-left: 35px;
}
.in_pro_title span::before{
    content: " ";
    width: 30px;
    height: 2px;
    background: #9d9d9d;
    left: 0;
    top: 18px;
    position: absolute;
}
.in_pro_title span font{
	font-size: 12px;
	color: #9D9D9D;
	margin-left: 10px;
}
.index_fen{
	height: 200px;
	padding-top: 50px;
	background: url(index_fen.jpg) no-repeat center top;
	text-align: center;
}
.index_fen h5{
    font-size: 36px;
    color: #c8cac9;
}
.index_fen p{
	font-size: 36px;
	color: #c7c9c8;
	font-weight: bold;
}
.in_pro_title_more{
	float: right;
	text-align: right;
	display: inline-block;
	position: relative;
	font-size: 15px;
	color: #9D9D9D;
}
.in_pro_title_more::before{
	content: " ";
    position: absolute;
    width: 30px;
    height: 2px;
    left: -35px;
    top: 13px;
    background: #9D9D9D;
}
.in_pro_main ul li{
	display: block;
	width: 30%;
	float: left;
	margin-bottom: 15px;
	overflow: hidden;
	position: relative;
	
    border: 1px solid #eee;
}
.in_pro_main ul li:nth-child(3n+2){
	margin: 0 5% 15px;
}
.in_pro_main ul li img{
	opacity: 1;
	transition: .8s;
}
.in_pro_main ul li span img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: .8s;
}
.in_pro_main ul li:hover img img:nth-child(1){
	opacity: 0;
}
.in_pro_main ul li:hover span img{
	opacity: 1;
}
.in_pro_main ul li:hover img{
	 transform: scale(1.1)
}
.index_news{
	padding: 35px 0;
}
.in_news_main ul li{
	width: 30%;
	float: left;
	margin-top: 15px;
	transition: .5s;
}
.in_news_main ul li:hover{
	transform: translateY(-15px);
}
.in_news_main ul li:nth-child(3n+2){
	margin:15px 5% 0;
}
.in_news_main ul li .in_news_info{
	margin-top: 20px;
}
.in_news_info h5{
	font-size: 15px;
	color: #1A1A1A;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.in_news_info span{
	margin: 8px 0 10px;
	font-size: 12px;
	color: #1A1A1A;
	display: block;
}
.in_news_info p{
	font-size: 14px;
	color: #797979;
}
.index_about{
	padding: 35px 0;
}
.in_about_img{
	width: 45%;
	float: left;
}
.in_about_info{
	width: 50%;
	float: right;
	padding-top: 50px;
	padding-right: 10%;
}
.in_about_info h5{
	font-size: 20px;
	color: #1A1A1A;
	font-weight: bold;
	margin-bottom: 20px;
}
.in_about_info h5 font{
	font-size: 12px;
	color: #797979;
}
.in_about_info p{
	font-size: 14px;
	color: #797979;
}
footer{
	padding: 30px 0;
	border-top: 2px solid #8c8a8a;
}
.footer_l{
	width: 27%;
	font-size: 12px;
	color: #a1a0a0;
	line-height: 20px;
	float: left;
}
.footer_r{
	width: 71%;
	float: right;
}
.footer_r font{
	display: inline-block;
	margin-left: 15px;
	font-size: 12px;
	color: #A1A0A0;
}

.returnTop{
	position: fixed;
	z-index: 99;
	width: 50px;
	height: 0;
	overflow: hidden;
	right: 40px;
	bottom: 50px;
	opacity: 0;
	transition: .5s;
	cursor: pointer;
	background: url(return.png) no-repeat center;
}
.returnTop.active{
	height: 50px;
	opacity: 1;
}
/*header 结束*/
.product_main{
	padding: 30px 0;
}
.product_main ul li{
	display: block;
	width: 31%;
	float: left;
		border: 1px solid #eee;
	margin-bottom: 15px;
	overflow: hidden;
	position: relative;
}
.product_main ul li:nth-child(3n+2){
	margin: 0 3.5% 15px;
}
.product_main ul li>img{
	opacity: 1;
	transition: .8s;
}
.product_main ul li span img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: .8s;
}
.product_main ul li:hover img img:nth-child(1){
	opacity: 0;
}
.product_main ul li:hover span img{
	opacity: 1;
}
.function{
	text-align: center;
	margin-top: 20px;
}
.function a{
	display: inline-block;
	font-size: 15px;
	color: #1A1A1A;
	margin: 0 5px;
	transition: .5s;
}
.function a.active,
.function a:hover{
	color: #c40001;
}

.news_list ul li{
	display: block;
	margin-bottom: 15px;
}
.news_main{
	padding: 30px 0;
}
.news_list ul li{
	display: block;
	margin-bottom: 30px;
}
.news_list ul li h5{
	margin-bottom: 10px;
}
.news_list ul li h5 a{
    color: #777;
    font-size: 17px;
    display: block;
    width: 80%;
    line-height: 30px;
    float: left;
    font-weight: normal;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
}
.news_list ul li font{
	width: 20%;
	float: right;
	text-align: right;
    font-size: 14px;
    line-height: 30px;
    color: #777;
}
.news_list ul li p{
	font-size: 14px;
	color: #333;
    text-indent: 1em;
    margin-bottom: 15px;
    line-height: 2;
}
.news_list ul li span{
	display: block;
}
.news_list ul li span a{
	display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    padding: 5px 10px 5px;
    border: none;
    background: #5f5f5f;
}
.news_list ul li span a:hover{
	background: #000;
}
.news_right_list{
	margin-bottom: 15px;
	background: #fff;
}
.news_right_list h5{
	padding: 20px;
    color: #fff;
    font-size: 16px;
    background-color: rgb(95, 95, 95);	
}
.news_right_list ul{
	padding: 10px 0;
}
.news_right_list ul li{
	padding: 5px;
}
.news_right_list ul li a{
	display: block;
	position: relative;
	padding-left: 30px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 14px;
	color: #777;
}
.news_right_list ul li a::before{
	content: " ";
	position: absolute;
    width: 7px;
    height: 7px;
    left: 7px;
    top: 7px;
    transition: .5s;
	border-top: 2px solid rgb(95, 95, 95);
	border-right: 2px solid rgb(95, 95, 95);
	transform: rotateZ(45deg);
}
.news_right_list ul li:hover a::before{
	left: 14px;
}

.news_main1{
	padding: 30px 0;
}
.news_list1 ul li{
	border-bottom:1px solid #dddddd;
    padding: 14px 10px;
}
.news_list1 ul li .news_time{
	width: 10%;
    float: left;
}
.news_list1 ul li .news_time time{
	font-size: 24px;
    position: relative;
    margin-bottom: 16px;
    padding-top: 14px;
    font-size: 24px;
    color: #999;
    -webkit-transition: all .3s;
    transition: all .3s;
    display: inline-block;
}
.news_list1 ul li .news_time time::before{
	position: absolute;
    content: "";
    width: 25px;
    height: 1px;
    left: 72px;
    top: 30px;
    border-bottom: 1px solid #BFBFBF;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.news_icon {
    position: relative;
    width: 35px;
    height: 35px;
    border: 1px solid transparent;
    background-color: transparent;
    -webkit-transition: all .3s;
    transition: all .3s;
    top: -10px;
}
 .news_icon span{
	position: absolute;
    top: 9px;
    left: 9px;
    width: 14px;
    height: 15px;
    background: url(icon_news.png) no-repeat center;
}
.news_list1 ul li .news_con{
	
    width: 60%;
    padding-left: 10px;
    margin-top: 19px;
    -webkit-transition: all .3s;
    transition: all .3s;
    float: left;
}
.news_list1 ul li .news_con h5 a{
	padding-bottom: 14px;
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;  
}
.news_list1 ul li .news_con p{
	width: 90%;
    line-height: 24px;
    display: block;
    font-size: 13px;
    color: #7D7D7D;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.news_list1 ul li .news_img{
	
    width: 30%;
    float: left;
    height: 140px;
    overflow: hidden;
}
.news_list1 ul li:hover .news_time time::before{
	border-bottom: 1px solid #333333;
}
.news_list1 ul li:hover .news_icon{
	
    background-color: #333333;
}
.about_fen{
	text-align: center;
}
.about_se1{
	margin-bottom: 30px;
}
.about_se1 ul{
	border-bottom: 1px solid #756e6c;
	padding: 30px 0;
}
.about_se1 ul li{
	width: 30%;
	float: left;
}
.about_se1 ul li:nth-child(2){
	margin: 0 5%;
}
.about_se1 ul li h5{
    font-size: 25px;
    color: #231815;
    margin-bottom: 20px;
    font-weight: bold;
}
.about_se1 ul li p{
	font-size: 15px;
	color: #5a5757;
	height: 120px;
	line-height: 1.8;
}
.about_se2{
	padding-bottom: 30px;
}
.about_se2 h5{
	 font-size: 20px;
	 color: #231815;
	 margin-bottom: 20px;
}
.about_se2 ul li{
	width: 20%;
	float: left;
}
.about_se2 ul li font{
	display: block;
	font-size: 15px;
	line-height: 1.8;
	color: #595757;
}
.page_kj_main{
	padding: 30px 0;
}
.page_kj_se1{
	padding-bottom: 30px;
	border-bottom: 1px solid #231815;
	margin-bottom: 30px;
}
.page_kj_se2{
	padding-bottom: 30px;
}
.page_kj_se3{
	padding: 30px;
	background: #595656;
}
.page_kj_se3 .page_kj_se_info h5{
	color: #b5b4b4;
}
.page_kj_se3 .page_kj_se_info h5 font{
	color: #abaaaa;
}
.page_kj_se3 .page_kj_se_info p{
	color: #9e9d9d;
}
.page_kj_se3 .page_kj_se_img{
	padding: 50px 0;
}
.page_kj_se_img img{
	margin: 0 10px;
}
.page_kj_se3 .page_kj_se_img img{
	margin: 0 40px;
}
.page_kj_se_info{
	width: 40%;
	float: left;
}
.page_kj_se_info h5{
	font-size: 32px;
	color: #231815;
	margin-bottom: 20px;
}
.page_kj_se_info h5 font{
	font-size: 20px;
	color: #8c8c8c;
	margin-left: 10px;
}
.page_kj_se_info p{
	font-size: 15px;
	line-height: 1.8;
}
.page_kj_se_img{
	width: 60%;
	float: left;
	text-align: center;
}
.page_kj_se4{
	margin-top: 30px;
}
.page_kj_se4 ul li{
	width: 24%;
	margin-right: 1.3333%;
	float: left;
}
.page_kj_se4 ul li:nth-child(4n+4){
	margin-right: 0;
}
.page_kj_se4 ul li h5{
	overflow: hidden;
}
.page_kj_se4 ul li img{
	transition: .8s;
}
.page_kj_se4 ul li p a{
	display: block;
	text-align: center;
	padding: 10px 0;
	font-size: 14px;
	color: #797979;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.page_kj_se4 ul li:hover h5 img{
	transform: scale(1.1);
}

.page_contact{
	padding: 50px 0;
}
.map_box{
	width: 50%;
	float: left;
	border: 1px solid #5E5E5E;
}
.contact_info{
	width: 50%;
	float: left;
	padding-left: 10%;
}
.contact_info h5{
	font-size: 22px;
	color: #666;
}
.contact_info samp{
	color: #cc2222;
    font-weight: bold;
}
.contact_info  span{
	display: block;
	margin-top: 30px;
}
.contact_info p{
	display: block;
	margin-top: 15px;
}
.contact_info p font{
	font-size: 15px;
	color: rgb(153, 153, 153);
	line-height: 32px;
	margin-left: 20px;
	display: inline-block;
}
.article_title{
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 300;
    color: #777;
}
.article_content{
	padding: 10px 0;
}
.article_page{
	display: block;
	height: auto;
	overflow: hidden;
}
.article_page p{
	width: 50%;
	float: left;
	font-size: 14px;
	color: #858585;
}
.article_page p a{
	display: inline-block;
	font-size: 14px;
	color: #858585;
}
.article_page p:nth-child(1){
	text-align: right;
	padding-right: 15px;
	border-right: 1px solid #eee;
}
.article_page p:nth-child(2){
	padding-left: 15px;
}
.info_product{
	padding: 50px 0;
}
.product_title{
	text-align: center;
	font-size: 20px;
	color: #1A1A1A;
	margin-bottom: 20px;
}
.product_page{
	display: block;
	margin-top: 20px;
}
.product_page p{
	font-size: 12px;
	color: 666;	
}
.product_page font{    font-size: 15px;
    font-weight: bold;
    color: #000;
    margin-right: 5px;
}
.m_mune,
.m_footer{
	display: none;
}
.conten_title {
	display: block;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	color: #666;
	margin-bottom: 15px;
}

.conten_bianji {
	display: block;
	text-align: center;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #8C8C8C;
}

.conten_bianji span {
	display: inline-block;
	font-size: 14px;
	color: #8c8c8c;
	margin: 0px 10px;
}

.conten_bianji span p {
	display: inline-block;
	color: #8c8c8c;
}

.conten_info p {
	color: #8C8C8C;
	font-size: 14px;
	line-height: 1.8;
}

.conten .bdshare-button-style0-16 {
	text-align: left;
	margin: 10px 0;
}

.conten_tag span {
	display: inline-block;
	font-size: 14px;
	color: #8c8c8c;
	padding: 8px 0;
}

.conten_tag {
	display: block;
	padding: 2px 0;
	text-align: left;
}

.conten_tag a {
	margin-left: 5px;
	padding: 8px;
	color: #8C8C8C;
	border-radius: 5px;
	font-size: 12px;
	transition: .6s;
	display: inline-block;
}

.conten_tag a:hover {
	background: #c74250;
	color: #fff;
}

.conten .bdshare-button-style0-16 a {
	float: none !important;
}

.conten_page {
	display: block;
	margin-top: 20px;
	text-align: left;
	border-top: 1px solid #8c8c8c;
	padding-top: 10px;
}

.conten_page p {
	display: block;
	margin-bottom: 10px;
	font-size: 16px;
	color: #8c8c8c;
}

.conten_page p a {
	font-size: 14px;
	color: #8c8c8c;
}
.pos{
	background: rgb(95, 95, 95);
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	color: #fff;
	padding-left: 15px;
	margin-bottom: 25px;
}
.pos a{
	color: #fff;
}
.footer_meta,
.link{
	text-align: center;
    font-size: 12px;
    color: #A1A0A0;
}
.footer_meta{
	margin: 5px 0;
}
.footer_meta a,
.link a{
	margin: 0 1px 0 0;
    font-size: 12px;
    color: #A1A0A0;
}
.yb_conct{position:fixed;z-index:9999999;top:128px;right:-127px;cursor:pointer;transition:all .3s ease;}
.yb_bar ul li{width:180px;height:53px;font:16px/53px 'Microsoft YaHei';color:#fff;text-indent:54px;margin-bottom:3px;border-radius:3px;transition:all .5s ease;overflow:hidden;}
.yb_bar .yb_top{background:#545454  url(fixcont.png) no-repeat 0 0;}
.yb_bar .yb_phone{background:#545454  url(fixcont.png) no-repeat 0 -57px;}
.yb_bar .yb_QQ{text-indent:0;background:#545454  url(fixcont.png) no-repeat 0 -113px;}
.yb_bar .yb_ercode{background:#545454  url(fixcont.png) no-repeat 0 -169px;}
.hd_qr{padding:0 29px 25px 29px; width: 100%;}
.yb_QQ a{display:block;text-indent:54px;width:100%;height:100%;color:#fff;}

@media only screen and (min-width: 1200px) and (max-width: 17000px) {
	.w1700{
		width: 1200px;
	}
	.page_kj_se_img img{
		width:48%;
		float:left;
		margin:0 1%;
	}
.page_kj_se3 .page_kj_se_img img {
    margin: 0 10px;
    width: 30%;
}
	.nav ul li a{
			height:45px;
			line-height:45px;
}
}
@media only screen and (min-width: 320px) and (max-width: 1200px) {
	.w1700{
		width: 100%;
	}
	
	.link,
	.footer_meta,
	.index_fen{
		display: none;
	}
	.nav{
		position: fixed;
		width: 40%;
		background: rgba(0,0,0,.7);
		top: 67px;
		right: -100%;
		z-index: 999;
		height: 100%;
		transition: .5s;
	}
	.nav.active{
		right: 0;
	}
	.nav ul li{
		width: 100%;
		margin: 0;
		display: block;
		padding: 0 10px;
	}
	.nav ul li a::before,
	.nav ul li a::after,
	.nav ul li font,
	footer .footer_er{
		display: none;
	}
	.nav ul li a{
		color: #fff;
		display: block;
		text-align: center;
		border-bottom: 1px solid #fff;
		font-size: 15px;
		line-height: 48px;
		height: auto;
		padding: 0;
	}
	header{
		padding: 5px 0;
	}
	.logo{
		width: 55%;
		padding-left: 5px;
	}
	.m_mune{
		display: block;
		width: 20%;
		float: right;
		text-align: right;
		padding-right: 15px;
	}
	.m_mune i{
		display: inline-block;
		font-size: 24px;
		color: #5f5f5f;
		line-height: 57px;
		transition: .5s;
	}
	.m_mune.active i{
		transform: rotateZ(360deg);
	}
	
	.index_pro,
	.index_news,
	.index_about{
		padding: 15px 1%;
	}
	.in_pro_title span::before,
	.in_pro_title_more::before{
		display: none;
	}
	.in_pro_title{
		margin-bottom: 15px;
	}
	.in_pro_main ul li{
		width: 48%;
		margin: 1% !important;
		display: none;
	}
	.in_pro_main ul li:nth-child(1),
	.in_pro_main ul li:nth-child(2),
	.in_pro_main ul li:nth-child(3),
	.in_pro_main ul li:nth-child(4),
	.in_pro_main ul li:nth-child(5),
	.in_pro_main ul li:nth-child(6),
	.in_pro_main ul li:nth-child(7),
	.in_pro_main ul li:nth-child(8){
		display: block;
	}
	.in_pro_title span{
		padding-left: 0;
	}
	.in_news_main ul li{
		width: 48%;
		margin: 0 1% !important;
		display: none;
	}
	.in_news_main ul li:nth-child(1),
	.in_news_main ul li:nth-child(2){
		display: block;
	}
	.in_news_main ul li .in_news_info{
		margin-top: 5px;
	}
	.in_news_info span{
		margin: 5px 0;
	}
	.in_news_info p{
		font-size: 12px;
		line-height: 18px;
		height: 36px;
		overflow: hidden;
	}
	.in_about_img{
		width: 100%;
		padding: 0;
		margin-bottom: 15px;
		text-align: center;
	}
	.in_about_info{
		width: 100%;
		padding: 0;
	}
	.in_about_info h5{
		margin-bottom: 10px;
	}
	footer{
		padding: 15px 1%;
	}
	footer h3{
		display: none;
	}
	footer .footer_info{
		width: 100%;
	}
	footer .footer_info p{
		margin-bottom: 0;
	}
	footer .footer_info font{
		width: 100%;
		margin-bottom: 5px;
	}
	footer .clear{
		border-bottom: 0;
		padding: 0;
		margin: 0;
	}
	.link,
	.footer_hot,
	.footer_meta,
	.yb_conct{
		display: none;
	}
	footer .footer_info h5{
		font-size: 15px;
	}
	footer .footer_info p,
	footer .footer_info a{
		font-size: 12px;
	}
	body {
		padding-bottom: 50px;
	}
	.m_footer {
		display: block;
	}
	.m_foot_btn {
		width: 20%;
		float: left;
		height: 50px;
		display: block;
		padding-top: 5px;
		line-height: 1;
		text-align: center;
		border-right: 1px solid #fff;
	}
	.m_foot_btn:last-of-type {
		border-right: 0;
	}
	.m_foot_btn i {
		color: #fff;
		display: block;
		font-size: 20px;
		margin-bottom: 5px;
	}
	.m_foot_btn span {
		display: block;
		text-align: center;
		color: #fff;
		font-size: 12px;
	}
	.m_footer {
		display: block;
		height: 50px;
		position: fixed;
		bottom: 0px;
		width: 100%;
		left: 0px;
		background: #3c3c3c;
		z-index: 999;
		border-top: 1px solid #fff;
	}
	.product_main{
		padding: 15px 1%;
		background: none;
	}
	.product_main ul li{
		width: 48%;
		margin: 1% !important;
	}
	.info_product{
		padding: 15px 1%;
	}
	.product_title{
		font-size: 17px;
	}
	.product_page font{
		font-size: 15px;
		margin-right: 10px;
	}
	.news_main{
		padding: 15px 1%;
	}
	.news_list ul li h5 a{
		font-size: 15px;
		width: 75%;
	}
	.news_list ul li font{
		font-size: 12px;
		width: 25%;
	}
	.news_list ul li p{
		text-indent: 2em;
		font-size: 12px;
	}
	.news_list ul li span{
		text-align: right;
	}
	.function{
		margin-top: 15px;
	}
	.news_right {
		margin-top: 15px;
	}
	.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
		padding-left: 5px;
		padding-right: 5px;
	}
	.article_page p a{
		font-size: 12px;
	}
	.article_title{
		font-size: 17px;
	}
	.page_contact{
		padding: 15px 1%;
	}
	.map_box{
		width: 100%;
		margin-bottom: 15px;
	}
	.contact_info{
		width: 100%;
		padding-left: 0;
	}
	.contact_info  span{
		margin-top: 15px;
	}
	.contact_info p{
		margin-top: 10px;
	}
	
	.nav ul li a span{
		opacity: 1;
	}
	
	.page_kj_main{
		padding: 15px 1%;
	}
	.page_kj_se_info{
		width: 100%;
		margin-bottom: 10px;
	}
	.page_kj_se1{
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.page_kj_se_img{
		width: 100%;
	}
	.footer_l{
	display: none;
}
.footer_r{
	width: 100%;
}
.footer_r font:nth-child(1){
	font-size: 15px;
	color: #333;
}
.footer_r font{
	font-size: 13px;
}
.footer_r font{
	width: 100%;
	margin-left: 0;
	margin: 3px 0;
}
	.page_kj_se_img img{
		margin: 10px 0;
	}
	.page_kj_se_info h5{
		font-size: 20px;
		margin-bottom: 15px;
	}
	.page_kj_se_info h5 font{
		font-size: 15px;
	}
	.page_kj_se_info p{
		font-size: 13px;
	}
	.page_kj_se3{
		padding: 10px;
	}
	.page_kj_se3 .page_kj_se_img{
		padding: 0;
	}
	.page_kj_se3 .page_kj_se_img img {
	    margin: 0 1.5%;
	    width: 25%;
	}
	.page_kj_se4 ul li{
		width: 48%;
		margin: 1% !important;
	}
	.page_kj_se4 ul li p a{
		font-size: 12px;
	}
	.about_se1 ul{
		padding: 15px 0;
	}
	.about_se1{
		margin-bottom: 0;
		padding: 0 1%;
	}
	.about_se1 ul li{
		width: 100%;
	}
	.about_se1 ul li h5{
		font-size: 20px;
		margin-bottom: 15px;
	}
	.about_se1 ul li p{
		height: auto;
		margin-bottom: 15px;
	}
	.about_se1 ul li:nth-child(2){
		margin:  15px 0;
	}
	.about_se2 h5{
		margin-bottom: 10px;
	}
	.about_se2 ul li{
		width: 100%;
	}
	.about_se2{
		padding: 15px 1%;
	}
	.news_main1{
		padding: 15px 1%;
	}
	.pos{
		margin-bottom: 10px;
		height: auto;
		line-height: 1.34;
		padding: 10px 0;
		padding-left: 5px;
	}
	.news_list1 ul li .news_time{
		width: 100%;
	}
	.news_icon {
	    display: none;
	}
	.news_list1 ul li{
		padding: 5px;
	}
	.news_list1 ul li .news_con{
	    width: 70%;
	    margin-top: 0;
	    padding-left: 0;
	}
	.news_list1 ul li .news_time time{
		
    margin-bottom: 5;
    padding-top: 5;
    font-size: 20px;
	}
	.news_list1 ul li .news_time time::before{
		top: 20px;
	}
	.news_list1 ul li .news_con p{
	    width: 95%;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    white-space: nowrap;
	    overflow: hidden;
	    font-size: 12px;
	}
	.news_list1 ul li .news_img {
    width: 30%;
    height: auto;
    overflow: hidden;
}
}