@charset "utf-8";

/*==========@@HTML默认 开始@@==========*/
/*基本*/
/* * {
	padding: 0px;
	margin: 0px
} */

/* body {
	font-size: 100px;	
	
} */

* {
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	box-sizing: border-box;
	
}

.trans {
	transition: all .3s ease-in;
}

html {
	width: 100%;
	min-height: 100%;
}

body {
	width: 100%;
	min-height: 100%;
	max-width: 640px;
	min-width: 320px;
	font-size: 100px;	
	margin: 0 auto;	
	font: .24rem/1.5 "PingFang SC", Helvetica, "Helvetica Neue", "microsoft yahei", Tahoma, Arial, sans-serif;
	color: #666;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;	
	position: relative;	-webkit-text-size-adjust: 100% !important;
text-size-adjust: 100% !important;
-moz-text-size-adjust: 100% !important;
}

body:before,
body:after {
	content: "";
	width: 100%;
	display: block;
}

body:before {
	height: 1.5rem;
}

body:after {
	height: .9rem;
}

img {
	border: 0px;
}

em {
	font-style: normal;
}

s,
i {
	font-style: normal;
}

ul,
ol {
	list-style-type: none;
}

li {
	list-style: none outside none;
}

b {
	font-weight: normal;
}

/*公用样式*/
.layout {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-wrapper: 101;	
	opacity: 1;
}


/*链接*/
a,
a:link,
a:visited,
a:hover,
a:active {
	color: #666;
	text-decoration: none;
}

a:focus {
	outline: none;
}

a:hover,
a:active {
	color: #333333;
	outline: none;
}

/*标题*/
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

.icon {
	background: url(../images/icon.png) no-repeat;
	display: inline-block;
	background-size: 2.4rem auto;
	vertical-align: middle;
}

.icon,
.iconbef:before,
.iconbef:after {
	content: "\20";
	display: block;
}

/*清除浮动*/
.fl {
	float: left;
}

.fr {
	float: right;
}

.hidden {
	display: none;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
	width: 100%;
	height: 0;
	line-height: 0;
	font-size: 0;
}

.clear,
.clearfix:after {
	content: "";
	display: block;
	clear: both;
	width: 100%;
	height: 0;
	line-height: 0;
	font-size: 0;
}


/*==========@@公共模块 开始@@==========*/
.header {
	background-size: 100% 1.04rem;
}

#top_main {
	width: 100%;
	height: 1.5rem;
	*zoom: 1;
	z-index: 300;
	position: fixed;
	top: 0px;
	left: 0px;
}

.head_top {
	max-width: 720px;
	min-width: 360px;
	width: 100%;
	height: .5rem;
	margin: 0 auto;
	background-color: #1b6aa3;
	text-align: center;
	line-height: .5rem;
}

.head_top div {
	display: inline-block;
	padding-left: .5rem;
	background: url(../images/tel.png) no-repeat left center;
	background-size: .4rem;
	color: #fff;
	font-size: .24rem;
}

#top {
	max-width: 720px;
	min-width: 360px;
	height: 1.5rem;
	margin: 0px auto;
	position: relative;
	background: #fff;
	box-shadow: 0 0 0.2rem rgba(0, 0, 0, .1);
}

#top .logo {
	float: left;
	text-align: center;
	display: block;
	margin-left: .1rem;
	margin-top: .09rem;
}

#top .logo a {
	display: block;
}

#top .logo img {
	width: 300px;
	height: auto;
	display: block;
	
}



#top_main .btn_close_main {
	width: .88rem;
	height: 1rem;
	background-color: #f2f2f2;
	position: absolute;
	top: 0;
	right: 14%;
	z-index: 9;
	display: none;
}

#top_main .btn_close_main .btn_close {
	width: .34rem;
	height: .33rem;
	margin-top: .38rem;
	margin-left: .26rem;
	background-position: -2rem -1rem;
}

#top #nav {
	width: .45rem;
	height: 50%;
	position: absolute;
	right: 3%;
	top: .5rem;
	text-align: center;
	cursor: pointer;
}

#top .nav {
	width: .39rem;
	height: .36rem;
	background-position: -.5rem -1.2rem;
	margin-top: 0.06rem;
}

#top .close {
	background-position: -2.06rem 0;
	width: .34rem;
	height: .34rem;
	cursor: pointer;
	position: absolute;
	right: 20%;
	top: -0.02rem;
	text-align: center;
}

