/*导航栏*/
.navbar-default{ background-color:#fff; margin-bottom:0px;  border:none; z-index:1000; position:fixed; left:0; top:0; width:100%; height:auto; }/*整个导航栏的背景颜色*/
.navbar-default .container{
	max-width:100%;
}
.navbar-default .navbar-collapse{padding-left:0px; border:none; }
	.navbar-default .navbar-collapse{ padding-right:24em;
	}

.nav>li>a:focus,.nav>li>a:hover{text-decoration:none;}
.navbar-nav>li>a{border-radius:0px; font-weight:600; }
.navbar-default .navbar-nav>li>a{ color:#333; padding-left:3rem; padding-top:4rem;}
.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{color:#e50315; font-weight:600; background:none; }/*链接HOVER颜色*/
.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover{color:#e50315; font-weight:600; background:none; }/*active焦点背景，字体颜色*/
.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover{color:#e50315;background:none;}/*点击下拉菜单焦点背景*/
.navbar-default .navbar-brand{
	background-color:#e50315;
	padding:2rem 4rem;
}
.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
	background-color:#e50315;
}
/*缩略图*/
.navbar-toggle{
	border:none;
	margin-top:18px;
}
.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus{
	background-color:#f1f1f1;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color:#333
}
@media only screen and (max-width: 767px) {
	.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{ display:inline;}
	.navbar-default .navbar-brand{
		padding-top:8px;
	}
	.navbar-default .navbar-brand img{ width:140px;}
	.navbar-default .navbar-brand{color:#fff}
	.navbar-default .navbar-collapse{ background-color:#fff; padding:0; }/*手机版导航背景颜色*/
	.navbar-default .navbar-nav>li>a{color:#333; padding-top:2rem;}/*手机版链接颜色*/
	.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{ text-indent:2em;}/*手机版菜单字体格式*/
	.navbar-default .navbar-nav>li{ border-bottom:#666 solid 1px;}
    .navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{color:#e50315;background-color:#444; border:none;}/*手机焦点链接HOVER颜色*/
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#ffe100;background-color:#ffe100;}
	}
/*--------------下拉菜单设置--------------*/
.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover{color:#003a8b; background-color:transparent;}/*点击下拉主菜单焦点背景*/

/*宽屏版电脑下拉菜单*/
.dropdown-menu{
	overflow:hidden;
	padding:0px;
	min-width:300px;
}
.dropdown-menu>a{
	border-bottom:#ccc solid 1px;
	
}
.navbar-default .dropdown-menu>li>a{
	padding-top:8px;
	padding-bottom:8px;
	color:#ffe100;
	font-weight:600;
	word-wrap:break-word;
}

.navbar-default .dropdown-menu>li>a:hover{text-decoration:none;background:#ccc;}

.navbar-default .dropdown-menu>.active>a,.navbar-default.dropdown-menu>.active>a:focus,.navbar-default .dropdown-menu>.active>a:hover{color:#333; background:#ccc; text-decoration:noneoutline:0}
/*下拉菜单active焦点背景，字体颜色*/


/*手机下拉菜单设置*/
@media (max-width:767px){
.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#fff; background-color:#b6d24c;}
.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#555;background-color:#e7e7e7;}
.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{color:#555;background-color:#e7e7e7}
.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#ccc;background-color:transparent}
}
/*导航联系*/
#nav-cont{
	position:absolute;
	right:0;
	top:0;
	padding:2.3rem 3rem 0 4rem;
	border-left:#dcdcdc solid 1px;
	height:100%;
}
#nav-cont img{
	margin-left:1rem;
	}	
.nav-cont-tt-title{
	color:#333;
	text-align:right;}
.nav-cont-tt-num a{
	font-size:1.2em;
	color:#e50315;
	font-weight:bold;}	
.nav-cont-tt-num a:hover{
	color:#1d1819;}	
	
	
/*底部*/
footer{
	background-color:#1e1d1d;
	}
footer .footmid p{
	color:#fff;
	padding:1rem 0;
	text-align:center;}	
.footleft ul li a{
	color:#999;
}
.footleft ul li a:hover{
		color:#e50315;
}
footer .wrap-flex{
	justify-content:space-between;
	padding:6rem 0;
}
footer .flex-con{
	flex:0 0 auto;
}
footer h5{
	color:#fff;
	text-align:left;
    white-space:nowrap;}
.footmid ul,.footleft ul{
	margin-top:1.5rem;
	}
.footmid ul li a{
	color:#999;
	display:block;
	text-decoration:none;
	padding:5px 0;
	}
.footmid ul li a:hover{
	color:#e50315;}
#copy{
	color:rgba(255,255,255,0.4);
	font-size:0.875em;
	border-top:#666 solid 1px;
	text-align:center;
	}
#copy a{
	color:rgba(255,255,255,0.4);
}
#copy a:hover{
	color:rgba(255,255,255,0.8);
}

@media only screen and (max-width: 1023px){
	footer .wrap-flex{
		 flex-direction: column;
	}
	footer .flex-con{
		margin-top:2em;
	}
footer .footmid p{
	text-align:left;}	
	 }
/*-------------首页---------------*/	
#indexbar{padding-top:6rem; padding-bottom:0;position:relative;  }
#indexbar  img{ object-fit: cover; width:100%;} 	  
#indexbar .index-barbrand{
	position:absolute;
	right:4vw;
	bottom:12rem;
	flex-direction:column;
	text-align:right;
	color:#f5f5f5;
}    
#indexbar .red-lagre{
	font-size:4rem;
	line-height:1.5em;
	font-weight:bold;
	margin-top:1rem;
	}
#indexbar .white-mid{
	font-weight:lighter;
	font-size:2rem;
	white-space:nowrap;
	letter-spacing:3px;
	}
#indexbar .white-small{
	color:#999;
	font-size:0.8em;
	letter-spacing:2px;
	padding-left:5px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing:5px;
	}
#indexbar .more{
	display:inline-block;
	max-width:80%;
	color:#e50315;
	font-size:1.1rem;
	background-color:transparent;
	border:1px solid #e50315;
	border-radius:10px;
	padding:8px 12px;
	text-align:center;
	}	
#indexbar .more:hover{
	background-color:#e50315;
	color:#fff;}
@media (min-width: 768) and (max-width:1920) {
	#indexbar .index-barbrand{
	bottom:8rem;
} }
@media (max-width:768px){
	#indexbar{
		margin-top:30px;
	}
#indexbar .white-mid{
	color:#f5f5f5;
	padding-top:2rem;
	white-space:nowrap;
}
#indexbar .white-small{
	padding-top:7px;}	
#indexbar .more{
	font-size:6px;
	max-width:100%;
	padding:8px 20px;
	margin-top:1.3rem;}	
#index-Introduction-p .td-tt span{ letter-spacing:normal;white-space:nowrap;}
#indexbar .index-barbrand{
	bottom:3rem;
}
#index-Introduction #index-Introduction-p{flex-wrap:wrap;}	
#index-Introduction-p .p-last .e-box:first-child{ margin:0;}
.media-body p{line-height:3em; }
#about-sy .col-sm-3,#about-sy .col-sm-2,#index-Introduction .col-sm-3{margin-top:1em;}
.principle-tt-title{ white-space:nowrap; font-size:1.3rem;}	
#index-principle .flex-con p,#index-principle1 .flex-con p{ letter-spacing:normal; white-space:nowrap;}
#index-principle .wrap-flex .flex-con,#index-principle1 .wrap-flex .flex-con{ margin-top:3rem;}
#about-sy .Introduction-title{padding:6rem 0;}
#Recruitment .faq-tt-body p{font-size:10px;}
#about-sy p{
	margin-bottom:15px;
}
#index-Features .wrap-flex{flex-direction:column;}
#index-Features .flex-con{ margin-top:10px;}	
#index-principle .wrap-flex,#index-principle1 .wrap-flex{flex-direction:column;}
#index-Features .flex-con a{ margin-left:0 !important; text-decoration:none;}
.planning-tt p{ line-height:3rem;}
#Recruitment .faq-tt-body a{ margin-top:-6em;  text-decoration:none;}
}

