* {
	margin: 0px;
	border: none;
	border: 0px;
	list-style: none;
}



body {
	font-family: "微软雅黑", "arial";
}

html {
	font-size: 62.5%;
}

.clearfix {
	clear: both;
}

.wallpaper .container {
	max-width：640px
}

.navbar {
	background-color: rgb(251, 251, 251);
	box-shadow: 0px 4px 8px 0px rgba(35, 24, 21, 0.02);
	z-index: 152;
}
.navbar-brand {
	width: 360px;
}
.cus_con .gcxl{
	display: block;
}


/*logo*/

.logo {
	position: fixed;
	left: 0px;
	z-index: 999;
}

.logo span {
	width: 5px;
	background: #eb8f2a;
	display: block;
	position: absolute;
	top: 36px;
	left: 0px;
	height: 35px;
}

.carousel-indicators .active {
	background: #ff3b30;
	border: 1px #ff3b30 solid;
}


.logo_pic {
	width: 15rem;
	left: 6%;
	position: absolute;
	top: 36px;
}

.logo_pic img {
	width: 100%;
}
/*导航电话*/
.nav_phone{
	float: right;
	margin-top: 50px;
}
.nav_phone p{
	font-size: 16px;
	color: #5e977e;
	float: left;
	padding-left: 36px;
	background: url(../img/icon08.png) no-repeat left;
	line-height: 50px;
}
.nav_phone h3{
	margin: 0px;
	font-size: 40px;
	color: #5e977e;
	width: 390px;
}

/*导航*/

.navbar-default {
	background: none;
	border: none;
	padding: 0px;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	background: none;
}

.container-fluid {
	padding: 0px;
	position: relative;
}
.logo_box{
	max-width: 1312px;
	margin: 0 auto;
}
.navbar-collapse{
	background: #5e977e;
}
.navbar {
	margin: 0px;
	background: #fff;
}

.navbar-nav {
	max-width: 1312px;
	margin: 0 auto;
	float: initial;
}

.navbar-default .navbar-nav>li:hover a {
	color: #000;
}
.navbar-nav .dropdown-menu{
	min-width: 120%;
	margin-left: -10%;
	top: 40px;
	padding: 16px 0px;
}
.dropdown-menu>li>a{
	font-family: "微软雅黑";
	color: #333;
	line-height: 30px;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
	background: transparent;
}
.navbar-nav .clear-border {
	border-right: none;
}

.navbar-brand img {
	width: 100%;
}

.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
	margin: 0px;
	padding: 0px;
	position: relative;
}

.navbar>.container .navbar-brand,
.navbar>.container-fluid .navbar-brand {
	margin: 0px;
	padding: 0px;
	height: auto;
}

@media(max-width: 1640px) {
	.navbar>.container .navbar-brand,
	.navbar>.container-fluid .navbar-brand {
		margin-left: 20px;
	}
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	color: #fff;
	background: #B3C8B2;
}

.navbar-default .navbar-nav>li>a {
	color: #fff;
	font-size: 16px;
	line-height: 14px;
	transition: color .5s;
	font-family: "微软雅黑";
}

.navbar-default .navbar-nav>li:hover a {
	color: #fff;
}
.navbar-nav>li{
	width: calc(100% / 8);
}
.nav>li>a {
	text-align: center;
	color: #fff;
}

.navbar>.container-fluid .navbar-brand {
	padding: 0px;
	margin-top: 50px;
	margin-bottom: 50px;
}

.nav>li>.jiange {
	padding-right: 0px;
}
.ty_title .quxiao{
    	font-weight: normal;
    }
@media (max-width: 780px) {
	.navbar-default .navbar-nav .open .dropdown-menu>li>a{
		text-align: center;
	    background-color: #f2f2f2;
	    margin: 2px 0px;
	    line-height: 36px;
    }
    
	.navbar-nav span{
		display: none;
	}
}




