@charset "utf-8";

/************************************************************************************
RESET
*************************************************************************************/

html,
body,
address,
blockquote,
div,
dl,
form,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
pre,
table,
ul,
dd,
dt,
li,
tbody,
td,
tfoot,
th,
thead,
tr,
button,
del,
ins,
map,
object,
a,
abbr,
acronym,
b,
.bdo,
big,
br,
cite,
code,
dfn,
em,
i,
img,
k.bd,
q,
samp,
small,
span,
strong,
sub,
sup,
tt,
var,
legend,
fieldset {
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
}


/* set image max width to 100% */

img {
    max-width: 100%;
    height: auto;
    width: auto\9;
    border: none;
    /* ie8 */
}

select::-ms-expand {
    display: none;
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    border: none;
    width: 180px;
    height: 20px;
    float: right;
    margin-top: 20px;
    line-height: 20px;
    margin-right: 10px;
    font-size: 12px;
    color: #999;
    padding-left: 3px;
    background: url(../images/select.png) no-repeat;
}

em {
    font-style: normal;
}

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


/************************************************************************************
GENERAL STYLING  BEGIN
*************************************************************************************/

body {
    background: #fff;
    margin: 0 auto;
    width: 100%;
    min-width: 1200px;
    font-family: "宋体";
    font-weight: 600;
}

#sonBody {
    background: url(../images/subBg.jpg) center;
    background-repeat: repeat-y;
    width: 100%;
    overflow: hidden;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

ul,
ol {
    list-style: none;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none;
    outline: none;
    cursor: pointer;
    /* transition: all .3s linear; */
}

.clear {
    clear: both;
    overflow: hidden;
    zoom: 1;
    float: none;
}


/************************************************************************************
GENERAL STYLING  END
*************************************************************************************/

.homeTit{
    width: 1200px;
    display: block;
    margin: 0 auto;
}

/* top样式 */

.top {
    width: 100%;
    height: 150px;
    background: url(../images/topBg.jpg) center no-repeat;
    overflow: hidden;
}

.top .container {
    position: relative;
    height: 150px;
}

.top .txt {
    font-size: 22px;
    color: #950000;
    position: absolute;
    top: 57px;
    left: 1029px;
}

.top .num {
    font-size: 30px;
    color: #950000;
    position: absolute;
    top: 81px;
    left: 1029px;
}


/* nav样式 */

.nav {
    height: 60px;
    line-height: 60px;
    background: #950000;
    overflow: hidden;
}

.nav a {
    width: 149px;
    height: 60px;
    text-align: center;
    font-size: 18px;
    color: #ffe403;
    display: block;
    float: left;
    margin: 0 0.5px;
}

.nav a:hover,
.navOn {
    background: #e20808;
}


/* 轮播图样式 */

.flexslider {
    margin: 0px auto;
    position: relative;
    width: 100%;
    height: 480px;
    overflow: hidden;
    zoom: 1;
}

.flexslider .slides li {
    width: 100%;
    height: 100%;
}

.flex-direction-nav a {
    width: 70px;
    height: 70px;
    line-height: 99em;
    overflow: hidden;
    margin: -35px 0 0;
    display: block;
    background: url(../images/ad_ctr.png) no-repeat;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease;
    border-radius: 35px;
}

.flex-direction-nav .flex-next {
    background-position: 0 -70px;
    right: 0;
}

.flex-direction-nav .flex-prev {
    left: 0;
}

