/*   
 * 鎻忚堪: 鍩轰簬Bootstrap鐨勬牱寮�            
 * 浣滆�: 鏋楄垝娑�              
*/
html {
	height: 100%;
	max-height: 100%;
}
body {
	height: 100%;
	max-height: 100%;
	background: #fff;
	color: #666;
	font-weight: 200;
	font-size: 14px;
	line-height: 18px;
	/**background: url(../../images/i/bg.png) repeat center 0 #fff;**/
	font-family: "Hiragino Sans GB","Microsoft YaHei","寰蒋闆呴粦",tahoma,arial,simsun,"瀹嬩綋";
}
body > .container {
	width: 100%;
	max-height: 100%;
	/**box-shadow: 0 0 5px #ccc;
	background-color: #fff;
	min-height: 100%;**/
}
/**	-----------------------------------------	<1> bootstrap鏍峰紡瑕嗙洊	-----------------------------------------
	**/
/**	-----------------------------------------	thumbnail
	**/
.be-thumbnail,
.be-img-thumbnail {
	padding: 0px;
	margin-bottom: 0px;
	background-color: #fff;
	border: 1px solid #eee;
	border-radius: 0;
	-webkit-transition: all 0s ease-in-out;
	transition: all 0s ease-in-out;
	-webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
}
/**	-----------------------------------------	thumbnail - 鑷畾涔夊浘鍜屾枃瀛�
	**/
.be-thumbnail:hover,
.be-thumbnail:focus,
.be-thumbnail.active {
	border: 0px solid #fff;
	border-radius: 8px;
	webkit-box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.1);
}
/**	-----------------------------------------	thumbnail - 鍗曞浘
	**/
a.be-thumbnail:hover,
a.be-thumbnail:focus,
a.be-thumbnail.active {
	border: 1px solid #eee;
	border-radius: 4px;
	-webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
}
.be-img-circle {
	border-radius: 50%;
	width: 100%;
	height: 100%;
	border: 1px solid #eee;
}
/**	-----------------------------------------	dl-horizontal
	**/
.be-dl-horizontal {
	margin-bottom: 5px;
}
.be-dl-horizontal dt {
	text-align: left;
}
.be-dl-horizontal dd {
	margin-left: 0;
}
/**	-----------------------------------------	buttons
	**/
.be-button {
	background-color: #FF6C4A;
  	border-color: #FF6C4A;
  	padding-left: 8%;
  	padding-right: 8%;
  	line-height: 30px;
  	height: 30px;
	min-width: 85px;
	font-size: 14px;
}
.be-button:hover, 
.be-button:focus {
    background-color: #FC7F62;
    border-color: #FC7F62;
    color: #eee;
}
.be-button-3d {
	-webkit-box-shadow: 0 7px 0 #bbbbbb, 0 8px 3px rgba(255, 255, 255, 0.1);
	box-shadow: 0 7px 0 #bbbbbb, 0 8px 3px rgba(255, 255, 255, 0.1);
	min-width: 100px;
}
/**	-----------------------------------------	progress
	**/
.be-progress-bar {
	background-color: #8FF04D;
	background-image: linear-gradient(to bottom,#8FF04D 0,#8FF04D 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8FF04D',endColorstr='#8FF04D',GradientType=0); 
	background-image: none;
}
/**	-----------------------------------------	input
	**/
.be-text-input {
	border-radius: 20px;
	height: 40px;
}
.be-text-input:hover, 
.be-text-input:focus {
	border-color: #FF6C4A;
	webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 108, 74, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 108, 74, 0.6);
}
/**	-----------------------------------------	婊氬睆
	**/
.be-carousel {
}
.be-carousel-caption {
	z-index: 10;
}
.be-carousel .item {
}
.be-carousel-inner > .item > img {
}
.be-carousel .carousel-control.right,
.be-carousel .carousel-control.left {
	background-image: none;
}

/**	-----------------------------------------	瀵艰埅
	**/
