@media screen and (max-width:768px) {
#container, #mainer {
	width: 100%;
	max-width: 768px;
}
.content{
    max-width:748px;
    min-width:300px;
}
body {
	line-height: 1.5;
	font-size:12px !important;
}


/*==============================================================================================*/
/*header-css
/*==============================================================================================*/
.kefu{
	display: none;
}

/*头部logo与导航*/
.headbd{
	width: 100%;
	background-color:#f2f2f2;
} 
/*----------------头部logo样式--------------------------*/
.headbd-top{
	height:100px;
	overflow: hidden;
	max-width: 768px;
	min-width: inherit;
	margin:0 auto;
}
.headbd-top .logo{
	float: none !important;
	width: 100%!important;
    margin: 0 auto!important;
}
.headbd-top .tel-box{
	display:none;
}
.headbd-top .logo a{
	display: block;
	overflow: hidden;
	margin:0 auto;
	width:100%;
	max-width: 320px;
	height:100px;
}
.logo img{
	width:100%!important;
	max-width: 100%;
	height: auto!important;
	margin:5.5px auto!important;
}
/*==============================================================================================*/
/*nav
/*==============================================================================================*/
.nav {
    position: relative;
    width: 100%;
    height:auto!important;
    background:none;
    background-color:#135a98;
}
.navsub{
	display: none!important;
}
.navbd , .navbd ul{
	width: 100%;
	padding:0px;
	max-width: 768px;
	min-width:300px;
	overflow: hidden;
	height: auto!important;
}
.navbd ul li{
	width:25%;
	border-right: 1px solid #1c4970;
	border-bottom: 1px solid #327bbb;
	box-sizing: border-box;
	height:40px;
}
.navbd ul li a{
border-right: 1px solid #327bbb;
border-bottom: 1px solid #1c4970;
line-height: 40px;
}
.navbd ul li a::before ,.navbd ul li:last-child a::after{
	display: none;
}


/*==============================================================================================*/
/*banner
/*==============================================================================================*/
.banner_box {
	display: none !important;
}
.w_banner {
	width: 100%;
	max-width: 768px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 100;
	display: block !important;
}
.ibanner {
	width: 100%;
	max-width: 768px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 100;
	line-height: normal;
	margin-bottom: -2px;
	height: auto !important;
}
.ibanner .bd {
	width: 100%;
	height: auto !important;
	padding-bottom: 27.5%;
	background-size: 100% auto !important;
}
.ibanner .crumb {
	width: 100%;
	position: absolute;
	z-index: 100;
	height: 35px;
	left: 0px;
	bottom: 0px;
	overflow: hidden;
}
.ibanner .backdrop {
	position: absolute;
	display: block;
	overflow: hidden;
	width: 100%;
	background: #135a98;
	background: rgba(19, 90, 152,.5);
	left: 0px;
	bottom: 0px;
	z-index: 100;
	height: 35px;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	overflow: hidden;
}
.ibanner .crumb ul {
	width: 100%;
	margin: 0 auto;
	z-index: 100;
	height: 35px;
	overflow: hidden;
}
.ibanner .crumb ul li {
	float: left;
	display: block;
	padding: 0px 12px 0px 8px;
	text-align: left;
	background: url(../images/arrow.png) no-repeat right 14px;
}
.ibanner .crumb ul li i {
	color: #FFF;
	font-size: 16px;
}
.ibanner .crumb ul li:last-child {
	background: none;
}
.ibanner .crumb ul li a {
	display: block;
	line-height: 35px;
	font-size: 12px;
	color: #fff;
}

