/*---------基础样式---------------*/
*{
  font-family: "\5FAE\8F6F\96C5\9ED1",helvetica,Arial,sans-serif;
  margin: 0;
  padding: 0;
  font-size: 12px;
  border: 0;
  outline: 0;
  color: #666;
  letter-spacing: 1px;  
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.content{
  width:1190px;
  margin: 0 auto;
  overflow: hidden;
}
a{  
  text-decoration: none;  
  transition:all .3s;
  -moz-transition:all .3s;
  -webkit-transition:all .3s;
  -o-transition:all .3s;
}
a:hover{
	text-decoration:underline;
	color:#42bbfa;
}
ul{
  list-style: none;
  border: none;
  text-align: left;
}
.boxshadow{  
  -webkit-box-shadow: 0px 1px 3px #e6e6e6;
  -moz-box-shadow: 0px 1px 3px #e6e6e6;
  box-shadow: 0px 1px 3px #e6e6e6;
}
.title-span{
  width: 4px;
  height: 20px;
  float: left;
  margin-right: 10px; 
}
.container{
  min-width: 1190px;
}
/*-----------------------价格颜色-------------------------*/
.yubi{
  color: #ff9a2d;
} 
.price{
  color: #e4393c;
}
/*---滚动条(js再加载css改变滚动条样式不会马上生效 需要hover触发)--*/
::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-track:hover{
  background-color:rgba(0,0,0,.3);
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
  -webkit-border-radius: 10px;
} 
::-webkit-scrollbar-thumb:active{
  background-color:rgba(0,0,0,.6);
}
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  background: rgba(0,0,0,.3);  
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); 
}
::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(0,0,0,.3); 
}
/*-------------------------tab菜单---------------------------*/
.tab-menu{
  overflow: hidden;
  background: #f5f5f5;
}
.tab-menu .tab{
  margin-left: -1px;
}
.tab-menu .tab {
  height: 60px;
  text-align: center;
  line-height: 60px;
  float: left;
  border: 1px solid #f2f2f2;
  border-top: 0;
  background-color: #fcfcfc;
}
.tab-menu .tab.last{
  border-right: 0;
}
.tab-menu .tab,
.tab-menu .tab .title,
.tab-menu .tab .active-div{
  transition:all .3s;
  -moz-transition:all .3s;
  -webkit-transition:all .3s;
  -o-transition:all .3s;
}
.tab-menu .tab .title {
  color: #4d4d4d;
  font-size: 16px;
  padding: 0 16px;
}
.tab-menu .tab:hover{
  background-color: #fff;
  text-decoration: none;
}
.tab-menu .active-div{
  position: relative;
  top: -60px;
  height: 4px;
  background-color: #fcfcfc;
}
.tab-menu .active{
  background-color: #fff;
}
/*---------------------左侧菜单-----------------------------*/