.be-navbar {
	background: none;
	background: #fff;
}
.be-navbar .navbar-nav > li > a {
	border-bottom: 3px solid #fff;
}
.be-navbar .navbar-nav > li.active > a {
	background: none!important;
  	filter: none!important;
  	box-shadow: none!important;
  	border-bottom: 3px solid #3FB9FF;
  	color: #3FB9FF;
}
.be-navbar .navbar-right > li > a:hover, 
.be-navbar .navbar-right > li > a:focus {
	color: #3FB9FF;
	border-bottom: 3px solid #3FB9FF;
}
.be-navbar .navbar-right > .active > a, 
.be-navbar .navbar-right > .active > a:hover, 
.be-navbar .navbar-right > .active > a:focus {
	color: #3FB9FF;
}
/**	-----------------------------------------	瀵艰埅 - 涓嬫媺鑿滃崟
	**/
.be-dropdown {
	position: static!important;	
}
.be-dropdown-menu {
	left: 0!important;
	right: 0!important;
	overflow: hidden;
}
.be-dropdown-li {
	margin-bottom: 15px;
}
.be-dropdown-li a {
	color: #555;
	padding: 5px 10px 5px 15px;
	display: block;
}
.be-dropdown-li a:hover {
	text-decoration: none;
	background-color: #3FB9FF;
	color: #fff;
}
.be-dropdown-li i {
	display: inline-block!important;
	width: 15px;
}
.be-dropdown-menu h3 {
	font-size: 15px;
	font-weight: 400;
	padding: 0 10px 0 13px;
	text-transform: uppercase;
}

/**	-----------------------------------------	<3> 鑷畾涔夊父鐢ㄦ牱寮�-----------------------------------------
	**/
.height-100 { min-height: 100px;}
.height-150 { min-height: 150px;}
.height-200 { min-height: 200px;}
.height-250 { min-height: 250px;}
.height-300 { min-height: 300px;}
.height-350 { min-height: 350px;}
.height-400 { min-height: 400px;}
.height-450 { min-height: 450px;}
.height-500 { min-height: 500px !important;}
/**	-----------------------------------------	闂撮殧 / 绌虹櫧	
	**/
.no-padding { padding: 0 !important;}
.no-padding-left { padding-left: 0 !important;}
.no-padding-right { padding-right: 0 !important;}
.no-padding-top { padding-top: 0 !important;}
.no-padding-bottom { padding-bottom: 0 !important;}
.no-margin { margin: 0;}
.no-margin-left { margin-left: 0;}
.no-margin-right { margin-right: 0;}
.no-margin-top { margin-top: 0;}
.no-margin-bottom { margin-bottom: 0;}

.no-top-space {
	margin-top: 0 !important;
	padding-top: 0 !important;
}
.no-bottom-space {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}
.no-margin-bottom {
	margin-bottom: 0 !important;
}
.no-padding-bottom {
	padding-bottom: 0 !important;
}

.content-xs {
	padding-top: 20px;
	padding-bottom: 20px;
}
.content {
	padding-top: 40px;
	padding-bottom: 40px;
}
.content-sm {
	padding-top: 60px;
	padding-bottom: 60px;
}
.content-md {
	padding-top: 80px;
	padding-bottom: 80px;
}
.content-lg {
	padding-top: 100px;
	padding-bottom: 100px;
}

.space-lg-hor {
	padding-left: 60px;
	padding-right: 60px;
}
.space-xlg-hor {
	padding-left: 100px;
	padding-right: 100px;
}

.margin-bottom-5, 
.margin-bottom-10, 
.margin-bottom-15, 
.margin-bottom-20,
.margin-bottom-25, 
.margin-bottom-30, 
.margin-bottom-35, 
.margin-bottom-40, 
.margin-bottom-45, 
.margin-bottom-50, 
.margin-bottom-55, 
.margin-bottom-60 { 
	clear:both;
}
.margin-bottom-5  { margin-bottom:5px;}
.margin-bottom-10 { margin-bottom:10px;} 
.margin-bottom-15 { margin-bottom:15px;}
.margin-bottom-20 { margin-bottom:20px;}
.margin-bottom-25 { margin-bottom:25px;}
.margin-bottom-30 { margin-bottom:30px;}
.margin-bottom-35 { margin-bottom:35px;}
.margin-bottom-40 { margin-bottom:40px;}
.margin-bottom-45 { margin-bottom:45px;}
.margin-bottom-50 { margin-bottom:50px;}
.margin-bottom-55 { margin-bottom:55px;}
.margin-bottom-60 { margin-bottom:60px;}