.flexslider:hover .flex-next {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.flexslider:hover .flex-prev {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
    opacity: 1;
    filter: alpha(opacity=50);
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center;
}

.flex-control-nav li {
    margin: 0 2px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.flex-control-paging li a {
    background: url(../images/dot.png) no-repeat 0 -16px;
    display: block;
    height: 16px;
    overflow: hidden;
    text-indent: -99em;
    width: 16px;
    cursor: pointer;
}

.flex-control-paging li a.flex-active,
.flex-control-paging li.active a {
    background-position: 0 0;
}

.flexslider .slides a img {
    width: 100%;
    height: 480px;
    display: block;
}


/* 子页大图样式 */

.subBan {
    width: 100%;
    height: 300px;
    background: url(../images/subBan.jpg) center no-repeat;
}


/* 公共标题 */

.pubTit {
    width: 1200px;
    margin: 0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
}

.pubTit img {
    width: 100%;
}


/* 羊汤展示 */

.show {
    width: 100%;
    height: 800px;
    background: url(../images/showBg.jpg) center no-repeat;
    border-bottom: 3px solid #950000;
    overflow: hidden;
}

.show ul {
    width: 1216px;
    height: 480px;
    margin: 0 auto;
    overflow: hidden;
}

.show ul li {
    width: 285px;
    height: 220px;
    margin: 0 9.5px 20px;
    float: left;
    overflow: hidden;
}

.show ul li img {
    width: 285px;
    height: 220px;
    overflow: hidden;
}

.showMore {
    display: block;
    width: 156px;
    height: 39px;
    line-height: 38px;
    text-align: center;
    background: url(../images/more.png) center no-repeat;
    margin: 13px auto 0;
    color: #950000;
}

.showMore:hover {
    color: #333;
}


/* 羊肉汤简介 */

.description {
    width: 100%;
    height: 608px;
    background: url(../images/desBg.jpg) center no-repeat;
    overflow: hidden;
}

.abtImg {
    width: 465px;
    height: 345px;
    float: left;
    overflow: hidden;
}

.abtR {
    width: 682px;
    height: 345px;
    float: right;
    overflow: hidden;
    margin-right: 12px;
}

.abtTit {
    font-size: 24px;
    line-height: 26px;
    color: #950000;
}

.abtCon {
    margin-top: 16px;
    font-size: 16px;
    line-height: 31px;
    color: #333;
    text-align: justify;
}

.abtMore {
    display: block;
    width: 156px;
    height: 39px;
    line-height: 38px;
    text-align: center;
    background: url(../images/more.png) center no-repeat;
    margin: 17px 0 0;
    color: #950000;
}

.abtMore:hover {
    color: #333;
}


/* 羊肉馆环境 */

.env {
    width: 100%;
    height: 584px;
    background: url(../images/envBg.jpg) center no-repeat;
    overflow: hidden;
}

.envBox {
    width: 1200px;
    height: 220px;
    position: relative;
    margin: 0 auto;
}

.envBox .bd {
    width: 1200px;
    height: 220px;
    overflow: hidden;
}

.envBox .tempWrap {
    width: 1200px !important;
}

.envBox .bd li {
    width: 285px;
    height: 220px;
    float: left;
    margin: 0 9.5px;
    overflow: hidden;
}

.envBox .bd li .pic {
    width: 285px;
    height: 220px;
    line-height: 217px;
    overflow: hidden;
}

.envBox .bd li .pic img {
    max-height: 220px;
    display: inline-block;
    vertical-align: middle;
}

.env .prev {
    width: 34px;
    height: 62px;
    display: block;
    position: absolute;
    background: url(../images/right.png) no-repeat;
    right: -54px;
    bottom: 79px;
}

.env .next {
    width: 34px;
    height: 62px;
    display: block;
    position: absolute;
    background: url(../images/left.png) no-repeat;
    left: -54px;
    bottom: 79px;
}

.envMore {
    display: block;
    width: 156px;
    height: 39px;
    line-height: 38px;
    text-align: center;
    background: url(../images/envMore.png) center no-repeat;
    margin: 47px auto 0;
    color: #ffe403;
}

.envMore:hover {
    color: #333;
}


/* 新闻动态 */

.news {
    width: 100%;
    height: 623px;
    background: url(../images/newsBg.jpg) center no-repeat;
    overflow: hidden;
}

.news ul {
    width: 1248px;
    height: 410px;
    margin: 0 auto;
}

.news ul li {
    width: 576px;
    height: 204px;
    border-bottom: 1px dashed #d5d5d5;
    float: left;
    margin: 0 28px 0 20px;
    overflow: hidden;
}

.nTit {
    height: 52px;
    line-height: 52px;
    margin-top: 24.5px;
    font-size: 20px;
    color: #333;
}

.nDes {
    line-height: 30px;
    font-size: 16px;
    color: #999;
}

.nThi {
    margin-top: 12.5px;
    width: 260px;
    height: 26px;
    line-height: 25px;
    font-size: 14px;
}

.nThi a {
    display: block;
    float: left;
    width: 73px;
    height: 26px;
    text-align: center;
    color: #fff;
    background: #950000;
}

.nThi a:hover {
    color: #ffe403;
}

.nThi span {
    display: block;
    float: right;
    width: 187px;
    height: 26px;
    text-align: center;
    color: #fff;
    background: #999999;
}


/* 底部样式 */

.footer {
    width: 100%;
    height: 378px;
    background: url(../images/footBg.jpg) center no-repeat;
    overflow: hidden;
}

.footer .container {
    width: 1200px;
    height: 378px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.fContact {
    width: 533px;
    height: 131px;
    position: absolute;
    top: 107px;
    right: 0;
}

.fWebname {
    text-align: center;
    font-size: 24px;
    color: #ffe403;
    line-height: 43px;
    margin-top: 14px;
}

.fCon {
    font-size: 18px;
    color: #fff;
    line-height: 31px;
    margin-left: 125px;
}

.bottom {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -600px;
    width: 1200px;
    height: 54px;
    line-height: 54px;
}

.link {
    float: left;
    height: 54px;
}

.link span {
    font-size: 14px;
    color: #fff;
}

.link a {
    font-size: 14px;
    color: #fff;
    padding-right: 24px;
}

.link a:hover {
    color: #ffe403;
}

.copyRight {
    font-size: 14px;
    color: #fff;
}

.copyRight a {
    color: #fff;
}

.copyRight a:hover {
    color: #ffe403;
}

.copyRight span {
    float: right;
    padding-left: 22px;
}


/* 分页    b*/

.pagebar {
    margin: 20px auto;
    text-align: center;
    font-size: 14px;
    display: block;
}

.pagebar a,
.pagebar span {
    position: relative;
    font-size: 16px;
    border-right: #ddd 1px solid;
    padding-right: 5px;
    border-top: #ddd 1px solid;
    padding-left: 5px;
    padding-bottom: 2px;
    border-left: #ddd 1px solid;
    color: #555;
    margin-right: 2px;
    padding-top: 2px;
    border-bottom: #ddd 1px solid;
    text-decoration: none;
    font-weight: normal;
}

.pagebar .on {
    background: #950000;
    border-color: #950000;
    color: #fff;
}


/* 子页内容区b*/

.main {
    margin: 30px auto 0;
    width: 1200px;
}


/* 子页面内容区 */

.subRight {
    float: right;
    background: #fff;
    width: 940px;
    min-height: 693px;
    margin-bottom: 30px;
}

.subCon {
    width: 880px;
    margin: 20px auto;
    padding: 0 25px;
    overflow: hidden;
    font-size: 16px;
    color: #000;
    line-height: 2;
    text-align: justify;
    font-weight: normal;
}

.subCon p {
    margin: 0 0 15px;
}


/* 子页map */

.main_title {
    height: 30px;
    line-height: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d1d1d1;
    margin: 20px 20px 0 20px;
}

.main_title img {
    display: inline-block;
    vertical-align: -3px;
    margin-right: 12px;
    margin-left: 12px;
}

.main_title .title {
    font-size: 16px;
    color: #000300;
    display: inline;
}

.main_title .wz {
    font-size: 15px;
    color: #000300;
}

.main_title .wz a {
    color: #000300;
}

.main_title .wz a:hover {
    color: #950000;
}


/* 侧边栏 */

.sideBar {
    width: 246px;
    height: 584px;
    float: left;
    background: url(../images/sideBar.png) center;
    background-repeat: repeat-y; 
}
.sidebar-nav{
    margin-top: 150px;
}
.sideBar ul li {
    font-size: 18px;
    width: 123px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    margin: 0 0 15px 55px;
}

.sideBar ul li a {
    color: #da251c;
}

.sidebar-nav ul li:hover,
.sidebar-nav ul .on {
    background: #ffe403;
}