.leftmenus{
  float: left;
  margin: 0px 0px;
  margin-bottom: 20px;
  width: 240px;
}
.leftmenu a{
  text-decoration: none;
}
.leftmenu{
  float: left;
  width: 240px;
  background: #fff;
}
.leftmenu .menu-title{
  display: block;
  width: 240px;
  height: 60px;
  line-height: 60px;
  padding-left: 30px;
}
.leftmenu .menu-title .title-cn{
  font-size: 22px;
  color: #fff;
}
.leftmenu .menu-title .title-en{
  font-size: 18px;
  color: #fff;
}
.leftmenu .menu-list{
  float: left;
  background-color: #ffffff;
  width: 240px;
  height:50px;
  line-height: 50px;
  font-size: 16px;
  display: block;
  padding: 0px 30px;
}
.leftmenu .menu-list.active .active-span{
  width: 4px;
  height: 48px;
  margin-top: 1px;
  float: left;
  margin-left: -30px;
}
.leftmenu .hr{
  border-bottom: 1px solid #eceff0;
  float: left;
  height: 1px;
  width: 200px;
  margin-left: 20px;
}
.leftmenu .menu-list:hover,.leftmenu .menu-list.active:hover{
  color: #fff;
}
.left-advertisement{
  float: left;
  margin-top: 20px;
}
.left .left-advertisement .advertisement-img{
  width: 240px;
}
/*-----------------------按钮-----------------------*/
.btn{
 display: inline-block;
 padding: 9px 36px;
 margin-bottom: 0;
 font-size: 16px;
 font-weight: 400;
 line-height: 1;
 text-align: center;
 /*vertical-align: middle;*/
 cursor: pointer;
 /*border: 1px solid transparent;*/
 border-radius: 3px;
 color: #fff;
 background: #ff9a2d;
 -ms-touch-action: manipulation;
 touch-action: manipulation;
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
 transition:all .3s;
 -moz-transition:all .3s;
 -webkit-transition:all .3s;
 -o-transition:all .3s;
} 
.btn-block {
  display: block;
  width: 100%;
}
.btn-lg{
  padding: 11px 117px;
  font-size: 18px;
}
.btn-sm{
  padding: 8px 20px;
  font-size: 14px;
}
.btn-xs{
  padding: 6px 8px;
  font-size: 12px;
}
.btn-tl{
  padding: 16px 42px;
  font-size: 18px;
}
.btn-tb{
  padding: 16px 72px;
  font-size: 18px;
}
.btn:hover{
  color: #fff;
  text-decoration:none;
  background: #F5940B;
}
.btn.active, .btn:active{
  text-decoration:none;
  -webkit-box-shadow: inset 1px 2px 5px rgba(0,0,0,.2);
  -moz-box-shadow:inset 1px 2px 5px rgba(0,0,0,.2);
  box-shadow: inset 1px 2px 5px rgba(0,0,0,.2);
}
.btn.btn.disabled, .btn.btn[disabled]{
  pointer-events: none;
  cursor: not-allowed;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  background: #d8d8d8;
}

