/*

Grill Template 
http://www.cssmoban.com/preview/templatemo_417_grill 

*/
body{font-family:"微软雅黑"}
/*-- Basic --*/
a {
  text-decoration: none;
  color: #848484;
}

a:hover {
  text-decoration: none;
  color: #2a6496;
}
b{font-size:16px;}
p {
  font-family: "Microsoft Yahei";
  font-size: 15px;
  color: #999;
}

.heading-section {
  text-align: center;
  padding: 100px 0 80px 0;
}

.heading-section h2 {
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  color: #333;
  font-weight: 700;
  text-transform: uppercase;
}

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
 }


.space30 {
	margin-bottom: 30px;
}

.space50 {
	margin-bottom: 50px;
}
label{color:#848484;font-weight:normal}

/*-- Header --*/
#top-header {
  margin-bottom: -20px;
  color: #fff;
}

.home-account a {
  display: inline-block;
  margin-right: 15px;
  padding: 10px 0;
  font-size: 13px;
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.cart-info {
  text-align: right;
  padding: 8px 0;
  font-size: 15px;
  font-family: "HelveticaNeue", "Helvetica Neue","微软雅黑", Helvetica, Arial, sans-serif;
}

.logo {
  padding: 0px 0;
}

.main-menu ul {
  padding: 0px;
  margin: 0px;
  text-align: center;
}

.main-menu li {
  list-style: none;
  display: inline-block;
  padding: 50px 0 34px;
  
}

.main-menu a {
  font-family: "HelveticaNeue", "Helvetica Neue","微软雅黑", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 22px;
  color: #2e2e2e;
  text-transform: uppercase;
  text-align:center;
  margin-right: 20px;
  margin-left: 20px;
}

.main-menu a:hover,.main-menu a.check {
  color: #3876e3; padding: 75px 0 31px;
  border-bottom: 4px solid #3876e3;
}

.search-box {
  text-align: right;
  margin-top: 33px;
  position: relative;
}

.search-box input {
  margin-top: 0px;
}

.search-box input[type="submit"] {
  background-color: transparent;
  position: absolute;
  width: 34px;
  height: 34px;
  right: 0;
  top: 0;
  border: 0;
  content: '';
  color: transparent;
  background: url(../images/search-icon.png);
  background-position: center;
  background-repeat: no-repeat;
}

.search-box input#s {
  padding: 4px 10px 4px 10px;
  height: 34px;
  line-height: 34px;
  outline: 0;
  border: 1px solid #ddd;
}

/*-- End Header --*/




/*-- Heading --*/

#heading {
  background-image: url(../images/bg-image.jpg);
  height: 140px;
}

#heading h2 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

#heading span {
  color: #fff;
  text-transform: uppercase;
}

.heading-content {
  text-align: center;
  margin-top: 35px;
}

/*-- End Heading --*/




/*-- Timeline --*/

.timeline-thumb {
  position: relative;
  text-align: center;
  border-bottom: 3px solid #dbdbdb;
}

.timeline-thumb:hover {
  border-color: #f78e21;
}

.timeline-thumb .thumb img {
  width: 100%;
  overflow: hidden;
}
.timeline-thumb .overlay {
  background-color: rgba(0,0,0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
}

.timeline-thumb:hover .overlay {
 visibility: visible;
 overflow: hidden;
 opacity: 1;
 cursor: pointer;
}

.timeline-caption h4 {
  padding-top: 80px;
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  margin: 0 0 3px 0;
}

.timeline-caption p {
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #f78e21;
}

/*-- End Timeline --*/




/*-- Our Team --*/

.team-thumb {
  position: relative;
  text-align: center;
}

.team-thumb .author img {
  width: 100%;
}

.team-thumb .overlay {
  background-color: rgba(0,0,0, 0.7);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
}

.team-thumb:hover .overlay {
 visibility: visible;
 opacity: 1;
 cursor: pointer;
}

.author-caption ul {
  padding: 0;
  margin: 0;
}

.author-caption li {
  list-style: none;
  display: inline-block;
  margin-top: 40%;
}

.author-caption a {
  display: inline-block;
  background-color: rgba(250,250,250, 0.4);
  width: 34px;
  height: 34px;
  line-height: 34px;
  color: #fff;
}

.author-caption a:hover {
  background-color: #f78e21;
  color: #fff;
}

.author-details {
  margin-top: 15px;
  text-align: center;
}

.author-details h2 {
  display: block;
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
}

.author-details span {
  color: #f78e21;
  text-transform: uppercase;
}

/*-- End Our Team --*/




/*-- Products --*/

#product-heading {
  text-align: center;
  padding: 100px 0 30px 0;
}