@media (max-width: 768px) {
  .sm-margin-bottom-10 {
	margin-bottom: 10px;
  }
  .sm-margin-bottom-20 {
    margin-bottom: 20px;
  }
  .sm-margin-bottom-30 {
    margin-bottom: 30px;
  }
  .sm-margin-bottom-40 {
    margin-bottom: 40px;
  }
  .sm-margin-bottom-50 {
    margin-bottom: 50px;
  }
  .sm-margin-bottom-60 {
    margin-bottom: 60px;
  }
}

@media (max-width: 992px) {
  .md-margin-bottom-10 {
    margin-bottom: 10px;
  }
  .md-margin-bottom-20 {
    margin-bottom: 20px;
  }
  .md-margin-bottom-30 {
    margin-bottom: 30px;
  }
  .md-margin-bottom-40 {
    margin-bottom: 40px;
  }
  .md-margin-bottom-50 {
    margin-bottom: 50px;
  }
  .md-margin-bottom-60 {
    margin-bottom: 60px;
  }
}
.margin-center-base { margin-left:auto;margin-right:auto;}
.margin-top-20 { margin-top: 20px;}
.margin-left-5 { margin-left: 5px;}
.margin-left-10 { margin-left: 10px;}
.margin-right-5 { margin-right: 5px;}
.margin-right-10 { margin-right: 10px;}

.padding-top-5 { padding-top: 5px;}
.padding-left-5 { padding-left: 5px;}

/**	-----------------------------------------	鍥剧墖	
	**/
img.img-bordered {
  padding: 3px;
  border: solid 1px #eee;
}
img.img-circle {
  border-radius: 50% !important;  
}
img.image-sm {
  width: 50px;
  height: 50px;
}
img.image-md {
  width: 100px;
  height: 100px;
}
img.img-link {
	cursor: pointer;
}
/**	-----------------------------------------	鍦嗚琛ㄦ
	**/
.no-rounded { border-radius: 0 !important;}
.rounded { border-radius: 4px !important;}
.rounded-x { border-radius: 50% !important;}
.rounded-2x { border-radius: 10px !important;}
.rounded-3x { border-radius: 15px !important;}
.rounded-4x { border-radius: 20px !important;}
.rounded-sm { border-radius: 2px !important;}
.rounded-md { border-radius: 3px !important;}
.rounded-top { border-radius: 4px 4px 0 0 !important;}
.rounded-left { border-radius: 4px 0 0 4px !important;}
.rounded-right { border-radius: 0 4px 4px 0 !important;}
.rounded-bottom { border-radius: 0 0 4px 4px !important;}

/**	-----------------------------------------	闃村奖
	**/
.shadow-wrapper {
	z-index: 1;
	position: relative;
}
.box-shadow {
	background: #fff;
	position: relative;
}
.box-shadow:after,.box-shadow:before {
	top: 80%;
	left: 5px;
	width: 50%;
	z-index: -1;
	content: "";
	bottom: 15px;
	max-width: 300px;
	background: #999;
	position: absolute;
}
.shadow-effect-1 {
	box-shadow: 0 10px 6px -6px #bbb;
	-moz-box-shadow: 0 10px 6px -6px #bbb;
	-webkit-box-shadow: 0 10px 6px -6px #bbb;
}
.shadow-effect-2 {
	position: relative;
}
.shadow-effect-2:after,
.shadow-effect-2:before,
.shadow-effect-3:before,
.shadow-effect-4:after {
	transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-webkit-transform: rotate(-3deg);
	box-shadow: 0 15px 10px #999;
	-moz-box-shadow: 0 15px 10px #999;
	-webkit-box-shadow: 0 15px 10px #999;
}
.shadow-effect-2:after,
.shadow-effect-4:after {
	left: auto;
	right: 5px;
	transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-webkit-transform: rotate(3deg);
}
/**	-----------------------------------------	瀛椾綋澶у皬
	**/