/*隐藏导航*/
.subNav {
	position: fixed;
	width: 100%;
	height: 100%;
	right: 0;
	top: 1.5rem;
	z-index: 999;
	max-width: 640px;
	min-width: 320px;
	background: #fff;
	-webkit-transform: translateX(7rem);
	-moz-transform: translateX(7rem);
	-ms-transform: translateX(7rem);
	transform: translateX(7rem);
}

.subNavCon {
	margin: 0px;
	width: 100%;
	height: 100%;
	border-top: 1px solid #e5e5e5;
}

.subNav .closrbox {
	width: 20%;
	height: 0.5rem;
	line-height: .5rem;
	background: #fff;
	position: absolute;
	right: 2%;
	top: -5%;
}

.subNav .close {
	background-position: -1.64rem -1.5rem;
	width: .4rem;
	height: .4rem;
}

.subNav .c_clos {
	width: 52%;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}

.subNav .list {
	margin-top: .6rem;
}

.subNav li {
	width: 100%;
	display: block;
	line-height: .9rem;
	margin: 0 auto;
	position: relative;
}

.subNav li:first-child {
	margin-top: .6rem;
}

.subNav .subnav2 {
	width: 100%;
	display: none;
}

.subNav .subnav2 a {
	margin-bottom: .1rem;
	background: #eeeeee;
	font-size: .24rem;
}

.subNav li a {
	display: block;
	width: 4rem;
	margin: 0 auto;
	color: #888;
	font-size: .3rem;
	text-align: center;
	border-bottom: 1px solid #e8e8e8;
}

.subNav li em {
	width: .3rem;
	height: .3rem;
	display: inline-block;
	background-position: 0 -2.2rem;
	vertical-align: middle;
	position: absolute;
	right: 3%;
	top: .26rem;
}

.subNav.show {
	right: 0 !important;
}

.subNavShow {
	-webkit-transform: translateX(-48%);
	-moz-transform: translateX(-48%);
	-ms-transform: translateX(-48%);
	transform: translateX(-48%);
	display: block;
}

.subNavShow2 {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

/* banner */
#banner_main {
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 1;
	height: 3rem;
}

.banner {
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
	position: relative;
	height: 3rem;
}

.banner .list {
	width: 100% ;
	overflow: hidden;
}

.banner .list li {
	float: left;
	width: 100% ;
	overflow: hidden;
}

.banner .list li img {
	width: 100% ;
	height: 3rem;
}

#banner .tip {
	width: 100% ;
	height: .35rem;
	line-height: .35rem;
	clear: both;
	position: absolute;
	bottom: 3%;
	z-index: 2;
	font-size: 0;
	text-align: center;
}

#banner .tip span {
	display: inline-block;
	vertical-align: middle;
	width: .2rem;
	height: .2rem;
	margin: 0 .1rem;
	vertical-align: middle;
	background: #fff;
	border: 1px solid #fff;
	transition: all .5s;
	border-radius: 50%;
}

#banner .tip span.cur {
	background: #1b6aa3;
}

.showInfo #banner .tip {
	width: 100%;
	text-align: center;
	margin-left: 0;
	left: 0;
	bottom: .2rem;
}

/*导航*/
nav {
	width: 95%;
	padding: 5px 0 10px 0;
	margin:0 auto;
	background:#fff;
	margin: 0.2rem auto 0.2rem auto;
}

nav ul li {
	width: 25%;
	padding-top: 10px;
}

nav ul li p {
	text-align: center;
	padding-top: 5px;
}

nav ul li img {
	display: block;
	margin: 0 auto;
	width: 50px;
	height: auto;
}

/*底部*/
#footer_main {
	text-align: center;
	width: 100%;
	background: #fff;
}

#returntop {
	width: 1rem;
	height: 1rem;
	background: url(../images/gotop.png) no-repeat center top;
	background-size: 1rem auto;
	position: fixed;
	bottom: 20%;
	right: 2%;
	cursor: pointer;
	z-index: 99;
}

#copyright {
	width: 94%;
	margin: 0 auto;
	color: #666;
	font-size: 0.24rem;
	line-height: .4rem;
	padding: 0.2rem 0;
}

#copyright a {
	color: #666;
}

#fix-sider {
	width: 1rem;
	height: 1rem;
	position: fixed;
	right: 2%;
	bottom: 29%;
	background: url(../images/tel.png) no-repeat center top;
	background-size: 1rem auto;
	cursor: pointer;
	z-index: 999;
}