#product-heading h2 {
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  color: #333;
  font-weight: 700;
  text-transform: uppercase;
}

#Container {
  margin-top: 80px;
}

#Container .mix {
  display: none;
}

.portfolio-wrapper {
  overflow: hidden;
  padding-top: 20px;
}


#filters {
  text-align: center;
}

#filters ul {
  margin: 0px;
  padding: 0px;
}

#filters li {
  cursor: pointer;
  list-style: none;
  display: inline-block;
}

#filters span {
  text-transform: uppercase;
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #444;
  padding-left: 15px;
}


#filters span:hover {
  color: #f78e21;
  transition: all 0.3s ease-in;
}

.label-text a {
  color: #333;
}

.label-text a:hover {
  color: #f78e21;
}

.label-text h3 {
  margin: 10px 0 2px 0;
  font-size: 16px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
}

.label-text span {
  color: #777;
  text-transform: uppercase;
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  display: block;
  color: #f78e21
}

.portfolio-thumb img {
  width: 100%;
}

.portfolio-thumb {
  position: relative;
}

.hover-iner {
  position: relative;
  width: 100%;
  height: 100%;
}
.copyrights{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
.hover-iner a {
  position: absolute;
  top: 35%;
  left: 43%;
  margin-left: -18px;
  margin-top: -18px;
  background-color: rgba(0,0,0, 0.1);
  border: 1px solid #f78e21;
  width: 80px;
  height: 80px;
  line-height: 80px;
  color: #fff;
  text-align: center;
}

.hover-iner img {
  width: auto;
}

.hover-iner span {
  position: absolute;
  text-transform: uppercase;
  color: #fff;
  margin-top: 190px;
  text-align: center;
  font-size: 13px;
  width: 100%;
  color: #f78e21;
  font-weight: 300;
}

.hover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  visibility: hidden;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
}

.portfolio-wrapper:hover .portfolio-thumb .hover {
  visibility: visible;
  opacity: 1;
  transition: all 0.3s ease-in;
}

.pagination {
  margin-top: 60px;
}

.pagination ul {
  padding: 0;
  margin: 0;
}
.pagination li {
  list-style: none;
  display: inline-block;
}

.pagination a {
  background-color: #444;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  display: block;
  text-align: center;
}

.pagination a:hover {
  background-color: #f78e21;
}

/*- End Products --*/





/*-- Single Post --*/

.image-post {
  overflow: hidden;
}

.product-title h3 {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  display: inline-block;
  margin-right: 20px;
  border-right: 1px solid #ddd;
  padding-right: 20px;
}

.product-title span {
  display: inline-block;
  font-size: 13px;
  color: #f78e21;
} 

.product-content a {
  font-weight: 700;
  font-size: 13px;
}

.product-content p {
  margin-top: 5px;
  padding-bottom: 15px;
}

.comment-section h4 {
  margin-top: 30px;
  font-size: 16px;
  color: #666;
  font-weight: 700;
  text-transform: uppercase;
}

.all-comments {
  margin-top: 40px;
  margin-bottom: 40px;
}

.comments {
  margin-top: 30px;
}