/*----------------面包屑---------------*/
.cate_box {
	display: block;
	margin: 0 auto;
	max-width: 720px;
	padding:20px 0 10px;
}
.cate{
	display: block;
	overflow: hidden;

}
.cate_box .cur a {background:#135a98;}
.cate_box ul {
	max-width: 100%;
	display: block;
	overflow: hidden;
	left: 0px;
	top: 0px;
	text-align: center;
}
.cate_box li {
	display: inline-block;
	*zoom:1;
	*display:inline;
	vertical-align: middle;
	min-height: 20px;
	text-align: center;
	font-size: 18px;
	position: relative;
	margin: 0 5px;
	cursor: pointer;
	background: #fff;
	text-transform: uppercase;
	border: #dfdfdf 1px solid;
	padding: 1px;
	margin-bottom:6px;
}
.cate_box li a {
	padding: 2px 5px;
	color: #fff;
	font-size: 12px;
	display: block;
	background: #fdd100;
	overflow: hidden;
	font-weight: normal;
}
.cate_box li a:hover {
}
.left-box{
	display: none;
}
.right-box{
	display: block;
	width:100%;
	margin-top:10px;
}




/*==============================================================================================*/
/*index-css
/*==============================================================================================*/

/*idex-title*/
.idex-title{
	width: 100%;
	margin:30px auto 0;
	padding:0;
	text-align:center;
}
.idex-title h2{
	width: 100%;
	font-size:24px;
	line-height:24px;
	color:#333;
	margin:0 auto 15px;
}
.idex-title i{
    width:40px;
    height: 3px;
    background: #fdd100;
    display: block;
    margin: 10px auto 15px auto;
}
.idex-title p{
    width:100%;
    line-height: 14px;
    text-align: center;
    display: block;
    margin:0px auto 20px;
}

/*main-search*/
.main-search{width: 100%;height:60px;background: #f6f6f6;}
.search-content{font-size:14px;overflow: hidden;}
.hot-keyword{display: none;}
.search-input{float:none; overflow: hidden;margin:11.5px auto 0; width:100%;}
.search-input ul{overflow: hidden;font-size:12px;}
.search-input ul li{float: left;}
.search-input .input-box{background: #fff;width:100%;height:35px;line-height:35px;border: 1px solid #dddddd; position: relative;}
.search-input .input-box input{border: 0;outline: none; background: none;width:300px; padding:0px 0px 0px 10px; line-height:35px; color:#dddddd; }
.search-input .submit{width:60px;height:35px;display: block;color: #fff;background: #fdd100 url("../../../upload/image/search.png") no-repeat center;position: absolute;top: 0;right: 0;}

/*产品中心样式*/
.index-pro{
	margin: 0 auto;
    overflow: hidden;
	background: url(../../../upload/image/pro-b.jpg);
}

.product-nav{border: 1px solid #f5f5f5; background-color:#f6f6f6;  padding: 14px 0;position: relative;overflow: hidden;}
.product-nav-title{background: url("../../../upload/image/list-b.png") no-repeat center; width: 147px;height:40px;line-height:40px;float: left; margin-left:10px;}
.product-nav-title b{padding-left: 40px;color: #fff;font-size: 16px;}
.product-nav-content{overflow: hidden; line-height:24px; float: left;margin-left:10px; max-height:50px; margin-top:10px; margin-bottom: 10px;}
.product-nav-content li{
	float: left;
	margin-right: 15px;
	color:#333;
}
.product-nav-content a {
    float: left;
    padding-right:10px;
    font-size:11px;
}
.product-nav dl{
	width: 100px;
    overflow: hidden;
    line-height: 40px;
    float: left;
    margin-right: 20px;
    position: absolute;
    color: #333;
    right: 0;
}
.product-tel{
	margin:0 auto 0;
	overflow: hidden;
	height: 40px;
	width: 260px;
}
.product-tel i{
	width:41px;
	height: 40px;
	float: left;
	margin-right: 15px;
	background: url(../../../upload/image/tel.png) no-repeat center;
}
.product-tel p{
	font-size: 24px;
	color: #333;
	line-height: 40px;
	font-weight: bolder;
}
.product-nav-content a:hover{color: #fdd100;text-decoration: underline;}
.product-nav-content a.cur{color: #fdd100;text-decoration: underline;}
.product-more{background: url("../../../upload/image/more.png") no-repeat center; width:30px;height:30px;position: absolute;right:0px; top: 50%;margin-top: -16px;}
}

/*产品样式*/
.index-pro-bottom{
	background-color: #fff;
	margin:20px auto 30px;
	overflow: hidden;
}
.index-pro-bottom ul{}
.index-pro-bottom ul li{
	float: left;
	width:50%;
	padding-top:5px;
	border-bottom: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
	box-sizing: border-box;
}
.index-pro-bottom ul li a{
	display: block;
	overflow: hidden;
}
.index-pro-bottom ul li a , .index-pro-bottom ul li a img{
	transition: 0.3s ease-in-out;
}
.index-pro-bottom ul li a:hover img{
	transform: scale(1.05);
}
.index-pro-bottom ul li .ind-tit{
	padding-top: 10px;
}
.index-pro-bottom ul li .ind-pic ,.index-pro-bottom ul li .ind-tit{
	margin:0 8%;
	width: 84%;
} 
.index-pro-bottom ul li img ,.index-pro-bottom ul li h2{
	width: 100%;
}
.index-pro-bottom ul li h2{
	font-size: 14px;
	text-align: center;
	height: 44px;
	line-height: 22px;
	color:#666;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:2;
	transition: 0.3s ease-in-out;
}
.index-pro-bottom ul li a:hover h2{
	color:#fdd100;
}
.index-pro-bottom ul li p{
	margin:10px auto 35px;
	width: 100px;
	height: 30px;
	line-height: 30px;
	font-size: 11px;
	background-color: #135a98;
	color:#fff;
	text-align: center;
	border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
   -o-border-radius:3px;
}

/*我们的实力*/
.index-strength-box , .index-strength{
	display: block;
}
.index-strength ul{
	width: 100%;
	overflow: hidden;
	margin:0 auto;
}
.index-strength ul li{
	display: block;
	float: left;
	width:17%;
	margin:0 1.5%;

}
.index-strength ul li a {
	display: block;
	overflow: hidden;
	width: 100%;
	border:1px solid #e7e3e3;
}
.index-strength ul li a img{
	width: 100%;
}
.index-strength .s-more{
	display: block;
	margin:15px auto 25px;
	padding:0;
	width:80px; 
	height:32px;
	line-height:32px;
	text-align: center;
	color:#666;
	border:2px solid #333;
}
.index-strength .s-more:hover{
	color:#333;
}

/*我们的环境*/
.index-strength .hj-right ,.index-strength .hj-left{
	display: none;
}

/*关于我们样式*/
.index-about-box{
	overflow: hidden;
	background: url(../../../upload/image/about-b.png)no-repeat center 0;
}
.index-about{
	position: relative;
	display: block;
	overflow: hidden;
	margin:80px auto;
	width: 100%;
}
.index-about-top{
	display: block;
	position: relative;
	width:100%;
	max-width: 990px;
	height:400px;
	background-color:#fff;
	z-index:0;
}
.index-about-center{
	overflow: hidden;
	position: absolute;
	display: block;
	top: 0px;
	width: 100%;
	z-index: 1;
}
.index-about-bottom{
	position: relative;
	display: block;
	width:100%;
    max-width:771px;
}
}.index-about-bottom-img ,.index-about-bottom-txt{
	display: block;
	float: left;
	overflow: hidden;
}
.index-about-bottom-img{
	margin-top:25px;
	border:1px solid #fdd100;
}
.index-about-bottom-img img{
	width:97%;
	float: left;
	margin:1.5%;
}
.index-about-bottom-txt{
	width:90%;
	max-width: 560px;
	text-align: left;
	margin:30px 0 0px 12px;
	overflow: hidden;
}
.index-about-bottom-txt h2{
    font-weight: bold;
    font-size: 18px;
    margin: 0 auto 15px;
}
.index-about-bottom-txt  p {
    margin:0;
    color:#999;
    font-size: 12px;
    line-height: 24px;
}
.index-about-bottom-txt a{
	display: block;
	overflow:hidden;
	margin-top: -15px;
	width: 31px;
	height: 31px;
	float: right;
	z-index: 1;
	background:url(../../../upload/image/a-more.png)no-repeat center;
}
/*------------首页新闻------------------*/
.index-news ul li{
	width:47%;
	margin: 0 1.5%;
	overflow: hidden;
	display: block;
	box-sizing: border-box;
}
.index-news ul li:last-child{
	display: none;
}
.index-news ul li a>p{
	margin-bottom: 30px;
}
/*------------招商代理------------------*/
.index-agent ul li p , .index-agent p{
	font-size: 12px;
	line-height:20px;
}
.index-agent a{
	margin:25px auto 30px;
}
.index-cont-left , .index-cont-right ,.index-cont-left-txt-bottom , .index-cont-left-txt-center li , .index-cont-left-txt-top li {
	float: left;
	width: 100%;
}
.index-cont-left-txt-top li ,.index-cont-left-txt-center li{
	margin-right: 0;
}
.index-cont-left-txt-bottom input{
	background-color:#fdd100;
	color:#fff;
}
/*-----------------底部样式-------------------------*/
.fotter-bottom{
	margin-bottom: 60px;
}

.fotter-bottom span ,.fotter-top .footerdl ,.fotter-top .footerfr{
	float: left;
	margin:0 auto;
	width: 100%;
	display: block;
	position: relative;
}
.fotter-top .footerdl {
	margin-bottom: 30px;
}
.fotter-top .footerdl ul{
	margin: 0 2.5%;
}





/*=======================================================
------------------更小屏幕样式----------------------
=======================================================*/
@media screen and (max-width:560px) {
.index-strength ul li{
	display: block;
	float: left;
	width:47%;
	margin:0 1.5% 1.5%;

}
.index-strength ul li:last-child{
	display: none;
}
}
@media screen and (max-width:550px) {
.headbd-top{
	height: 70px;
}
.headbd-top .logo a {
    width: 100%;
    max-width:240px;
    height: 70px;
}
.navbd ul li a{
	font-size: 12px;
}
.index-about-top{
	height:36
	8px!important;
	}
.fotter-top .footerdl ul{
	width:45%;
	margin-bottom: 15px;
}
.fotter-top .footerdl {
	margin-bottom:0px;
}
}

@media screen and (max-width:452px) {
.search .box-r .keyword-box p {
 height:22px;
 line-height:22px;
 text-align:left;
}
}

@media screen and (max-width:409px) {
.guide_nav li {
	min-height: 111.2px !important;
}
.guide_nav li a .con {
	font-size: 0.9rem;
	line-height: 1.4rem;
	height: 2.8rem;
}
.guide_nav li a .con {
	text-align: center;
	padding: 0.1rem 3% 0;
	font-size: 0.75rem;
	box-sizing: border-box;
}

}

.contact-list{
	padding-top: 20px;
}
.contact-list-ul li:nth-child(2) ,.contact-list-ul li:nth-child(3){
    border-top:none;	
}
.contact-list-ul li{
	width:97%;
    overflow: hidden;
    display: block;
    float: left;

}
.contact-list-ul li .contact-list-wrap {
    padding:130px 26px 10px;
    display: block;
    overflow: hidden;
    position: relative;
    height: inherit;
}
.contact-list-ul li i {
    margin-left: -52px;
    top: 12px;
    overflow: hidden;
    display: block;}
.contact-map iframe{
	height: 400px!important;
}

/*-----------------产品栏目-------------------------*/
.prolist li{
	width:48%;
	margin:0 1% 2.5%;
}
.prolist li .hd h3 , .arclist ul li h3{
	font-size:15px;
}
.prolist li .txt span , .page .page_list a ,.arclist ul li p{
	font-size: 12px;
}

.abmlist ul li dl{
	display: none;
}
.abmlist ul li dd a.more, .arclist ul li a.more{
	width: 20px;
	height: 20px;
	background-size:cover;
}

/*-----------------翻页-------------------------*/
.page{
	margin:20px auto;
}
/*-----------------详情页框-------------------------*/
.comcont{padding:10px;}

/*------------------产品详情页------*/
.goods-guide {
	overflow: hidden;
	margin:0px 0px 30px;
}
.goods-guide-pro {
	margin: 0 auto;
	width: 100%;
	max-width:768px;
	display: block;
	overflow: hidden;
	padding: 0px;
	box-sizing: border-box;
}
.goods-guide .pic {
	width:100%;
	position: relative;
	float: left;
	padding-bottom: 10px;
}
.pro-guide {
	float:left;
	width:100%;
	display: block;
	overflow: hidden;
}
.pro-guide .hd{
	font-size: 20px;
	line-height: 26px;
}
.pro-guide ul {
	padding-top: 15px;
	list-style: none;
}
.pro-guide ul li{
	height: inherit;
}
.pro-guide ul li strong{
	width: 80px;
}
.pro-guide .p-txt, .pro-guide ul li strong{
	font-size:14px;
	line-height: 20px;
}
.pro-guide ul li{
	font-size:12px;
	line-height: 20px;
}


.goods-guide .pic h3 {
	width:100%;
	height:auto;
	margin-bottom: 10px;
	border: none;
}
.goods-guide .pic h3 a{
	width: 100%;
	display: block;
	overflow: hidden;
}
.zoomWrapperImage{
	display: none!important;
}
.goods-guide .pic h3 .img {
	border: #eee solid 1px;
}
.goods-guide .pic ul {
	display: none;
}
.show_contact_box {
	margin-top:10px;
	padding:3.5%;
	display: block;
	overflow: hidden;
	width:92%;
	background: #f5f5f5;
}
.show_contact_box dt {
	float: left;
	width:120px;
	overflow: hidden;
	margin-right:15px;
}
.show_contact_box dt a {
	color: #fff;
	font-size: 16px;
	text-align: center;
	height:35px;
	line-height:35px;
	width:120px;
	overflow: hidden;
	display: block;
}
.bdsharebuttonbox {
	padding-top:4px;
	float: left;
	width:210px;
}
.bdsharebuttonbox span {
	float: left;
	display: block;
	line-height: 28px;
}
.bdsharebuttonbox a {
	display: inline-block;
}
.bdsharebuttonbox p{
	margin-bottom: 0px;
}
.show_contact {
	padding-top:4px;
	float: left;
	display: block;
	width:auto;
	height: 100%;
	overflow: hidden;
}
.show_contact h3 {
	color: #333;
	line-height: 36px;
}
.pro_rec ul li{
	width:48%;
	margin:3% 1% 0;
}
.pro_rec ul li p{
	margin:5px 5%;
}

/*-----产品详情-------*/
.goods-info {
	margin:20px auto;
	width:100%;
}
.goods-info img{width:100% !important; height:auto !important;}
.goods-info table{width:100% !important;}
.goods-info .hd {
	overflow: hidden;
	line-height: 45px;
	height: 45px;
	background: #f5f5f5;
	color: #666;
	border-bottom: none;
	font-size: 16px;
	padding: 0px 15px;
	margin-bottom: 10px;
}

/*--------------phone-nav-------------------*/
.menu {
	background: #135a98;
	width: 100%;
	bottom: 0px;
	height:60px;
	position: fixed;
	z-index: 99999;
	display: block;
}
.menu ul {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.menu li {
	float: left;
	width: 25%;
	height:60px;
	position: relative;
	text-align: center;
	border-right: 1px solid #1c4970;
	box-sizing: border-box;
}
.menu li a {
	display: block;
	text-align: center;
	font-size: 12px;
	color: #fff;
	border-right: #327bbb solid 1px;
	white-space: nowrap;
	overflow: hidden;
	padding:10px 1px;
}
.menu li:last-child a {
	border: none
}
.menu li img {
	margin: 0 auto;
	display: inherit;
	width: 30%;
	text-align: center;
	max-width: 20px;
}
.menu li span {
	display: block;
	font-size: 12px;
	line-height:24px;
	font-style: normal;
	letter-spacing:0px;
}
.menu li a:hover {
}
.menu li a.index {
	background-image: none;
	margin-left: 3px
}






img{width: 100%!important; height: auto !important;}