html {
	overflow-x:hidden;
}
body{
	margin:0;
	padding:0;
	overflow-x:hidden;
	font-family:"Microsoft YaHei";
}
h2{
    font-weight: bold;
}
a{
	text-decoration:none;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.clear{
	clear:both;
}
/*头部样式start*/
.header{
	margin:0;
	padding-top: 0.56rem;
	height:60px;
	width:100%;
	background:#24282c;
	position: fixed;
    top: 0;
    left: 0;
	z-index:999;
}
.header .top-right{
	width:60%;
}
.header .top-right .logo{
    color: #fff;
    font-size: 0.42rem;
	text-align: center;
    width: 100%;
}
.header .top-right1{
	width:20%;
}
.header .top-right1 .totel{
	padding-right:25px;
}
.header .top-right1 .totel img{
	width:25px;
}
.header .top-left{
	width:20%;
}
.main{
	background:#FFFFFF;
	margin-top:60px;
	width:100%;
}
/*swiper样式start*/
.swiper-container{
	width: 100%;
	height: 300px;
	max-height: 100%;
	margin-left: auto;
	margin-right: auto;
	background: #eee;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* 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;
}
.swiper-slide img{
	width:100%;
}
/*提供服务start*/
.we-service{
	width:100%;
	margin:0 auto;
	background: #FFFFFF;
}
.we-service .title{
    width: 100%;
    background: #fff;
    padding-top: 0.64rem;
}
.we-service .title h2{
	font-size: .4rem;
    color: #333;
    font-weight: 100;
    text-align: center;
	padding: .1rem 0 .2rem 0;
}
.we-service .title h2 span {
    height: 1px;
    background: #d6d6d6;
    marging-left: 5%;
    display: inline-block;
    width: 15%;
    vertical-align: middle;
    margin: 0.2rem;
}
.we-service .title ul {
    float: left;
    padding: 0;
    width: 100%;
    background: #e5e5e5;
    margin-top: 0.64rem;
	margin-bottom: 0rem;
}
.we-service .title ul li {
    float: left;
    border-left: 1% solid #fff;
    width: 25%;
	list-style-type:none;
}
.we-service .title ul li a {
    display: block;
    background: #e5e5e5;
    text-align: center;
    color: #4d4d4d;
    vertical-align: middle;
    border-left: 1px solid #fff;
    padding-top: 15%;
    padding-bottom: 15%;
}
.we-service .title ul li i {
    margin: 0 auto;
    display: block;
    text-decoration: none;
    padding: 0;
    width: 30px;
    height: 30px;
}
.we-service .title ul li p {
    font-size: 0.32rem;
    color: #696969;
    margin-top: 2%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2) {
	.a01,.a02,.a03,.a04 {    
		background: url(../images/icon@2x.png) no-repeat;        
		background-size: 240px auto;
	}
	.a01{ background-position: 0 0; }
	.a02{ background-position: -60px 0; }
	.a03{ background-position: -120px 0; }
	.a04{ background-position: -182px 0; }
}

.we-service .ad-list{}

.ad-01,.ad-02,.ad-03,.ad-04,.ad-05,.ad-06,.ad-07{
	width:100%;
	margin:0;
	padding:0;
	display:block;
	height: 8.04rem;
    max-height: 8.04rem;
	overflow:hidden;
}
.we-service .ad-list h3{
	font-size: 0.48rem;
	padding-top:1.70rem;
    padding-top: 20%;
    margin-bottom: 16px;
}
.we-service .ad-list p{
	font-size:0.35rem;
	margin-top:0.5rem;
	margin-bottom:0.5rem;
}
.we-service .ad-list .more-btn{
	font-size: 13px;
    display: block;
    width: 100px;
    text-align: center;
    line-height: 30px;
    margin-top: 10px;
}
.we-service .ad-list .ad-01{
	background-image:url(../images/p1-bg.jpg); background-repeat:no-repeat; background-size:100% 100%;-moz-background-size:100% 100%;
}
.we-service .ad-list .ad-02{
	background-image:url(../images/p2-bg.jpg); background-repeat:no-repeat; background-size:100% 100%;-moz-background-size:100% 100%;
}
.we-service .ad-list .ad-03{
	background-image:url(../images/p3-bg.jpg); background-repeat:no-repeat; background-size:100% 100%;-moz-background-size:100% 100%;
}
.we-service .ad-list .ad-04{
	background-image:url(../images/p4-bg.jpg); background-repeat:no-repeat; background-size:100% 100%;-moz-background-size:100% 100%;
}
.we-service .ad-list .ad-05{
	background-image:url(../images/p5-bg.jpg); background-repeat:no-repeat; background-size:100% 100%;-moz-background-size:100% 100%;
}
.we-service .ad-list .ad-06{
	background-image:url(../images/p6-bg.jpg); background-repeat:no-repeat; background-size:100% 100%;-moz-background-size:100% 100%;
}
.we-service .ad-list .ad-07{
	background-image:url(../images/p7-bg.jpg); background-repeat:no-repeat; background-size:100% 100%;-moz-background-size:100% 100%;
}
.we-service .ad-list .ad-01 h3{
	color:#49a5d6;
	margin-right:10%;
	text-align:right;
}
.we-service .ad-list .ad-02 h3{
	color:#49a5d6;
	margin-left:10%;
	text-align:left;
}
.we-service .ad-list .ad-03 h3{
	color:#ffdb31;
	margin-right:10%;
	text-align:right;
}
.we-service .ad-list .ad-04 h3{
	color:#333333;
	margin-left:10%;
	text-align:left;
}
.we-service .ad-list .ad-05 h3{
	color:#ffdb31;
	margin-right:10%;
	text-align:right;
}
.we-service .ad-list .ad-06 h3{
	color:#333333;
	margin-left:10%;
	text-align:left;
}
.we-service .ad-list .ad-07 h3{
	color:#ffdb31;
	margin-right:10%;
	text-align:right;
}
.we-service .ad-list .ad-01 p{
	text-align:right;
	color:#848484;
	    margin-left: 40%;
    width: 50%;
}
.we-service .ad-list .ad-02 p{
	text-align:left;
	margin-left:10%;
	color:#848484;
	width:55%;
}
.we-service .ad-list .ad-03 p{
	text-align:right;
	    margin-left: 50%;
    width: 40%;
	color:#FFFFFF;
}
.we-service .ad-list .ad-04 p{
	text-align:left;
	margin-left:10%;
	color:#848484;
	width:55%;
}
.we-service .ad-list .ad-05 p{
	text-align:right;
	margin-left:45%;
	color:#ffffff;
	width: 45%;
}
.we-service .ad-list .ad-06 p{
	text-align:left;
	margin-left:10%;
	color:#848484;
	width:40%;
}
.we-service .ad-list .ad-07 p{
	text-align:right;
	margin-left:45%;
	color:#ffffff;
	width: 45%;
}
.we-service .ad-list .ad-01 .more-btn{
	color:#49a5d6;
	border:2px solid #49a5d6;
	margin-right:10%;
	float:right;
}
.we-service .ad-list .ad-02 .more-btn{
	color:#848484;
	border:2px solid #848484;
	margin-left:10%;
	float:left;
}
.we-service .ad-list .ad-03 .more-btn{
	color:#ffdb31;
	border:2px solid #ffdb31;
	margin-right:10%;
	float:right;
}
.we-service .ad-list .ad-04 .more-btn{
	color:#333333;
	border:2px solid #333333;
	margin-left:10%;
	float:left;
}
.we-service .ad-list .ad-05 .more-btn{
	color:#ffdb31;
	border:2px solid #ffdb31;
	margin-right:10%;
	float:right;
}
.we-service .ad-list .ad-06 .more-btn{
	color:#333333;
	border:2px solid #333333;
	margin-left:10%;
	float:left;
}
.we-service .ad-list .ad-07 .more-btn{
	color:#ffdb31;
	border:2px solid #ffdb31;
	margin-right:10%;
	float:right;
}
/*关于我们、服务优势start*/
.aboutus{
	overflow: hidden;
    width: 100%;
    background: #FFF;
    margin: 0 auto;
}
.aboutus .part-title {
    margin-top: 10%;
}
.aboutus .part-title h2 {
    color: #333333;
    font-size:  0.48rem;
    text-align: center;
    line-height:  0.48rem;
    font-weight: 100;
}
.aboutus .part-title p {
    color: #333;
    font-size: 0.32rem;
    text-align: center;
    margin-top: 2%;
}
.aboutus .part-img{
	width:100%;
	height:auto;
	text-align:center;
	margin-top:5%;
}
.aboutus .part-img img{
	width:100%;
	height:auto;
}
.aboutus .about-txt{
	margin-top: -1px;
    padding: 8%;
    background: #F9F9F9;
}
.aboutus .about-txt p{
	font-size: 0.36rem;
    color: #4d4d4d;
    line-height: .7rem;
    margin-top: 2%;
}
.aboutus .more{
	display:block;
	width:35%;
	color:#109bdc;
	border:1px solid #109bdc;
	font-size:13px;
	text-align:center;
	line-height:30px;
	margin:5% auto 0 auto;
}
/*合作伙伴start*/
.partners{
	width:100%;
	background:#109bdc;
	color:#9a9a9a;
	padding-top:5%;
}
.partners h2{
	text-align:center;
	font-size:0.48rem;
	color:#fff;
	font-weight:100;
	line-height: 0.48rem;
}
.partners p{	
	font-size:0.32rem;
	text-align:center;
	color:#e2e2e2;
	margin-top:2%;
}
.partners .part-list{
	margin-top:30px;
	position:relative;
	height:60px;
}
.partners .part-list .left-icon{
	position:absolute;
	left:0.533rem;
	top:0;
}
.partners .part-list .right-icon{
	position:absolute;
	right:0.533rem;
	top:0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2) {
	.partners .part-list .left-icon a,.partners .part-list .right-icon a{    
		background: url(../images/partericon.png) no-repeat;        
		background-size: 36px auto;
		display:block;
		width:20px;
		height:20px;
	}
	.partners .part-list .left-icon a{ background-position:0 0; }
	.partners .part-list .right-icon a{ background-position:-16px 0; }
}
.partners .part-list ul{
	width:90%;
	height:30px;
	margin-left:0.78rem;
}
.partners .part-list ul li{
	float:left;
	width:30%;
	height:30px;
}
.partners .part-list ul li p{
	font-size:0.4rem;
	color:#fff;
}
.xMarquee {
	float: right;
    line-height: .7rem;
    width: 7.6rem;
    margin: 0 1.2rem;
    overflow: hidden;
}
.xMarquee ol {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    width: 100000%;
}
.xMarquee ol li{
    float:left;
}
.xMarquee ol li span{
    float:left;
	padding:0 20px;
	color:#ffffff;
}

/*给我们留言start*/
.contactus{
	background:url(../images/messagesbg.jpg) no-repeat left bottom #fff;
	background-size:100%;
	width:100%;
	color:#333;
	padding-top: 8%;
}
.contactus h2{
	text-align:center;
	font-size:0.48rem;
	color:#333;
	font-weight:100;
}
.contactus  p{
	text-align:center;
	color:#9a9a9a;
	font-size:0.32rem;
	margin-top:2%;
}
.contactus form{
	width:90%;
	margin:0 auto;
	padding-bottom:0.533rem;
	
}
.contactus .contact {
	padding-top:0.533rem;
	width:90%;
	margin:0 auto;
}
/*tel start*/	
.tel{
	width:100%;
	background:url(../images/telbg.jpg) no-repeat;
	background-size:100% auto;
	height:4.18rem;
}
.tel h2{
	text-align:center;
	font-size:0.48rem;
	color:#fff;
	font-weight:100;
	padding-top:5%;
}
.tel p{
	text-align:center;
	color:#bebebe;
	font-size: 0.34rem;
    margin-top: 4%;
}
.tel .telnumber{
	width:90%;
	margin:0 auto;
}
.tel .telnumber p{
	font-size:0.48rem;
	color:#fff;
	text-align:center;
	margin:0;
	padding-top:1%;
}
/**  gotop  **/
.SonlineBox{
	width: 30px;
	height: 212px;
	position: fixed;
	right: 0px;
	bottom: 200px;
	z-index:9999;
}
.SonlineBox .openTrigger{ 
	width:30px;
	height:120px;
	position:absolute;
	top:0px;
	z-index:1;
	cursor:pointer;
	background:#ff7e00 url(../images/kefu.png) no-repeat;
	background-position: 0 0px;
}
.SonlineBox .contentBox{
	right: 0px;
	width: 150px;
	height: auto;
	background: #FBFBFB;
    position: absolute;
    z-index: 2;
}
.SonlineBox .contentBox div{
	padding:8px;
}
.SonlineBox .contentBox div h4{
	background: url(../images/kefu.png) no-repeat;
    font-size: 16px;
    font-weight: bold;
    color: #616161;
    width: 120px;
    height: 27px;
    line-height: 27px;
    padding-left: 36px;
	margin-bottom: 10px;
}
.SonlineBox .contentBox div p{
	font-size: 13px;
    line-height: 30px;
}
.SonlineBox .contentBox div.TelBox h4{
	background-position: 3px -179px;
}
.SonlineBox .contentBox div.WeixinBox h4{
	background-position: 3px -146px;
}
.SonlineBox .contentBox div.WeixinBox p{
	padding:0 10px 0 0;
}
.SonlineBox .contentBox div.WeixinBox p img{
	width: 120px;
}
.SonlineBox .contentBox .closeTrigger{
	width:25px;
	height:25px;
	display:block;
	cursor:pointer; 
	position:absolute; 
	top:5px;
	right:5px;
	background: url(../images/kefu.png) no-repeat;
    background-position: 4px -272px;
}
.gotop{ 
	width: 30px;
    height: 30px;
    position: fixed;
    right: 0px;
    bottom: 0px;
    z-index: 9999;
    background: #ff7e00 url(../images/kefu.png) no-repeat;
    background-position: 0 -117px;
	cursor:pointer; 
}
/*footer start*/
.footer {
    background-color: #353f48;
    overflow: hidden; 
}
.footer_b{
	background:#353f48;
	width:100%;
	padding: .6rem 0 .6rem 0;
}
.footer_b p{
	color:#b1b1b1;
	font-size:0.33rem;
	margin-top:1%;
	text-align:center;
}
.footer_b p span{
	margin-left:1%;}
.footer_b .f-contact{
	width:100%;
	overflow:hidden;
	margin:0 auto;
	color:#b1b1b1;
	font-size:0.33rem;
	height:0.587rem;
}

/*底部菜单*/
.us-link {
    padding: 0.08rem 0.29rem 0 0.21rem;
    background-color: #353f48;
    overflow: hidden; 
}
.us-link .content {
	border-bottom: 1px solid #4c5760; 
}
.us-link .content .head {
	margin: 0.2rem 0;
	position: relative; 
}
.us-link .content .head h3 {
	font-size: 0.4rem;
	color: #fff; 
}
.us-link .content .head a {
	display: block;
	width: 0.66rem;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	color: #fff; 
}
.us-link .content .infos {
	display: none;
	margin: 0.2rem 0 0.24rem;
	margin-left: 0.53rem;
	font-size: 0.36rem;
	color: #fff;
	line-height: 0.6rem; 
}
.us-link .content .infos ul li {
	margin-bottom: 0.09rem; 
}
/*二级页面我们的服务 start*/
.page-banner{
	width:100%;
}
.page-banner img{
	width:100%;
}
.page-banner .banner-txt{
	position: absolute;
	top: 3.3rem;
	left:1.64rem;
}
.page-banner .banner-txt p{
	color:#fff;
	font-size: 0.42rem;
	padding:5px;
}
.page-banner .banner-txt .p1{
	color:#848484;
}
.page-banner .banner-txt h3{
	display: block;
	font-size: 0.42rem;
	background-color: rgba(255,255,255,0.8);
	width: 6rem;
	overflow: hidden;
	line-height: 0.573rem;
	color:#848484;
	padding:3px 5px;
}
.servicelist{
	margin-top: 0.1rem;
	margin-bottom: 0.1rem;
	padding:0;
	background: #fff;
	height: 2.71rem;
	width:100%;
	overflow: hidden;
	position: relative;
}
.servicelist ul{
    padding: 0;
    margin: 0;
	width:100%;
	display: inline;
	white-space: nowrap;
	overflow-x:scroll;
	float:left;
	overflow-y:hidden;
}
.servicelist ul li{
	margin-left: 0.1rem;
	-webkit-box-flex: 1;
    display: inline-block;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    vertical-align: top;
}
.servicelist ul li a{
	display: block;
	overflow: hidden;
	color:#fff;
	width:3.06rem;
	height:2.71rem;
	text-align: center;
	font-size:0.24rem;
}
.servicelist ul li a h3{
	font-size: 0.4rem;
	margin:8px auto 5px auto;
}
.servicelist ul li a i{
	display: block;
	width: 0.773rem;
	height: 0.773rem;
	margin: 15px auto 0 auto;
}
.servicelist .s01,.servicelist .s02,.servicelist .s03,.servicelist .s04{    
	background: url(../images/m-bg.png) no-repeat;        
	background-size: 690px auto;
	display: block;
}
.servicelist .s01{ background-position:0 0; }
.servicelist .s02{ background-position:-133px 0; }
.servicelist .s03{ background-position:-266px 0; }
.servicelist .s04{ background-position:-10px 0; }
.servicelist .s01:hover,.servicelist .s02:hover,.servicelist .s03:hover,.servicelist .s04:hover{ background:#4aacd9; }
@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2) {
	.i-01,.i-02,.i-03,.i-04,.i-05{
		background: url(../images/m-icon@2x.png) no-repeat;        
		background-size: 200px auto;
	}
	.i-01{ background-position: 0 0; }
	.i-02{ background-position: -32px 0; }
	.i-03{ background-position: -64px 0; }
	.i-04{ background-position: -93px 0; }
	.i-05{ background-position: -127px 0; }
}
.service-content{
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	padding-left:0.48rem;
	padding-right:0.48rem;
}
.service-content .s-title{
	height: 0.6rem;
}
.service-content .s-title i{
	display:inline-block;
	float: left;
	width: 0.2rem;
	height:0.7rem;
	background: #57b9e6;
	margin-right: 3%;
}
.service-content .s-title h3{
	font-size: 0.48rem;
	color:#333;
	float: left;
}
.service-content .s-img{
	margin-top:5%;
	margin-bottom:5%;
}
.service-content .s-img img{
	width:100%;
	height: auto;
}
.service-content .s-txtcontain{}
.service-content .s-txtcontain .s-txt{
	font-size: 0.36rem;
	line-height: 0.64rem;
}
.service-content .s-txtcontain .s-txtlink{
	margin-top:8%;
}
.service-content .s-txtcontain .s-txtlink ul li{
	margin-top:3%;
}
.service-content .s-txtcontain .s-txtlink ul li a{
	color:#0097dd;
	font-size: 0.36rem;
}
.service-content .s-txtcontain .s-txtlink ul li span{
	margin-right: 3%;
	font-family:"宋体";
	color:#36a8dd;
}
.service-content .s-txtcontain .s-txtlink ul li p{
    padding: 0.2rem;
}
.service-content .s-txtcontain .s-txtlink ul li ol li{
    margin-left: 0.6rem;
    list-style-type: lower-latin;
}
.service-content .s-txtcontain .s-txtol p{
    padding-top: .4rem;
}
.service-content .s-txtcontain .s-txtol ol{
	padding-top: .4rem;
}
.service-content .s-txtcontain .s-txtol ol li{
    line-height: 0.64rem;
    font-size: .34rem;
    margin-left: 0.6rem;
    list-style-type: decimal;
}
/*--aboutus start--*/
.aboutcontainer{
	padding-top:8%;
	padding-bottom: 8%;
}
.aboutcontainer .about-title{
	margin:5% auto;
	text-align: center;
}
.aboutcontainer .about-title p{
	color:#999;
	text-align: center;
	text-transform:uppercase;
}
.aboutcontainer .about-title h3{
	margin-bottom: 0.1rem;
	margin-top: 0.1rem;
	color: #333;
	font-size: 0.48rem;
}
.aboutcontainer .about-title span{
	margin: 0 auto;
	width:1rem;
	height: 0.08rem;
	background-color: #57b9e6;
	display: block;
}
.aboutcontainer .about-txt{
	position: relative;
	margin: 8%;
}
.aboutcontainer .about-txt img{
	margin-top:0.35rem;
	margin-bottom:0.35rem;
	width:100%;
	height: auto;
}
.aboutcontainer .about-txt p {
    font-size: 0.373rem;
    color: #4d4d4d;
    line-height: 0.56rem;
    margin-top: 2%;
}
.cotanct-container form{
	margin: 5% auto;
	width:90%;
}
.cotanct-container form p{
	color:#666;
	font-size: 0.4rem;
	line-height: 0.8rem;
	margin-top:0.5rem;
}
.cotanct-container form span{
	color:#df0909;
}
.cotanct-container form .c-btn{
	width:96%;
	margin-top:8%;
}
.contact-tel{
	width:90%;
	margin:0 auto;
	padding-top:8%;
}
.contact-tel p{
	margin-bottom:8%;
	padding-top: 5%;
	color:#333;
	font-size: 0.373rem; 
	line-height: 0.7rem;
	border-top: 1px solid #d1d1d1;
}
.contact-tel p strong{
	color:#1290cb;
	font-size: 0.42rem;
}
/*详情页面 start*/
.service-content .s-d-title{
	font-size: 0.48rem;
	text-align: center;
	margin-bottom:0.3rem;
	margin-top:1rem;
	color:#1290cb;
}
.service-content .s-d-txt{
	color:#333;
	font-size:0.377rem;
	line-height: 0.7rem;
}
.service-content .s-d-txt img {
    width: 100%;
    height: auto;
}
.service-content .s-d-price{
	width:100%;
	overflow: hidden;
	margin-top: 5%;
}
.service-content .s-d-price ul{
	margin-left:-5%;
	margin-top:5%;
}
.service-content .s-d-price ul li{
	width:45%;
	float:left;
	margin-left:5%;
	margin-bottom:5%;
}
.service-content .s-d-price ul li a{
	display: block;
	font-size: 0.36rem;
	color:#333;
}
.service-content .s-d-price ul li a p,.service-content .s-d-price h5{
	margin-top:3%;
}
.service-content .s-d-price h3{
	font-size:0.4rem;
	border-bottom: 1px solid #e5e5e5;
	line-height: 0.8rem;
}
.service-content .s-d-price h5{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.service-content .s-d-price ul li a img{
	width:100%;
	height: auto;
}
.service-content .s-d-price .gray{
	color:#999;
}
.service-content .s-d-price .price{
	color:#ff6600;
	text-align: center;
}