.author-thumb {
  float: left;
  margin-right: 30px;
}

.comment-body {
  background-color: #f3f3f3;
  padding: 20px;
  overflow: hidden;
  position: relative;
}

.comment-body h6 {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
  margin-bottom: 5px;
  margin-top: 0px;
}

.comment-body span {
  font-size: 14px;
  color: #f78e21;
}

.comment-body p {
  margin-top: 20px;
}

.comment-body a {
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  background-color: #f78e21;
  width: 80px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 20px;
}

.replyed-form {
  margin-left: 130px;
}

.leave-comment h4 {
  margin-top: 30px;
  padding-bottom: 10px;
  font-size: 16px;
  color: #666;
  font-weight: 700;
  text-transform: uppercase;
}

textarea {
  padding: 10px;
  border: 1px solid #e2e2e2;
  width: 100%;
  margin: 2px 0 3px 0;
  font-size: 13px;
  font-style: italic;
  font-weight: 300;
  color: #aaa;
  outline: none; 
}

textarea {
  height: 165px;
  max-height: 180px;

  line-height: 18px;
  width: 100%
}

.form label {
  margin-left: 10px;
  color: #999999;
}

.send button {
  width: 90px;
  color: #fff;
  cursor: pointer;
  height: 35px;
  line-height: 30px;
  text-align: center;
  background-color: #f78e21; 
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  border: 0;
  outline: none;
}

.leave input {
  width: 90px;
  cursor: pointer;
  height: 35px;
  line-height: 30px;
  text-align: center;
  background-color: #f78e21; 
  color: #fff;
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  border: 0;
}

/*-- End Single Post --*/




/*-- Contact Us --*/

.message-form input {
  margin-top: 0px;
}

.message-form  textarea {
  padding-bottom: 20px;
}

.send {
  margin-top: 20px;
}

.info p {
  padding-bottom: 20px;
}

.info ul {
  margin: 0;
  padding: 0;
}

.info li {
  list-style: none;
  margin: 10px 0;
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #666;
}

.info i {
  color: #f78e21;
  margin-right: 10px;
  font-size: 18px;
}

/*-- End Contact Us--*/




/*-- Side Bar --*/

.side-bar h4 {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  background-color: #f78e21;
  margin-top: 0px;
  padding: 9px 15px 9px 15px;
}

.archives-list ul {
  margin-top: 25px !important;
  padding-bottom: 30px !important;
  margin: 0;
  padding: 0;
}

.archives-list li {
  list-style: none;
  margin: 10px 0;
}

.archives-list i {
  font-size: 16px;
  margin-right: 5px;
  color: #f78e21;
}

.archives-list a {
  text-transform: uppercase;
  color: #888;
  font-size: 13px;
}

.archives-list a:hover {
  color: #f78e21;
}

.recent-post {
  overflow: hidden;
  margin-bottom: 20px;
}

.recent-post-thumb {
  float: left;
  margin-right: 20px !important; 
  width: 70px;
  height: 70px;
}

.recent-post-info {
  overflow: hidden;
}

.recent-post-info h6 {
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
}

.posts {
  margin-top: 30px;
  margin-bottom: 30px;
}

.recent-post-info a {
  color: #333;
}

.recent-post-info a:hover {
  color: #f78e21;
}

.recent-post-info span {
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #f78e21;
}

.flickr-images {
  margin-top: 20px;
}

.flickr-images img {
  margin-top: 20px;
  overflow: hidden !important;
  width: 68px;
}

.flickr-images img:hover {
  border: 3px solid #f78e21;
  transition: all 0.1s ease-in;
  cursor: pointer;
}

/*-- End Side Bar --*/





/*-- Slider --*/

#slider {
  overflow: hidden;
}