#toolbar {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 888;
	height: .9rem;
	left: 0;
}

#toolbar .list {
	width: 100%;
	max-width: 640px;
	min-width: 320px;
	margin: 0 auto;
	background: #1b6aa3;
	box-shadow: 0 -8px 8px 0px rgba(45, 120, 221, 0.08);
}

#toolbar .list li {
	float: left;
	width: 20.7%;
	text-align: center;
}

#toolbar .list li:nth-child(4) {
	margin-left: 17.2%;
}

#toolbar .list li:first-child {
	border-left: 0;
}

#toolbar .list a {
	display: block;
	height: 1.1rem;
	line-height: 0.24rem;
	font-size: 0.26rem;
	padding-top: .1rem;
}

#toolbar .list a span {
	text-align: center;
	color: #fff;
	display: block;
	font-size: 0.24rem;
}

#toolbar .list a s {
	margin-left: auto;
	margin-right: auto;
	width: 0.33rem;
	height: 0.34rem;
	display: block;
	margin-bottom: .12rem;
	background-position: -.0rem -.2rem;
}

#toolbar .list li:nth-child(2) s {
	background-position: -1.55rem -.19rem;
}

#toolbar .list li:nth-child(3) s {
	background-position: -.76rem -.2rem
}

#toolbar .list li:nth-child(4) s {
	background-position: -.37rem -.2rem;
}

#toolbar .list li:nth-child(5) s {
	background-position: -1.2rem -.2rem;
	width: .34rem;
	height: .34rem;
}

#toolbar .list li.home {
	width: .93rem;
	height: .93rem;
	background: #fff;
	background: -webkit-linear-gradient(top, #fff, #D9D9D9 100%);
	border-radius: 100%;
	display: block;
	position: absolute;
	top: -.25rem;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	box-shadow: 0 0 1px 3px rgba(0, 0, 0, .4);
	box-sizing: border-box;
	color: #515151;
}

#toolbar .list li.home span {
	color: #1b6aa3;
}

/*==========@@页面布局 开始@@==========*/
.index {
	background: #eee;
	overflow: hidden;
}

/*首页标题*/
.index .in_title {
	position: relative;
	width: 6rem;
	margin: 0 auto;
	text-align: center;
	line-height: .4rem;
	padding-top: .4rem;
	padding-bottom: .4rem;
	
}

.index .in_title h3 {
	font-size: .3rem;
	font-weight: bold;
	text-align: center;
	color: #1b6aa3;
}

.index .in_title h3 b {
	color: #1b6aa3;
	font-weight: bold;
}

.index .in_title p {
	font-size: .24rem;
	color: #1b6aa3;
}

.index .more {
	display: block;
	width: 2.5rem;
	margin: 0 auto;
	font-size: .24rem;
	line-height: .7rem;
	text-align: center;
	color: #666;
	background: #fff;
	border-radius: 5px;
	margin-top: .2rem;
	border: .01rem solid #1b6aa3;
	transition: all .5s;
	
}

