/* Template-specific stuff
 *
 * Customizations just for the template; these are not necessary for anything
 * with disabling the responsiveness.
 */

/* Account for fixed navbar */
body {
 /* padding-top: 70px;
  padding-bottom: 30px;*/
}

body,
.navbar-fixed-top,
.navbar-fixed-bottom {
  min-width: 1200px;
}

/* Don't let the lead text change font-size. */
.lead {
  font-size: 16px;
}

/* Finesse the page header spacing */
.page-header {
  margin-bottom: 30px;
}
.page-header .lead {
  margin-bottom: 10px;
}


/* Non-responsive overrides
 *
 * Utilize the following CSS to disable the responsive-ness of the container,
 * grid system, and navbar.
 */

/* Reset the container */
.container {
  width: 1200px;
  max-width: none !important;
}

/* Demonstrate the grids */

.container .navbar-header,
.container .navbar-collapse {
  margin-right: 0;
  margin-left: 0;
}

/* Always float the navbar header */
.navbar-header {
  float: left;
}

/* Undo the collapsing navbar */
.navbar-collapse {
  display: block !important;
  height: auto !important;
  padding-bottom: 0;
  overflow: visible !important;
  visibility: visible !important;
}

.navbar-toggle {
  display: none;
}
.navbar-collapse {
  border-top: 0;
}

.navbar-brand {
  margin-left: -15px;
}

/* Always apply the floated nav */
.navbar-nav {
  float: left;
  margin: 0;
}
.navbar-nav > li {
  float: left;
}
.navbar-nav > li > a {
  padding: 15px;
}

/* Redeclare since we override the float above */
.navbar-nav.navbar-right {
  float: right;
}

/* Undo custom dropdowns */
.navbar .navbar-nav .open .dropdown-menu {
  position: absolute;
  float: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-width: 0 1px 1px;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #333;
}
.navbar .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar .navbar-nav .open .dropdown-menu > li > a:focus,
.navbar .navbar-nav .open .dropdown-menu > .active > a,
.navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
  color: #fff !important;
  background-color: #428bca !important;
}
.navbar .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar .navbar-nav .open .dropdown-menu > .disabled > a:focus {
  color: #999 !important;
  background-color: transparent !important;
}

/* Undo form expansion */
.navbar-form {
  float: left;
  width: auto;
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 0;
  margin-left: 0;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* Copy-pasted from forms.less since we mixin the .form-inline styles. */
.navbar-form .form-group {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}

.navbar-form .form-control {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}

.navbar-form .form-control-static {
  display: inline-block;
}

.navbar-form .input-group {
  display: inline-table;
  vertical-align: middle;
}

.navbar-form .input-group .input-group-addon,
.navbar-form .input-group .input-group-btn,
.navbar-form .input-group .form-control {
  width: auto;
}

.navbar-form .input-group > .form-control {
  width: 100%;
}

.navbar-form .control-label {
  margin-bottom: 0;
  vertical-align: middle;
}

.navbar-form .radio,
.navbar-form .checkbox {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  vertical-align: middle;
}

.navbar-form .radio label,
.navbar-form .checkbox label {
  padding-left: 0;
}

.navbar-form .radio input[type="radio"],
.navbar-form .checkbox input[type="checkbox"] {
  position: relative;
  margin-left: 0;
}

.navbar-form .has-feedback .form-control-feedback {
  top: 0;
}

/* Undo inline form compaction on small screens */
.form-inline .form-group {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}

.form-inline .form-control {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}

.form-inline .form-control-static {
  display: inline-block;
}

.form-inline .input-group {
  display: inline-table;
  vertical-align: middle;
}
.form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
  width: auto;
}

.form-inline .input-group > .form-control {
  width: 100%;
}

.form-inline .control-label {
  margin-bottom: 0;
  vertical-align: middle;
}

.form-inline .radio,
.form-inline .checkbox {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-inline .radio label,
.form-inline .checkbox label {
  padding-left: 0;
}

.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  position: relative;
  margin-left: 0;
}

.form-inline .has-feedback .form-control-feedback {
  top: 0;
}
.fl{ float: left; }
.fr{ float: right; }
.celar,.clear{ clear: both; }

