*{
	margin: 0px;
	padding: 0px;
}
.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(../images/arrow.gif);
	overflow: hidden;
	opacity: .1;
}
.centered-btns_nav:hover{
	opacity: .7;
}
.prev{
	left: 0;
}
.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: 15px;
	height: 8px;
	border-radius: 8px;
	line-height: 8px;
	background-color: rgba(255, 255, 255, .3);
	background-color: #ccc\9;
	overflow: hidden;
	*display: inline;
	*zoom: 1;
}
.centered-btns_here a{
	width: 30px;
	background-color: rgba(255, 255, 255, .9);
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}
.centered-btns_tabs li a{
	font-size: 0px;
}
#search_cc_r input{
	cursor: pointer;
}



.return_top {
	position: fixed;
	width: 36px;
	height: 36px;
	right: 15px;
	bottom: 76px;
	display: none;
	z-index: 999;
	cursor: pointer;
	transition: .5s;
	background: url(../images/icon-gotop-fixed.png) no-repeat center 0 rgba(0, 0, 0, .6);
	background-position: center;
}
.return_top:hover {
	background: url(../images/icon-gotop-fixed.png) no-repeat center 0 rgba(0, 0, 0, .7);
	background-position: center;
}
#toolbar{
	display: none;
}
.m_subNav{
	display: none;
	position: fixed;
    width: 100%;
    height: 100%;
    right: 0;
    top: 70px;
    z-index: 9999;
    max-width: 640px;
    min-width: 320px;
    background: #1048a0;
}
.subNavCon{
	margin: 0px;
    background: #1048a0;
    width: 100%;
    border-top: 1px solid #e5e5e5;
}
.m_subNav .subNavCon ul li:first-child{
	margin-top: 20px;
}
.m_subNav .subNavCon ul li{
	width: 100%;
    display: block;
    line-height: 60px;
    margin: 0 auto;
    position: relative;
}
.m_subNav .subNavCon ul li a{
	display: block;
    width: 50%;
    margin: 0 auto;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border-bottom: 1px solid #46baff;
}

