
body{
	 font-family: "Microsoft YaHei",SimHei,"宋体",simsun,sans-serif;
	width:100%;
	margin:auto;
}
body *{
	-webkit-text-size-adjust: 100%;/*文本大小不会根据设备尺寸进行调整*/
	-webkit-user-select: none;
}
a,button,input{
	padding: 0;
	margin: 0;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	
}
i,em{
	font-style: normal;
}
span{
	display: inline-block;
}
button,input{
	-webkit-appearance: none;
	border-radius: 0;
}
a{
	padding: 0;
	margin: 0;
	text-decoration: none;
}
a:hover,a:link,a:active{
	text-decoration: none;
}

input{
	outline: none;
}
ul,li{
	margin: 0;
	padding: 0;
	list-style: none;
}

form,table{
	padding: 0;
	margin: 0;
	display: block;
}

span,i{
	display: inline-block;
}

img{
	width: auto;
	max-width: 100%;
	height: auto;
	vertical-align: middle;/*垂直居中对齐*/
}
h3,h4,p,span,ul,li{
	margin:0;
}

.left{
	float: left;
}
.right{
	float: right;
}
.clearfix:after{
	content: "";
	display: block;
	clear: both;
}

.container{
	width: 100%;
	max-width: 7.68rem;
	margin:auto;
}

header{
	width: 100%;
	position: relative;
}

.header-box{
	width: 100%;
	padding: 0 .2rem;
	box-sizing: border-box;
	border-top: 0.12rem solid #1777BB;
}

.header{
	width: 100%;
	padding: 0.36rem 0 0.35rem;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
}
.header .header-logo{
	width: 5.79rem;
	height: auto;
	overflow:hidden;
}
.header .header-logo a{
	display: block;
	width: 100%;
	
}



.header .header-logo a img{
	display: block;
}
.header .header-side{
	width:0.6rem;
	height: 0.45rem;
	cursor: pointer;
}

.header .header-side>span{
	display: block;
	width: 100%;
	height: 0.07rem;
	background:#1477BD;
}

.header .header-side>span:nth-child(2){
	margin: 0.12rem 0;
}

/*头部导航条*/
.header nav{
	height: 0;
	position: absolute;
	top: 0;
	z-index: 999;
	width: 100%;
	height: auto;
	background: #FFFFFF;
	right: 0;
	top: 1.4rem;
}

.header nav>ul{
	width: 100%;
	display: none;
}

.header nav>ul>li{
	width: 100%;
	
	font-size: 0.32rem;
	

	
}

.header nav>ul>li>a{
	width: 100%;
	height: 1rem;
	line-height: 1rem;
	display:-webkit-flex;
	align-items: center;
	justify-content:space-between;
	color: #2b2b2b;
	padding: 0 .2rem;
	box-sizing: border-box;
		border-bottom: 0.01rem solid #D8D8D8;
}

.header nav ul li a:hover{
	text-decoration: none;
}

.header nav ul li>a i{
	display: block;
	width: 0.29rem;
	height: 0.16rem;
	background:url(../images/menu-down.png) no-repeat;
	background-size:100% 100%;
}


.header nav ul .active>a{
	background: #1477BD;
	color: #FFFFFF;
}
.header nav ul .active>a>i{
	background:url(../images/menu-down-bg.png) no-repeat;
	background-size:100% 100%;
}

.menu-two{
	width: 100%;
	height:0;
	overflow: hidden;
	
	transition: all 0.3s ease;
	box-sizing: border-box;
}
.menu-two{
	display: block;
	width: 100%;
}
.menu-two>dd:nth-child(1){
	margin-top:0.14rem;
}

.menu-two>dd{
	display: block;
	width: 100%;
	margin-bottom: 0.3rem;
}

.menu-two>dd:last-child{
	/*margin-bottom: 0px;*/
}

.menu-two-list a:hover{ 
	text-decoration: none;
}

.menu-two>dd>a{
	display: -webkit-flex;
	width: 100%;
	height: 0.78rem;
	line-height: 0.78rem;
	color: #1477bd;
	font-size: 0.28rem;
	justify-content:space-between;
	padding: 0 0.2rem 0 0.5rem;
	box-sizing: border-box;
	background: #F2F2F2;
	align-items: center;
}
.menu-two>dd>a>i{
	display: block;
	width: 0.16rem;
	height: 0.29rem;
	background:url(../images/menu-side-child_03.png) no-repeat;
	background-size:100% 100%;
	float: right;
}