/*首页企业简介*/
#index-Introduction{ background-color:#fff; padding:10rem 0; }
#index-Introduction .Introduction-title{	
color:#47494c;
font-size:4.5rem;
line-height:1.3em;
letter-spacing:5px;
font-weight:lighter;
	}
#index-Introduction .Introduction-title span{ color:#e50315; font-weight:bold; }
#index-Introduction .col-md-5 p{color:#ccc; padding-top:7rem;}
#index-Introduction .col-md-7 h4{ font-weight:bold;}
#index-Introduction .brand-h,#about-sy .brand-h{ font-size:4rem;}
#index-Introduction .brand-wz,#about-sy .brand-wz{
	color:#47494c;
	font-size:1.14rem;
	padding-top:2rem;
	max-width:180px;
	}
#index-Introduction .col-md-7 p{
	line-height:1.8em;
	color:#999;
}
@media (max-width:768px){
	#index-Introduction .col-md-5 p{
		padding-top:3rem;
	}
	#index-Introduction .col-md-7 h4{ font-weight:bold; margin-top:2em;}
	#about-sy .brand-wz{
		padding-top:0;
		line-height:1em;
	}
}	
/*功能简介*/	
#index-Introduction-p .wrap-flex{
	position:relative;
}
#index-Introduction-p .td-tt{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	display: -webkit-flex; 
	display: flex;
	justify-content:center;
	align-items:center;
	 flex-direction:column; 
	color:#fff;
	font-size:2.6rem;
	text-transform:capitalize;
	font-weight:bold;
	}	
