﻿/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
 global
 */

::-webkit-scrollbar {width: 8px;height: 6px;}
div::-webkit-scrollbar {width: 6px;height: 6px;}
::-webkit-scrollbar-track {background: #f1f1f1;}
::-webkit-scrollbar-thumb {border-radius: 10px;background: #bcbcbc;/*rgba(0,0,0,0.2)*/;}
::-webkit-scrollbar-thumb:window-inactive {background: #a8a8a8;/*rgba(0,0,0,0.1)*/;}
::-webkit-scrollbar-thumb:vertical:hover{background-color: #a8a8a8;/*rgba(0,0,0,0.3)*/;}
::-webkit-scrollbar-thumb:vertical:active{background-color: #a8a8a8;/*rgba(0,0,0,0.7)*/;}
::-webkit-input-placeholder{font-family:"Microsoft YaHei";color:rgba(255,255,255,.8);}
body {
    /*font: 12px/1.5 '\5FAE\8F6F\96C5\9ED1',Helvetica,Arial,Verdana;*/
    font: 400 13px/1.5 "Open Sans","Helvetica neue",Helvetica,Tahoma,"lantinghei sc","Microsoft Yahei",sans-serif;
}

a {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}
a:active, a:hover {
    text-decoration: none;
    outline: 0;
}
.img{
  width: 100%;
}
.browser-notify {
    padding: 5px 0 8px;
    text-align: center;
    color: #999;
    background: #f3f3f3
}
.browser-notify a {
    color: #f60
}
.clear{
  clear:both;
}

.pt60{
  padding-top: 60px;
}
.pb60{
  padding-bottom: 60px;
}
.ptb60{
  padding-top: 60px;
  padding-bottom: 60px;
}

.pt40{
  padding-top:40px;
}
.pb40{
  padding-bottom:40px;
}
.ptb40{
  padding-top:40px;
  padding-bottom:40px;
}

.pt30{
  padding-top:30px;
}
.pb30{
  padding-bottom:30px;
}
.ptb30{
  padding-top:30px;
  padding-bottom:30px;
}

.pt20{
  padding-top:20px;
}
.pb20{
  padding-bottom:20px;
}
.ptb20{
  padding-top:20px;
  padding-bottom:20px;
}
.pt10{
  padding-top:10px;
}
.pb10{
  padding-bottom:10px;
}
.ptb10{
  padding-top:10px;
  padding-bottom:10px;
}
@media (max-width: 768px){
  .pt{
      padding-top:0px;
   }
  .pb{
      padding-bottom:0px;
   }
  .ptb{
      padding-top:0px;
      padding-bottom:0px;
   }
}
.no-margin {
    margin: 0px;
}
.no-padding {
    padding: 0px;
}
.fix-float:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both
}

.section {
    min-width: 1000px;
    clear: both;
}

@media (max-width: 1000px) {
    .section {
        width:100%;
        min-width: 0;
        background-size:cover!important;
    }
}
.section-wrap {
    width: 1170px;
    height: 100%;
    margin: 0 auto
}

@media (max-width: 1000px) {
    .section-wrap {
        width:100%;
        min-width: 0
    }
}


.bg-fff{
    background-color: #fff;
}
.bg-f8{
    background-color: #f8f8f8;
}
.bg-image-1{
    background-image:url('/skin/theme/images/bg/bg1.gif');
}
.bg-image-2{
    background-image:url('/skin/theme/images/bg/bg2.png');
}
.bg-image-3{
    background-image:url('/skin/theme/images/bg/bg3.png');
}
.bg-image-4{
    background-image:url('/skin/theme/images/bg/bg4.png');
}
.bg-image-5{
    background-image:url('/skin/theme/images/bg/bg5.png');
}
.bg-image-6{
    background-image:url('/skin/theme/images/bg/bg6.jpg');
}
.bg-image-7{
    background-image:url('/skin/theme/images/bg/bg7.jpg');
}
.bg-image-8{
    background-image:url('/skin/theme/images/bg/bg8.jpg');
}


.com-tit{
    text-align: center;
    padding: 60px 0;

}
.com-img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  text-align: center;
  margin: auto;
}
/*============================================
     主页
===============================================*/
.section-header {
  background: #070304;
  height: 60px;
  position: relative;
  z-index: 9999;
  min-width: 1100px;
}
.section-header-logo {
    position: absolute;
    left: 0;
    top: 0;
    height: 60px;
    z-index: 3000;
}
.section-header-logo .logo {
    float: left;
    width: 115px;
    height: 50px;
    margin-left: 20px;
    padding-top: 10px;
}
.section-header-logo .logo img {
    height: 40px;
}
.section-top-stores {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999;
}
.section-top-stores .com-stores-title{
    position: absolute;
    left: 152px;
    top: 20px;
    width: 140px;
    height: 43px;
    z-index: 9999;
    border-radius: 20px 20px 0 0;
    background-color: #222;
    border-top:2px solid #fff;
    border-left:2px solid #fff;
    border-right:2px solid #fff;
    border-bottom: 2px solid #222;
}
.section-top-stores .com-stores-title span{
    position: relative;
    color: #fff;
    font-size: 14px;
    left: 45px;
    top:10px;
}
.section-top-stores .com-stores-con{
    position: absolute;
    left: 42px;
    top: 60px;
    border-radius: 12px 0 12px 12px;
    border: 2px solid #fff;
    width: 250px;
    min-height: 120px;
    background: #222;
    z-index: 2777;
}
.com-stores-con .com-stores-wrap {
    position: relative;
    padding: 0 0 0 20px;
    margin: 18px 0;
    overflow: hidden;
}
.com-stores-con .com-stores-wrap .area {
    float: left;
    width: 50%;
    line-height: 26px;
}
.com-stores-con .com-stores-wrap .area a {
    color: #fff;
    transition: all .3s ease;
    display: block;
}
.com-stores-con .com-stores-wrap .area b {
    color: #888;
}

.area-nav{
    position: absolute;
    left: 0px;
    top:0px;
    width: 650px;
    opacity: 1;
    transition: all .3s ease;
    box-shadow: 0 0 10px rgba(0,0,0,.6);
    background-color: #f4f4f4;
    border-radius: 10px;
    z-index: 100;
}
.index-stores-item {
    float: left;
    position: relative;
    width: 50%;
    padding: 0px;
    display: none;
}
.index-stores-item a {
    position: relative;
    display: block;
    margin: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    min-height: 80px;
}
.index-stores-item .stores-img {
    float: left;
    background: #FFF;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    box-shadow: 0 0 1px rgba(0,0,0,.2);
    overflow: hidden;
    margin-left: 16px;
}
.index-stores-item .stores-img img {
    width: 100%;
    height: 100%;
}
.index-stores-item .stores-info {
    margin-left: 100px;
}
.index-stores-item .stores-info .stores-info-name {
    font-size: 16px;
    color: #000;
}
.index-stores-item .stores-info .stores-info-name em {
    padding-left: 10px;
    font-size: 12px;
    color: #ccc;
}
.index-stores-item .stores-info .stores-info-addr {
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-size: 11px;
    color: #989898;
}
.index-stores-item .stores-info .stores-info-addr span {
    display: block;
    background: url(/static/images/stores/addr.png) 0 0 no-repeat;
    background-size: 16px;
    padding-left: 20px;
}
.index-stores-item .stores-info .stores-info-tel {
    font-size: 12px;
    color: #000;
}
.index-stores-item .stores-info .stores-info-tel span {
    display: block;
    background: url(/static/images/stores/tel.png) 0 0 no-repeat;
    background-size: 16px;
    padding-left: 20px;
}

.section-header-nav{

}
.section-header-nav .nav {
    margin: 0 auto;
    height: 60px;
    line-height: 60px;
    text-align: center;
    position: relative;
}
.section-header-nav .nav a {
    font-size: 13px;
    color: #fff;
    margin-right: 20px;
    font-family: "宋体",\5b8b\4f53;
    font-weight: 700;
}
.section-header-nav .nav .icon-hot {
    display: inline-block;
    width: 19px;
    height: 9px;
    vertical-align: middle;
    background: url(/static/images/icon-hot.png) no-repeat;
    margin-left: 4px;
    -webkit-animation: bounce 1s .2s ease both infinite;
    -moz-animation: bounce 1s .2s ease both infinite;
}
.section-header .tel {
    font-weight: 700;
    font-family: Times New Roman;
    font-style: italic;
    position: absolute;
    right: 20px;
    top: 14px;
    border: 2px solid #fff;
    border-radius: 15px;
    height: 28px;
    line-height: 28px;
    color: #fff;
    background: url(/static/images/icon-tel2017.png) 5px 50% no-repeat;
    padding: 0 15px 0 30px;
}
.section-header .tel span {
    font-size: 18px;
}

/*海鲜大礼包*/
.section-haixian-top{
  overflow: hidden;
  position: relative;
  z-index: 5;
  margin: 0;
}
.haixian-item .haixian-item-head {
    border-bottom: 2px solid #333;
    padding: 0 10px;
    height: 65px;
}
.haixian-item .haixian-item-head .haixian-item-head-tit {
    color: #333;
    font-weight: 650;
}
.haixian-item .haixian-item-head .haixian-item-head-cny{
    padding-top: 5px;
    font-size: 22px;
    line-height: 22px;
    font-style: italic;
    letter-spacing: -1px;
    color: #666;
}
.haixian-item .haixian-item-head .haixian-item-head-cny strong {
    color: #dd0000;
    font-weight: bold;
}
.haixian-item li {
    position: relative;
    padding: 0 10px;
}
.haixian-item li .haixian-item-con {
    position: relative;
    display: block;
    width: 145px;
    height: auto;
    padding: 8px 0;
    border-bottom: 1px solid #000;  
}
.haixian-item li .haixian-item-con .haixian-item-con-tit {
    color: #333;
    padding-bottom:5px;
}
.haixian-item li .haixian-item-con .haixian-item-con-spec {
    color: #888;
    font-size: 11px;
    font-family: arial;
    font-style: italic;
}
/*大闸蟹卡*/
.section-card a{
    color: #111;
}
.card-item-head {
    width: 1050px;
    margin: 0 auto;
    padding-right: 20px;
    height: 190px;
    padding-left: 50px;
}
.card-item {
    width: 1050px;
    margin: 0 auto;
    height: 550px;
    padding-left:10px;
}
.card-item .card-item-con{
    float: left;
    width: 346px;
    position: relative;
}
.card-item .card-item-con a {
    position: relative;
    transition: all .3s ease;
    background: url(/static/images/icon-rz.png?1) 180px 50% no-repeat;
    display: block;
}
.card-item .card-item-con a:hover {
    border-bottom: 1px solid #000;
}
.card-item .card-item-con .card-img-con {
    height: 58px;
    padding-top: 12px;
    border-bottom: 1px solid #ccc;
    position: relative;
    padding-left: 66px;
}
.card-item .card-item-con .card-img-con .card-img {
    position: absolute;
    left: 0;
    top: 14px;
    width: 54px;
}
.card-item .card-item-con .card-img-con .card-img img {
    width: 100%;
    height: auto;
    box-shadow: 0 0 6px rgba(0,0,0,.4);
    border-radius: 2px;
}
.card-item .card-item-con p {
    font-family: 'Trirong', serif;
    line-height: 18px;
    font-weight: bold;
    font-size: 12px;
}
.card-item .card-item-con .male-crab {
    display: inline-block;
    background: url(/static/images/male.png) no-repeat;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 4px;
}
.card-item .card-item-con .female-crab {
    display: inline-block;
    background: url(/static/images/female.png) no-repeat;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 4px;
}
.card-item .card-item-con .card-money {
    position: absolute;
    right: 50px;
    text-align: right;
    top: 0;
    font-size: 22px;
    line-height: 60px;
    font-family: 'Trirong', serif;
    font-weight: bold;
}
.section-card{
    background-color: #f6f5e6;
}
/*首页-最火产品*/
.section-hots {
    position: relative;
    overflow: hidden;
    background: #2f2523 url(/static/images/bbb112.jpg) no-repeat;
    height: 760px;
}
.section-hots .section-tit{
    position: relative;
    text-align: center;
    width: 100%;
    margin-bottom: 60px;
}
.section-hots .section-items{
   position: relative;

}
.hots-item{
    height: 420px;
    background-color: #000;
    border-radius: 15px;
}
.hots-item a{
    color: #000;
}
.hots-item .pic img{
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.hots-item .spec{
    height: 70px;
    background-color: #ebead4;
    background: url(/static/images/line_bg.jpg);
    background-repeat: repeat-x;
}
.hots-item .spec .spec-a{
    padding-top: 10px;
    padding-left: 35px;
    font-size: 13px;
    color: #111;
}
.hots-item .spec .spec-a .male-crab {
    display: inline-block;
    background: url(/static/images/male.png) no-repeat;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 4px;
}
.hots-item .spec .spec-a .female-crab {
    display: inline-block;
    background: url(/static/images/female.png) no-repeat;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 4px;
}
.hots-item .price{
    text-align: center;
    padding-top: 20px;
    font-family: serif;
    font-weight: bold;
}
.hots-item .price .price-nums{
    color: #fff;
    font-size: 35px;
    font-family: 'Trirong', serif;
    letter-spacing: 2px;

}
/*
  大闸蟹详细
*/
.section-dazhaxie{
    position: relative;
    min-height: 600px;
    background-color: #ca3920;
}
.lihe{
    position: absolute;
    bottom: -12px;
    width: 300px;
    height: 269px;
    margin-left: 250px;
    z-index: 100;
}
.dazhaxiecard{
    position: absolute;
    top:270px;
    left: 160px;
    width: 280px;
    height: 180px;
    padding: 0;
    text-align: center;
    border-radius: 15px;
}
.dazhaxiecard span{
   position: absolute;
   font-size: 30px;
   font-weight: 200;
   left: 100px;
   top:200px;
   color: #ccc;
   border-top:1px solid #ccc;
   border-bottom:1px solid #ccc;
}
.dazhaxiecard img{
    width: 280px;
}
.section-honor {
    background: #000;
    padding: 40px 0;
}
.dazhaxie-con{
    position:absolute;
    right: 100px;
    top: 220px;
}
.dazhaxie-con h2{
    padding-bottom: 5px;
    font-size: 16px;
    font-weight:bold;
    color: #e0eab9;
}
.dazhaxie-con h1{
    padding-bottom: 5px;
    font-size: 18px;
    font-weight:bold;
    color: #e0eab9;
    text-align: right;
}
.dazhaxie-con .dazhaxie-con-pric{
    padding-bottom: 20px;
    font-size: 18px;
    text-align: right;
}
.dazhaxie-con .dazhaxie-con-pric span{
   color: #e0eab9;
}
.dazhaxie-con-detail {
    position:relative;
    top:8px;
    right: -40px;
    width: 400px;
    padding: 0px;
    margin: 0;
    margin-top: 90px;
    overflow: hidden;
    background-color: #F4EFD9;
    border-radius: 12px;
    opacity: .8;
}
.dazhaxie-con-detail .con-detail-left {
    float: left;
    width: 160px;
    height: 131px;
    background-image: url(/static/images/321.png);
    background-repeat: no-repeat;
}
.dazhaxie-con-detail .con-detail-right {
    float: right;
    width: 240px;
}
.con-detail-right p {
    float: left;
    width: auto;
    border-top: 1px solid #6a5b3e;
    padding-top: 5px;
}
.con-detail-right p strong {
   font-weight: bold;
}
.dazhaxie-con-button{
    padding-top: 20px;
    position:relative;
    top:8px;
    right: -60px;
}
.dazhaxie-con-button a{
    float: left;
    width: 160px;
    height: 50px;
    line-height: 50px;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight:normal;
    background: #f85a3f;
    margin-left: 18px;
}
.honor-item{
    position: relative;
    background: #292929;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.honor-item img {
    width: 100%;
    padding: 30px;
}
.honor-item p {
    width: 100%;
    height: 90px;
    background: #ff0000;
    color: #fff;
    text-align: center;
    bottom: 0px;
    font-size: 16px;
    padding-top: 20px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.section-exchange .section-tit {
    position: relative;
    text-align: center;
    width: 100%;
    padding-top: 30px;
    margin-bottom: 60px;
}
.section-exchange .section-tit p {
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
    color: #999;
}
.section-exchange .exc-mode {
    font-size: 20px;
    padding-top: 0px;
    color: #333;
    text-align: center;
    padding-bottom: 60px;
    font-weight: 500;
}
.exc-item{
  text-align: center;
  background: #000;
}
.exc-item .exc-con {
    background: #000;
    padding: 25px 10px;
    color: #fff;
    height: 160px;
}
.exc-item .exc-con span {
    display: block;
    text-align: center;
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
}
.exc-item .exc-con p {
    line-height: 20px;
}

/*首页-新闻列表*/
.section-index-artice{
    background-image: url(/static/images/artice_bg.jpg);
    background-color: #fff;
    background-repeat: no-repeat;
}
.section-index-artice .section-tit {
    position: relative;
    text-align: center;
    width: 100%;
    margin-bottom: 60px;
}
/*关于我们*/
.section-about{
    background-color:#f8f8f8;
}
.section-about h4 {
    font-size: 28px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 36px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.section-about p {
    line-height: 26px;
    font-size: 14px;
    font-weight: 400;
    margin: 0px 0 10px 0;
    color: #888;
    letter-spacing: 1px;
}
/*门店列表*/
#stores-head {
    padding-bottom: 30px;
}
#stores-head h4 {
    font-family: Microsoft Yahei;
    font-size: 40px;
    line-height: 42px;
    color: #b2976a;
    margin-top: 10px;
}
#stores-head span {
    margin-left: 10px;
    letter-spacing: -4px;
    border-radius: 8px;
    background: #b2976a;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    color: #fff;
    text-align: center;
}

#stores-lists {
    width: 240px;
    float: left;
}
#stores-lists li {
    float: left;
    width: 110px;
    border-bottom: 1px solid #ddd;
}
#stores-lists a {
    display: block;
    font-family: "宋体",\5b8b\4f53;
    color: #aaaaaa;
}
#stores-lists .stores-area a {
    font-size: 16px;
    border-top: 1px solid #ddd;
    padding: 6px 0;
}
#stores-lists .itemCur .stores-area a {
    color: #222;
    font-weight: 700;
    border-top: 2px solid #222;
}
#stores-lists .stores-area a em {
    font-size: 12px;
    text-align: center;
    padding-left: 1px;
    float: right;
    display: inline-block;
    color: #ddd;
    font-family: Arial;
    text-align: center;
}
#stores-lists .stores-area a em i {
    font-size: 12px;
}
#stores-lists .stores-name {
    display: none;
    border-top: 1px solid #ddd;
    padding: 6px 0 20px;
}
#stores-lists .stores-name a:hover {
    color: #333;
    font-weight: 700;
}