.menu-two dd dl{
	display: block;
	width: 100%;
	height: 0;
	transition: all 0.3s ease;
	overflow: hidden;
}

.menu-two dd dl dd{
	display: block;
	font-size: 0.28rem;
	padding-top: 0.3rem;
	padding-left: 0.76rem;
	box-sizing: border-box;
}

.menu-two dd dl dd a{
	color: #1477bd;
}

.menu-two a:hover{
	text-decoration: none;
}

.banner{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.banner .swiper-container .swiper-slide{
	 width: 100%;
	 height: 100%;
     text-align: center;
      font-size: 18px;
      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;
}
.banner .swiper-pagination{
	display: -webkit-flex;
	
	justify-content: center;
	bottom: 0.25rem !important;
}
.banner .swiper-pagination span{
	width: .19rem !important;
	height: .19rem !important;
	border-radius: 0 !important;
	border:0.02rem solid #FFFFFF;
	float: left;
	
}
.banner .swiper-pagination .swiper-pagination-bullet{
background:#AAA5A5;

}
.banner .swiper-pagination .swiper-pagination-bullet-active{
	background:#1777BB !important;
}

.banner .swiper-container {
      width: 100%;
	height: 100%;
 }


.banner span {
	display: block;
	width: 100%;
}
.banner span img{
	display: block;
	width: 100%;
}

/*导航*/
.menu{
	width: 100%;
	padding: 0 .2rem;
	box-sizing: border-box;
	border-bottom: 0.06rem solid #1777BB;
}

.menu .menu-content{
	width: 100%;
}
.menu .menu-content ul{
	width: 100%;
	height: auto;
	padding: 0.08rem 0 .3rem;
	overflow: hidden;
	
}

.menu .menu-content ul li{
	width:25%;
	float: left;
	margin-top: 0.32rem;
}
.menu .menu-content ul li a{
	width: 100%;
	display: -webkit-flex;
	flex-direction: column;
	text-align: center;
	width: 100%;
	font-size: 0.32rem;
	color: #2b2b2b;
}

.menu-content ul li a i{
	display: block;
	width: 1.05rem;
	height: 1.05rem;
	margin:0 auto 0.14rem;
}
.menu-content ul li a:hover{
	text-decoration: none;
}

.menu-content ul li a .menu-index{
	background: url(../images/menu_03.png);
	background-size: cover;
}

.menu-content ul li a .menu-about{
	background: url(../images/menu_05.png);
	background-size: cover;
}

.menu-content ul li a .menu-open{
	background: url(../images/menu_07.png);
	background-size: cover;
}

.menu-content ul li a .menu-connent{
	background: url(../images/menu_09.png);
	background-size: cover;
}

.menu-content ul li a .menu-news{
	background: url(../images/menu_15.png);
	background-size: cover;
}
.menu-content ul li a .menu-service{
	background: url(../images/menu_16.png);
	background-size: cover;
}

.menu-content ul li a .menu-message{
	background: url(../images/menu_17.png);
	background-size: cover;
}

.menu-content ul li a .menu-call{
	background: url(../images/menu_18.png);
	background-size: cover;
}

/*产品展示*/
.index-product{
	width: 100%;
}
.index-product h3{
	width: 100%;
	text-align: center;
	padding: 0.4rem 0 0.2rem;
	font-size: 0.4rem;
	font-weight: bold;
	color: #2b2b2b;
	border-bottom: 0.02rem solid #E6E6E6;
}

.index-product .index-product-content{
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	padding: 0.4rem .2rem 0.35rem;
	border-bottom:0.06rem solid #1777BB;
}

.index-product-content .product-content-list{
	width: 100%;
}
.product-content-list ul{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.product-content-list ul li{
	width: 48.6%;
	float: left;
}

.product-content-list ul li:nth-child(even){
	float: right;
}

.product-content-list ul li a{
	display: block;
	width: 100%;
}
.product-content-list ul li a span{
	display: block;
	width: 100%;
	height: 0;
	padding-bottom:88%;
}
.product-content-list ul li a:hover{
	text-decoration: none;
}
.product-content-list ul li a p{
	font-size: 0.32rem;
	text-align: center;
	color: #535353;
	padding: 0.1rem 0 0.3rem;
}

.product-content-list .more{
	display: block;
	width: 1.59rem;
	height: 0.67rem;
	line-height: 0.67rem;
	border-radius: 0.09rem;
	background:#1777BB;
	color: #FFFFFF;
	text-align: center;
	margin:0.04rem auto 0;
	font-size: 0.32rem;
}


/*新闻资讯*/
.index-news{
	width: 100%;
}
.index-news h3{
	width: 100%;
	text-align: center;
	padding: 0.4rem 0 0.2rem;
	font-size: 0.4rem;
	font-weight: bold;
	color: #2b2b2b;
	border-bottom: 0.02rem solid #E6E6E6;
}

.index-news .index-news-content{
	width: 100%;
	height: auto;
	padding: 0 .2rem;
	box-sizing: border-box;
	padding-bottom: 0.34rem;
	border-bottom: 0.06rem solid #1777BB;
}

.index-news-content .index-news-list{
	width: 100%;
}
.index-news-content .index-news-list ul{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.news-content-list{
	padding: 0 .2rem;
	box-sizing: border-box;
}

.index-news-content .index-news-list ul li,.news-content-list>ul>li{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 0.27rem 0 0.22rem;
	border-bottom: 0.01rem solid #F2F2F2;
}

.index-news-content .index-news-list ul li:last-child,.news-content-list ul li:last-child{
	border-bottom: none;
}

.index-news-list ul li .index-news-left,.news-content-list ul li .index-news-left{
	width: 2rem;
}
.index-news-list ul li .index-news-left span,.news-content-list ul li .index-news-left span{
	display: block;
	width: 100%;
	height: 0;
	padding-bottom:85%;
	overflow: hidden;
}

.index-news-list ul li .index-news-left span img,.news-content-list ul li .index-news-left span img{
	display: block;
}

.index-news-list ul li .index-news-right,.news-content-list ul li .index-news-right{
	width: 5.1rem;
	padding-left: 0.22rem;
	box-sizing: border-box;
}
.index-news-right .index-news-title{
	width: 100%;
}
.index-news-right .index-news-title h4{
	font-size: 0.36rem;
	padding: 0.1rem 0 0.16rem;
}

.index-news-right .index-news-title h4 a{
	color: #2b2b2b;
}
.index-news-right .index-news-title h4 a:hover{
	text-decoration: none;
}
.index-news-right .index-news-info{
	width: 100%;
}
.index-news-right .index-news-info a{
	display: block;
	width: 100%;
	font-size: 0.32rem;
	line-height: 0.46rem;
	color: #888888;
}

.index-news-right .index-news-info a:hover{
	text-decoration: none;
}
.index-news-list .more{
	display: block;
	width: 1.59rem;
	height: 0.67rem;
	line-height: 0.67rem;
	border-radius: 0.09rem;
	background:#1777BB;
	color: #FFFFFF;
	text-align: center;
	margin:0.17rem auto 0;
	font-size: 0.32rem;
}

/*首页关于我们*/
.index-about{
	width: 100%;
	padding-bottom: 0.46rem;
	border-bottom: 0.02rem solid #E6E6E6;
}
.index-about h3{
	width: 100%;
	text-align: center;
	padding: 0.4rem 0 0.2rem;
	font-size: 0.4rem;
	font-weight: bold;
	color: #2b2b2b;
	border-bottom: 0.02rem solid #E6E6E6;
}
.index-about .index-about-content{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 0 .2rem;
	box-sizing: border-box;
}
.index-about-content .about-content-txt{
	width: 100%;
}
.about-content-txt>span{
	display: block;
	width: 100%;
	margin: 0.25rem 0 0.34rem;
}
.about-content-txt p{
	font-size: 0.32rem;
	line-height: 0.48rem;
	color: #888888;
	text-indent: 0.68rem;
}
.about-content-txt .more{
	display: block;
	width: 1.59rem;
	height: 0.67rem;
	line-height: 0.67rem;
	border-radius: 0.09rem;
	background:#1777BB;
	color: #FFFFFF;
	text-align: center;
	margin:0.3rem auto 0;
	font-size: 0.32rem;
}

/*尾部*/
footer{
	width: 100%;
	max-width: 7.68rem;
	height: auto;
	overflow: hidden;
}

.copyright{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 0.3rem 0 0.2rem;
	box-sizing: border-box;
	margin-bottom: 1.19rem;
	border-top: 0.01rem solid #E7E7E7;
}

.copyright p{
	font-size: .24rem;
	text-align: center;
	color: #6d6d6d;
	
}
.copyright p:nth-child(1){
	padding-bottom: :;;
}

.footer-line{
	width: 100%;
	max-width: 7.68rem;
	display: -webkit-flex;
	align-items: center;
	padding: 0 .25rem ;
	box-sizing: border-box;
	background:#1777BB;
	margin-top: 0.29rem;
		position: fixed;
	bottom: 0;
	z-index: 9999;
	
}

.footer-line ul{
	width: 100%;
	display: -webkit-flex;
	justify-content: space-between;

	
}

.footer-line ul li{
	width: 25%;
}
.footer-line ul li a{
	width: 100%;
	height: 0.86rem;
	display:-webkit-flex;
	flex-direction:  column;
	font-size: 0.28rem;
	color: #FFFFFF;
	text-align: center;
	border-right:1px solid  #208AD6;
	padding: .12rem 0 .15rem;
	align-content: space-between;
	
}

.footer-line ul li a:hover{
	text-decoration: none;
}

.footer-line ul li:last-child a{
	border: none;
}

.index a i{
	width: 0.49rem;
	height: 0.44rem;
	background: url(../images/footer-line_33.png) no-repeat;
	background-size:100% 100%;
	margin: auto;
}

.index-product a i{
	width: 0.42rem;
	height: 0.48rem;
	float: left;
	background: url(../images/footer-line_30.png) no-repeat;
	background-size:100% 100%;
	margin: auto;
}

.index-message a i{
	width: 0.45rem;
	height:0.51rem;
	background: url(../images/footer-line_24.png) no-repeat;
	background-size:100% 100%;
	margin: auto;
}

.index-call a i{
	width: 0.5rem;
	height:0.5rem;
	background: url(../images/footer-line_27.png) no-repeat;
	background-size:100% 100%;
	margin: auto;
}


/*新闻中心*/
.banner{
	width: 100%;
	
}
.banner span{
	display:block;
	width: 100%;
}

.news-content{
	width: 100%;
	
	box-sizing: border-box;
}
/*页面 主体内容标题切换*/
.content-title{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 0.38rem .2rem 0.4rem;
	border-bottom: 0.02rem solid #D7D7D7;
	box-sizing: border-box;
}
.content-title ul{
	width: 100%;
	display: -webkit-flex;
	justify-content: center;
}
.content-title ul li{
	margin-right: 0.42rem;
	font-size: 0.32rem;
	
}

.content-title ul li a{
	color: #919191;
}

.content-title ul li .active{
	font-weight: bold;
	color: #1477bd;
}

.content-title ul li a:hover{
	text-decoration: none;
}
.content-title ul li:last-child{
	margin-right: 0;
}

.content-list{
	width: 100%;
}
.content-list ul{
	width: 100%;
}

.page{
	width:3.5rem;
	height: 0.61rem;
	margin:auto;
}
.page ul{
	width: 100%;
	height: auto;
	overflow:hidden;
	
}
.page ul li{
	width: 0.61rem;
	height: 0.61rem;
	line-height: 0.61rem;
	font-size: 0.32rem;
	border: 0.01rem solid #D1D1D1;
	float: left;
	box-sizing: border-box;
	text-align: center;
	margin-right: 0.1rem;
	
}

.page ul li:last-child{
	margin-right: 0;
}

.page ul li a{
	color:#696969;
}

.page ul .active{
	background: #1477BD;
	
}

.page ul .active a{
	color: #FFFFFF;
}

.page ul li a:hover{
	text-decoration: none;
}


/*新闻详情*/
.news-content-message{
	width: 100%;
	padding: 0 .2rem;
	box-sizing: border-box;
}
.news-content-message h1{
	font-size: 0.36rem;
	font-weight: bold;
	text-align: center;
	padding: 0.5rem 0 0.2rem;
	color: #2b2b2b;
}
.news-content-message>p{
	font-size: 0.28rem;
	color: #818181;
	text-align: center;
}

.news-content-message .news-content-txt{
	width: 100%;
}
.news-content-txt .news-content-pic{
	width: 100%;
	margin-top: 0.3rem;
	margin-bottom: .37rem;
}
.news-content-txt .txt-info{
	width: 100%;
}
.news-content-txt .txt-info p{
	color:#888888;
	font-size: 0.32rem;
	line-height: 0.5rem;
	/*text-indent: 0.64rem;*/
	
}

.news-history{
	width: 100%;
	height: auto;
	overflow: hidden;
	border-top: 0.01rem solid #C9C9C9;
	border-bottom:0.01rem solid #C9C9C9;
	margin-top: 0.4rem;
}
.news-history .news-history-content{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: .4rem .2rem;
	box-sizing: border-box;
}

.news-history .news-history-content p{
	width: 100%;
	font-size: 0.32rem;
	color: #888888;
	position: relative;
}
.news-history .news-history-content p i{
	position: absolute;
	left: 0;
}
.news-history .news-history-content p span{
	display: block;
	padding-left: 1.33rem;
}
.news-history .news-history-content p:nth-child(1){
	padding-bottom: 0.45rem;
}


.page-news{
	/*width: 5rem;*/
	/*height: 0.61rem;*/
	/*text-align: center;*/
	margin:0.2rem auto 0.61rem;
	/*line-height: 0.61rem;*/
	float: left;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

.page-news ul{
	height: auto;
	overflow: hidden;
	line-height: 0;
}

.page-news ul li{
	float: left;
	width: 0.61rem;
	line-height: 0.61rem;
	font-size: 0.32rem;
	margin-right: 0.13rem;
	margin-bottom: 0.13rem;
	border: 0.01rem solid #D1D1D1;
	
}

.page-news ul li a{
	display: block;
	width: 0.61rem;
	line-height: 0.61rem;
	text-align: center;
	color: #696969;
	box-sizing: border-box;
}

.page-news ul li a:hover{
	text-decoration: none;
}

.page-news ul .active{
	background: #1477BD;
}

.page-news ul .active a{
	color: #FFFFFF;
}

/*.page-news ul li:last-child{
	margin-right: 0;
}

.page-news ul .page-next{
	width: 1.23rem;
	height: 0.61rem;
}

.page-news ul .page-end{
	width: 0.95rem;
	height: 0.61rem;
}*/

/*联系我们*/
.call{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 0.4rem;
}
.call .call-content{
	width: 100%;
	padding: 0 .2rem;
	box-sizing: border-box;
}
.call .call-content .call-content-pic{
	width: 100%;
	margin: .55rem  0 .5rem;
}
.call-content .call-content-pic img{
	width: 100%;
}

.call-content .call-content-info{
	width: 100%;
}

.call-content .call-content-info h3{
	color: #2b2b2b;
	font-weight: bold;
	font-size: 0.4rem;
	padding-bottom: 0.3rem;
}
.call-content .call-content-info ul{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.call-content .call-content-info ul li{
	width: 100%;
	font-size: 0.32rem;
	color: #888888;
	clear: left;
	line-height: 0.6rem;
	position: relative;
}

.call-content .call-content-info ul li span{
	display: block;
	padding-left: 0.52rem;
}

.call-content .call-content-info ul .call-adress{
	display: block;
	width: 0.31rem;
	height: 0.41rem;
	background: url(../images/address.png) no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	bottom:0;
	left: 0.07rem;
	margin: auto;
}

.call-content .call-content-info ul .call-phone{
	display: block;
	width: 0.42rem;
	height: 0.42rem;
	background: url(../images/call.png) no-repeat;
	background-size: cover;
	margin:0 0.02rem 0 0.1rem;
	position: absolute;
	top: 0;
	bottom:0;
	left: 0.02rem;
	margin: auto;
}

.call-content .call-content-info ul .call-email{
	display: block;
	width: 0.45rem;
	height: 0.29rem;
	background: url(../images/email.png) no-repeat;
	background-size: cover;
	margin:0 0 0 0.09rem;
		position: absolute;
	top: 0;
	bottom:0;
	margin: auto;
}


.call-content .call-content-info ul .call-fxp{
	display: block;
	width: 0.44rem;
	height: 0.39rem;
	background: url(../images/fxp.png) no-repeat;
	background-size: cover;
	margin:0 0 0 0.08rem;
		position: absolute;
	top: 0;
	bottom:0;
	margin: auto;
}


.call-content-map{
	margin-top: 0.55rem;
}


/*关于我们*/
.about,.service{
	width: 100%;
}

.about .about-content{
	width: 100%;
	padding:0.38rem .2rem 0.5rem;
	box-sizing: border-box;
}

.about .about-content p{
	color:#535353;
	font-size: 0.32rem;
	line-height: 0.5rem;
/*	text-indent: 0.32rem;*/
	padding-bottom: 0.22rem;
}
.about .about-content h2{
	font-size: 0.42rem;
	font-weight: bold;
}
.about .about-content p:last-child{
	padding-bottom: 0;
}


/*关于我们-产房设备*/
.about-facility,.service-facility{
	width: 100%;
	padding: 0 .2rem 0.61rem;
	box-sizing: border-box;
}

.about-facility-content,.service-facility-content{
	width: 100%;
	
}

.about-facility-content ul,.service-facility-content>ul{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-top: 0.4rem;
}
.about-facility-content ul li,.service-facility-content>ul>li{
	width: 48.6%;
	float: left;
}

.about-facility-content ul li:nth-child(even),.service-facility-content>ul>li:nth-child(even){
	float: right;
}

.about-facility-content ul li a,.service-facility-content>ul>li a{
	display: block;
	width: 100%;
}
.about-facility-content ul li a span,.service-facility-content>ul>li a span{
	display: block;
	width: 100%;
	height: 0;
	padding-bottom:88%;
	overflow: hidden;
}

.service-facility-content>ul>li a span img{
	display: block;
	margin: 0 auto;
}

.about-facility-content ul li a:hover,.service-facility-content>ul>li a:hover{
	text-decoration: none;
}
.about-facility-content ul li a p,.service-facility-content ul li a p{
	font-size: 0.32rem;
	text-align: center;
	color: #535353;
	padding: 0.1rem 0 0.3rem;
}


/*资料下载*/

.service-down{
	width: 100%;
	padding: 0 .2rem;
	box-sizing: border-box;
}
.service-down .service-down-content{
	width: 100%;
	padding-bottom: 0.61rem;
}
.service-down-content table{
	width:100%;
	border: none;
	padding-bottom: 0.35rem;
}
.service-down-content table tr{
height: 1.03rem;
border-bottom:0.01rem solid #E6E6E6;

}

.service-down-content table tr:last-child{
	border: none;
}

.service-down-content table tr td{
	border: none;
	font-size: 0.32rem;
	color: #535353;
}

.service-down-content table tr:nth-child(1) td{
	font-size: 0.32rem;
	font-weight: bold;
	color: #2b2b2b;
}



.service-down-content table tr .txt-down{
	width: 3.54rem;
}
.service-down-content table tr .size{
	width: 1.46rem;
}
.service-down-content table tr .type{
	width: 1.39rem;
}
.service-down-content table tr .down{
	width: 0.72rem;
}
.service-down-content table tr .down a{
	display: block;
	width: 0.53rem;
	height: 0.46rem;
	margin:auto;
	background: url(../images/down.png) no-repeat;
	background-size: cover;
}


/*产品中心*/
.product{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 0 .2rem;
	box-sizing:border-box;
}


.product .swiper-container {
  width:7.1rem;
  max-height: 3.13rem;
  overflow: hidden;
  text-align: center;
  margin:0 !important;
  overflow: initial;
}
.product .swiper-slide {
  background: #fff;
  float: left;
}

.product .swiper{
	width: 1.89rem;
	
	float: left;
	position: relative;
}

.product .swiper>a{
	display: block;
	width: 1.3rem;
	height: 1.21rem;
	line-height: 1.11rem;
	font-size: 0.32rem;
	color: #919191;
	text-align: left !important;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: clip;
}
.product .swiper i{
	display: inline-block;
	width: 0.15rem;
	height: 0.09rem !important;
	background: url(../images/side-bg.png) no-repeat;
	background-size: cover;
	position: absolute;
	left: 1.5rem;
	top: 0;
	bottom:0;
	margin:auto;
}

.product .swiper dl{
	
	margin: 0;
	width:2.85rem;
	height:0;
	overflow: hidden;
	position: absolute;
	background:url(../images/product-menu.png);
	z-index: 999;
	border:none;
}
.product .swiper dl dd{
	display: block;
	width: 100%;
}
.product .swiper dl dd :nth-child(1){
	padding-top:0.13rem;
}
.product .swiper dl dd a{
	display: block;
	width: 100%;
	height:0.76rem;
	line-height:0.76rem;
	font-size:0.28rem;
	color: #2b2b2b;
	/*border-bottom: 0.01rem solid #B8B8B8;*/
}

.product .swiper dl dd a:hover{
	text-decoration: none;
}

.product .swiper-slide ul .active{
	font-weight: bold;
	color:#1477bd;
}

.product .swiper-slide ul .active>a{
	color:#1477bd;
}

.product .swiper-slide ul .active i{
	background: url(../images/side-ng.png) no-repeat;
	background-size: cover;
}

.product .swiper>a:hover{
	text-decoration: none;
}


.product .swiper-scrollbar {
  width: 100%;
  height:0.1rem;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  opacity: 1 !important;
  background: #EEEEEE !important;
}

.swiper-scrollbar .swiper-scrollbar-drag{
	background:#B8B8B8 !important;
}

#sub{
	margin-top: .4rem;
}

.product .product-sec{
	width: 100%;
	height:0.8rem;
	margin-top: 0.4rem;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
	border: 0.02rem solid #1777BB;
	box-sizing: border-box;
	border-radius: 0.03rem;
}
.product .product-sec span{
	display: block;
}

.product .product-sec input::-webkit-input-placeholder{
	color:#c9c9c9;
	height:0.5rem !important;
	line-height: 0.5rem !important;
	font-size: .28rem;
}

.product .product-sec input{
	display: block;
	width: 6.38rem !important;
	height:0.5rem !important;
	line-height: 0.5rem !important;
	float: left;
	font-size: .28rem;
	border: none;
	text-indent: 0.19rem;
	/*margin: .15rem 0;*/
}

.product .product-sec a{
	display: block;
	width: 0.42rem;
	float: left;
	margin-right: 0.13rem;
}
.product .product-sec a img{
	display: block;
}


/*产品展示内容*/
.product-content{
	width: 100%;

}
.product-content .product-content-pic{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 0.35rem;
	margin-bottom: 0.48rem;
}
.product-content .product-content-pic img{
	display: block;
	width: 100%;
}

.product-content .product-content-txt{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.product-content .product-content-txt h3{
	color: #404040;
	font-size: 0.48rem;
	font-weight: bold;
}
.product-content .product-content-txt>ul{
	padding-top:0.4rem;
}
.product-content .product-content-txt>ul>li{

	color: #535353;
	font-size: 0.32rem;
	padding-bottom: 0.28rem;
}

.product-content .product-content-txt>ul>li i{
	color: #878787;
}
.product-content .product-content-call{
	width: 100%;
	height: auto;
	margin-top: 0.2rem;
}
.product-content .product-content-call p{
	font-size: 0.32rem;
	color: #1477bd;
}
.product-content .product-content-call p i{
	font-size: 0.36rem;
	font-weight: bold;
	color: #e9830b;
}

.product-content .product-line{
	width: 100%;
	margin: 0.5rem 0;
}
.product-content .product-line ul{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.product-content .product-line ul li{
	width: 3.28rem;
	height: 0.85rem;
	line-height: 0.85rem;
	background:#1777BB;
	float: left;
	margin-right: 0.18rem;
	border-radius: 0.05rem;
}
.product-content .product-line ul li a{
	display: block;
	color: #FFFFFF;
	width: 100%;
	font-size:0.32rem;
	font-weight: bold;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
}
.product-line ul li a i{
	display: block;
	width: 0.5rem;
	height: 0.5rem;
	background: url(../images/down-flie.png);
	background-size:100% 100%;
	margin-right: 0.18rem;
}

.product-install,.product-contour {
	width: 100%;
}
.product-install{
	margin-top: 0.5rem;
	padding-bottom: 0.44rem;
}
.product-contour h3,.product-install h3{
	font-size: 0.32rem;
}
.product-contour img,.product-install img{
	width: 100%;
	display: block;
	margin-top: 10px;
}


/*遮罩层*/
.overlay{
	width: 100%;
	height: 0;
	background: black;
	opacity: 0.5;
	position: absolute;
	left: 0;
	top: 1.51rem;
	z-index: 99;
	display:none;
}
.index-product {
	position: relative;
}
.index-product .submenu {
	position: absolute;
	left:0;
	bottom:1.12rem;
	background: #fff;
	width: 1.75rem;
	display: none;
}
.index-product .submenu dd {
	width: 1.75rem;
	height: 1rem;
	border: 1px solid #D8D8D8;
	border-width: 1px 1px 0 1px;
}
.index-product .submenu dd a {
	width: 1.75rem;
	height: 1rem;
	line-height: 1rem;
	padding: 0;
	border-right:0;
	color: #2b2b2b;
}