.font-size-8 { font-size: 8px !important; }
.font-size-10 { font-size: 10px !important; }
.font-size-11 { font-size: 11px !important; }
.font-size-12 { font-size: 12px !important; }
.font-size-13 { font-size: 13px !important; }
.font-size-14 { font-size: 14px !important; }
.font-size-15 { font-size: 15px !important; }
.font-size-16 { font-size: 16px !important; }
.font-size-17 { font-size: 17px !important; }
.font-size-18 { font-size: 18px !important; }
.font-size-19 { font-size: 19px !important; }
.font-size-20 { font-size: 20px !important; }
.font-size-21 { font-size: 21px !important; }
.font-size-22 { font-size: 22px !important; }
.font-size-23 { font-size: 23px !important; }
.font-size-24 { font-size: 24px !important; }
.font-size-25 { font-size: 25px !important; }
.font-size-26 { font-size: 26px !important; }
.font-size-27 { font-size: 27px !important; }
.font-size-28 { font-size: 28px !important; }
.font-size-29 { font-size: 29px !important; }
.font-size-30 { font-size: 30px !important; }
.font-size-35 { font-size: 35px !important; }
.font-size-40 { font-size: 40px !important; }
.font-size-45 { font-size: 45px !important; }
.font-size-50 { font-size: 50px !important; }
.font-size-60 { font-size: 60px !important; }

/**	-----------------------------------------	icon
	**/
/**缂╃暐鍥惧浘鏍囨牱寮�
.social-icons {
   margin: 0;
   padding: 0; 
}
.social-icons li {
   list-style: none;
   margin-right: 3px;
   margin-bottom: 5px;
   text-indent: -9999px;
   display: inline-block;
}
.social-icons li a, a.social-icon {
   width: 28px;
   height: 28px;
   display: block;
   background-position: 0 0;
   background-repeat: no-repeat;
   transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -webkit-transition: all 0.3s ease-in-out;
}
.social-icons li:hover a {
   background-position: 0 -38px;
}
.social-icons-color li a {
  opacity: 0.7;
  background-position: 0 -38px !important;
  -webkit-backface-visibility: hidden; 
}
.social-icons-color li a:hover {
  opacity: 1;
}
.social_amazon {background: url(../img/icons/social/amazon.png) no-repeat;}
.social_behance {background: url(../img/icons/social/behance.png) no-repeat;}
.social_blogger {background: url(../img/icons/social/blogger.png) no-repeat;}
.social_deviantart {background: url(../img/icons/social/deviantart.png) no-repeat;}
.social_dribbble {background: url(../img/icons/social/dribbble.png) no-repeat;}
.social_dropbox {background: url(../img/icons/social/dropbox.png) no-repeat;}
.social_evernote {background: url(../img/icons/social/evernote.png) no-repeat;}
.social_facebook {background: url(../img/icons/social/facebook.png) no-repeat;}
.social_forrst {background: url(../img/icons/social/forrst.png) no-repeat;}
.social_github {background: url(../img/icons/social/github.png) no-repeat;}
.social_googleplus {background: url(../img/icons/social/googleplus.png) no-repeat;}
.social_jolicloud {background: url(../img/icons/social/jolicloud.png) no-repeat;}
.social_last-fm {background: url(../img/icons/social/last-fm.png) no-repeat;}
.social_linkedin {background: url(../img/icons/social/linkedin.png) no-repeat;}
.social_picasa {background: url(../img/icons/social/picasa.png) no-repeat;}
.social_pintrest {background: url(../img/icons/social/pintrest.png) no-repeat;}
.social_rss {background: url(../img/icons/social/rss.png) no-repeat;}
.social_skype {background: url(../img/icons/social/skype.png) no-repeat;}
.social_spotify {background: url(../img/icons/social/spotify.png) no-repeat;}
.social_stumbleupon {background: url(../img/icons/social/stumbleupon.png) no-repeat;}
.social_tumblr {background: url(../img/icons/social/tumblr.png) no-repeat;}
.social_twitter {background: url(../img/icons/social/twitter.png) no-repeat;}
.social_vimeo {background: url(../img/icons/social/vimeo.png) no-repeat;}
.social_wordpress {background: url(../img/icons/social/wordpress.png) no-repeat;}
.social_xing {background: url(../img/icons/social/xing.png) no-repeat;}
.social_yahoo {background: url(../img/icons/social/yahoo.png) no-repeat;}
.social_youtube {background: url(../img/icons/social/youtube.png) no-repeat;}
.social_vk {background: url(../img/icons/social/vk.png) no-repeat;}
.social_instagram {background: url(../img/icons/social/instagram.png) no-repeat;}
**/
/*Font Awesome鏍峰紡*/
i.icon-custom {
  color: #555;
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 40px;
  margin-bottom: 5px;
  text-align: center;
  display: inline-block;   
  border: solid 1px #555;
}