#stores-map {
    float: right;
    width: 802px;
}
#stores-map-img {
    position: relative;
    width: 802px;
    height: 595px;
    background: url(/static/images/map.jpg) no-repeat;
}
#stores-map-img .item {
    position: absolute;
    text-align: center;
}
#stores-map-img .itemQinghai {
    left: 315px;
    top: 310px;
}
#stores-map-img .item span.s {
    cursor: pointer;
    color: #fff;
    font-weight: 700;
    width: 23px;
    height: 23px;
    display: inline-block;
    text-align: center;
    line-height: 23px;
    background: url(/stores/images/icon-dian1.png?v1) 0 0 no-repeat;
}
#stores-map-img .itemCur span.s {
    background-position: left bottom;
}
#stores-map-img .itemCur p.txt {
    border-radius: 100%;
    z-index: 5;
    left: -15px;
    top: -15px;
    background: url(/stores/images/bgSd3.png) no-repeat;
    color: #fff;
    font-weight: 700;
    width: 56px;
    height: 56px;
    text-align: center;
    line-height: 56px;
    position: absolute;
}
#stores-map-img .mendianList {
    position: absolute;
    width: 56px;
    text-align: center;
    display: none;
}
#stores-map-img .mendianList a {
    display: block;
    width: 56px;
    position: relative;
}
/*新闻列表*/
.article-item{
    text-align: left;
    height: auto;
    box-shadow: 0 10px 20px 0 rgba(0,0,0,.2);
    margin-bottom: 40px;
    border-radius: 0 0 15px 15px;
}
.article-item:hover {
    box-shadow: 0 10px 30px 0 rgba(0,0,0,.3);
}
.article-item a {
    color: #777;
    display: block;
}
.article-item .pic{
    height: 206px;
    margin-bottom: 20px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    overflow: hidden;
}
.article-item .pic img {
   width: 100%;
}
.article-item .tit {
    height: 40px;
    color: #000;
    overflow: hidden;
    margin-bottom: 10px;
    padding: 0 20px;
    font-weight:600;
}
.article-item .note {
    padding: 5px 20px;
    height: 66px;
    overflow: hidden;
}
.article-item .date {
    height: 16px;
    padding: 10px 20px 30px 20px;
    color: #ccc;
}