.index .more:hover {
	color: #fff;
	background: #1b6aa3;
	border-color: #1b6aa3;}

/* 久华优势 */
/* 久华优势 */
/* 久华优势 */
/* 久华优势 */
.advantage {width:100%;}
.jhys{width:95%;height:6.5rem;margin:0 auto .2rem auto;background:#fff;position: relative;}
.jhys .swiper-wrapper{width:95%;height: 6rem;} 
.jhys .swiper-slide{ width:4rem;height:4rem; border:none; }
.jhys .swiper-slide img{width:4.5rem;height:4.5rem;display:block;border:1px solid #ccc;  margin: 0 auto;} 
.jhys .swiper-button-next,
.jhys .swiper-button-prev{
	 position: absolute;
    top: 58%;
    width: 27px;
    height: 44px;}
	 
/*关于我们*/
.index .about_bg {
	width: 100%;
	padding: .2rem;
}

.index .about {padding-bottom:0.4rem;margin-top: -0.2rem; background: #fff;}

.index .about .img {
	width: 95%;
	height: 2.67rem;	
	margin: 0 auto;
}

.index .about .img img {
	width: 100%;
	height: 100%;
}

.index .about .cont {
	font-size: .24rem;
	color: #666;
	line-height: .4rem;
	text-align: justify;
	margin: .3rem 0;
	padding: .1rem .3rem;
	text-indent: 2em;
	}
}

/*产品展示*/

.caselist li {
	width: 47%;
	margin-left: 2%;
	margin-bottom: 2%;
	float: left;
	box-sizing: border-box;
}

.caselist li a {
	display: block;
}

.caselist li figure {
	width: 100%;
	padding-top: 75%;
	position: relative;
	overflow: hidden;
	border: 1px solid #ddd;
}

.caselist li figure img {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	min-height: 100%;
	display: block;
}

.caselist li h3 {
	height: .65rem;
	line-height: .65rem;
	text-align: center;
	font-size: 0.26rem;
	font-weight: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.caselist .loop {
	width: 47%;
	margin-left: 2%;
	margin-bottom: 2%;
	float: left;
	box-sizing: border-box;
}

.caselist .loop figure {
	width: 100%;
	padding-top: 75%;
	position: relative;
	overflow: hidden;
	border: 1px solid #ddd;
}

.caselist .loop figure img {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	min-height: 100%;
	display: block;
}

/*新闻资讯*/
.inews{width:100%;}
.newsBg{padding:0.2rem;width:95%;margin:0 auto;background:#fff;}
.news li{ margin-bottom:10px; width:100%;height:1.7rem; border-bottom:1px dashed #999;}
.news li:nth-last-of-type(1){ margin-bottom:0;}
.news li p{ color:#666; width:100%;height:0.8rem;overflow:hidden;font-size:0.24rem; line-height: 0.46rem;}
.news li p a{ color:#1b6aa3;}
.news li .txt{width: 67%;float:right;}
.news li h3{ font-weight:bold; font-size:0.26rem; color:#333; line-height: 0.52rem;width: 100%; height: 0.52rem; overflow: hidden;}
.news li img{ display:block; width: 31%; height:1.5rem; margin-right:0.1rem;float:left;}


/*合作客户*/
.proCenter {width:95%;margin:0.2rem auto 0.2rem auto;background:#fff;}
.hzkh{height:4.8rem;}
.hzkh .swiper-container {
	width: 99%;
	margin-left: auto;
	margin-right: auto;
	padding:0.1rem;
}

.hzkh .swiper-slide {
	text-align: center;
	font-size: 0.24rem;
	width: 1.8rem;
	height:1.2rem;
	border: 1px solid #ccc;

	/* Center slide text vertically */
	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;
}

.hzkh .swiper-slide img {
	width: 1.7rem;
	height: 1rem;
	display: block;
}

/*返回首页*/
#tip {
	padding: 5% 0;
	min-height: 300px;
}

#tip b {
	color: #e60212;
	font-weight: bold;
}

/*分页样式*/
.pglist {
	padding: 20px 0 30px;
	width: 100%;
	text-align: center;
	clear: both;
}

.pglist a,
.pglist span {
	color: #999;
	padding: 0 15px;
	margin: 0 3px;
	display: inline-block;
	vertical-align: middle;
	line-height: 30px;
	background: #fff;
	border: 1px solid #f2f2f2;
}

.pglist a:hover,
.pglist span {
	display: inline-block;
	color: #fff;
	background: #999;
	border-color: #999;
	box-shadow: 0 0 14px rgba(0, 0, 0, .2);
}

.pglist a.page-num-current {
	display: inline-block;
	color: #fff;
	background: #1b6aa3;
	border-color: #1b6aa3;
	box-shadow: 0 0 14px rgba(0, 0, 0, .2);
}

/*微信弹窗*/
#wxnr {
	width: 100%;
	height: 100%;
	max-width: 640px;
	min-width: 320px;
	position: fixed;
	top: 0;
	z-index: 1000;
	display: none;
	background: rgba(0, 0, 0, .6);
}

#wxnr .nrdf {
	margin: auto;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	width: 5rem;
	height: 5rem;
	padding: 0.3rem;
	padding-top: 0.6rem;
	margin-top: -2.5rem;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.8);
	box-shadow: 0px 2px 6px #777;
	-webkit-box-shadow: 0px 2px 6px #777;
	-moz-box-shadow: 0px 2px 6px #777;
	border-radius: 10px;
}

#wxnr img {
	width: 2.3rem;
	height: 2.3rem;
	display: block;
	margin: 0 auto;
}

#wxnr p {
	font-size: 0.24rem;
	line-height: 0.45rem;
	text-align: center;
}

#wxnr i {
	position: absolute;
	top: 0.2rem;
	right: 0.2rem;
	width: 0.3rem;
	height: 0.3rem;
	font-size: 0.2rem;
	line-height: 0.3rem;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-style: normal;
	background: #333;
	border-radius: 1rem;
	cursor: pointer;
}

#wxnr span {
	display: inline-block;
	padding: 0.03rem 0.1rem;
	line-height: 0.35rem;
	background-color: #e60212;
	color: #fff;
	border-radius: 0.05rem;
	cursor: pointer;
}

#wxnr span.wx {
	padding-left: 0.4rem;
	background-image: url(../images/wx.png);
	background-size: 0.28rem;
	background-position: 0.1rem center;
	background-repeat: no-repeat;
}