#index-Introduction-p .td-tt span{ 
font-size:1.14rem; 
text-transform:capitalize;
padding-top:2rem;
font-weight:normal;
letter-spacing:5px;
color:rgba(255,255,255,0.5);
}
#index-Introduction-p .vis{position:relative;}	
/*首页联系*/
#indexcon h3{
	text-align:center;
	line-height:1.8em;
}
#indexcon{
	text-align:center;
	padding:10rem 0;
	letter-spacing:5px;
}
#indexcon p{
	font-size:1.5em;
	line-height:2em;
	color:#666;
}
/*企业功能*/

#index-Features .container{
	max-width:calc(100% - 6rem);
}
#index-Features .wrap-flex{
	border-bottom:#959595 solid 1px;
	padding:1.5rem 0;
	justify-content:  space-between;
	align-items: flex-end;
	}
#index-Features .index-Features-title{font-size:3rem; line-height:1em; }
#index-Features .flex-con button{
color:#666;
font-size:1.14em;
margin-left:1em;
border:none;
background-color:transparent;
	}
#index-Features .wrap-flex button:focus,#index-Features .wrap-flex button:hover{color:#e50315; font-weight:bold;}	
.index-Introduction-al{
	margin-top:4em;
}
.index-Introduction-al .wrap-flex1{
	 display: -webkit-flex; 
  display: flex;
   flex-wrap: wrap;
   margin-top:3rem;
}
.index-Introduction-al .flex-con1{
	flex:0 0 33%;	
}
@media (max-width:768px){
	#index-Features .wrap-flex{
		align-items: flex-start;
	}
	#index-Features .container{
	max-width:768px;
}
	#index-Features .index-Features-title{width:100%; margin-bottom:8px;}
	#index-Features .flex-con{
		display: -webkit-flex; 
	display: flex;
	 flex-wrap:wrap;
	}
	#index-Features .flex-con button{
		padding:10px 0;
		flex:0 0 33.3%;
		margin-left:0;
		text-align:center;
		background-color:#CCC;
		margin-top:5px;
		border:solid 1px #FFF;
	}
	.index-Introduction-al .flex-con1{
	flex:0 0 50%;	
}
}
/*公司案例*/
.thumbnail{
	background-color:#f5f5f5;
	border:none;}
.index-Introduction-al .thumbnail{
	background-color:#fff;
	border:none;}
.index-Introduction-al .thumbnail img{
	width:100%;
	display: block;
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
}
.index-Introduction-al .thumbnail:hover{
	z-index:999;
	position:relative
}
.index-Introduction-al .thumbnail:hover img{
	transform:scale(1.1);
	z-index:999;
}
#listbg{
	background-color:#e1e1e1;
}
#listbg h1{
	color:#454545;
	padding-bottom:2rem;
}
#listbg .index-Introduction-al .thumbnail{
	background-color:#e1e1e1;
	border:none;}
.al-title{
	display:inline-block;
	padding:8px 10px;
	font-size:1.1rem;
	border-radius:5px;
	border:#ebebeb solid 2px;
	color:#4c4c4c;
	text-alig:center;
}	
.caption{
	padding:0;}
.caption p{
	padding:0;
	font-size:1.6rem;
	padding-top:12px;
	text-align:left;}