i.icon-sm {
   width: 35px;
   height: 35px;
   font-size: 16px;
   line-height: 35px;
}
i.icon-md {
   width: 55px;
   height: 55px;
   font-size: 22px;
   line-height: 55px;
}
i.icon-lg {
  width: 60px;
  height: 60px;
  font-size: 31px;
  line-height: 60px;
  margin-bottom: 10px;
}
i.icon-line {
  font-size: 17px;
}
i.icon-2x {
  font-size: 30px;
}
i.icon-3x {
  font-size: 40px;
}
i.icon-4x {
  font-size: 50px;
}

/**榛樿棰滆壊锛宼hme.css涓慨鏀硅鐩�*/
i.icon-color-u {
  background: none;
}
i.icon-color-u {
   color: #72c02c;
   border: solid 1px #72c02c;
}
i.icon-bg-u {
   color: #fff;
   border-color: transparent;
}
i.icon-bg-u {
   background: #72c02c;
}


/**	-----------------------------------------	鏍囬
	**/
h1 {
  font-size: 28px;
  line-height: 35px;
}
h2 {
  font-size: 24px;
  line-height: 33px;
}
h3 {
  font-size: 20px;
  line-height: 27px;
}
h4 {
  line-height: 25px;
}
h5 {
  line-height: 20px;
}
h6 {
  line-height: 18px;
}

h1, h2, h3, h4, h5, h6 {
  color: #555;    
  margin-top: 5px;
  text-shadow: none; 
  font-weight: normal; 
  font-family: "Open Sans", Arial, sans-serif;
} 

h1 i, h2 i, h3 i, h4 i, h5 i, h6 i {
   margin-right: 5px;
}

/*Block Headline*/
.headline {
  display: block;
  margin: 10px 0 25px 0;
  border-bottom: 1px dotted #e4e9f0;
}

.headline h2 {
  font-size: 22px;
}

.headline h2, 
.headline h3, 
.headline h4 {
  margin: 0 0 -2px 0;
  padding-bottom: 5px;
  display: inline-block;
  border-bottom: 2px solid #72c02c;
}

.headline-md {
  margin-bottom: 15px;
}

.headline-md h2 {
  font-size: 21px;
}

/*Heading Options*/
.heading {
  text-align: center;
}

.heading h2 {
  padding: 0 12px;
  position: relative;
  display: inline-block;
  line-height: 34px !important; /*For Tagline Boxes*/
}

.heading h2:before, 
.heading h2:after {
  content: ' ';
  width: 70%;  
  position: absolute;
  border-width: 1px;
  border-color: #bbb;
}

.heading h2:before {
  right: 100%;
}

.heading h2:after {
  left: 100%;
}

@media (max-width: 768px) {
  .heading h2:before, 
  .heading h2:after {
    width: 20%;  
  }
}

/*Headline v1*/
.heading-v1 h2:before,
.heading-v1 h2:after {
  top: 15px;
  height: 6px;
  border-top-style: solid;
  border-bottom-style: solid;
}

/*Headline v2*/
.heading-v2 h2:before,
.heading-v2 h2:after {
  top: 15px;
  height: 6px;
  border-top-style: dashed;
  border-bottom-style: dashed;
}

/*Headline v3*/
.heading-v3 h2:before,
.heading-v3 h2:after {
  top: 15px;
  height: 6px;
  border-top-style: dotted;
  border-bottom-style: dotted;
}

/*Headline v4*/
.heading-v4 h2:before,
.heading-v4 h2:after {
  top: 17px;
  border-bottom-style: solid;
}

/*Headline v5*/
.heading-v5 h2:before,
.heading-v5 h2:after {
  top: 17px;
  border-bottom-style: dashed;
}

/*Headline v6*/
.heading-v6 h2:before,
.heading-v6 h2:after {
  top: 17px;
  border-bottom-style: dotted;
}