/* 
* @Author: yanpeihong 
* @Date:   2015-07-16 14:47:36
* @Last Modified by:   Administrator
* @Last Modified time: 2015-09-02 15:56:20
*/
html, body {
    position: relative;
}
.fl{ float: left;}
.fr{ float: right;}

.body{ padding-bottom: 50px;}
/* 首页 */
/* header css */
.header{
	background:#fff;
	padding:0.875rem 0.5rem;
	border-bottom:1px solid #e0e0e0;
	text-align:left;
}
.header .hdright{float:right;text-align:right;}
.header .hdright a{
	display:inline-block;
	border-radius:5px;
	height:1.5rem;
	font-size:0.6rem;
	line-height:1.5rem;
	vertical-align:top;
	text-align:center;
}
.header .hdright .text-btn{
	padding-right:0.5rem;
	padding-left:0.5rem;
	background:#0088ff;
	color:#fff;
}
.header .hdright .icon-btn{
	padding-right:0.375rem;
	padding-left:1.5rem;
	border:2px solid #0088ff;
	color:#0085d1;
	margin-right:0.5rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.header .hdright .phone{
	background:#fff url(../images/h-iphong.fw.png) no-repeat 0.1rem center;
}
.header .logo{
	display:inline-block;
	height:1.5rem;
}
.header .logo img{ height: 1.5rem; width: 4.67rem;}

/* fix headnav css */
.fix-small-headnav{
	width: 100%;
	position: fixed;
	height:45px;
	padding:14px 0;
	border-bottom:1px solid #e0e0e0;
	background: #fff;
	top:0;
	z-index: 9999;
}
.fix-small-headnav .back_icon {
  float: left;
  width: 37px;
  height: 45px;
  margin-left: 15px;
  background: url("/resources/m/new0816/image/iconfont-fanhuijian@2x.png") no-repeat center;
  background-size: contain;
}
.fix-small-headnav .navigation_title {
  margin: 0 60px;
  text-align: center;
  font-size: 20px;
  line-height: 45px;
}
.fix-small-headnav .menu_icon {
  float: right;
  width: 37px;
  height: 45px;
  margin-right: 15px;
  background: url("/resources/m/new0816/image/iconfont-menu@2x.png") no-repeat center;
  background-size: contain;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.fix-small-headnav .menu_close {
  background-image: url("../images/iconfont-cuo@2x.png");
}
.fix-small-headnav .menu {
  display: none;
  position: absolute;
  top: 73px;
  z-index: 1001;
  width: 100%;
  background: #FFFFFF;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
}
.fix-small-headnav .menu li a {
  display: block;
  padding: 15px;
  border-top: 1px solid #E0E0E0;
  font-size: 16px;
  color: #383838;
  line-height: 30px;
  overflow: hidden;
}
.fix-small-headnav .menu li a .arrow {
  float: right;
  width: 0.25rem;
  height: 1rem;
  background: url("../images/iconfont-xiangyou@2x.png") no-repeat center;
  background-size: contain;
}
.fix-small-headnav .menu li a:hover {
  color: #268ed8;
}
/*
.fix-small-headnav .logo img{
	margin-top: 0;
	margin-left: 11px;
	width: 144px;
	height: 45px;
}
.fix-small-headnav .hdright a{
	display:inline-block;
	border-radius:5px;
	height:45px;
	font-size:20px;
	line-height:45px;
	vertical-align:top;
	text-align:center;
}
.fix-small-headnav .hdright .text-btn{
	padding-right:13px;
	padding-left:13px;
	background:#0088ff;
	color:#fff;
	margin-right: 20px;
}
.fix-small-headnav .hdright .icon-btn{
	padding-right:13px;
	padding-left:45px;
	border:1px solid #0088ff;
	color:#0085d1;
	margin-right:10px;
}
.fix-small-headnav .hdright .phone{background:#fff url(../images/h-iphong.fw.png) no-repeat 13px 50%;}
.line5{
	width: 100%;
	height: 0.125rem;
	background: #159FE7;
}
.fix-small-headnav .breadnav{position:absolute;top:72px;width: 100%; height:36px;background:#5f6b7b;font-size:18px;color:#fff;line-height:36px;text-align:center;}
.fix-small-headnav .breadnav a{position:absolute;display:block;width:44px;height:36px;top:0;left:0;background:url(../images/icon28.png) no-repeat 50% 50%;}*/
.banner-wrap{
	position: relative;
	width: 100%;
	padding-bottom: 43.75%;
	overflow: hidden;
}
.banner-wrap .banner{
	position: absolute;
	width: 100%;
	height: 100%;
}
.banner-wrap .banner a{
	display: block;
	width: 100%;
	height: 100%;
}
.banner-wrap .banner img{
	width: 100%;
	height: 100%;
}
.banner-wrap .banner .swiper-pagination{
	width: 100%;
	position: absolute;
	bottom: 0;
	text-align: center;
}
.banner-wrap .banner .swiper-pagination-switch{
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	margin: 0 3px;
	background-color: #000;
	opacity: .2;
}
.banner-wrap .banner .swiper-pagination-switch.swiper-active-switch{
	opacity: 1;
	background-color: #007aff;
}
/*底部*/
.footer{
	border-top: 1px solid #CCCCCC;
	padding: 20px;
	overflow: hidden;
}
.footer p{
	text-align: center;
	font-size: 16px;
	line-height: 2;
	color: #666666;
}
/* 产品服务  service*/
.services{
	width: 100%;
	margin-top: 16px;
}
.services .ser-title{
	position: relative;
	height: 1.55rem;
	text-align: center;
	background: url(../images/dian1.fw.png) no-repeat center 0.9rem;
	margin-bottom: 0.5rem;
}
.services .line1{
	position: absolute;
	top: 1rem;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 1px;
	background: #DBDBDB;
}
.services .ser-title h2{
	text-align: center;
	font-size: 0.75rem;
	color: #159FE7;
}
.services .ser-title p{
	padding-top: 0.1rem;
	font-size: 0.5rem;
	color: #656565;
}
.services .ser-list{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.services .ser-item{
	display: block;
	float: left;
	width: 33.333%;
	height: 5.5rem;
	border-top: 1px solid #D2D2D2;
	border-right: 1px solid #D2D2D2;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.services .ser-item img{
	display: block;
	width: auto;
	height: 1.5rem;
	margin:1.05rem auto 0.75rem;
}
.services .ser-item strong{
	display: block;
	text-align: center;
	font-size: 0.625rem;
	color: #333333;
}
.section{
	display: block;
	width: 100%;
	height: 10.625rem;
	overflow: hidden;
	position: relative;
}
.section .sec-img{
	display: block;
	width: auto;
	height: 5.125rem;
	margin: 0 auto;
	margin-top: 0.825rem;
}
.section .sec-title{
	text-align: center;
	color: #fff;
	font-size: 0.95rem;
	margin-top: 0.7rem;
}
.section .sec-desc{
	font-size: 0.6rem;
	color: #fff;
	text-align: center;
	margin-top: 0.5rem;
}
/* fixed nav */
.nav-wrap{
	/* min-width:320px;
	max-width:670px; */
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.nav{
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #F1F1F1;
	overflow: hidden;
}
.nav .nav-item{
	float: left;
	width: 20%;
	text-align: center;
	font-size: 14px;
	color: #656565;
	border-right: 1px solid #D1D1D1;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.nav .nav-item:last-child{
	border-right: 0;
}


/* 产品服务页面 */
.product-center{
	width: 100%;
	height: auto;
	margin-top: 24px;
	overflow: hidden;
}
.product-list{
	width: 50%;
	height:7.5rem; 
	float: left;
	border: 1px solid #EFEFF1;
	border-left: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.product-list .p-img{
	display: block;
	height:2.37rem;
	width: auto;
	margin: 0 auto; 
	margin-top: 1.7rem;
}
.product-list strong{
	width: 80%;
	display: block;
	text-align: center;
	color: #333;
	font-size: 12px;
	margin: 0.9rem auto 0;
	line-height: 1rem;
}

.case-list{
	text-align: center;
	margin-top: 0.4rem;
	overflow: hidden;
}
.case-item{
	float: left;
	display: inline-block;
	width: 33.3%;
	height: 5.35rem;
	padding:0.4rem;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.case-item>a{
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid #DDDDDD;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.case-item>a img{
	width: 100%;
	height: 100%;
}
/* feedback css */
.feedback{
	padding: 1.2rem 1rem;
	overflow: hidden;
}
.feedback h2{
	margin-bottom:1rem;
	font-size:1rem;
	color:#444;
	font-weight: 400;
	text-align:center;
}
.feedback .control{
	height: 2rem;
	margin-bottom: 1rem
}
.feedback input.text{
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	height:2rem;
	text-indent: 5px;
	border-radius:5px;
	border:1px solid #bbb;
	font-size:0.75rem;
	color:#ccc;
	line-height:normal;
	outline:none;
}
.feedback input.text.small{width:50%;}
.feedback textarea{
	width: 100%;
	height: 6rem;
	text-indent: 5px;
	border-radius:5px;
	border:1px solid #bbb;
	font-size:0.75rem;
	color:#ccc;
	resize: none;
}
.feedback .yzm-img{
	display: inline-block;
	vertical-align: middle;
	margin-left: 0.8rem;
	width: 5.25rem;
	height: 2.25rem;
}
.feedback .submitbtn{
	width: 100%;
	height:2rem;
	text-align: center;
	line-height: 2rem;
	font-size: 0.75rem;
	border-radius: 5px;
	cursor: pointer;
	background: #c7371a;
	color: #fff;
	margin-bottom: 0.5rem;
}




/* products css */
.container{
	width:100%;
	height: 100%;
	margin-right:auto;
	margin-left:auto;
	position: relative;
}
.products{
	width: 100%;
	height: 100%;
}
.products .arrow-top,
.products .arrow-bottom{
	position:absolute;
	display:block;
	width:100%;
	height:60px;
	left:0;
	z-index:9999;
	border: 0;
}
.products .arrow-top{
	top:73px;
	background:url(../images/icon32.png) repeat-x;
}
.products .arrow-bottom{
	bottom:0;
	background:url(../images/icon33.png) repeat-x;
}
.products .arrow-top i,
.products .arrow-bottom i{
	position:absolute;
	display:block;
	width:20px;
	height:10px;
	left:50%;
	margin-top:-10px;
}
.products .arrow-top i{
	background:url(../images/arrow_top1.png) no-repeat;
	top:20px;
}
.products .arrow-bottom i{
	background:url(../images/arrow_down1.png) no-repeat;
	bottom:10px;
}

.products .swiper-slide > div{
	position:relative;
	width:100%;
	height:790px;
	background:#FFF;
	overflow:hidden;
}
.products .swiper-slide > div > .title{
	position:absolute;
	width:100%;
	font-size:29px;
	color:#333;
	z-index:100;
	text-align:center;
	line-height:42px;
	font-weight: 400;
	opacity:0;

	-webkit-transition:opacity 500ms 500ms,-webkit-transform 750ms ease-out 500ms;
	-ms-transition:opacity 500ms 500ms,-ms-transform 750ms ease-out 500ms;
	-o-transition:opacity 500ms 500ms,-o-transform 750ms ease-out 500ms;
	transition:opacity 500ms 500ms,transform 750ms ease-out 500ms;
}
.products .swiper-slide > div > .desc{
	position:absolute;
	width:100%;
	z-index:80;
	text-align:center;
	overflow:hidden;
	opacity:0;

	-webkit-transition:opacity 500ms 1000ms,-webkit-transform 750ms ease-out 1000ms;
	-ms-transition:opacity 500ms 1000ms,-ms-transform 750ms ease-out 1000ms;
	-o-transition:opacity 500ms 1000ms,-o-transform 750ms ease-out 1000ms;
	transition:opacity 500ms 1000ms,transform 750ms ease-out 1000ms;
}
.products .swiper-slide > div > .img{
	position:absolute;
	width:100%;
	z-index:20;
	text-align:center;
	overflow:hidden;
	opacity:0;

	-webkit-transition:opacity 500ms 1500ms,-webkit-transform 750ms ease-out 1500ms;
	-ms-transition:opacity 500ms 1500ms,-ms-transform 750ms ease-out 1500ms;
	-o-transition:opacity 500ms 1500ms,-o-transform 750ms ease-out 1500ms;
	transition:opacity 500ms 1500ms,transform 750ms ease-out 1500ms;
}
.products .swiper-slide > div > .btn{
	position:absolute;
	width:100%;
	z-index:20;
	text-align:center;
	overflow:hidden;
	opacity:0;

	-webkit-transition:opacity 500ms 2000ms,-webkit-transform 750ms ease-out 2000ms;
	-ms-transition:opacity 500ms 2000ms,-ms-transform 750ms ease-out 2000ms;
	-o-transition:opacity 500ms 2000ms,-o-transform 750ms ease-out 2000ms;
	transition:opacity 500ms 2000ms,transform 750ms ease-out 2000ms;
}
.products .swiper-slide > div > .tips{
	position:absolute;
	width:100%;
	z-index:20;
	text-align:center;
	overflow:hidden;
	opacity:0;

	-webkit-transition:opacity 500ms 2500ms,-webkit-transform 750ms ease-out 2500ms;
	-ms-transition:opacity 500ms 2500ms,-ms-transform 750ms ease-out 2500ms;
	-o-transition:opacity 500ms 2500ms,-o-transform 750ms ease-out 2500ms;
	transition:opacity 500ms 2500ms,transform 750ms ease-out 2500ms;
}
.products .swiper-slide > div > .desc p{font-size:20px;color:#999;line-height:25px;}
.products .swiper-slide > div > .desc p em{font-style:normal;color:#ff6600;}
.products .swiper-slide > div > .tips p{font-size:18px;color:#999;line-height:25px;}
.products .swiper-slide > div > .tips p a{color:#0089ff;}
.products .swiper-slide > div > .img img{display:inline-block;vertical-align:top;}

.products .swiper-slide > div > .btn a{display:inline-block;width:330px;height:60px;border-radius:5px;background:#363636;font-size:22px;color:#fff;line-height:60px;vertical-align:top;}
.products .swiper-slide > div > .btn a.blue{background:#1c87f5;}
.products .swiper-slide > div > .btn a.orange{background:#e73410;}
.products .swiper-slide > div > .btn a.red{background:#ed0021;}
.products .swiper-slide > div > .btn a.green{background:#31bd6c;}
.products .swiper-slide > div > .btn a.purple{background:#831fe1;}
.products .swiper-slide > div > .btn a.yellow{background:#ff9000;}
.products .swiper-slide > div > .btn a.sky{background:#0b65b2;}

.products .swiper-slide > div > .intro{	display: none;}
/* products-dialog css */
.products-dialog{
	position:fixed;
	width:400px;
	padding:60px 35px 56px 35px;
	height:auto;
	background:#000;
	top:260px;
	opacity:0.7;
	z-index:99999;
	opacity:0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;

	-webkit-transition:opacity 500ms,-webkit-transform 500ms ease-out;
	-ms-transition:opacity 500ms,-ms-transform 500ms ease-out;
	-o-transition:opacity 500ms,-o-transform 500ms ease-out;
	transition:opacity 500ms,transform 500ms ease-out;

	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);

}
.products-dialog p{font-size:17px;color:#FFF;line-height:26px;}
.products-dialog.open{
	opacity:0.8;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-o-transform: translateX(0%);
	transform: translateX(0%);
}
.products-dialog a.closebtn{
	position:absolute;
	display:block;
	width:42px;
	height:42px;
	top:0;
	right:0;
	background:url(../images/icon26.png) no-repeat 50% 50%;
}