/*内页样式*/
.content {
	width: 100%;
	padding-bottom: .2rem;
	padding-top: 0.2rem;
	margin: 0 auto;
	
}


.cateList {
	width: 100%;
	line-height: 0.8rem;
	text-align: center;
	background: #f6f6f6;
	color: #1b6aa3;
	position: relative;
}


.cateList h3 {
	position: relative;
	font-size: .3rem;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}

.cateList h3 s {
	position: absolute;
	top: 0.34rem;
	right: .4rem;
	width: .25rem;
	height: .2rem;
	margin-left: .1rem;
	background-position: -1.16rem 0;
	display: none;
}

.cateList .box,
.cateList .box_1 {
	width: 100%;
	padding: .2rem 3% .0;
	z-index: 11;
	background: #fff;
	display: block;
	border-bottom: 1px solid #ddd;
}

.cateList .box a {
	width: 31.3%;
	margin-right: 3%;
	margin-bottom: .15rem;
	line-height: .6rem;
	color: #fff;
	font-size: .22rem;
	text-align: center;
	/*display: block;*/
	float: left;
	background: #1b6aa3;
	border-radius: .1rem;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.cateList .box_1 a {
	width: 45%;
	margin-right: 3%;
	margin-bottom: .15rem;
	line-height: .6rem;
	color: #fff;
	font-size: .22rem;
	text-align: center;
	/*display: block;*/
	float: left;
	background: #1b6aa3;
	border-radius: .1rem;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.cateList .box a:nth-child(3n) {
	margin-right: 0;
}

.cateList .box a.on {
	background: #1b6aa3;
}

/*二级导航*/
.menu {
	padding-top: 10px;
}

.menu h3 {
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	height: 40px;
	line-height: 40px;
	font-weight: 600;
}

.menu h3 a {
	color: #1b6aa3;
}

.menu ul {
	padding: 0 10px 14px 10px;
	width: 100%;
}

.menu li {
	 height: 34px;
	padding: 1px;
	width: 31.33%;
	overflow: hidden; 
	margin:.05rem;
}

.menu li a {
	 background: #1b6aa3;
	width: 100%;
	display: block;
	text-align: center;
	line-height: 32px;
	height: 32px;
	color: #fff;
	overflow: hidden;
	border-radius: 0.1rem;
	}

/*详情页标题*/
.m-share {
	margin-left: 3%;
	margin-bottom: .2rem;
}

.showInfo .showTit {
	width: 96%;
	margin: 0 auto;
	line-height: .3rem;
	padding: .2rem 2% .1rem;
	border-bottom: 1px dashed #ccc;
	text-align: center;
}

.showInfo .showTit h1 {
	color: #333333;
	font-size: .3rem;
	line-height: .45rem;
	margin-bottom: .05rem;
}



/*详情页*/
.showInfo .contxt {
	font-size: .24rem;
	line-height: .34rem;
	padding: 3% 3% 5%;
}

.showInfo .contxt img {
	max-width: 100%;
	margin: 0px auto;
	height: auto !important;
	display: inline;
}

.showInfo .contxt p {
	line-height: .4rem;
}

.showInfo .contxt .biao td {
	padding: .09rem;
	border: 1px solid #ccc;
	vertical-align: middle;
	WORD-WRAP: break-word;
	table-layout: fixed;
	word-break: break-all;
}

.showmenu {
	width: 100%;
	padding: 0.1rem 0 .2rem;
	background: #fff;
}

.showmenu a {
	width: 48%;
	height: .6rem;
	display: block;
	float: left;
	line-height: .6rem;
	text-align: center;
	border-radius: .04rem;
	color: #333;
	background: #fff;
	margin: 0 1% 2%;
	border: 1px solid #ddd;
	box-sizing: border-box;
}

.showmenu a.hover {
	border: 1px solid #333333;
	color: #fff;
	background: #333333;
}

.erro {
	padding: 0.2rem;
}

/*上一条下一条*/
.reLink {
	margin: .2rem 4% .1rem;
	width: 92%;
}

.reLink .prevLink,
.reLink .nextLink {
	display: block;
	height: .6rem;
	line-height: .6rem;
	font-size: .24rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	box-sizing: border-box;
	border-bottom: 1px solid #e8e8e8;
}

.reLink a {
	color: #333333;
}


/*字体*/
@media only screen and (min-width:641px) {
	html {
		font-size: 100px;
	}
}

@media only screen and (max-width:640px) {
	html {
		font-size: 100px;
	}
}

@media only screen and (max-width:540px) {
	html {
		font-size: 84.375px;
	}
}

@media only screen and (max-width:480px) {
	html {
		font-size: 75px;
	}
}

@media only screen and (max-width:414px) {
	html {
		font-size: 64.6875px;
	}
}

@media only screen and (max-width: 400px) {
	html {
		font-size: 62.5px;
	}
}

@media only screen and (max-width: 375px) {
	html {
		font-size: 58.5938px;
	}
}

@media only screen and (max-width: 360px) {
	html {
		font-size: 56.25px;
	}
}

@media only screen and (max-width: 320px) {
	html {
		font-size: 50px;
	}
}

/* 久华优势 */
@media(min-width:376px) and (max-width:400px){
 .jhys{width:95%;height:7.5rem;margin:0 auto .2rem auto;background:#fff;position: relative;}
 .jhys .swiper-wrapper{width:95%;height: 5.7rem;} 
 .jhys .swiper-slide{ width:5.5rem;height:5.5rem; border:none;margin:0 auto; }
 .jhys .swiper-slide img{width:5.2rem;height:5.2rem;display:block;border:1px solid #ccc;    } 
}

@media(min-width:401px) and (max-width:414px){
.subNav {  
	  width: 85%;} 
 .jhys{width:95%;height:7.5rem;margin:0 auto .2rem auto;background:#fff;position: relative;}
 .jhys .swiper-wrapper{width:95%;height: 5.7rem;margin-left:.1rem;} 
 .jhys .swiper-slide{ width:5.7rem;height:5.5rem; border:none;margin:0 auto; }
 .jhys .swiper-slide img{width:5.7rem;height:5.5rem;display:block;border:1px solid #ccc; margin-right: 0.73rem;
 } 
 .jhys .swiper-button-next,
 .jhys .swiper-button-prev{
 	 position: absolute;
     top: 58%;
     width: 27px;
     height: 44px;}
 .jhys .swiper-button-next {right: 0.13rem;}
 .jhys .swiper-button-prev{left:0.13rem;}
}
@media(min-width:415px) and (max-width:440px){
.subNav {width: 90%;} 
 .jhys{width:95%;height:7.5rem;margin:0 auto .2rem auto;background:#fff;position: relative;}
 .jhys .swiper-wrapper{width:98%;height: 5.7rem;} 
 .jhys .swiper-slide{ width:5.7rem;height:5.5rem; border:none;margin:0 auto; }
 .jhys .swiper-slide img{width:5.7rem;height:5.5rem;display:block;border:1px solid #ccc; margin-right: 0.81rem; } 
 .jhys .swiper-button-next,
 .jhys .swiper-button-prev{
 	 position: absolute;
     top: 58%;
     width: 27px;
     height: 44px;}
 
}
@media(min-width:440px) and (max-width:600px){
 .subNav {width: 70%;} 
 .jhys{width:95%;height:9.0rem;margin:0 auto .2rem auto;background:#fff;position: relative;}
 .jhys .swiper-wrapper{width:98%;height: 6.9rem;} 
 .jhys .swiper-slide{ width:7rem;height:6.7rem; border:none;margin:0 auto; }
 .jhys .swiper-slide img{width:7rem;height:6.7rem;display:block;border:1px solid #ccc;  } 
}
@media(min-width:640px) and (max-width:1024px){
 .subNav {width: 50%;display:none;} 
 .subNavCon{display:none;} 
 .jhys{width:95%;height:9.5rem;margin:0 auto .2rem auto;background:#fff;position: relative;}
 .jhys .swiper-wrapper{width:98%;height: 5.7rem;} 
 .jhys .swiper-slide{ width:7.7rem;height:7.5rem; border:none;margin:0 auto; }
 .jhys .swiper-slide img{width:7.7rem;height:7.5rem;display:block;border:1px solid #ccc;  } 
}