.slider-caption {
  text-align: center;
  position: absolute;
  width: 100%;
  margin-top: 160px;
  color: #fff;
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.slider-caption h1 {
  text-shadow: 1px 1px #777;
  font-size: 48px;
  padding-bottom: 10px;
  font-weight: 500;
  color: #f78e21;
  text-transform: uppercase;
}

.slider-caption p {
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  line-height: 15px;
}

.slider-caption a {
  margin-top: 20px;
  text-decoration: none;
  display: inline-block;
  background-color: #f78e21;
  width: 200px;
  height: 40px;
  text-align: center;
  color: #fff;
  line-height: 40px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
}

/*-- End Slider --*/





/*-- Services --*/

.service-item {
  text-align: center;
}

.icon i {
  border-radius: 50%;
  border: 20px solid #f78e21;
  color: #f78e21;
  font-size: 28px;
  line-height: 80px;
  width: 120px;
  height: 120px;
}

.service-item h4 {
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
  margin-top: 25px;
}

/*-- End Services --*/





/*-- Latest Posts --*/

.blog-post {
  position: relative;
  margin-bottom: 30px;
}

.blog-thumb {
  overflow: hidden;
  position: relative;
}

.blog-thumb img {
  width: 100%;
}

.blog-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0,0,0,0.7);
  color: #fff;
  padding: 15px;
}

.content-show a {
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

.content-show span {
  color: #f78e21;
}

.content-hide {
  margin-top: 15px;
  display: none;
}

.content-hide p {
  color: #fff;
}

/*-- End Latest Posts --*/





/*-- Testimonails --*/

.testimonails-content p {
  text-align: center;
  font-size: 15px;
  color: #333;
  font-style: italic;
}

.testimonails-content h6 {
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  margin-top: 30px;
  font-style: italic;
}

/*-- End Testimonails --*/





/*--Footer--*/

footer {
  background-color: #f3f3f3;
  border-top: 4px solid #f78e21;
  margin-top: 120px;
}

.social-bottom {
  margin-top: 40px;
  padding-bottom: 40px;
}

.social-bottom span {
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #333;
  text-transform: uppercase;
  float: left;
  margin-right: 26px;
}

.social-bottom ul {
  margin: 0;
  padding: 0;
}

.social-bottom li {
  list-style: none;
  display: inline-block;
}

.social-bottom a {
  background-color: #fff;
  font-size: 18px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #bbb;
}

.social-bottom a:hover {
  background-color: #f78e21;
  color: #fff;
}

.subscribe-form {
  margin-top: 40px;
  padding-bottom: 40px;
}

.subscribe-form span {
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #333;
  text-transform: uppercase;
  float: left;
  margin-right: 26px;
}

.subscribeForm {
  position: relative;
  display: inline-block;
}

.subscribe-form input[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  width: 34px;
  height: 34px;
  background: url(../images/subscribe-icon.png);
  background-repeat: no-repeat;
  background-position: center;
  color: transparent;
  background-color: transparent;
  content: '';
  margin-top: 0;
  border: 0;
}

.subscribe-form input#subscribe {
  padding: 4px 10px 4px 10px;
  line-height: 34px;
  height: 34px;
  max-width: 280px;
  width: 280px;
  margin-top: 0px;
  outline: 0;
  border-color: #f3f3f3;
}

.footer-title {
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
  padding-bottom: 20px;
}

.shop-list ul {
  margin: 0;
  padding: 0;
}

.shop-list li {
  list-style: none;
  margin: 10px 0;
}

.shop-list i {
  font-size: 16px;
  margin-right: 5px;
  color: #f78e21;
}

.shop-list a {
  text-transform: uppercase;
  color: #888;
  font-size: 13px;
}

.shop-list a:hover {
  color: #f78e21;
}

.recent-post {
  overflow: hidden;
  margin-bottom: 20px;
}

.recent-post-thumb {
  float: left;
  margin-right: 10px;
  width: 70px;
  height: 70px;
}

.recent-post-info {
  overflow: hidden;
}

.recent-post-info h6 {
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
}

.recent-post-info a {
  color: #333;
}