#m_nav{
	display: none;
	width: 38px;
    height: 24px;
    position: absolute;
    right: 3%;
    top: 24px;
    cursor: pointer;
    background: url(../images/caidan.png) no-repeat center center;
    background-size: 38px;
}
.m_prolist{
	display: none;
}
.m_prolist{
	width: 100%;
	height: auto;
	background: #fff;
	overflow: hidden;
}
.m_prolistfloor{
	padding-bottom: 5px;
	overflow: hidden;
}
.in_title{
	padding-top: 10px;
}
.in_title .entit{
	margin-bottom: .12rem;
    font: normal 30px "AvantGarde Bk BT";
    color: #666;
    text-align: center;
}
.in_title .tit{
	width: 60%;
    margin: 0 auto;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #1048a0;
}
.in_title .tit em{
	display: block;
    width: 20%;
    height: 1px;
    margin-top: 1.2rem;
    background: #ccc;
}
.in_title .tit .fl{
	float: left;
}
.in_title .tit .fr{
	float: right;
}
.proCenter{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.proCenter ul{
	margin-top: 5px;
	margin-left: 2%;
	overflow: hidden;
}
.proCenter ul li{
	position: relative;
    float: left;
    display: block;
    width: 48%;
    height: auto;
    margin-right: 2%;
    margin-bottom: 30px;
}
.proCenter ul li .img{
	width: 100%;
	height: auto;
}
.proCenter ul li a{
	width: 100%;
	height: auto;
	display: block;
}
.proCenter ul li .img img{
	width: 100%;
	max-width: 100%;
	height: auto;
}
.proCenter ul li .txt{
	height: 67px;
	background: #f6f6f6;
}
.proCenter ul li .txt h3{
	font-size: 16px;
    text-align: center;
    color: #333;
    padding-top: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: normal;
}
.proCenter ul li .detail{
	position: absolute;
    bottom: -9px;
    left: 28%;
    width: 46%;
    height: 23px;
    font-size: 14px;
    color: #1048a0;
    text-align: center;
    line-height: 23px;
    background: #fff;
    border-radius: 1rem;
    border: 1px solid #1048a0;
}
.look_more{
	display: block;
	width: 80%;
	height: 46px;
	margin: 0 auto;
	font-size: 18px!important;
	line-height: 46px;
	text-align: center;
	color: #333!important;
	background: #fff;
	border: 1px solid #ddd;
}
.m_caselist{
	background: #f0f0f0;
}
.m_newslist{
	display: none;
}
.m_footer{
	display: none;
}
.mm_listnews{
	display: none;
}











@media only screen and (min-width: 320px) and (max-width: 1023px) {
	*{
		margin: 0;
		padding: 0;
		box-sizing: border-box;
	}
	.totalwidth {
    width: 100%;
	}
	
	.hyjr_dkkd{
		display: none;
	}
	.totalwidth .nav{
		display: none;
	}
	#m_nav{
		display: block;
	}
	.totalwidth .logo{
		margin: 10px 0;
	}
	.my-kefu{
		display: none;
	}
	#search_bg{
		height: auto;
		margin-bottom: 12px;
	}
	#search_c{
		width: 100%;
		height: auto;
	}
	#search_c_l{
		width: 100%;
		height: auto;
	}
	#search_c_r{
		width: 100%;
		float: left;
	}
	.head_adv{
		width: 50%;
		margin-top: 14px;
		padding-left: 14px;
		font-size: 12px;
	}
	.h_tel{
		width: 44%;
		height: auto;
	}
	.head_adv span{
		font-size: 14px;
	}
	.hgtbhmk{
		width: 100%;
	}
	.dianhsj{
		font-size: 16px;
	}
	.hgtbhmk{
		margin-top: 14px;
	}
	#search_cc{
		width: 100%;
		padding-top: 12px;
	}
	#search_cc_l{
		width: 80%;
		float: left;
	}
	#search_cc_l .input{
		width: 100%!important;
		padding-left: 0px!important;
	}
	#search_cc_r{
		width: 20%;
		float: left;	
	}
	#search_b{
		width: 100%;
		height: auto;
	}
	.ghdgcpb,.yzswnz,.xigtnjd,.prolist,#youshi_bg,.top50{
		display: none;
	}
	.m_prolist{
		display: block;
	}
	.shgbbtl{
		display: none;
	}
	.aygnwydj{
		width: 100%;
		margin: 16px auto 5px;
	}
	.top40{
		display: none;
	}
	.hsgbjtzb{
		width: 100%;
		height: auto;
		padding: 0px 1% 1% 1%;
	}
	.gyxtjhw{
		font-size: 24px;
	}
	.gyxtjhw font{
		font-size: 28px;
	}
	.ngjlswbz{
		width: 100%;
		height: auto;
		text-align: center;
		line-height: 40px;
		margin-top: 8px;
	}
	.m_caselist{
		margin-top: 12px;
	}
	.gjgnjsld{
		height: auto;
	}
	.srhlsnkd{
		width: 24%;
		height: auto;
		display: inline-block;
		padding: 0 1%;
		margin: 0 0.5%;
	}
	.srhlsnkd a{
		width: 100%;
		height: auto;
		font-size: 14px;
	}
	.jjbtyz{
		width: 100%;
		float: none;
		text-align: center;
	}
	.jjbtyz img{
		max-width: 100%;
	}
	.tab{
		width: 100%;
		text-align: center;
		margin-top: 12px;
	}
	.tab a{
		width: 29%;
		height: auto;
		line-height: 29px;
		margin: 2px;
		display: inline-block;
		padding: 4px;
		background: #1048a0;
		color: #fff;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}
	.inews{
		margin-top: 3px;
		
	}
	.inews li{
		display: block;
		width: 100%;
		margin: 0 auto;
		border-top: 1px solid #ddd;
		line-height: 44px;
		overflow: hidden;
	}
	.inews li:first-child{
		border-top: none;
	}
	.news{
		display: none;
	}
	.m_newslist{
		display: block;
	}
	.inews li{
		width: 100%;
		height: auto;
		padding: 0 1%;
	}
	.inews li .tit{
		float: left;
		width: 74%;
		font-size: 12px;
		color: #333;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}
	.inews li .time{
		float: right;
		width: 26%;
		font-size: 12px;
		color: #999;
		text-align: center;
	}
	.link_bg{
		display: none;
	}
	.top60{
		display: none;
	}
	.m_footer{
		display: block;
		width: 94%;
		height: auto;
		text-align: center;
		color: #666;
		margin: 0 auto;
		padding: 10px 0;
	}
	.m_footer p{
		line-height: 22px;
	}
	.footWrap{
		display: none;
	}
	.mbanner{
		display: none;
	}
	#bodycontent{
		width: 100%;
		height: auto!important;
		overflow: hidden;
	}
	#bodycon{
		width: 100%;
	}
	#bodycon #center{
		width: 100%;
	}
	.pro_all_class{
		display: none;
	}
	.pro_one_box{
		width: 50%!important;
		text-align: center;
	}
	.pro_pic{
		width: 98%!important;
		height: auto!important;
		margin: 0 auto;
	}
	.pro_pic img{
		max-width: 100%!important;
		height: auto;
	}
	.pagess{
		width: 100%;
	}
	.mianbxContent{
		font-size: 12px!important;
	}
	.mianbxContent a{
		font-size: 12px!important;
	}
	.m_neirong div{
		width: 100%!important;
		height: auto!important;
	}
	.news_box_lbm{
		width: 100%;
		height: auto;
	}
	.m_newscontent{
		display: none;
	}
	.mm_listnews{
		display: block;
		width: 100%;
		background: #fff;
		padding-top: 12px;
		padding-bottom: 10px;
	}
	.list_loop{
		width: 100%;
		margin-bottom: 6px;
	}
	.m_loop{
		padding: 5px 10px;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #f3f3f3;
	}
	.m_loop a{
		width: 100%;
		display: block;
	}
	.m_loop a img{
		width: 30%;
    margin-right: 2px;
    float: left;
	}
	.m_loop a h3{
		font-size: 14px;
    line-height: 21px;
    font-weight: normal;
    margin-bottom: 5px;
    color: #000;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
	}
	.m_loop a p{
		color: #666666;
    font-size: 14px;
    line-height: 21px;
	}
	.aygnwydj{
		
		background-size: 45%;
	}
	.dianhtb{
		display: none;
	}
	.kehftrx{
		font-size: 16px;
	}
	.pro_detail_rel_item div{
		width: 50%!important;
	}
	.pro_detail_rel_item div img{
		width: 100%;
		height: auto;
	}
	.lianxi_m{
		width: 100%;
		height: auto;
	}
	.lianxi_ml_m{
		font-size: 29px;
	}
	.lianxi_ml{
		width: 100%;
		height: auto;
		padding: 10%;
		float: none;
	}
	.lianxi_ml_s{
		font-size: 29px;
		width: 100%;
	}
	.lianxi_mr{
		display: none;
	}
	.lianxi{
		margin-top: 0px!important;
		width: 100%;
		height: auto;
	}
	.lianxi_l{
		width: 100%;
		height: auto;
		float: none;
	}
	.lianxi_r{
		float: none;
		width: 100%;
		height: auto;
		padding: 16px 0;
	}
	.ld_i{
		width: 16%;
	}
	.ld_l{
		width: 84%;
	}
	.lianxi_rm_en{
		font-size: 28px;
	}
	.lianxi_rm_m{
		font-size: 16px;
	}
	.my-map{
		width: 100%!important;
	}
	.mianbxContent{
		margin-bottom: 0px!important;
	}
	.top{
		padding: 0 1%;
	}
	#search_b{
		padding: 0 1%;
	}
	#search_c_r{
		padding: 0 1%;
	}
	#center p{
		padding: 0 1%;
	}
	.news_prev{
		padding: 0 1%;
	}
	.news_next{
		padding: 0 1%;
	}
	.srhlsnkd a:hover{
		width: 100%!important;
		height: auto;
		font-size: 14px!important;
	}
	.yunu-message{
		padding: 0px!important;
	}
	.form-label{
		width: 18%!important;
	}
	.form-content{
		margin-left: 18%!important;
	}
	.form-control{
		width: 99%!important;
		padding: 6px 0!important;
	}
	.form-control::-webkit-input-placeholder{
		font-size: 0px;
	}
	.form-group{
		margin-top: 15px;
	}
	.form-group .form-content{
		text-align: center;
	}
	
	
	
	.return_top{
		display: block;
	}
	.blank55 {
    height: 55px;
    line-height: 1px;
    clear: both;
}
	#toolbar {
    color: #fff;
    width: 100%;
    height: 54px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 8;
    background: #000;
    display: block;
    overflow: hidden;
    text-align: center;
}
.x3 {
    width: 32%;
    float: left;
    position: relative;
    min-height: 1px;
}
#toolbar a {
    width: 100%;
    color: #fff;
    display: block;
    padding: 5px 0 0 0;
    line-height: 23px;
    font-size: 14px;
}
#toolbar a span {
    font-size: 22px;
    display: block;
}
	
	
	
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
	/**{
		box-sizing: border-box;
	}*/
	.hyjr_kz{
		width: 100%;
	}
	.totalwidth{
		width: 100%;
	}
	.hyjr_zt1{
		padding: 0 1%;
	}
	.hyjr_zt{
		padding: 0 1%;
	}
	.top .top_in .logo{
		width: 31%;
		height: auto;
		padding: 0 1%;
	}
	.top .top_in .menu{
		width: 65%;
		height: auto;
		padding: 0 1%;
	}
	.NavCeshi > li{
		width: 14%;
		height: auto;
	}
	#search_bg{
		height: auto;
	}
	#search_c{
		width: 100%;
		height: auto;
	}
	#search_c_l{
		width: 59%;
		height: auto;
	}
	.head_adv{
		width: 60%;
		height: auto;
	}
	.h_tel{
		width: 39%;
		height: auto;
	}
	#search_c_r{
		width: 39%;
		height: auto;
	}
	#search_cc{
		width: 100%;
		height: auto;
	}
	#search_cc_l{
		width: 83%;
		height: auto;
	}
	#search_cc_l input{
		width: 100%;
		height: auto;
	}
	#search_cc_r{
		width: 17%;
		height: auto;
	}
	#search_cc_r input{
		width: 100%;
		height: auto;
	}
	#search_b{
		width: 100%;
		height: auto;
	}
	#tabs{
		width: 100%;
		height: auto;
	}
	#tabs li{
		width: 14%!important;
		height: auto!important;
		margin-left: 2%;
	}
	#tabs li.currents a{
		width: 100%!important;
		height: auto!important;
	}
	#contents{
		width: 100%!important;
		height: auto;
	}
	.prod_row2 .divproduct_new_div_item{
		width: 29%!important;
	}
	.prod_row2 .divproduct_new_div_item{
		    margin: 20px 20px 0px 20px!important;
	}
	#youshi_t{
		width: 60%!important;
	}
	#youshi_fl{
		width: 49%!important;
		overflow: hidden;
	}
	.youshi_c{
		width: 70%!important;
		height: auto;
		padding-left: 3%!important;
	}
	#youshi_r{
		width: 65%!important;
		overflow: hidden;
		height: auto;
	}
	.youshi_p{
		width: 46%!important;
		height: auto;
		padding-left: 2%;
	}
	.youshi_ted{
		width: 80%!important;
	}
	.youshi_v2{
		font-size: 25px;
	}
	.aygnwydj{
		width: 100%!important;
	}
	.hsgbjtzb{
		width: 100%;
		height: auto;
		float: none;
		box-sizing: border-box;
	}
	.shgbbtl{
		display: none;
	}
	.gjgnjsld{
		width: 100%;
		height: auto;
	}
	.srhlsnkd{
		width: 23%!important;
		margin-right: 2%!important;
	}
	.jjbtyz{
		width: 80%!important;
		float: none;
		margin: 0 auto;
		text-align: center;
	}
	.jjbtyz img{
		max-width: 100%;
	}
	.news{
		display: none;
		width: 100%!important;
		min-width: 100%!important;
	}
	/* .news_tline{
		width: 100%;
	}
	.lanrenzhijia{
		width: 100%!important;
	}
	.news_dt{
		width: 100%!important;
	}
	.lanrenzhijia .news_dt a.on{
		width: 35%!important;
	}
	.lanrenzhijia .news_dt a{
		width: 20%!important;
	}
	.lanrenzhijia .content{
		width: 100%!important;
	} */
	.tab{
		width: 100%;
		text-align: center;
		margin-top: 12px;
	}
	.tab a{
		width: 29%;
		height: auto;
		line-height: 29px;
		margin: 2px;
		display: inline-block;
		padding: 4px;
		background: #1048a0;
		color: #fff;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}
	.inews{
		margin-top: 3px;
		
	}
	.inews li{
		display: block;
		width: 100%;
		margin: 0 auto;
		border-top: 1px solid #ddd;
		line-height: 58px;
		overflow: hidden;
	}
	.inews li:first-child{
		border-top: none;
	}
	.news{
		display: none;
	}
	.m_newslist{
		display: block;
	}
	.inews li{
		width: 86%;
		height: auto;
		margin: 0 auto;
	}
	.inews li .tit{
		float: left;
		width: 74%;
		font-size: 12px;
		color: #333;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}
	.inews li .time{
		float: right;
		width: 26%;
		font-size: 12px;
		color: #999;
	}
	.footer{
		width: 100%!important;
	}
	.f_wz{
		width: 33%!important;
		padding-left: 12px;
	}
	.f_nav{
		width: 22%!important;
	}
	.f_nav a{
		width: 46%!important;
	}
	.bqdxtkg{
		margin-right: 16px!important;
	}
	.dbdewmk{
		width: 37%!important;
		overflow: hidden;
		float: left!important;
	}
	.footer_r{
		width: 48%!important;
	}
	.footer_kf{
		width: 100%!important;
	}
	.dbdewmk .footer_kf div{
		width: 47%!important;
	}
	#bodycon{
		width: 100%!important;
		height: auto;
	}
	#bodycon #center{
		width: 100%!important;
	}
	#bodycontent{
		width: 100%!important;
		overflow: hidden;
	}
	#center p{
		padding:0 1%;
	}
	.pro_all_class a{
		width: 15%!important;
		height: auto!important;
	}
	#bodycontent .pro_one_box{
		width: 33.33%!important;
	}
	#bodycontent .pro_one_box .pro_pic{
		width: 100%!important;
	}
	#bodycontent .pro_one_box .pro_pic{
		max-width: 100%!important;
	}
	.news_content_title{
		width: 100%!important;
	}
	.m_neirong div{
		width: 100%!important;
		height: auto!important;
	}
	.news_prev{
		padding-left: 1%;
	}
	.news_next{
		padding-left: 1%;
	}
	.pro_detail_rel_item div{
		width: 31%!important;
		height: auto;
	}
	.pro_detail_rel_item div img{
		max-width: 100%;
	}
	.news_box_lbm{
		width: 100%!important;	
	}
	.news_box_lbm .shopmrsc .xwlb_content{
		width: 77%!important;
	}
	.lianxi_m{
		width: 100%!important;
	}
	.lianxi_mr{
		width: 60%!important;
	}
	.lianxi_mr_m{
		width: 87%!important;
	}
	.lianxi_m .mr_i{
		margin-left: 36%!important;
	}
}

@media only screen and (min-width: 1024px) {
	.m_subNav{
		display: none!important;
	}
	
	
	
}