/*============================================
    BOTTOM SECTION
===============================================*/
.section-bottom{
    clear: both;
    background: #212121;
    overflow: hidden;
    padding: 55px 0px 10px 0px;
}
.section-bottom-list {
    width: 1200px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
}
.section-bottom-list ul li {
    width: 290px;
    background: #FFF;
    height: 80px;
    float: left;
    margin-left: 5px;
    background: url(/static/images/line_bg.jpg);
    background-repeat: repeat-x;;
}
.bl {
    float: left;
}
.br {
    float: left;
}
.section-bottom-list ul li img {
    text-align: center;
    display: block;
    margin-left: 50px;
    line-height: 90px;
    margin-top: 15px;
}
.b_note {
    margin-top: 15px;
    margin-left: 30px;
}
.b_note .b_note_title {
    font-size: 16px;
    color: #181717;
}
.b_note .b_note_en {
    font-size: 12px;
    color: #181717;
}

.footer {
    width: 1200px;
    margin: 25px auto;
    overflow: hidden;
    border-bottom: 1px #2b2b2b solid;
    padding-top: 20px;
    padding-bottom: 15px;
}
.footer_left {
    float: left;
    margin-bottom: 10px;
}
.f-nav {
    overflow: hidden;
}
.f-nav li {
    float: left;
    height: auto;
    color: #fafafa;
    text-align: left;
    width: 161px;
}
.f-nav li h2, .f-nav li>a {
    display: block;
    color: #fafafa;
    line-height: 30px;
}
.f-nav li h2 {
    font-weight: bold;
    color: #fafafa;
    font-size: 15px;
    margin-bottom: 5px;
}
.f-nav li a {
    text-align: left;
    line-height: 22px;
    color: #a7a7a7;
}
.footer_right {
    float: right;
    width: 600px;
}
.footer_service {
    padding-left: 32px;
    color: #dcdcdc;
    font-size: 17px;
    font-weight: bold;
    line-height: 28px;
}
.footer_qr {
    width: 379px;
    overflow: hidden;
}
.footer_qr ul li {
    width: 142px;
    text-align: center;
    float: left;
    margin-right: 29px;
}
.footer_qr ul li img {
    display: black;
    margin-left: 40px;
    width: 138px;
    height: 138px;
}
.footer_qr ul li p {
    height: 30px;
    line-height: 30px;
    color: #9f9f9f;
    text-align: center;
    margin-left: 66px;
}
.footer-copyright {
    color: #555;
    text-align: right;
    margin-top: 40px;
    width: 1200px;
    margin: 0 auto;
}
/*============================================
    分页
===============================================*/
#page-container
{
    margin: 25px 0;
    overflow: hidden;
    clear: both;
    text-align: center;
}
#page-container .pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0;
    border-radius: 4px;
}
@media (max-width: 768px)
{
  #page-container
  {
    margin: 0px 0;
   }
}
#page-container ul li
{
 float:left;
}
.page-disabled
{
    display: inline-block;
    padding: 0 5px;
    min-width: 20px;
    height: 39px;
    line-height: 39px;
    font-size: 14px;
    color: #c8cdd2;
    text-align: center;
}
.page span, .page-disabled
{
    display: inline-block;
    padding: 0 5px;
    min-width: 20px;
    height: 39px;
    line-height: 39px;
    font-size: 14px;
    color: #c8cdd2;
    text-align: center;
}
#page-container a
{
    display: inline-block;
    margin: 0 5px;
    padding: 0 5px;
    min-width: 20px;
    height: 29px;
    line-height: 30px;
    font-size: 14px;
    color: #787d82;
    text-align: center;
    border-bottom: 1px solid transparent;
    -webkit-transition: border-color 0.2s;
    -moz-transition: border-color 0.2s;
    transition: border-color 0.2s;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border:none;
    background-color:transparent;
    float:none;
}
#page-container li.active
{
    background: #2ba7db;
    color: #ffffff;
    border-color: transparent;
    border-bottom: 0px;
    height: auto;
}
#page-container li.active a
{

    color: #ffffff;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover
{
    z-index: 3;
    color: #23527c;
    background-color: transparent;
    border-color:border-color;
}