/*================公用样式 开始=================*/
.container {
  width: 100%;
  min-height: 500px;
  height: auto;
  position: relative;
  background-color: #ffffff;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
  height: auto;
  position: relative;
}
.gray {
  background-color: #F3F3F3 !important;
}
.white {
  background-color: #FFFFFF !important;
}
.btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  height: 35px;
  font-size: 14px;
  line-height: 35px;
  color: #FFFFFF;
}
.pagination {
  width: 100%;
  margin: 0 auto;
  padding: 30px;
  text-align: center;
  overflow: hidden;
}
.pagination > a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  margin: 0 5px;
  color: #595959;
  font-size: 12px;
  border: 1px solid #E8E8E8;
}
.pagination > a.on,
.pagination > a:hover {
  border-color: #0d87c5;
  color: #FFFFFF;
  background-color: #0d87c5;
}
.page_location {
  width: 100%;
  height: 45px;
  line-height: 45px;
  background-color: #EEEEEE;
}
.page_location .page_location_con {
  width: 1200px;
  margin: 0 auto;
}
.page_location .page_location_con i {
  color: #797979;
  font-size: 20px;
}
.page_location .page_location_con a {
  font-size: 16px;
  color: #333333;
  padding: 0 8px;
  cursor: pointer;
}
.page_location .page_location_con a:hover {
  color: #0d87c5;
}
.page_location .page_location_con span {
  color: #757575;
}
.topbar {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: #0d87c5;
}
.topbar .topbar_l {
  float: left;
  width: 50%;
  height: 100%;
}
.topbar .topbar_l .welcome {
  font-size: 14px;
  color: #FFFFFF;
}
.topbar .topbar_l a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  position: relative;
  margin-left: 15px;
  font-size: 18px;
  color: #FFFFFF;
}
.topbar .topbar_l .topbar_wechat .topbar_wechat_code {
  display: none;
  position: absolute;
  top: 36px;
  left: 0;
  width: 88px;
  height: 88px;
  *width: 80px;
  *height: 80px;
  padding: 4px;
  border: 1px solid #6B6B6B;
  background-color: #FFFFFF;
  overflow: hidden;
  z-index: 10;
}
.topbar .topbar_l .topbar_wechat .topbar_wechat_code img {
  width: 80px;
  height: 80px;
}
.topbar .topbar_l a.topbar_wechat:hover .topbar_wechat_code {
  display: block;
}
.topbar .topbar_r {
  float: right;
  width: 50%;
  height: 100%;
  font-size: 14px;
  text-align: right;
  overflow: hidden;
}
.topbar .topbar_r .cart_box {
  padding-left: 30px;
  margin-right: 15px;
  color: #FFFFFF;
}
.topbar .topbar_r .cart_box i {
  font-size: 18px;
}
.topbar .topbar_r .login_entry {
  margin-right: 20px;
  color: #FFFFFF;
}
.topbar .topbar_r .login_entry a {
  color: #FFFFFF;
  padding: 0 8px;
}
.topbar .topbar_r .login_entry a i {
  font-size: 20px;
}
.topbar .topbar_r .login_entry a .zc_icon {
  font-size: 16px;
}
.head {
  width: 100%;
  height: 108px;
  background-color: #FFFFFF;
  border-bottom: 1px solid #F3F3F3;
  overflow: hidden;
}
.head .logo {
  float: left;
  width: auto;
  max-width: 346px;
  height: 57px;
  margin-top: 26px;
}
.head .logo img {
  width: auto;
  max-width: 346px;
  height: 57px;
}
.head .head_r {
  float: right;
  max-width: 800px;
}
.head .head_r .help_line {
  height: 35px;
  line-height: 35px;
  margin-top: 20px;
  padding-right: 22px;
  overflow: hidden;
  text-align: right;
  font-size: 14px;
  color: #0d87c5;
}
.head .head_r .help_line i {
  font-size: 20px;
  color: #0d87c5;
}
.head .head_r .help_line em {
  font-size: 20px;
  margin-right: 10px;
}
.head .head_r .header_nav_ul {
  height: 100%;
  height: 50px;
  margin-right: 5px;
}
.head .head_r .header_nav_ul .item {
  float: left;
  height: 50px;
  line-height: 50px;
  margin-right: 10px;
  position: relative;
}
.head .head_r .header_nav_ul .item a {
  display: block;
  padding: 0 22px;
  font-size: 16px;
  color: #333333;
}
.head .head_r .header_nav_ul .item.on a,
.head .head_r .header_nav_ul a:hover {
  color: #0d87c5;
}
.footer {
  width: 100%;
  background-color: #242333;
}
.footer .footer_t {
  width: 100%;
  height: auto;
  padding: 35px 0 20px 0;
}
.footer .footer_t .footer_l {
  float: left;
  width: 730px;
  overflow: hidden;
  border-right: 1px solid #797979;
}
.footer .footer_t .footer_l dl {
  float: left;
  width: 180px;
  margin: 0 20px 0 10px;
  overflow: hidden;
}
.footer .footer_t .footer_l dl dt {
  font-size: 16px;
  color: #FFFFFF;
  margin-bottom: 15px;
}
.footer .footer_t .footer_l dl dd {
  padding-bottom: 5px;
}
.footer .footer_t .footer_l dl dd a {
  font-size: 14px;
  color: #8c8c8c;
  line-height: 22px;
}
.footer .footer_t .footer_l dl dd a:hover {
  text-decoration: underline;
  color: #0d87c5;
}
.footer .footer_t .footer_r {
  float: right;
  width: 468px;
}
.footer .footer_t .footer_r .footer_wechat {
  float: right;
  margin-left: 20px;
  width: 128px;
  height: 100%;
  overflow: hidden;
}
.footer .footer_t .footer_r .footer_wechat img {
  width: 128px;
  height: 128px;
  margin-bottom: 10px;
}
.footer .footer_t .footer_r .footer_wechat p {
  font-size: 14px;
  color: #FFFFFF;
  text-align: center;
}
.footer .footer_t .footer_r .service_line {
  float: right;
  width: 314px;
  text-align: right;
}
.footer .footer_t .footer_r .service_line span {
  font-size: 16px;
  color: #ebeaf1;
}
.footer .footer_t .footer_r .service_line b {
  font-size: 36px;
  line-height: 65px;
  color: #0d87c5;
}
.footer .copyr {
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 14px;
  color: #ccc;
  text-align: center;
  background-color: #1f1f2c;
}
.footer .copyr .tac {
  margin-left: 20px;
}
.footer .copyr .tac a {
  color: #FFFFFF;
}
.links_box {
  border-top: 1px solid #797979;
  padding: 10px 0;
  overflow: hidden;
  line-height: 22px;
}
.links_box .links_tit {
  float: left;
  width: 80px;
  height: auto;
  font-size: 14px;
  color: #CCCCCC;
}
.links_box .links_con {
  float: left;
  width: 1120px;
}
.links_box .links_con a {
  padding: 0 5px;
  color: #797979;
  font-size: 14px;
  color: #8c8c8c;
}
.links_box .links_con a:hover {
  color: #0d87c5;
}
.form-group {
  position: relative;
  display: table;
  border-collapse: separate;
  width: 100%;
  margin-bottom: 15px;
}
.form-group .controls {
  width: 100%;
  position: relative;
}
.form-group .form-control {
  width: 100%;
  height: 44px;
  font-size: 14px;
  padding: 6px 10px 6px 10px;
  *height: 30px;
  *line-height: 30px;
  *padding: 6px 0;
  border: 1px solid #CCCCCC;
  border-radius: 3px;
  background-color: transparent;
}
.form-group .form-control:focus {
  border-color: #0d87c5;
  outline: #0d87c5;
}
.form-group .yam-control {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 190px;
}
.form-group .form-code {
  width: 100px;
  height: 43px;
  *height: 47px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  cursor: pointer;
}
.form-group .xy {
  font-size: 14px;
  line-height: 1.5;
  color: #585858;
}
.form-group .xy a {
  color: #0d87c5;
  cursor: pointer;
}
.login-item-title {
  position: absolute;
  top: 0;
  left: 10px;
  cursor: text;
  line-height: 44px;
  font-size: 16px;
  color: #8f8f8f;
}
.tip {
  display: block;
  width: 100%;
  font-size: 14px;
  margin-top: 5px;
  color: #757575;
}
.tip-false {
  color: #0d87c5;
}
/*================公用样式 结束=================*/
.index_section {
  width: 100%;
  height: auto;
  padding: 30px 0;
  overflow: hidden;
}
.index_section .section_hd {
  margin: 10px auto 30px;
  overflow: hidden;
}
.index_section .section_hd > h4 {
  color: #383838;
  font-weight: 400;
  text-align: center;
  font-size: 28px;
}
.index_section .section_hd p {
  text-align: center;
  font-size: 14px;
  color: #727272;
  line-height: 22px;
}
.banner {
  width: 100%;
  height: 556px;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
.banner .bd {
  width: 100%;
  height: 556px;
}
.banner .bd ul {
  width: 100%;
  height: 556px;
}
.banner .bd ul li {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.banner .bd ul li .pic {
  width: 100%;
  height: 556px;
  display: block;
  background-repeat: no-repeat;
  background-position: top center;
}
.banner .prev,
.banner .next {
  position: absolute;
  top: 250px;
  width: 32px;
  height: 56px;
  background: url(../images/arr.png) no-repeat center center;
  display: none;
  *display: block;
  z-index: 99;
}
.banner .prev {
  left: 5%;
  background-position: 0 0;
}
.banner .next {
  right: 5%;
  background-position: -32px 0;
}
.banner:hover .prev,
.banner:hover .next {
  display: block;
}
.notice {
  width: 100%;
  height: 40px;
  overflow: hidden;
  background-color: #FFFFFF;
}
.notice .notice_hd {
  float: left;
  width: 100px;
  height: 30px;
  line-height: 30px;
  margin-top: 5px;
  margin-right: 20px;
  font-size: 14px;
  color: #0d87c5;
}
.notice .notice_hd i {
  font-size: 16px;
  color: #0d87c5;
}
.notice .notice_bd {
  float: left;
  width: 900px;
  height: 30px;
  line-height: 30px;
  margin-top: 5px;
  overflow: hidden;
}
.notice .notice_bd .bd a {
  font-size: 14px;
  color: #585858;
}
.product_tab .section_hd > h4 {
  float: left;
  width: 50%;
  overflow: hidden;
  text-align: left;
}
.product_tab .product_tab_hd {
  float: right;
  width: 50%;
  height: 35px;
  line-height: 33px;
  overflow: hidden;
  text-align: right;
}
.product_tab .product_tab_hd ul {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
.product_tab .product_tab_hd li {
  float: left;
  padding: 0 10px;
  margin: 0 10px;
  font-size: 14px;
  cursor: pointer;
}
.product_tab .product_tab_hd li:hover {
  color: #0d87c5;
}
.product_tab .product_tab_hd li.on {
  color: #0d87c5;
  border-bottom: 1px solid #0d87c5;
}
.product_tab .product_tab_hd a {
  font-size: 14px;
  color: #0d87c5;
}
.product_tab .product_tab_bd {
  position: relative;
  width: 100%;
  height: 356px;
  overflow: hidden;
}
.product_tab .product_tab_bd .product_list {
  position: absolute;
  top: 0;
  left: 0;
}
.product_tab .product_tab_bd .product_list + .product_list {
  display: none;
}
.advantage_list {
  width: 100%;
  overflow: hidden;
}
.advantage_list .advantage_item {
  float: left;
  width: 50%;
  *width: 465px;
  padding-left: 115px;
  padding-right: 20px;
  margin-bottom: 20px;
}
.advantage_list .advantage_item img {
  float: left;
  width: 100px;
  height: 100px;
  margin-left: -115px;
}
.advantage_list .advantage_item h4 {
  height: 28px;
  line-height: 28px;
  margin-top: 8px;
  font-size: 18px;
  color: #585858;
  font-weight: 400;
  overflow: hidden;
}
.advantage_list .advantage_item p {
  height: 40px;
  margin-top: 10px;
  font-size: 14px;
  color: #999999;
  line-height: 22px;
  overflow: hidden;
}
.section_hd_2 {
  padding: 0 15px;
  height: 54px;
  line-height: 54px;
  font-size: 14px;
  color: #999999;
  border-bottom: 1px solid #ebebeb;
}
.section_hd_2 i {
  font-size: 24px;
  color: #808080;
}
.index_about {
  float: left;
  width: 50%;
  height: 305px;
  border-right: 1px solid #EBEBEB;
  overflow: hidden;
}
.index_about .index_about_con {
  padding: 15px;
  overflow: hidden;
}
.index_about .index_about_con img {
  float: left;
  width: 150px;
  height: 220px;
  margin-right: 20px;
}
.index_about .index_about_con p {
  float: left;
  width: 390px;
  font-size: 14px;
  line-height: 30px;
  color: #585858;
  overflow: hidden;
}
.index_news {
  float: left;
  width: 598px;
  height: 305px;
}
.index_news .section_hd_2 a {
  float: right;
  color: #0d87c5;
}
.index_news .section_bd_2 {
  padding: 0 15px;
}
.index_news .section_bd_2 .news_list {
  overflow: hidden;
}
/*==========新闻页面 开始==========*/
.news_page {
  margin: 35px auto;
  width: 1200px;
  height: auto;
  background: url(../images/news_list_bg.gif) repeat-y center top;
  overflow: hidden;
}
.news_page .news_page_l {
  float: left;
  width: 218px;
  margin-left: 36px;
}
.news_page .news_page_l dt {
  font-size: 22px;
  color: #646464;
  text-indent: 29px;
  margin-bottom: 10px;
  overflow: hidden;
}
.news_page .news_page_l .news_menu li {
  padding: 0 29px;
  *width: 160px;
  height: 40px;
  line-height: 40px;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}
.news_page .news_page_l .news_menu li a {
  font-size: 16px;
  color: #646464;
}
.news_page .news_page_l .news_menu li a:hover {
  color: #0d87c5;
}
.news_page .news_page_l .news_menu li.on {
  background: url(../images/news_bg.png) no-repeat left top;
}
.news_page .news_page_l .news_menu li.on a {
  color: #0d87c5;
}
.news_page .news_page_r {
  float: right;
  width: 880px;
}
.news_page .news_page_r h2 {
  font-size: 18px;
  color: #585858;
}
.news_list {
  width: 100%;
}
.news_list .news_item {
  width: 100%;
  padding: 20px 0;
  border-bottom: 3px solid #f4f4f4;
}
.news_list .news_item > a {
  display: block;
  padding-right: 365px;
  overflow: hidden;
}
.news_list .news_item > a img {
  float: right;
  margin-right: -365px;
  width: 354px;
  height: 204px;
}
.news_list .news_item > a .info {
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  color: #0d87c5;
  margin-top: 10px;
}
.news_list .news_item > a h3 {
  font-size: 16px;
  font-weight: 400;
  color: #161616;
}
.news_list .news_item > a p {
  font-size: 14px;
  line-height: 22px;
  margin-top: 15px;
  color: #585858;
}
.news_list .news_item > a:hover h3 {
  color: #0d87c5;
  text-decoration: underline;
}
.news_list .news_item > a:hover p {
  color: #0d87c5;
}
.news_list .news_item.no_img > a {
  padding-right: 0;
  padding-left: 97px;
}
.news_list .news_item.no_img > a .info {
  float: left;
  margin-left: -97px;
  margin-top: -20px;
  width: 82px;
  height: 82px;
  *border: 1px solid #E5E5E5;
  background-color: #E5E5E5;
  text-align: center;
  font-size: 14px;
  color: #bababa;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1) inset;
  overflow: hidden;
}
.news_list .news_item.no_img > a .info span {
  font-size: 40px;
}
.news_list .news_item:last-child {
  border-bottom: none;
}
.article .article_hd {
  padding-bottom: 10px;
  border-bottom: 1px solid #CCCCCC;
  text-align: center;
}
.article .article_hd h1 {
  font-size: 20px;
  line-height: 36px;
  color: #0d87c5;
}
.article .article_hd .article_infor {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 26px;
  line-height: 26px;
  font-weight: normal;
  background-color: #F3F3F3;
}
.article .article_hd .article_infor span {
  padding: 0 10px;
  color: #161616;
  font-size: 12px;
}
.article .article_bd {
  margin: 20px 0 0;
}
.other_news {
  width: 100%;
  margin: 30px 0 20px;
}
.other_news .title {
  font-size: 18px;
  color: #0d87c5;
  margin-bottom: 20px;
}
.news_list_style2 {
  border-bottom: 1px solid #F3F3F3;
}
.news_list_style2 .news_item {
  padding-bottom: 5px;
  margin-bottom: 5px;
  padding-left: 25px;
  height: 35px;
  line-height: 35px;
  background: url(../images/sanjia.png) no-repeat left center;
  overflow: hidden;
}
.news_list_style2 .news_item a {
  float: left;
  width: 80%;
  font-size: 14px;
  color: #323232;
}
.news_list_style2 .news_item a:hover {
  color: #0d87c5;
}
.news_list_style2 .news_item span {
  float: right;
  width: 20%;
  font-size: 12px;
}
/*==========新闻页面 结束==========*/
/*==========产品列表 开始==========*/
.product_list {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.product_list .product_item {
  float: left;
  width: 260px;
  height: 356px;
  margin: 0 20px 25px;
  text-align: center;
  background-color: #FFFFFF;
}
.product_list .product_item .product_pic {
  display: block;
  width: 260px;
  height: 165px;
  overflow: hidden;
}
.product_list .product_item .product_pic img {
  width: 260px;
  height: 165px;
}
.product_list .product_item .product_name {
  margin-top: 20px;
  padding: 0 15px;
  font-weight: 400;
  height: 24px;
  font-size: 24px;
  line-height: 24px;
  overflow: hidden;
}
.product_list .product_item .product_name a {
  font-size: 18px;
  color: #585858;
}
.product_list .product_item .product_name a:hover {
  color: #0d87c5;
}
.product_list .product_item p {
  font-size: 14px;
  color: #868686;
  margin-top: 10px;
  height: 30px;
  padding: 0 15px;
  overflow: hidden;
}
.product_list .product_item .product_price {
  font-size: 18px;
  color: #EC7316;
  font-weight: bold;
}
.product_list .product_item .btn_group {
  padding: 0 15px;
  margin-top: 15px;
  overflow: hidden;
}
.product_list .product_item .btn_group .btn_buynow i,
.product_list .product_item .btn_group .btn_seedetail i {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  width: 17px;
  height: 100%;
  background-image: url(../images/btn_icon2.png);
  background-repeat: no-repeat;
}
.product_list .product_item .btn_group .btn_buynow {
  width: 110px;
  background-color: #f14c4c;
}
.product_list .product_item .btn_group .btn_buynow i {
  background-position: 0 7px;
}
.product_list .product_item .btn_group .btn_seedetail {
  *margin-left: 10px;
  width: 110px;
  background-color: #0d87c5;
}
.product_list .product_item .btn_group .btn_seedetail i {
  background-position: 0 -23px;
}
.product_list .product_item .btn_group .btn_buynow:hover {
  background-color: #ef3434;
}
.product_list .product_item .btn_group .btn_seedetail:hover {
  background-color: #0b77ad;
}
.product_list .product_item .btn_group .btn_nobuy {
  width: 110px;
  cursor: default;
  background-color: #B3B3B3;
}
.product_classify {
  padding: 10px 0;
  margin-bottom: 35px;
}
.product_classify .title {
  float: left;
  width: 130px;
  height: 100%;
  color: #FFFDEF;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  background-color: #f14c4c;
  overflow: hidden;
}
.product_classify .product_classify_t {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-bottom: 1px solid #EBEBEB;
}
.product_classify .product_classify_t .tab_tit {
  float: left;
  width: 1070px;
  overflow: hidden;
}
.product_classify .product_classify_t .tab_tit span {
  display: inline-block;
  position: relative;
  padding: 5px 20px;
  margin: 5px 0 5px 10px;
  font-size: 14px;
  color: #575757;
}
.product_classify .product_classify_t .tab_tit span:hover,
.product_classify .product_classify_t .tab_tit span.on {
  border-radius: 3px;
  color: #FFFFFF;
  background-color: #0d87c5;
}
.product_classify .product_classify_b {
  border-bottom: 1px solid #EBEBEB;
  overflow: hidden;
}
.product_classify .product_classify_b .cate {
  float: left;
  width: 1070px;
}
.product_classify .product_classify_b .tab_con {
  display: none;
  margin-top: 10px;
}
.product_classify .product_classify_b .tab_con a {
  display: inline-block;
  padding: 5px 20px;
  margin: 5px;
  color: #757575;
  font-size: 14px;
}
.product_classify .product_classify_b .tab_con a:hover,
.product_classify .product_classify_b .tab_con a.on {
  color: #0d87c5;
  font-weight: bold;
}
/*==========产品列表 结束==========*/
/*==========产品详情 开始==========*/
.score {
  float: left;
  font-size: 14px;
  color: #b3b3b3;
}
.score .star_5 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  overflow: hidden;
  width: 78px;
  height: 16px;
  background: url(../images/star_bg.fw.png) no-repeat;
  vertical-align: middle;
  margin-top: -2px;
  position: relative;
}
.score .star_5 .star_5_hover {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  background: url(../images/star_on.fw.png) no-repeat;
}
.product_info {
  padding: 15px 0;
  background-color: #FFFFFF;
  overflow: hidden;
}
.product_info .product_info_l {
  float: left;
  width: 550px;
  height: 284px;
}
.product_info .product_info_l img {
  display: block;
  width: 550px;
  height: 285px;
}
.product_info .product_info_r {
  float: left;
  width: 550px;
  *width: 505px;
  padding-left: 45px;
}
.product_info .product_info_r h2 {
  font-size: 26px;
  color: #575757;
  font-weight: 400;
}
.product_info .product_info_r .price_box {
  padding: 5px 10px;
  background-color: #F3F3F3;
}
.product_info .product_info_r .price {
  font-size: 16px;
  color: #333333;
  margin-bottom: 10px;
}
.product_info .product_info_r .price em {
  font-size: 20px;
  color: #F92A2B;
}
.product_info .product_info_r .del_price {
  font-size: 14px;
  color: #999999;
  padding: 5px 0;
}
.product_info .product_info_r .infor {
  height: 25px;
  font-size: 14px;
  color: #999999;
  line-height: 25px;
  margin-bottom: 15px;
  overflow: hidden;
}
.product_info .product_info_r .product_info_rbtn {
  width: 100%;
}
.product_info .product_info_r .user_evaluation {
  float: none;
  width: 100%;
  height: 16px;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #999999;
  overflow: hidden;
}
.btn_buy,
.btn_reserve,
.btn_chat {
  padding: 0px 30px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  font-size: 18px;
  color: #FFF;
  text-indent: 25px;
  vertical-align: top;
  background-repeat: no-repeat;
  background-image: url(../images/btn_icons.fw.png);
}
.btn_buy,
.btn_reserve {
  background-color: #0d87c5;
}
.btn_buy {
  background-position: 30px -78px;
}
.btn_reserve {
  background-position: 30px 0;
}
.btn_chat {
  margin-left: 10px;
  background-color: #f14c4c;
  background-position: 30px -40px;
}
.product_page_b {
  width: 100%;
  overflow: hidden;
}
.product_page_l {
  float: left;
  width: 180px;
  border-right: 1px solid #F3F3F3;
}
.product_page_l .other_product {
  width: 100%;
  margin-bottom: 20px;
  background-color: #EEEEEE;
  background-image: url(../images/other_p.png);
  background-repeat: no-repeat;
  background-position: 15px top;
  overflow: hidden;
}
.product_page_l .other_product h3 {
  margin-top: 15px;
  font-size: 16px;
  color: #999999;
  font-weight: 400;
  text-align: center;
}
.product_page_l .other_product ul {
  padding: 0 20px;
  margin-top: 20px;
  overflow: hidden;
}
.product_page_l .other_product ul li {
  padding: 0 10px;
  height: 36px;
  margin-bottom: 15px;
  background-color: #D90000;
  line-height: 36px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #FFFFFF;
}
.product_page_l .other_product ul li a {
  font-size: 14px;
  color: #FFFFFF;
}
.product_page_l .other_product ul li a:hover {
  text-decoration: underline;
}
.product_page_l .other_product ul li:hover {
  background-color: #c00000;
}
.product_page_l .browsing_history {
  width: 100%;
}
.product_page_l .browsing_history h3 {
  padding: 0 10px;
  font-size: 18px;
  color: #333333;
  font-weight: 400;
  margin-bottom: 20px;
}
.product_page_l .browsing_history .product_list_style2 {
  width: 100%;
}
.product_page_l .browsing_history .product_list_style2 li {
  padding: 0 10px 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #F3F3F3;
}
.product_page_l .browsing_history .product_list_style2 li .product_pic {
  width: 100%;
  height: 86px;
}
.product_page_l .browsing_history .product_list_style2 li .product_name {
  text-align: center;
  font-weight: 400;
  padding: 5px;
}
.product_page_l .browsing_history .product_list_style2 li .product_name a {
  color: #666;
}
.product_page_l .browsing_history .product_list_style2 li .product_price {
  padding: 0 5px;
  text-align: center;
  color: #0d87c5;
}
.product_about {
  float: right;
  width: 1000px;
}
.product_hd {
  font-size: 16px;
  border-bottom: 1px solid #EBEBEB;
  overflow: hidden;
}
.product_hd ul {
  width: 100%;
  background-color: #FFFFFF;
}
.product_hd li {
  float: left;
  padding: 10px 30px;
  border-top: 2px solid transparent;
  background-color: #F3F3F3;
}
.product_hd li a {
  color: #333333;
}
.product_hd li a:hover {
  color: #0d87c5;
}
.product_hd li.on {
  border-top: 2px solid #0d87c5;
  background-color: #FFFFFF;
}
.product_hd li.on a {
  color: #0d87c5;
}
.reserve_popup {
  display: none;
  position: fixed;
  top: 100px;
  left: 50%;
  margin-left: -400px;
  width: 800px;
  padding: 20px;
  border: 1px solid #CFCFCF;
  background-color: #FFFFFF;
  border-radius: 3px;
  z-index: 100;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.reserve_popup .reserve_popup_hd {
  width: 100%;
  padding: 10px 0;
  font-size: 24px;
  color: #151515;
  border-bottom: 1px solid #CFCFCF;
  position: relative;
}
.reserve_popup .reserve_popup_hd span {
  font-size: 14px;
  color: #999999;
}
.reserve_popup .reserve_popup_hd .close_icon {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  background: url(../images/zhmmclose.png) no-repeat;
}
.reserve_popup .reserve_popup_hd .close_icon:hover {
  background: url(../images/zhmmclosehover.png) no-repeat;
}
.reserve_popup .reserve_popup_bd {
  width: 100%;
  margin: 35px 0;
}
.reserve_popup_form .form-group {
  width: 100%;
}
.reserve_popup_form .form-group .control-label {
  float: left;
  width: 195px;
  *width: 157px;
  padding-right: 28px;
  text-align: right;
  font-size: 16px;
  color: #575757;
  line-height: 44px;
}
.reserve_popup_form .form-group .controls {
  float: left;
  width: 370px;
}
.reserve_popup_form .form-group .controls .form-control {
  padding: 6px 15px;
  *padding: 6px 0;
  font-size: 16px;
}
.reserve_popup_form .form-group .controls .yam-control {
  width: 220px;
  *width: 200px;
}
.reserve_popup_form .form-group .controls .beizhu-control {
  height: 100px;
}
.reserve_popup_form .form-group .control-tip {
  float: left;
  width: 188px;
  *width: 160px;
  padding-left: 28px;
  font-size: 16px;
  color: #999999;
  line-height: 44px;
  overflow: hidden;
}
.reserve_popup_form .form-group .reserve_popup_btn {
  width: 280px;
  height: 54px;
  text-align: center;
  line-height: 54px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 3px;
  background-color: #E0E0E0;
}
.reserve_popup_form .form-group .reserve_popup_btn + .reserve_popup_btn {
  margin-left: 10px;
  background-color: #0d87c5;
  color: #FFFFFF;
}
.product_fixed_nav {
  display: none;
  text-align: right;
  padding: 10px 0;
  background-color: #FFFFFF;
  border-bottom: 1px solid #F3F3F3;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.product_fixed_nav .tel {
  line-height: 40px;
  margin-right: 10px;
}
#maodian {
  width: 1000px;
  z-index: 11;
}
.product_bd {
  width: 100%;
  padding: 10px;
}
.product_bd .product_section {
  position: relative;
  padding: 10px 0;
  margin-bottom: 20px;
}
.product_bd .product_section .pro_sec_title {
  text-align: center;
  padding-bottom: 10px;
}
.product_bd .product_section .pro_sec_title h3 {
  font-size: 24px;
  color: #161616;
  margin-bottom: 10px;
}
.product_bd .product_section .pro_sec_title p {
  font-size: 14px;
  color: #585858;
}
.product_bd .product_section .pro_sec_content {
  padding: 10px 0;
}
.pjlevel {
  width: 100%;
  height: 45px;
  border-bottom: 1px solid #F3F3F3;
}
.pjlevel li {
  float: left;
  margin-right: 10px;
  padding: 0 10px;
  font-size: 16px;
  color: #585858;
  line-height: 45px;
  cursor: pointer;
}
.pjlevel li.on {
  line-height: 43px;
  border-bottom: 2px solid #0d87c5;
}
.nopj {
  width: 100%;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background-color: #F3F3F3;
  font-size: 16px;
  color: #666;
}
.pingjiacon {
  width: 100%;
  height: auto;
}
.pingjiacon .pjdetail {
  width: 100%;
  overflow: hidden;
  padding: 20px 10px;
}
.pingjiacon .pjdetail .pj_left {
  width: 115px;
  float: left;
}
.pingjiacon .pjdetail .pj_left img {
  display: block;
  margin: auto;
  height: 106px;
  width: 106px;
  margin-bottom: 10px;
}
.pingjiacon .pjdetail .pj_left span {
  width: 115px;
  display: block;
  font-size: 14px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #161616;
}
.pingjiacon .pjdetail .pj_right {
  width: 820px;
  float: right;
  overflow: hidden;
  font-size: 14px;
}
.pingjiacon .pjdetail .pj_right .userpj_hd {
  width: 100%;
  overflow: hidden;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #E2E2E2;
}
.pingjiacon .pjdetail .pj_right .userpj_hd .date {
  font-size: 14px;
  float: right;
  color: #585858;
}
.pingjiacon .pjdetail .pj_right .yh {
  width: 100%;
  font-size: 14px;
  line-height: 22px;
  color: #757575;
}
.pingjiacon .pjdetail .pj_right .kfreback {
  margin-top: 10px;
  font-size: 12px;
  color: #0d87c5;
}
.faq_list {
  width: 100%;
  height: auto;
}
.faq_list li {
  width: 100%;
  padding: 10px 0;
  margin-bottom: 10px;
}
.faq_list li h6 {
  font-size: 16px;
  height: 24px;
  line-height: 24px;
  color: #161616;
  padding-left: 25px;
  background: url(../images/faq_q.png) no-repeat left top;
}
.faq_list li p {
  margin-top: 10px;
  font-size: 16px;
  color: #757575;
  line-height: 1.5;
  padding-left: 25px;
  background: url(../images/faq_a.png) no-repeat left top;
}
/*==========产品详情 结束==========*/
/*==========招聘页面开始==========*/
.recruit_page {
  margin-top: 30px;
}
.recruit_page .recruit_hd {
  width: 100%;
  margin-bottom: 35px;
}
.recruit_page .recruit_hd .recruit_list_nav {
  background-color: #f5f5f5;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.recruit_page .recruit_hd .recruit_list_nav li {
  float: left;
  padding: 10px 20px;
}
.recruit_page .recruit_hd .recruit_list_nav li a {
  font-size: 16px;
  color: #646464;
}
.recruit_page .recruit_hd .recruit_list_nav li a:hover {
  color: #0d87c5;
}
.recruit_page .recruit_hd .recruit_list_nav li.on {
  padding: 9px 20px;
  border-bottom: 2px solid #0d87c5;
  background-color: #FFFFFF;
}
.recruit_page .recruit_bd {
  width: 100%;
  overflow: hidden;
}
.recruit_page .recruit_bd .recruit_numbers {
  float: left;
  width: 200px;
}
.recruit_page .recruit_bd .recruit_numbers .numbers_box {
  padding-top: 150px;
  background-color: #F5F5F5;
  background-image: url(../images/zp_icon.png);
  background-position: center center;
  background-repeat: no-repeat;
}
.recruit_page .recruit_bd .recruit_numbers p {
  width: 100%;
  background-color: #EEEEEE;
  text-align: center;
  line-height: 35px;
  font-size: 14px;
  color: #646464;
}
.recruit_page .recruit_bd .recruit_content {
  float: right;
  width: 960px;
}
.recruit_page .recruit_bd .recruit_content .job_name {
  font-size: 32px;
  color: #585858;
  padding-bottom: 10px;
  border-bottom: 1px solid #EEEEEE;
}
.recruit_page .recruit_bd .recruit_content .job_desc {
  margin-top: 20px;
  width: 100%;
  font-size: 14px;
  line-height: 26px;
  color: #666666;
  overflow: hidden;
}
.recruit_page .recruit_bd .recruit_content .job_desc .job_desc_tit {
  color: #323232;
  font-size: 18px;
  margin-bottom: 10px;
}
.recruit_page .recruit_bd .recruit_content .job_desc .job_other_info {
  width: 100%;
  overflow: hidden;
}
.recruit_page .recruit_bd .recruit_content .job_desc .job_other_info li {
  float: left;
  width: 50%;
}
.recruit_page .recruit_bd .recruit_content .job_desc .job_other_info li a {
  color: #585858;
}
.recruit_page .recruit_bd .recruit_content .job_desc .job_other_info li.long {
  width: 100%;
}
.recruit_page .recruit_bd .recruit_content .tip {
  font-size: 14px;
  line-height: 2;
  margin: 10px 0 20px;
  color: #f14c4c;
}
.recruit_page .recruit_bd .recruit_content .receiving_mail {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 10px 20px;
  margin-bottom: 35px;
  font-size: 14px;
  color: #FFFFFF;
  background-color: #0d87c5;
  overflow: hidden;
}
/*==========招聘页面结束==========*/
/*==========联系我们 开始==========*/
.contact_page {
  margin-top: 35px;
}
.contact_page .title {
  font-size: 18px;
  color: #323232;
  margin-bottom: 25px;
}
.contact_page .contact_top {
  width: 100%;
  overflow: hidden;
}
.contact_page .contact_top .contact_way {
  float: left;
  width: 560px;
}
.contact_page .contact_top .contact_way li {
  float: left;
  width: 50%;
  *width: 220px;
  padding: 20px 0 20px 60px;
  border-top: 1px solid #EEEEEE;
  font-size: 14px;
  color: #565656;
  line-height: 2;
  background-repeat: no-repeat;
  background-image: url(../images/contant_icon.png);
}
.contact_page .contact_top .contact_way .contact_way_addr {
  background-position: 0 33px;
}
.contact_page .contact_top .contact_way .contact_way_tel {
  background-position: 0 -90px;
}
.contact_page .contact_top .contact_way .contact_way_weixin {
  background-position: 0 -205px;
}
.contact_page .contact_top .contact_way .contact_way_email {
  background-position: 0 -320px;
}
.contact_page .contact_top .contact_way .contact_way_web {
  background-position: 0 -435px;
}
.contact_page .contact_top .contact_way li.long {
  float: none;
  width: 100%;
}
.contact_page .contact_top .map {
  float: right;
  width: 560px;
}
.contact_page .contact_top .map .map_box {
  width: 476px;
  height: 266px;
}
.contact_page .contact_bottom {
  border-top: 1px solid #EEEEEE;
  padding: 35px 0;
  margin-top: 20px;
  background: url(../images/line_bg2.png) no-repeat left -1px;
  overflow: hidden;
}
.contact_page .contact_bottom .message .form-group {
  float: left;
  width: 28%;
  margin-bottom: 20px;
  margin-right: 20px;
}
.contact_page .contact_bottom .message .form-group_l {
  float: none;
  width: 100%;
}
.contact_page .contact_bottom .message .textarea {
  width: 58%;
  height: 200px;
  outline: none;
  padding: 5px;
  font-size: 14px;
  border: 1px solid #CCCCCC;
  border-radius: 2px;
  background-color: transparent;
}
.contact_page .contact_bottom .message .submit_btn {
  width: 120px;
  background-color: #0d87c5;
  cursor: pointer;
}
/*==========联系我们 结束==========*/
/*==========关于我们 开始==========*/
.about_us img {
  display: block;
  margin: 10px auto;
  max-width: 100%;
  height: auto;
}
/*==========关于我们 结束==========*/

/*# sourceMappingURL=style.css.map */