@media (max-width: 970px) {
	.nav>li>a{
	    padding: 0px 20px;
	}
	.navbar-default .navbar-nav>li>a{
		line-height: 20px;
	}
	.nav_phone{
		display: none;
	}
	.navbar-brand{
		width: 40%;
	}
}
@media (max-width: 800px) {
	.nav>li>a{
	    padding: 0px 10px;
	}
}
@media (max-width: 780px) {
	.navbar-nav>li{
		width: 100%;
		border-bottom: 1px #fff solid;
	}
	.navbar-default .navbar-nav>li>a{
		text-align: center;
		padding: 20px 0px;
	}
	.navbar-nav{
		float: initial;
		margin-right: 0px;
	}
	
	
	.navbar-default{
		padding: 0px;
	}
	.navbar>.container-fluid .navbar-brand{
		margin-bottom: 0px;
	}
	.navbar-brand{
		width: 240px;
	}
	.navbar>.container-fluid .navbar-brand{
		margin-top: 10px;
	}
	.navbar-header{
		margin: 20px 0px;
	}
}
/*.nav>li>a:hover span{
	width: 100%;
}*/


/*banner*/
.banner .carousel-indicators li{
	width: 10px;
	margin: 0 5px;
    height: 10px;
    border-radius: 0%;
    transition: width 0.5s;
    border: none;
    background: #999;
    border-radius: 50%;
}
.glyphicon-chevron-right:before{
	content: none;
}
.glyphicon-chevron-left:before{
	content: none;
}
.banner  .carousel-indicators .active{
	
	background: #5e977e;
	
}
.banner .item{
	/*position: relative;*/
}
.banner .carousel-caption{
	bottom: 20%;	
	text-align: left;
	left: 10%;
	position: absolute;
	width: 32%;
}
.banner .carousel-caption img{
	width: 100%;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev{
	width: 42px;
	margin-top: -75px;
}
.banner .left span{
	display: block;
}
.banner .left span img{
	width: 100%;
}
.banner .right span{
	display: block;
}
.banner .right span img{
	width: 100%;
}
@media (max-width: 780px){
	.banner .carousel-caption{
		width: 70%;
		bottom: 40%;
	}
	.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev{
		width: 22px;
		margin-top: -55px;
	}
	.banner .item
	.banner .item .pcbanner{
		height: 100%;
		width: 1315px;
		
	}
	
	
} 

/*公司介绍*/
.intro{
	max-width: 1312px;
	margin: 0 auto;
	margin-top: 64px;
}
.intro .intro_img{
	float: left;
	width: 244px;
}
.intro .intro_img img{
	width: 100%;
}
.intro .intro_text{
	float: right;
	width: calc(100% - 324px);
	margin-top: 46px;
	background: url(../img/bg04.png) no-repeat center;
}	
.intro .intro_text h1{
	font-size: 32px;
	color: #5e977e;
}
.intro .intro_text h6{
	font-size: 16px;
	color: #333333;
}
.intro .intro_text p{
	font-size: 16px;
	color: #666;
	line-height: 36px;
	margin-top: 32px;
}
@media (max-width: 1000px) {
	.intro .intro_img{
		display: none;
	}
	.intro .intro_text{
		float: initial;
		width: 96%;
		margin: 0 auto;
	}
	.intro .intro_text{
		background-size: 100%;
	}
}
/*定制*/
.custom{
	max-width: 1312px;
	margin: 0 auto;
	margin-top: 80px;
}
.custom .ty_title{
	width: 200px;
}
.ty_title{
	position: relative;
	float: left;
	
	left: 0px;
}
.ty_title .hh{
	position: absolute;
}
.ty_title h1{
	font-size: 32px;
	color: #5e977e;
	line-height: 42px;
	
	margin: 0px;
}
.ty_title p{
	position: absolute;
	font-size: 92px;
	color: #f9f9f9;
	z-index: -1;
	margin: 0px;
	line-height: 82px;
}
.custom .cus_nav{
	padding: 0px;
	right: 0px;
	float: right;
	margin-top: 30px;
	margin-bottom: 0px;
}
.custom .cus_nav li{
	float: left;
	padding: 12px 24px;
	font-size: 16px;
	cursor: pointer;
}
.cus_active{
	background: #5e977e;
	color: #fff;
}
.cus_con ul{
	padding: 0px;
	margin-top: 40px;
}
.cus_con ul li{
	float: left;
	width: 32%;
}
.cus_con ul .cus_jiange{
	margin: 0 2%;
}
.cus_con ul{
	display: none;
}
.cus_con .pkc{
	display: block;
}
.cus_con ul li img{
	width: 100%;
}
@media (max-width: 1200px) {
	.custom .cus_nav li{
		padding: 12px 16px;
	}
}
@media (max-width: 780px) {
	.custom .cus_nav{
		float: initial;
	}
	.ty_title{
		float: initial;
		height: 80px;
	}
	.custom .cus_nav li{
		width: 33%;
		text-align: center;
	}
	.cus_con ul li{
		width: 96%;
		margin: 0 auto;
		float: initial;
		margin-bottom: 40px;
	}
	.cus_con ul .cus_jiange {
	    margin-bottom: 40px;
	}
}

/*加盟*/
.join{
	max-width: 1312px;
	margin: 0 auto;
	margin-top: 100px;
}
.join .ty_title{
	width: 100%;
	height: 80px;
	margin-bottom: 40px;
}
.join .ty_title h1 span{
	font-size: 16px;
	color: #666;
	font-weight: none;
	line-height: 36px;
}
.join .ty_title h1{
	margin-top: 10px;
}
.join ul{
	padding: 0px;
}
.join ul li{
	width: 50%;
	float: left;
	height: 432px;
}
.join ul li img{
	width: 100%;
}
.join ul .j_img04{
	background: url(../img/img04.jpg);
	background-position: center ;
}
.join ul .j_img05{
	background: url(../img/img05.jpg);
	background-position: center ;
	float: right;
}
.join ul .j_img06{
	background: url(../img/img06.jpg);
	background-position: center ;
}
.join ul .j_img07{
	background: url(../img/img07.jpg);
	background-position: center ;
	float: right;
}
.join ul .j_img08{
	background: url(../img/img08.jpg);
	background-position: center ;
}
.join ul .join_text{
	padding: 0px 100px;
	background: #f2f2f2;
}
.join ul li h2{
	font-size: 24px;
	color: #333;
	margin: 0px;
}
.join ul li span{
	font-size: 12px;
	color: #333;
}
.join ul li p{
	font-size: 16px;
	color: #666;
	line-height: 28px;
	margin-top: 16px;
}
.join ul .join_text01 h2{
	margin-top: 14%;
}
.join ul .join_text02{
	float: right;
}
.join ul .join_text02 h2{
	margin-top: 24%;
}
.join ul .join_text03 h2{
	margin-top: 24%;
}
.join ul .join_text04{
	float: right;
}
.join ul .join_text04 h2{
	margin-top: 14%;
}
.join ul .join_text05 h2{
	margin-top: 26%;
}
@media (max-width: 1100px) {
	.join ul .join_text{
		padding: 0px 20px;
	}
}
@media (max-width: 780px) {
	.join ul li{
		float: initial;
		width: 100%;
	}
	.join ul .join_text01 h2{
		padding-top: 10%;
		margin-top: 0px;
	}
	.join ul .join_text02 h2{
		padding-top: 10%;
		margin-top: 0px;
	}
	.join ul .join_text03 h2{
		padding-top: 10%;
		margin-top: 0px;
	}
	.join ul .join_text04 h2{
		padding-top: 10%;
		margin-top: 0px;
	}
	.join ul .join_text05 h2{
		padding-top: 10%;
		margin-top: 0px;
	}
	.join ul .join_text{
		height: auto;
		padding-bottom: 10%;
	}
	.join {
	    margin-top: 80px;
	}
}
/*市场*/
.market{
	background: url(../img/bg05.jpg);
	width: 100%;
	margin-top: 100px;
	padding-top: 60px;
	padding-bottom: 60px;
}
.market ul{
	max-width: 1312px;
	margin: 0 auto;
	padding: 0px;
}
.market ul li{
	float: left;
	width: 23%;
	margin: 1% 1%;
	background: #fff;
	height: 360px;
}
.market .mar_title{
	background: transparent;
	color: #fff;
}

.market .mar_title span{
	width: 100%;
	margin-top: 0px;
}
.market .mar_title h1{
	font-size: 32px;
	line-height: 42px;
	margin-top: -6px;
}
.market ul li h2{
	text-align: center;
	font-size: 24px;
	color: #5e977e;
	margin-top: 60px;
	margin-bottom: 0px;
}
.market ul li h6{
	text-align: center;
	font-size: 12px;
	margin-top: 6px;
}
.market ul li p{
	font-size: 14px;
	color: #666;
	line-height: 28px;
	width: 86%;
	margin: 0 auto;
	display: none;
	margin-top: 20px;
}
.market ul li span{
	display: block;
	width: 92px;
	height: 54px;
	margin: 0 auto;
	margin-top: 80px;
	transition: all .5s;
}
.market ul li:hover span{
	margin-top: 32px;
}
.market ul li:hover p{
	display: block;
}
.market ul li:hover h2{
	margin-top: 20px;
}
.market ul li span img{
	width: 100%;
}
@media (max-width: 780px) {
	.market ul li{
		width: 48%;
	    margin: 1% 1%;
	}
	.ad .ad_right{
		display: none;
	}
	.market ul li p{
		text-align: justify;
	}
	.market ul li{
		height: 450px;
	}
	
}

/*广告*/
.ad_bg{
	width: 100%;
	padding: 60px 0px;
	background: #F6F6F6;
}
.ad{
	max-width: 1312px;
	margin: 0 auto;
	position: relative;
}
.ad .ad_left{
	
}
.ad .ad_right{
	position: absolute;
	top: 0px;
    right: 52px;
}
.ad .ad_left p{
	font-size: 28px;
	line-height: 40px;
	color: #666666;
}
.ad .ad_left ul{
	padding: 0px;
	margin-top: 32px;
}
.ad .ad_left .ad_phone{
	margin-top: 24px;
}
.ad .ad_left .ad_phone h2{
	float: left;
	color: #666666;
	font-size: 36px;
	margin: 0px;
}
.ad .ad_left .ad_phone h1{
	float: left;
	color: #5e977e;
	font-size: 46px;
	font-weight: bold;
	margin: 0px;
	margin-top: -6px;
}
.ad .ad_left ul li{
	float: left;
	margin-right: 8px;
	width: 144px;
	line-height: 48px;
	background: #5e977e;
	color: #fff;
	font-size: 18px;
	text-align: center;
	cursor: pointer;
}
.ad .ad_left ul .dl{
	background: #B3C8B2;
}

/*案例*/
.case{
	max-width: 1312px;
	margin: 0 auto;
	margin-top: 160px;
}
.case .ty_title{
    width: calc(100% - 112px);
    height: 80px;
    float: left;
}
.case .ty_title h1 {
    margin-top: 10px;
}
.case .ca_btn{
	float: right;
	padding: 0px;
	margin-top: 16px;
}
.case .ca_btn li{
	float: left;
	width: 56px;
	height: 56px;
	cursor: pointer;
}
.ca_btn_left{
	background-image: url(../img/icon09.png);
	background-color: #F6F6F6;
}
.ca_btn_right{
	background-image: url(../img/icon10.png);
	background-color: #5e977e;
}
.case .swiper-container{
	margin-top: 60px;
}
.case .swiper-pagination-bullet-active{
	background: #5e977e;
}
@media (max-width: 780px) {
	.case{
		margin-top: 40px;
	}
	.swiper-slide img{
		width: 100%;
	}
	.case .ca_btn{
	   display: none;
	}
	.case .swiper-container{
		margin-top: 40px;
	}
}
/*走进璞为*/
.zjpw{
	width: 100%;
	position: relative;
	margin-top: 100px;
}
.zj_right{
	float: right;
	width: 32%;
	margin-right: 15%;
	margin-top: 4%;
}
.zj_left{
	float: left;
	width: 40%;
	height: 668px;
	background: url(../img/bg03.jpg);
	background-position: center;
	background-size: cover;
}
.zj_left img{
	width: 100%;
	display: block;
}
.zjpw .ty_title{
	width: 100%;
}
.zjpw  .ty_title h1{
	margin-top: 20px;
}
.zjpw .zj_left span{
	display: block;
	width: 64px;
	height: 462px;
	position: absolute;
	left: 40%;
	background: #F6F6F6;
	float: left;
	bottom: 0px;
}
.zj_right a .btn:hover{
	color: #fff;
}
.zj_btn{
	width: 144px;
	height: 48px;
	background: #5e977e;
	color: #fff;
	text-align: center;
	line-height: 48px;
	font-size: 18px;
}
a:hover{
	text-decoration: none;
}
.zj_right > p{
	color: #666666;
	font-size: 14px;
	line-height: 36px;
	width: 100%;
	margin-top: 120px;
	margin-bottom: 80px;
}
@media (max-width: 1200px) {
	.zj_right{
		width: 40%;
	    margin-right: 8%;
	}
}
@media (max-width: 960px) {
	.zj_right{
		width: 46%;
	    margin-right: 2%;
	}
}
@media (max-width: 780px) {
	.zj_right{
		width: 96%;
	    margin: 0 auto;
	    float: initial;
	}
	.zj_left{
		display: none;
	}
	.zj_right > p{
		margin-top: 40px;
		margin-bottom: 40px;
	}
}

/*新闻*/
.news_bg{
	width: 100%;
	padding-top: 100px;
	padding-bottom: 100px;
	background: url(../img/bg06.jpg);
}
.news{
	max-width: 1312px;
	margin: 0 auto;
}
.news .ty_title{
	width: 200px;
}
.news .n_nav {
    padding: 0px;
    right: 0px;
    float: right;
    margin-top: 30px;
    margin-bottom: 0px;
}
.news .n_nav li{
	width: 144px;
	height: 48px;
	text-align: center;
	margin-left: 6px;
	background: #f6f6f6;
}
.news .n_nav li {
    float: left;
    /*padding: 12px 24px;*/
    font-size: 16px;
    cursor: pointer;
}
.news .ty_title h1{
	margin-top: 20px;
    z-index: 2;
    position: relative;
}
.news .ty_title p{
	z-index: 0;
}
.news .n_nav .n_active{
	background: #5e977e;
	color: #fff;
}
.news .n_nav .n_active span{
	color: #fff;
}
.news .n_con ul{
	padding: 0px;
	margin-top: 48px;
}
.news .n_con ul li{
	float: left;
	width: 26%;
	cursor: pointer;
}
.news .n_con ul .n_jiange{
	margin: 0 11%;
}
.news .n_con ul li span{
	color: #333;
	font-size: 52px;
	font-weight: lighter;
}
.news .n_con ul li h3{
	color: #333333;
	font-size: 18px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news .n_con ul li p{
	color: #666666;
	font-size: 14px;
	line-height: 24px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news .n_con ul li div{
	margin-top: 48px;
	width: 40px;
	height: 40px;
	font-size: 40px;
	background: url(../img/icon11.png);
	background-position: center;
	border: 1px #333 solid;
	background-repeat: no-repeat;
}
.news .n_con ul li:hover h3{
	color: #5e977e;
}
.news .n_con ul li:hover div{
	background-color: #5e977e;
	border: none;
	background-image: url(../img/icon12.png);
}
.news .n_nav li span{
	color: #333;
}
.news .n_con .hyxw{
	display: none;
}
.news .n_con .cjwt{
	display: none;
}
@media (max-width: 780px) {
	.news .n_nav{
		width: 100%;
	}
	.news_bg{
		padding-bottom: 0px;
	}
	.news .n_nav li{
		width: 31%;
    	margin: 0px 1%;
	}
	.news .n_con ul li{
		width: 96%;
		margin: 0 auto;
		float: initial;
		margin-bottom: 20%;
	}
	.news .n_con ul .n_jiange{
		width: 96%;
		margin: 0 auto;
		float: initial;
		margin-bottom: 20%;
	}
}
/*底部*/
.footer_bg{
	width: 100%;
}
.footer{
	max-width: 1312px;
	margin: 0 auto;
	margin-top: 100px;
	margin-bottom: 100px;
}
.footer ul{
	padding: 0px;
}
.footer .f_left{
	float: left;
}
.footer .f_left .f_logo{
	width: 256px;
}
.footer .f_left .f_logo img{
	width: 100%;
}
.footer .f_left  ul{
	margin-top: 20px;
}
.footer .f_left  ul li{
	float: left;
	padding: 0px 16px;
	border-left: 1px #999 solid;
	line-height: 14px;
	color: #666;
	cursor: pointer;
}
.footer .f_left  ul li:hover{
	color: #333;
}
.footer .f_left  ul .f_teshu{
	border-left: none;
	padding-left: 0px;
}
.footer .f_right{
	float: right;
}
.footer .f_left p{
	margin-top: 10px;
	color: #666;
}
.footer .f_right{
	border: 1px #5e977e solid;
	padding: 20px;
}
.footer .f_right h1{
	font-size: 46px;
	color: #5e977e;
	margin: 0px;
	line-height: 46px;
}
.footer .f_right p{
	color: #5e977e;
	margin: 0px;
}
.copyright{
	width: 100%;
	background: #5e977e;
	padding: 24px 0px;
	text-align: center;
	color: #fff;
}
@media (max-width: 1150px) {
	.footer .f_right{
		float: initial;
		width: 400px;
		margin: 0 auto;
		text-align: center;
	}
	.footer{
		margin-top: 100px;
		margin-bottom: 40px;
	}
	.footer .f_left .f_logo{
		margin: 0 auto;
	}
	.footer .f_left{
		float: initial;
		margin-top: 20px;
	}
	.footer .f_left ul{
		display: none;
	}
	.footer .f_left p{
		text-align: center;
		margin-top: 20px;
		margin-bottom: 20px;
	}
}

.sjbanner{
	display: none;    	
}
@media (max-width: 780px) {
	.ty_title .quxiao{
    	display: none;
    }
    .footer .f_right{
    	width: 96%;
    	margin: 0 auto;
    }
    .copyright span{
    	display: block;
    }
    .sjbanner{
		display: block; 
		width: 100%;   	
	}
	.sjbanner img{
		width: 100%;
	}
	.banner .item .pcbanner{
    	display: none;
    }
    .ad .ad_left{
    	width: 96%;
    	margin: 0 auto;
    }
    .case .ty_title{
    	width: 96%;
    	margin: 0 auto;
    	float: initial;
    }
    .case .ca_btn{
    	float: initial;
    	margin-top: 40px;
    	margin-left: 3%;
    }
    .news .ty_title{
    	margin-left: 3%;
    }
    .navbar-default{
    	position: fixed;
    	width: 100%;
    }
    .banner{
    	padding-top: 90px;
    }
}