.recent-post-info a:hover {
  color: #f78e21;
}

.recent-post-info span {
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #f78e21;
}

.more-info p {
  padding-bottom: 20px;
}

.more-info ul {
  margin: 0;
  padding: 0;
}

.more-info li {
  list-style: none;
  margin: 10px 0;
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #666;
}

.more-info i {
  color: #f78e21;
  margin-right: 10px;
  font-size: 18px;
}

.bottom-footer {
  text-align: left;
  padding: 60px 0 15px 0;
}

/*-- End Footer --*/









/*--- RESPONSIVE ---*/



/*--- END RESPONSIVE ---*/

#search {
position: relative;
margin: 0 auto;
width: 100%;
height: 104px;
background-color: #333333;
/* overflow: hidden; */
}
#search .mian {
overflow: visible;
}
.mian {
position: relative;
margin: 0 auto;
overflow: hidden;
width: 946px;
}
.find {
float: right;
width: 755px;
padding-top: 30px;
text-align: right;
font-size: 16px;
color: #9fb0c0;
line-height: 47px;
/* overflow: hidden; */
}
.Block {
display: inline-block;
height: 32px;
line-height: 32px;
border: none;
text-decoration: none;
background-position: center top;
background-repeat: no-repeat;
overflow: hidden;
}
.input13 {
width: 108px;
height: 49px;
color:white;
font-size:16px;font-style: normal;
background: none;
background-image: url('../images/input13.png');
}
.find input {
float: right;
margin-left: 21px;margin-top: 0;
}
.input_none_01 {
width: 468px;
height: 47px;
line-height: 47px;
padding: 0 10px;
background: url('../images/icon38.jpg') no-repeat 438px center #fff;

}
.note {
float: left;
width: 182px;
padding-left: 5px;
height: 104px;
padding-top: 30px;
background: url('../images/note.png') no-repeat right center;
overflow: hidden;
}
.note p {
font-size: 16px;
color: #fff;
}
.note p span {
color: #9fb0c0;
}
.Outcome {
position: absolute;
top: 84px;
width: 764px;
height: 186px;
padding: 20px 10px 0;
margin-left: -20px;
text-align: left;
line-height: 28px;
overflow: hidden;
z-index: 99;
}
a.more{color:#3876e3;font-size:15px;float:right;padding-right:10px}
span.titlecolor{color:#3876e3;font-size:27px; padding-left:8px}
a.if{color:#555;font-size:15px;}
a.if:hover{color:#2a6496}
.paddin20{padding:20px}
.padding6{padding:6px}
.newinfo{background:#3876e3;padding:8px 11px;color:white;font-size:18px}
.panelheading {
padding: 10px 0px;}
.panel-info{border-color: #bdc8da;}
.panel{border-radius: 0px;box-shadow: none;}
.thumbnail{border-color: #bdc8da;}
.panel-heading {

 border-top-left-radius: 0px; 
 border-top-right-radius: 0px; 
}
.marginauto{margin:0 auto;display:block}
.marigntop20{margin-top:20px}
.floatr{float:right;}
.product-title{margin:20px 3px 5px 3px; font-size:15px;color:#555; cursor:pointer}
.product-title:hover{color:#2a6496;}
.fontsize16{font-size: 15px; color: #555;}
.height41{height:41px;}
.table > tbody > tr > td{padding: 15px 8px;}
.custtb.table > tbody > tr > td{padding: 12px 8px;}
.panel-primary > .panel-heading.bgblue{background:#3b7ae1;font-size:18px;border:none}
.panel-primary > .panel-heading.bggree{background:#3be185;font-size:18px;border:none}
.panel-primary > .panel-heading.bgred{background:#ff8053;font-size:18px;border:none}
.fontsize20{font-size:20px}
.paddint6{margin: 6px 0 0px;}

.jf{background: #ff8053;font-size: 15px;
padding: 3px;
color: white;}
.bottomfoot{background:#333333; font-size:16px;color:white;}
a.link{color:#cce0ff;float:left;margin:2px 10px;font-size:15px;}
.linktitle{color:#e5f0ff}
a.link:hover{color:#dce9ff}
.borderbottom1{border-top:1px solid #4e73b3;margin-top:20px}
.color6{color:#658ACA}
table a {text-decoration: none;}
.borderno{border:0;-webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, .05);
box-shadow: 0 0px rgba(0, 0, 0, .05);}
.fontsize13 {
font-size: 13px;
color: #999;
}
.tablevcenter.table > tbody > tr > td {
vertical-align: middle !important;border-top:0;padding: 10px 8px;
}
.width20{width:15px}
.colorred{color:red}
#search.height10{height:10px;background:#1d479b}
.bodygray{background:#FAFAFA}
.bodypink{background:#f9f0eb}
.bodywhite{background:white;padding-top:20px}
.paddingt20{padding-top:20px}
.paddingl100{padding-left:100px}
.width100{width:100%}
.amazonimg{width:240px;height:80px;vertical-align: middle; text-align:center;line-height:80px}
.amazonimg img{display: inline-block;
max-width: 240px;
max-height: 80px;
vertical-align: middle;}

.aboutusimg{width:300px;height:130px;vertical-align: middle; text-align:center;line-height:130px}
.aboutusimg img{display: inline-block;
max-width: 300px;
max-height: 130px;
vertical-align: middle;}

.usersheetimg{width:280px;height:180px;vertical-align: middle; text-align:center;line-height:180px}
.usersheetimg img{display: inline-block;
max-width: 280px;
max-height: 180px;
vertical-align: middle;}
.type {
padding-bottom: 2px;
color: #888;
}
.displayinline{display: inline;width:180px}
.type span {
padding-right: 20px;
display: inline-block;
}
.main-menu ul.marigntopf20{margin-top:-20px;background:#F9F9F9}
.main-menu ul.dropdown-menu li{padding: 0px 0 5px;}
.main-menu ul.paddingt20{padding-top:20px;padding-bottom:10px}
.dropdown-menu > li > ul.dropdown-menu li{padding: 10px 0 10px;}
.main-menu ul.dropdown-menu li a{padding: 3px 10px;font-size: 16px;}
.main-menu ul.dropdown-menu li a:hover{padding: 3px 0px;color: #3876e3;border-bottom: 0px;line-height: 1.42857143; background: transparent}

.opacity99{ filter:alpha(opacity=99); -moz-opacity:0.99; -khtml-opacity: 0.99; opacity: 0.99; }
.shadowbox{box-shadow:1px 1px 10px rgba(136,136,136,.4);border-color:transparent}
.colorgray{color:#ccc;padding-right:10px}


.about-cont .news-hd {
padding: 15px 0;
border-bottom: 1px dashed #E8E8E8;
position: relative;
}
.about-cont .news-bd {
padding: 20px;
font-size: 16px;
color: #555;
line-height: 30px;
}
.about-cont .news-hd span {
display: block;
color: #999;
font-size: 12px;
text-align: center;
}
.paddingbottom20{padding-bottom:40px}
.marignbottom10{marign-bottom:10px}
.floatl{float:left;}
.about-cont .news-hd span {
display: block;
color: #999;
font-size: 12px;
text-align: center;
}
.about-hd .info-list span {
padding-right: 20px;
display: inline-block;
color: #888;
}
.about-hd .info-list .name {
color: #333;
}
.padding20{padding:10px 20px}
.paddintb15{padding:10px 0 10px;margin:0}
.paddinlr15{padding:0 15px;}
.paddin3{padding:3px}
.paddin10{padding:5px 10px }
.padding0{padding:0}
.paddingr10{padding-right:10px}
.margin10{margin:10px}
.alert-warning p{color: #8a6d3b;font-size:14px}
.panel-info > .panel-heading{cursor: pointer;}
.borderno.panel-info{border-color: transparent;}
.clearboth{clear:both}
.container-fluid,.container{min-width:1200px}
.registerbg{background:#f9f0eb url(../images/bglogin.png) no-repeat center top; width:100%}
.width1170{width:1170px}
.width1200{width:1200px}
.minwidth1200{min-width:1200px;}
.minwidth570{min-width:577px}
.minwidth600{min-width:600px}
.minwidth400{min-width:400px;width:400px}
.minwidth300{min-width:300px;width:300px;}
.minwidth350{min-width:350px;width:350px;}
.minwidth700{min-width:700px;}
.width700{width:700px;}
.width850{width:850px;}
.minwidth541{min-width:541px;width:541px}
.minwidth271{min-width:271px}
.minwidth288{min-width:288px}
.minwidth292{width:292px;}
/*分页*/

DIV.page {
	padding:20px; MARGIN: 3px;  TEXT-ALIGN: center;
}
DIV.page A {
	font-size:16px;
	 -moz-border-radius: 3px;      /* Gecko browsers */
    -webkit-border-radius: 3px;   /* Webkit browsers */
    border-radius:3px;            /* W3C syntax */
	 padding:10px 15px; BORDER-RIGHT: #dddcdc 1px solid;  BORDER-TOP: #dddcdc 1px solid;  MARGIN: 2px; BORDER-LEFT: #dddcdc 1px solid; COLOR: #000000;  BORDER-BOTTOM: #dddcdc 1px solid; TEXT-DECORATION: none
}
DIV.page A:hover {
	
	BORDER-RIGHT: #3b94dd 1px solid; BORDER-TOP: #3b94dd 1px solid; BORDER-LEFT: #3b94dd 1px solid; COLOR: #fff; BORDER-BOTTOM: #3b94dd 1px solid; BACKGROUND-COLOR: #3b94dd;
}
DIV.page A:active {
	BORDER-RIGHT: #3b94dd 1px solid; BORDER-TOP: #3b94dd 1px solid; BORDER-LEFT: #3b94dd 1px solid; COLOR: #fff; BORDER-BOTTOM: #3b94dd 1px solid; BACKGROUND-COLOR: #3b94dd;
}
DIV.page SPAN.current {
	 -moz-border-radius: 3px;      /* Gecko browsers */
    -webkit-border-radius: 3px;   /* Webkit browsers */
    border-radius:3px;            /* W3C syntax */
	padding:10px 15px;BORDER-RIGHT: #3b94dd 1px solid;  BORDER-TOP: #3b94dd 1px solid;  FONT-WEIGHT: bold;  MARGIN: 2px; BORDER-LEFT: #3b94dd 1px solid; COLOR: #fff;  BORDER-BOTTOM: #3b94dd 1px solid; BACKGROUND-COLOR: #3b94dd;
}
DIV.page SPAN.disabled {
	 -moz-border-radius: 3px;      /* Gecko browsers */
    -webkit-border-radius: 3px;   /* Webkit browsers */
    border-radius:3px;            /* W3C syntax */
	padding:10px 15px;BORDER-RIGHT: #eee 1px solid; BORDER-TOP: #eee 1px solid;  MARGIN: 2px; BORDER-LEFT: #eee 1px solid; COLOR: #ddd;  BORDER-BOTTOM: #eee 1px solid
}

/*空间*/
.login {
font-size:15px; line-height:80px;
}
.loginin {
color: #F97307;

padding: 0 5px;
}
.newuser {
color: #1B479E; font-size:16px;
padding: 0 5px;font-weight: bold;
}

.label-info {
background-color: #5bc0de;
}
.label {
display: inline;
padding: .2em .6em .3em;
font-size: 75%;
line-height: 1;
color: #fff;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: .25em;
}
.headerbox{border-bottom: 1px solid #ddd;
-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.2);
box-shadow: 0 1px 5px rgba(0,0,0,0.2);
}


/*.topRec_List li:nth-child(2n){ background:#077cd0}*/
.topRec_List li,.topRec_List ul{ list-style:none;margin:0;padding:0}
.topRec_List li div{ float:left;}
.topRec_List li div:nth-child(1){ width:17%;}
.topRec_List li div:nth-child(2){ width:18%;}
.topRec_List li div:nth-child(3){ width:25%;}
.topRec_List li div:nth-child(4){ width:40%;}

.apple a{display:block; text-decoration:none;}

.apple,.aa{ width:300px; height:30px; overflow:hidden;  border:1px solid #1B96EE; text-align:left}
.apple a,.aa a{ width:100%; height:30px; line-height:30px; text-indent:20px; color:#1B96EE;}
.aa {word-wrap:break-word;line-height:30px;  color:#1B96EE;}

.account-mod {
margin-bottom: 15px;
padding: 15px 30px;
background: #fafafa;

}
.account-mod .name {
padding-top: 6px;
padding-bottom: 5px;
line-height: 26px;
}
.account-mod .name h2 {
float: left;
margin: 0;
font-size: 16px;
line-height: 24px;
}
.account-mod .name span {
padding-left: 6px;
display: inline-block;
color: #999;
}
.account-mod .name .split {
color: #E1E1E1;
}
.account-mod .name .split {
color: #E1E1E1;
}
.account-mod .level a {
width: 160px;
display: block;
color: #666;
}
.account-mod .bar {
margin-top: 8px;
margin-bottom: 1px;
background-color: #FFF;
-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.2) inset;
box-shadow: 0 1px 1px rgba(0,0,0,0.2) inset;
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
}
.progress {
overflow: hidden;
height: 20px;
margin-bottom: 20px;
background-color: #f5f5f5;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}
.account-mod .bar .progress-bar-danger {
background-color: #F88003;
}
.progress-bar-danger {
background-color: #d9534f;
}
.progress-bar {
float: left;
width: 0%;
height: 100%;
font-size: 12px;
line-height: 20px;
color: #fff;
text-align: center;
background-color: #428bca;
-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
-webkit-transition: width .6s ease;
-o-transition: width .6s ease;
transition: width .6s ease;
}
.account-mod .help-block {
margin-bottom: 6px;
color: #999;
}
.account-mod .help-block a {
display: inline-block;
color: #d10;
text-align: right;
text-decoration: underline;
}
.account-mod .balance {
padding: 2px 15px;
border-left: 1px dotted #CCC;
border-right: 1px dotted #CCC;
width: 100%;
text-align: left;
}
.account-mod .balance .title {
color: #777;
}
.account-mod .name a {
padding-left: 8px;
display: inline-block;
font-size: 12px;color: #2a6496;
text-decoration: none;
}
.account-mod .balance .info .cash {
padding: 0 5px;
font-size: 26px;
color: #F60;
}
.account-mod .balance .info .cash em {
font-style: normal;
color: #999;
font-size: 12px;
}
.account-mod .balance .title {
color: #777;font-size: 14px;
}
.account-mod .balance .btn-mod {
padding: 20px 0 6px;
text-align: center;
}
.account-mod .balance .btn-mod .btn-split {
margin-right: 12px;
}
.account-mod .fa {
font-size: 14px;
}
.fa {
display: inline-block;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}.account-mod .mlist:first-child {
padding-top: 0;
}
.account-mod .mlist a {
padding-top: 1px;
padding-right: 5px;
display: inline-block;
color: #777;font-size: 13px;
}
.account-mod .mlist a em {
padding: 0 2px;
display: inline-block;
color: #ff8500;
font-style: normal;
font-size: 14px;
}
.account-mod .mlist h4 {
margin: 0;
padding-top: 3px;
font-size: 14px;
font-weight: 700;
}
.nav-tabs > li.active > a{font-weight: bold;}