*{margin:0;padding:0;}
body{
	font-family:Microsrft YaHei;
	color:#333;
	font-size:0.3rem;
}
a,a:hover{text-decoration: none;}

/*header 样式代码*/
.header {
	height:0.85rem;
	text-align:center;
	line-height:.85rem;
	font-weight:bold;
	font-family: SimHei;
}

/*carousel 样式代码*/
.carousel {
	width:100%;
	height:3.48rem;
	background-color: #3385ff;
}

.swiper-container {
	height:3.48rem;
}

.swiper-slide {
	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;
}
.swiper-slide.img {
	position: relative;
}
.swiper-slide.img>img{
	width:100%;height:3.48rem;
}
.swiper-slide.img>.content {
	width:5.3rem;height: 1.8rem;
	position: absolute;
	color:white;
	left:0.5rem;top:.9rem;
	line-height: .28rem;

}
.swiper-slide.img>.content>p:nth-of-type(1) {
	font-size:.1rem;
}
.swiper-slide.img>.content>p:nth-of-type(2) {
	font-size:.2rem;
	font-weight:bold;
}
.swiper-slide.img>.content>p:nth-of-type(3) {
	font-size:.1rem;
}
/*nav  样式代码*/
.nav {
	height:0.85rem;
	border-bottom:solid 0.01rem #999;
	font-size:.28rem;
}
.nav ul {
	list-style-type: none;
}
.nav ul  li {
	width:25%;
	float:left;
	text-align: center;
	line-height:.85rem;
}
.nav ul  li  a {
	color:#333;
	padding-bottom:.22rem;
	font-weight:bold;
}
.active {	
	border-bottom:solid 2px #333;
}

/*content_title  样式代码*/
.content_title  {
	width:2.7rem;height:1rem;
	margin:0.45rem auto;
	text-align:center;
	position:relative;
}
.content_title p:first-of-type {
	font-weight:bold;
	font-family: SimHei;
	margin-bottom:.05rem;
	font-size:.32rem;
}
.content_title p:last-of-type {
	font-size:0.23rem;
	color:#999;
}
.content_title .line {
	width:1.2rem;height:2px;
	background-color: #dedede;
	position: absolute;
	bottom:0;
}
.content_title .line:last-of-type {
	right:0;
}
.content_title .cur {
	width:.1rem;height:.1rem;
	border-radius: 50%;
	position:absolute;
	background-color: #02cdee;
	left:0;right:0;
	margin:0 auto;
	bottom:0rem;
}
/*advisory_wraper 样式代码*/
.advisory_wraper {
	width:6.7rem;height:7.4rem;
	border-radius:0.1rem;
	border:solid 1px #c2c2c2;
	margin:0 auto .3rem;
}

.advisory_wraper .advisory_item {
	width:50%;height:50%;
	padding:0.28rem .55rem 0;
	box-sizing: border-box;
	float:left;
}
.advisory_wraper .advisory_item:first-of-type {
	border-right:solid 1px #dedede;
	border-bottom:solid 1px #dedede;
}
.advisory_wraper .advisory_item:last-of-type {
	border-top:solid 1px #dedede;
	border-left:solid 1px #dedede;
}
.advisory_wraper .advisory_item p:first-of-type {
	font-size:.24rem;
	font-weight:550;
	text-align: center;
}
.advisory_wraper .advisory_item p:last-of-type {
	font-size:.22rem;
	font-size: #999;
	margin:.32rem 0;
	line-height:.35rem;
	color:#999;
}
.advisory_wraper .advisory_item>img {
	width:.65rem;
	display: block;
	margin:0 auto .3rem;
}
.advisory_wraper .advisory_item>.advisory {
	width:1.55rem;height:0.5rem;
	background-color: #02cdee;
	text-align:center;
	line-height: 0.5rem;
	color:white;
	border-radius:.1rem;
	margin:0 auto;
	font-size:0.20rem;
	
}

/*service  样式代码*/
body .service {
	width:6.7rem;height:2.42rem;
	background-image:url(../images/s_1.jpg);
	background-size: 100% 100%;
	border-radius:.1rem;
	margin:0 auto .25rem;
	color:white;
	font-size:.27rem;
}
.service>div {
	width:50%;height:inherit;
	text-align:center;
	float: left;
	box-sizing: border-box;
}
.service>div>img {
	width:.55rem;
	margin:0 0 .3rem .51rem;
}
.service>div:first-of-type {
	padding:.52rem 0 0 0.55rem;
	box-sizing: border-box;
	text-align: left;
}
.service>div:last-of-type {
	padding:.7rem .75rem 0 0;
	line-height:.45rem;
}

.service_wraper .service:nth-child(2) {
	background-image: url(../images/s_2.jpg);
}
.service_wraper .service:nth-child(3) {
	background-image: url(../images/s_3.jpg);
}
.service_wraper .service:nth-child(4) {
	background-image: url(../images/s_4.jpg);
}
.service_wraper .service:nth-child(5) {
	background-image: url(../images/s_5.jpg);
}

/*case_wraper  样式代码*/
.case_wraper {
	width:6.7rem;height:auto;
	overflow: hidden;
	margin:0 auto;
	font-size:.25rem;
}
.case_wraper .case_Row {
	height:2.3rem;
	margin-bottom:0.3rem;
}
.case_wraper .case_Row .case_item {
	width:3.2rem;height:inherit;
	float:left;
	border:solid 0.01rem #e8e8e8;
	border-radius:.05rem;
	/*box-shadow: 0 .02rem .01rem #999;*/
	padding:.05rem .05rem;
	text-align: center;
	box-sizing: border-box;
}
.case_wraper .case_Row .case_item>img {
	width:100%;height:1.55rem;
}
.case_wraper .case_Row .case_item>p {
	margin-top:.1rem;
}
.case_wraper .case_Row .case_item:last-of-type {
	float:right;
}

/*company  样式代码*/
.company {
	width:6.7rem;
	margin:0 auto .2rem;
}
.company .company_title {
	text-align: center;
	font-size:.32rem;
	margin:.7rem 0 .4rem;
	font-weight: bold;
    font-family: SimHei;
}
.company>p {
	font-size:.22rem;
	line-height: .4rem;
	text-align:justify;
}

/*copyright  样式代码*/
.copyright {
	height:.8rem;
	text-align: center;
	font-size:.16rem;
	border-top:solid 1px #f2f2f2;
	color:#999;
	padding-bottom:.3rem;
	padding-top:.2rem;
}

/*contact  样式代码*/
.fixed_node {
	width:4rem;height:.6rem;
	overflow: hidden;
	position: fixed;
	top:5.5rem;right:-3rem;
}
.second_fixed {
	top:6.2rem;
}
.add{
	right:-.2rem;
}
.fixed_node .img_wraper {
	width:.6rem;height:.6rem;
	background-color: #2d3646;
	border-radius:.1rem;
	text-align: center;
	float:left;
	margin-left:.28rem;
}
.fixed_node .img_wraper img{
	width:90%;height:90%;
}
.fixed_node>div:last-of-type {
	height:.54rem;
	font-size:.12rem;
	padding-left:.25rem;
	float:left;
	line-height: .54rem;
}