.caption  em{
display:inline-block; 
color:#999;	
padding-top:5px;
}		
.btn-default{
	display:inline-block;
	background-color:transparent;
	float:right;
	color:#959595;
	border-radius:50%;
	border:#bdbdbd solid 1px;
	padding:8px 8px;
	margin-top:-2.5em;
}	
.btn-default i{	color:#959595; font-size:1.8rem;}	
.btn-default:hover,.btn-default i:hover{background-color:#e50315; color:#fff;}
.al-more{
	display:block;
	background-color:transparent;
	border-radius:5px;
	border:#e50315 solid 1px;
	text-align:center;
	color:#e50315;
	padding:8px 1em;
	max-width:200px;
	margin: 6rem auto;
}
.al-more:hover{
	background-color:#e50315;
	color:#fff;
}
/*企业策划*/
.planning-s-title{
	font-size:1.5rem;
	padding-top:1rem;
	color:#aaa;
}
.planning-tt{ margin-left:2rem;}
.planning-tt p{
	color:#aaa;
}
.planning-tt h4{padding-top:1rem;}
#index-planning>.container>.wrap-flex{
	flex-wrap: wrap;
	justify-content:space-between;
}
#index-planning h2{
	font-weight:lighter;
}
#index-planning .flex-con img{ width:6rem;} 
#index-planning .flex-con{
	align-items: flex-start;
	padding:2rem 3rem;
	flex:0 0 33%;
}
.planning-line{ width:30px; height:2px;	background-color:#e50315; margin:2rem 0;}
@media (max-width:768px){
	#index-planning>.container>.wrap-flex{
		 flex-direction: column;
	}
	.caption p{ font-size:16px;}
	#index-planning h4{font-size:16px;}
}
.plan-more{
	display:inline-block;
	border-radius:5px;
	color:#999;
	border:#999 solid 1px;
	padding:8px 2em;
	margin-top:2rem;}	
.plan-more:hover{
		color:#fff;
		background-color:#e50315;
		border:none;
}			
/*首页原则*/
#index-principle{
	background:url(../images/index-j.jpg) center center no-repeat;
	background-size:cover;
	padding:10rem 0;
	border-bottom:2px solid #e50315;}
#index-principle1{
	background:url(../images/index-j.jpg) center center no-repeat;
	background-size:cover;
	padding-bottom:10vw;
	}	
#index-principle h1,#index-principle p,.principle-tt-title,#index-principle1 h1,#index-principle1 p{color:#fff; text-align:center;}	
#index-principle p,#index-principle1 p{ letter-spacing:5px; margin-top:2rem;}
.principle-tt-title{
	font-size:2.5rem;
	border:1px solid #e50315;
	padding:30px 30px;
	line-height:1.5em;}
#index-principle .wrap-flex,#index-principle1 .wrap-flex{
	justify-content:space-between;
	align-items:center;
	padding-top:6rem;
	
	}

/*------------内页---------------*/	
/*内页关于我们*/
#about-sy{ 
background-color:#f5f5f5; 
 padding:8rem 0;
 margin-top:6rem;
}
#about-sy .about-title{	
color:#47494c;
font-size:4rem;
line-height:1.2em;
letter-spacing:5px;
font-weight:lighter;
	}
#about-sy .about-title span{ color:#e50315; font-weight:bold;}
#about-sy p{ 
color:#47494c;
margin-top:1rem;
line-height:1.8em;
color:#666;}
#about-sy p strong{
	color:#333;
	font-weight:bold;
}
#about-sy .brand-h{ font-size:3.5rem; color:#e50315;}
#about-sy  .brand-wz{
	color:#47494c;
	padding-top:2rem;
	max-width:165px;
	font-size:1.1rem;
	}
/*关于我们视频*/
#about-sy video{
	position:relative;}
		
#about-sy img{
	display:block;
	position:absolute;
	  top: 40%;
    left: 32%;
}	
.aboutsy-title{
	font-size:2.5rem;
	max-width:500px;
	line-height:1.5em;
	}
#about-sy .col-md-7 p{ max-width:560px;}	

/*企业环境*/
.about-line{
	width:4rem;
	height:2px;
	background-color:#e50315;
	margin-top:1em;
	}
#about-environment .wrap-flex{
	margin:3rem 0;
	justify-content:center;
	align-items:center;
}	
#about-environment .flex-con img{
	margin-top:1rem;}
#about-environment .flex-con{
	flex:1;
}
.e-box{
	margin-left:1rem;
}
	
@media (max-width:768px){
	#about-environment .wrap-flex{
		 flex-direction: column;
	}
}
/*企业招聘*/
#Recruitment{ background-color:#f5f5f5; padding:15rem 0;}	
#Recruitment h5{
	padding-top:3rem;}	
/*招聘要求*/
.faq-tt-group {
	background-color:#fff;
	border:#e5e5e5 solid 1px;
	padding:1rem 2rem;
	}