.btn-cancel{
  background: #ccc;
}
.btn-cancel:hover{
  background: #bcbcbc;
}
.btn-fail{
  background: #f14848;
}
.btn-fail:hover{
  background: #d62c2c;
}
.btn-success{
  background: #2bc5a7;
}
.btn-success:hover{
  background: #1aac8f;
}
.btn-default{
  color: #666;
  background: #e6e6e6;
}
.btn-default:hover{
  color: #666;
  background: #ccc;
}
/*----------------头部---------------------*/
.header{
  height: 120px;
  min-width: 1190px;
} 
.header .topbar{
  background: #424446;
  height: 40px;
  overflow: hidden;
}
.header .topbar .notice{
  max-width: 800px;
  height: 40px;
  float: left;
}
.header .topbar .notice .notice-info{
  height: 40px;
  line-height: 40px;  
  font-size: 12px;
}
.header .topbar .notice .notice-info a{
  color:#fff;
}
.header .topbar .notice .notice-info a:hover {
  text-decoration: underline;
}
.header .topbar .userinfo { 
  float: right;
  height: 40px;
  line-height: 40px;
  color: #fff;
}
.header .topbar .userinfo a{
  color:#fff;
}
.header .topbar .userinfo .skin{
  border:1px solid #fff;
  width: 15px;
  height: 10px;
  display:  inline-block;
  margin-right: 3px;
}
.header .topbar .userinfo .skin.skin-blue{
  background: #48a5dd;
}
.header .topbar .userinfo .skin.skin-green{
  background: #2dcb82;
}
.header .topbar .userinfo .skin.skin-red{
  background: #f14848;
}
.header .navigation {
  height: 80px;
}
.header .navigation .logo{
  line-height: 80px;
  height: 80px;
  float: left;
}
.header .navigation .logo a{
  display: table-cell;
  height: 80px;
  line-height: 80px;
  vertical-align: middle;
}
.header .navigation .logo .logo-text{ 
  font-size: 40px;
  opacity: 0;
  text-decoration: none;
  animation: logo-text .5s ease-in-out 1s forwards;
  -moz-animation: logo-text .5s ease-in-out 1s forwards;
  -webkit-animation: logo-text .5s ease-in-out 1s forwards;
  -o-animation: logo-text .5s ease-in-out 1s forwards;
}
.header .navigation .logo img{
  max-width: 500px;
  max-height: 80px;
}
.header .navigation .menu-div{
  float: right;
}
.header .navigation .menu{
  text-align: center;
  overflow: hidden;
}
.header .navigation .menu li{
  line-height: 80px;
  float: left;
  margin-left: 60px;
}
.header .navigation .menu li a{
  display: block;
  font-size: 16px;
  color: #666;
  font-weight: bold;
  position: relative;
}
.header .navigation .menu li a:hover{
  text-decoration: none;
}
.header .navigation .menu li b {
  width: 0;
  height: 0;
  border-style: dashed dashed solid;
  border-color: transparent transparent #CCC;
  border-style: solid dashed dashed;
  border-width: 5px;
  border-color: #CCC transparent transparent;
  overflow: hidden;
  position: absolute;
  top: 36px;
  +top:7px;
  margin-left: 8px;
}
/*---------------站点地图-----------------------*/
.sitemap{
  margin: 10px 0;
  overflow: hidden;
}
.sitemap>li{
  /*display: inline-block;*/
  float: left;
  padding-right: 15px;
  margin-right: 5px;
  line-height: 20px;
  height: 20px;
  font-size: 14px;
  background: url(../images/sitemap-li.png) no-repeat center right;
}
.sitemap a{
  font-size: 14px;
}
/*---------------------icon--------------------------*/
.icon{
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
}
.icon-down-arrow{
  background: url(../images/icon-down-arrow.png) no-repeat;
}
.icon-shoppingcart{
  background: url(../images/icon-shoppingcart.png) no-repeat;
}
.icon-plus{
  background: url(../images/icon-plus.png) no-repeat;
  cursor: pointer;
}
.icon-compute-plus{
  background: url(../images/icon-compute-plus.png) no-repeat;
  cursor: pointer;
}
.icon-compute-sub{
  background: url(../images/icon-compute-sub.png) no-repeat;
  cursor: pointer;
}
.icon-head{
  background: url(../images/icon-head.png) no-repeat;
}
.icon-home{
  background: url(../images/icon-home.png) no-repeat;
}
.icon-address{
  background: url(../images/icon-address.jpg) no-repeat center;
}
.icon-creator{
  background: url(../images/icon-creator.jpg)no-repeat center;
}
.icon-meadl1{
  background: url(../images/icon-medal1.jpg) no-repeat;
}
.icon-meadl2{
  background: url(../images/icon-medal2.jpg) no-repeat;
}
.icon-meadl3{
  background: url(../images/icon-medal3.jpg) no-repeat;
}
.icon-qq{
  background: url(../images/icon-qq.jpg) no-repeat;
}
.icon-up{
  background: url(../images/icon-up.png) no-repeat;
}
.icon-uped{
  background: url(../images/icon-uped.png) no-repeat;
}
.icon-comment{
  background: url(../images/icon-comment.png) no-repeat;
}
/*---------------------头像--------------------------*/
.head-img,.head-img-24,.head-img-32{
  width:40px;
  height: 40px;
  vertical-align: middle;
  border-radius: 50%;
  display: inline-block;
}
.head-img-24{
  width:24px;
  height: 24px;
}
.head-img-32{
  width: 32px;
  height: 32px;
}
/*---------------------分类标签--------------------------*/
.navigation{
  overflow: hidden;
}
.navigation .tab{
  float: right;
}
.navigation .tab>li{
 float: left;
 text-align: center;
 min-width: 78px;
 border-radius: 5px;
 position: relative;
 margin-left: -1px;
 font-size: 14px;
}
.navigation .tab>li a{
  text-decoration: none;
  display: block;
  padding: 13px 10px;
  line-height: 1;
}
.navigation .tab>li.active a{
 color: #fff;
}
.navigation .tab>li.active a:hover{
 color: #fff;
}
.navigation .tab>li:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin-left: 0;
}
.navigation .tab>li:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.navigation .tab>li:last-child:not(:first-child){
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
/*---------------------分页--------------------------*/
.pagination,.pagination>li{ 
  float: left;
}

.pagination>li a{ 
  display: inline-block;
  padding: 5px;
  padding: 4px 8px;
  border-radius: 5px;
}
.pagination>li.active a{ 
  color: #fff;
}
.pagination>li a:hover{ 
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
  text-decoration: none;
}
.total-page{
  height: 25px;
  line-height: 15px;
  display: inline-block;
  float: left;
  margin-left: 20px;
}
.total-page .total{
  font-size: 16px;
}
.pagination .next,.pagination .prev{
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
/*--------------------表单---------------------*/
.form-group{
  overflow: hidden;
  margin-bottom: 10px;
}
label{
  float: left;
  text-align: right;
  display: inline-block;
  /*max-width: 64px;*/
  /*height: 30px;*/
  line-height: 30px;
  font-size: 14px;
  margin-right: 10px;
}
.offset-label{
  padding-left: 74px;
}
.input{
  float: left;
  width: 250px;
  height: 30px;
  padding: 4px 6px;
  font-size: 14px;
  line-height: 1.42857143;
  background: #fff;
  border: 1px solid #a3a3a3;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
textarea.input {
  height: auto;
}
.input-block {
  display: block;
  width: 100%;
}
.msg-span{
  margin-left: 10px;
  font-size: 14px;
}
.msg-span-error{
  color:red;
}
/*------------------checkbox-------------------------------*/
.checkbox.aero{
  background-image: url(../images/check-aero.png) ;
}
.checkbox.blue{
  background-image: url(../images/check-blue.png) ;
}
.checkbox.black{
  background-image: url(../images/check-black.png) ;
}
.checkbox.green{
  background-image: url(../images/check-green.png);
}
.checkbox.grey{
  background-image: url(../images/check-grey.png) ;
}
.checkbox.orange{
  background-image: url(../images/check-orange.png) ;
}
.checkbox.pink{
  background-image: url(../images/check-pink.png) ;
}
.checkbox.purple{
  background-image: url(../images/check-purple.png) ;
}
.checkbox.red{
  background-image: url(../images/check-red.png) ;
}
.checkbox.yellow{
  background-image: url(../images/check-yellow.png) ;
}
.checkbox{
  position: relative;
  vertical-align: middle;
  display: inline-block;
  width: 20px;
  height: 20px;
  /*background: url(../images/check-red.png) no-repeat 0 50%;*/
  /*background: url(../images/check-red.png) no-repeat 0 0;*/
  cursor: pointer;
  background-position: -44px 0;
}
.checkbox input{
  position: absolute;
  opacity: 0;
  filter:alpha(opacity=0);
  box-sizing: border-box;
}
.checkbox ins{
  position: absolute;
  top: 0%;
  left: 0%;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  border: 0px;
  opacity: 0;
  background: #fff; 
  filter:alpha(opacity=0);
}
.checkbox.checked,.checkbox.checked:hover{
  background-position: -22px 0;
}
.checkbox:hover{
  background-position: 0px 0;
}
.checkbox-label{
  height: 100%;
  line-height: inherit;
  cursor: pointer;
  margin-left: 5px;
}
/*--------------------弹窗---------------------*/
.fade.in {
  opacity: 1;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000;
  height: 100%;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition:      -o-transform .3s ease-out;
  transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
  box-shadow: 0 3px 9px rgba(0,0,0,.5);
}
.modal-header {
  padding: 0 20px;
  height: 40px;
}
.modal-header .modal-title{
  color: #fff;
  line-height: 40px;
  font-size: 16px;
}
button.close {
  float: right;
  cursor: pointer; 
  background: url(../images/close.png) no-repeat;
}
.modal-header .close {
  width: 20px;
  height: 20px;
  margin-top: 10px;
} 
.modal-body {
  position: relative;
  padding: 20px;
}
@media (min-width: 768px){
  .modal-dialog {
    width: 460px;
    margin: 150px auto 0;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
  }
}
/*--------------------登录弹窗---------------------*/
#loginModal .modal-dialog{
  width: 400px;
}
#loginModal .modal-header{
  height: 4px;
}
#loginModal .modal-body {
  padding: 0 45px 20px;
}
#loginModal .modal-body .title{
  font-size: 24px;
  text-align: center;
  margin-top: 45px;
}
#loginModal .modal-body .form-group{
  margin-bottom: 30px;
}
#loginModal .modal-body .form-group label{
  max-width: 320px;
}
#loginModal .modal-body .form-group label.fp{
  float: right;
  margin-right: 0;
}
#loginModal .modal-body .form-group label.fp a{
  font-size: 14px;
}
#loginModal .modal-body .form-group.password-div{
  margin-bottom: 10px;
}
#loginModal .modal-body .form-group .input-phone{
  background: url(../images/input-phone.jpg) no-repeat 0;
  height: 40px;
  padding-left: 50px;
}
#loginModal .modal-body .form-group .input-password{
  background: url(../images/input-password.jpg) no-repeat 0;
  height: 40px;
  padding-left: 50px;
}
#loginModal .modal-body .form-group .btn{
  width:150px;
  height: 40px;
  float: left;
}
#loginModal .modal-body .form-group .btn-confirm{
  margin-right: 10px;
}
#loginModal .modal-body .form-group .btn-cancel{
  background: #fff;
}
#loginModal .modal-body .form-group .btn-cancel:hover{
  background: #f5f5f5;
}
#loginModal .modal-body .form-group.btn-div{
  border-bottom: 1px #ccc dashed ;
  padding-bottom: 25px;
  margin-bottom: 20px;
  margin-top: -10px;
}
#loginModal .modal-body .btn-div .btn-cancel
{
  float: right;
}
#loginModal .modal-body .form-group .other-login{
  vertical-align: middle;
}
/*--------------------底部---------------------*/
.footer .foot-banner{
  height: 230px;
  min-width: 1190px;
  background: url(../images/footer.jpg) center;
}
.footer .foot-banner .content{
  position: relative;
  height: 230px;
}
.footer .foot-banner .content .btn{ 
  display: block;
  position: absolute;
  color: #fff;
  right: 0;
  top: 125px;
  width: 170px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  border-radius: 5px;
  font-size: 18px;
  padding:0;
}
.container.foot{
  background: #252726;
  height: 60px;
}
.container.foot .content{
  line-height: 60px;
  height: 60px;
}
.container.foot .content a{
  color:#cfd0d0;
}
.container.foot .content .copyright{
  color:#cfd0d0;
  float: left;
}
.container.foot .content .footright{
  float: right;
}
/*-----------------------logo text---------------------------*/
@keyframes logo-text
{
  0% {font-size: 12px;opacity:.7;}
  100% {font-size: 40px;opacity:1;}
}

@-moz-keyframes logo-text /* Firefox */
{
  0% {font-size: 12px;opacity:.7;}
  100% {font-size: 40px;opacity:1;}
}

@-webkit-keyframes logo-text /* Safari 和 Chrome */
{
  0% {font-size: 12px;opacity:.7;}
  100% {font-size: 40px;opacity:1;}
}

@-o-keyframes logo-text /* Opera */
{
  0% {font-size: 12px;opacity:.7;}
  100% {font-size: 40px;opacity:1;}
}