a{ text-decoration:none; color: #333 }
a:hover{ text-decoration:none; color: #666 }
ul{ padding: 0px;}
li{list-style: none;}
.w1200{ width: 1200px; margin: 0 auto  }

.toptop{ height: 188px; background: url(../images/topbg.jpg) no-repeat; }
.top{ width: 1200px; margin: 0 auto }
.top01{ text-align: right; padding-top: 10px;color: #FFF; }
.top01 span{ background: url(../images/ico01.jpg) no-repeat 0px 15px; padding-top: 10px; }
.top01 a{color: #FFF; display: inline-block; margin-left: 15px; }

.top02_right01{ width: 330px; height: 40px;padding: 6px; background: #FFF; margin-top: 25px; margin-right: 100px;}
.top02_right03{ color: #FFF; margin-top: 10px;  }
.top02_right03 a{ color: #FFF; }
.top02{ height: 80px; }

.top03{ height: 45px; line-height: 45px; margin-top: 25px; }
.top03 ul li{list-style: none; float: left; background: url(../images/menubg.jpg) no-repeat right center #006eb6; width: 200px; line-height: 45px; text-align: center;}
.top03 ul li a{ color: #FFF; font-size: 16px;}


.banner_left01{ border:1px solid #e1eaf0; }
.banner_left01_top{ height: 39px; background: url(../images/ico05.jpg) repeat-x; line-height: 39px; }
.banner_left01_top_left{ background: url(../images/ico06.jpg) no-repeat 10px center; padding-left: 25px }
.banner_left01_top_right{  }
.banner_left01_bottom ul { padding: 9px 0px;  }
.banner_left01_bottom ul li{ width: 50%; float: left; padding-left: 20px; line-height: 22px;  }
.porduct_top_left{ width: 180px; height: 35px;background: #4fa0d5; line-height: 35px ; font-size: 16px; font-weight: bold; text-align: center; color: #FFF;}
.porduct_top_right a{ color: #333333; line-height: 35px }
.porduct_top{  border-bottom: 2px solid #4fa0d5 }

.porduct_bottom{ border: 1px solid #ebf1f5 }
.porduct_bottom_left{ padding: 10px; width: 180px; background: #f8fafb; height: 350px; }
.porduct_bottom_left ul li{line-height: 30px; color: #666666; display: block; border-bottom:1px solid #e7eef3; border-top:1px solid #f1f5f8; padding-left: 20px }
.porduct_bottom_left ul li a{line-height: 30px; color: #666666; display: block; }
.porduct_bottom_right{ width: 740px; }
.porduct_bottom_right ul li{ float: left; margin-left: 15px; margin-top: 30px; }
.porduct_bottom_right ul li img{ width: 130px; height: 100px; border: 1px solid #e9eff4; line-height: 20px }
.porduct_bottom_right ul li p{ font-size: 14px; line-height: 35px; text-align: center; padding-bottom: 0px }

.banner img{ width: 100% }

.news_list{ width: 922px; margin-top: 10px; }
.news_list_top{ background: url(../images/ico14.jpg) no-repeat #f6f9fb; border: 1px solid #e1eaf0; border-bottom: 2px solid #f0f4f7; height: 30px; line-height: 30px; color: #FFF;padding-left: 30px; font-weight: bold;  }
.news_list_bottom{ padding-top: 10px; height: 183px;background: #f6f9fb }
.news_list_bottom li{ background: url(../images/ico16.jpg) repeat-x center #f6f9fb;}
.news_list_bottom li a{ background: url(../images/ico15.jpg) no-repeat  15px center #f6f9fb; padding-left: 30px; padding-right: 10px; color: #2780b9; line-height: 28px; }
.news_list_bottom li span{ float: right;line-height: 28px; color: #2780b9; background: #f6f9fb; padding-left: 5px; padding-right: 5px; }
.news_list_bottom li span a{ background: none;padding: 0px;}
.yszx{ background: url(../images/ico17.jpg) no-repeat ; background-size: 100%; height: 195px; border: 1px solid #eaf1f4; }
.yszx ul { padding-left: 30px; padding-top: 15px; }
.yszx ul li{ line-height: 25px; color: #595757 }
.yszx ul li a{color: #595757 }

.qq{position: absolute;margin-top: -36px;margin-left: 714px;}

.about{ height: 240px; border: 1px solid #eaf1f4 }
.about_left{ margin-top: 10px; margin-left: 20px; margin-right: 20px;width: 268px }
.about_right{margin-top: 10px; width: 900px; color: #595757; }

.link_list{ border: 1px solid #e3eff2;padding: 15px; }
.link_list ul li{ float: left; margin-right: 30px;}
.link_list ul li a span{ font-weight: bold;}

.bottom01{ height: 40px; line-height: 40px; text-align: center; background: #006eb6; color: #FFF; }
.bottom01 a{ color: #FFF; }
.bottom02{ height:175px;  background: #4fa0d5}
.bottom03{ background: url(../images/ico19.jpg) no-repeat right center; height: 175px; }
.bottom03 img{ text-align: center; display: inline-block; margin-top: 30px; }
.bottom04{ padding-left: 80px;padding-top: 20px; color: #ffffff; line-height: 25px; }
.bottom04 a{  color: #ffffff }

.product100{ background-color: #f7f7f7; padding-top: 10px; }
.product100_left{ width: 260px }
.product100_left01{ width: 260px;background: #FFF; }
.product100_left img{ display: block; margin-bottom: 10px; }
.product100_left a{ display: block; width: 111px; height: 30px; margin-left: 70px; margin-top: -50px; z-index: 9999; position: absolute; background: #2775bb; border: 1px solid #2969a2; border-radius: 5px; color: #FFF; line-height: 30px; text-align: center; }

.product100_right{ width: 940px; float: left; padding-left: 20px;}
.product100_right01{ line-height: 30px; padding-left: 20px; }
.product100_right02{ background: #FFF; padding:0px 50px; }

.product100_right03 {padding: 20px 30px; border-bottom: 1px dashed  #e7e7e7 }
.product100_right03_left{ text-align: center;}
.product100_right03_right{}
.product100_right03_right01{ font-size: 16px; color: #000 }
.product100_right03_right02{ color: #4f4e4e; line-height:25px;  }

.product100_right04{  background: #FFF; padding:0px 30px;  }
.product100_right04 ul li{ padding: 10px 0px; line-height: 30px;border-bottom: 1px dashed  #e7e7e7;    }
.product100_right04 ul li p{ color: #0d0d0d; }

.product100_right05{  background: #FFF; padding:30px 30px; min-height: 600px;  }

.product100_right05_title{ font-size: 18px; color: #016999;  border-bottom: 4px solid #f0eded; line-height: 40px; margin-bottom: 10px; }
.product100_right05_body{ line-height: 23px; color: #2c2c2c }

.content01{ height: 30px; line-height: 30px; background: url(../images/ico23.jpg) no-repeat 0px 0px; padding-left: 50px; }
.content02{ height: 30px; line-height: 30px; background: url(../images/ico23.jpg) no-repeat 0px -50px; padding-left: 50px; }
.content03{ height: 30px; line-height: 30px; background: url(../images/ico23.jpg) no-repeat 0px -95px; padding-left: 50px; }
.content04{ height: 30px; line-height: 30px; background: url(../images/ico23.jpg) no-repeat 0px -140px; padding-left: 50px; }
.content05{ height: 60px; line-height: 30px; background: url(../images/ico23.jpg) no-repeat 0px -185px; padding-left: 50px;  }


.user_info_left02{ min-height: 500px; }
.user_info_left02 ul { padding: 0px  }
.user_info_left02 ul li{ list-style: none; line-height: 45px; text-align: center; background: #f7f7f7; border-bottom: 1px solid #FFF}
.user_info_left02 ul li a{font-size: 16px;font-weight: 500; color: #000 }
.user_info_left02 ul .user_info_left02_active{ height: 60px; line-height: 60px; background-color: #006eb6; color: #FFF; }
.user_info_left02 ul .user_info_left02_active a{color: #FFF; }


.user_info_right{ width: 900px;  min-height: 500px; border:1px solid #ebebeb; float: left; background: #f7f7f7 }
.user_info_right01{ height: 40px; line-height: 40px; background:#006eb6; color: #FFF;padding: 0px 10px; font-size: 16px; }
.user_info_right03{ width: 450px; margin: 20px 0px 20px 100px; }

.user_info_form{ margin-top: 30px; }
.user_info_form label{ width: 120px; text-align: right; font-size: 15px }
.user_info_form .form-control{ width: 268px; }
.user_info_form .form-group{ margin-bottom: 20px; }

.cart_hint{ margin: 40px 0px; text-align: right; }
.cart_hint ul{padding: 0px; width: 800px; margin: 0 auto }
.cart_hint ul li{ list-style: none;float: left; color: #998e8e   }
.cart_hint ul span{ display: inline-block; width: 20px; height: 20px; text-align: center; border-radius: 100%; background: #CCC; color: #FFF; font-weight: bold; margin:0px 10px; }
.cart_hint ul .cart_hint_active{ color: #ff5000 }
.cart_hint ul .cart_hint_active span{ background: #ff5000; }

.cart_top{background: #e7e7e7; }
.cart_top_check{ width: 70px;  height: 40px; line-height: 40px; text-align: center;}
.cart_top_puduct{ width: 80px;  height: 40px; line-height: 40px; text-align: center;}
.cart_top_title{width: 160px;  height: 40px; line-height: 40px; text-align: center;}
.cart_top_spec{width: 100px;  height: 40px; line-height: 40px; text-align: center;}
.cart_top_pices{ width: 60px;  height: 40px; line-height: 40px; text-align: center;}
.cart_top_num{ width: 90px;  height: 40px; line-height: 40px; text-align: center;}
.cart_top_totle{ width: 60px;  height: 40px; line-height: 40px; text-align: center;}
.cart_top_inventory{width: 60px;  height: 40px; line-height: 40px; text-align: center; }
.cart_top_del{ width: 60px;  height: 40px; line-height: 40px; text-align: center;}
.is_pay{ position: relative; width: 50px; height: 25px; line-height: 25px; text-align: center; background: #97d2d7; margin-top: -25px; margin-left: 80px; }

.page{padding: 20px 0px; text-align: center;}
.page div a{ display: inline-block; border:1px solid #dedede; padding: 5px 10px; margin-left: 10px; }
.page div span{ display: inline-block; border:1px solid #dedede; padding: 5px 10px; margin-left: 10px; }
.page div .current{ border:1px solid #ff6700; color: #ff6700; }