.faq-tt-heading {
  border-bottom:#e5e5e5 solid 1px;
  padding: 0;
  padding-top:1em;
}
.faq-tt-title a h4{
  display: block;
  font-size:1.2em !important;
  position: relative;
  color:#464646;
  text-decoration:none;
}
.faq-tt-title a span{
	font-size:0.7em;
	display:block;
	padding-top:5px;
	padding-bottom:1em;
	color:#999;}
.faq-tt:last-child .faq-tt-heading {
  -webkit-transition: border-radius 0.3s linear 0.2s;
  transition: border-radius 0.3s linear 0.2s;
}
.faq-tt:last-child .faq-tt-heading.active {
  border-radius: 0;
  -webkit-transition: border-radius linear 0s;
  transition: border-radius linear 0s;
}
.faq-tt-body{
	background-color:#fff;
	color:#333;
	padding:1em;
 	font-size:1.2rem;}
.faq-tt-body p{
	line-height:2em;
	padding-top:1rem;}
.faq-tt-body a{
	display:inline-block;
	margin-top:-3.5em;
	float:right;
	background-color:#e50315;
	color:#fff;
	padding:0.9em 2em;
	border-radius:5px;}   
.faq-tt-body a:hover{
	background-color:#333;
	color:#fff;}
	
/* #bs-collapse icon scale option */
.faq-tt-heading a:before {
  content: '\e146';
  position: absolute;
  font-family: 'Material Icons';
  right: 5px;
  top: 15px;
   font-size:2.5rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(1);
   transform: scale(1);	
		color:#e50315;	    
}

.faq-tt-heading.active a:before {
  content: ' ';
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(0);
          transform: scale(0);
	color:#e50315;		  
}

#bs-collapse .faq-tt-heading a:after {
  content: ' ';
  font-size:2.5rem;
  position: absolute;
 right: 5px;
  top: 15px;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  	color:#e50315;
}

#bs-collapse .faq-tt-heading.active a:after {
  content: '\e909';
  font-family: 'Material Icons';
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  	color:#e50315;
}
/* #accordion rotate icon option */

#accordion .faq-tt-heading a:before {
  content: '\e316';
  font-size:2.5rem;
  position: absolute;
  font-family: 'Material Icons';
  right: 5px;
  top: 15px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  	color:#e50315;
}

#accordion .faq-tt-heading.active a:before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
/*内页联系我们*/
#contact-d{ background-color:#f5f5f5; border-bottom:#e50315  solid 3px; }
.contact-d-top{
	float:right;
	padding-top:3rem;
}
.contact-d-top p{
	padding-top:5px;
	text-align:center;
	color:#333;
	font-size:1.1rem;}	
.contact-d{
	padding:11rem 0;}
.contact-d .wrap-flex{ border-bottom:#d2d2d2 solid 1px; padding:2rem 0;}		
.contact-d-title{
	color:#999;}
.contact-d h2{
	padding-top:3rem;
	font-weight:bold;}
.contact-d h5 span{color:#e50315;}	
.contact-d h5{ padding-top:1rem; letter-spacing:2px;}
.contact-d .flex-con{
	 display: -webkit-flex; 
	 display: flex;
	 flex:1;
	}
.contact-d .flex-con:nth-child(even){
	  border-left:#d2d2d2 solid 1px;
	  padding-left:8rem;
	}
.contact-d .flex-con:nth-child(odd){
  border-left:none;
	}	
.contact-d-wz ul li{
	padding-left:1rem;
	text-decoration:none;
	white-space:nowrap;}
.contact-d-wz ul li:nth-child(odd){
	color:#666;
	}
.contact-d-wz ul li:nth-child(even){
	color:#333;
	}
.contact-d-wz ul li a:hover{color:#e50315;}	
.contact-d-line{
	width:2px;
	height:120px;
	background-color:d2d2d2;}			
/*地图*/
#dtcontainer{
	min-height:920px;
}
@media (max-width:1000px){
	#dtcontainer{
		min-height:300px;
	}
.contact-d-top{
	padding-top:5rem;}
}
/*内页包装设计*/
/*企业包装*/
#package-desion,#bz-desion,#hc-desion{ background-color:#f5f5f5; padding-top:13rem; padding-bottom:4rem; color:#332c2b;}	
#package-desion a{
	color:#e50416;
	display:inline-block;
	margin-top:1em;
}
#package-desion a:hover{
	color:#333;
}
.pakage-title{font-size:1.2em;}
#package-desion p{ line-height:2em;}
#package-box .box-img{ display:block; width:100%; margin-top:20px}
#package-desion h4{
	font-weight:bold;
}
#package-desion h2{
	text-align:center;
}
@media (max-width:1000px){
#package-desion .col-md-7,#bz-desion .col-md-7,#hc-desion .col-md-7{
	padding-top:15px;
}
#package-desion p,#bz-desion p,#hc-desion p{
	color:#999;
}
}