body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
input,
textarea,
p,
th,
td,
img {
    margin: 0;
    padding: 0;
}

img {
    border: 0
}

ol,
ul {
    list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 16px;
}

input {
    outline: none;
    border: none;
}

html {
    _overflow-y: scroll;
}


/*****！！页面通用css样式定义开始******/

html,
body {
    min-width: 1200px;
    font-family: "Microsoft YaHei";
    _width: expression(document.body.clientWidth < 1200 ? "1200px": "auto");
}


/* body的css定义:这里定义页面上下左右边距，页面背景颜色，滚动条颜色样式 */

body {
    font-family: "微软雅黑";
    /*文字字体定义 */
    font-size: 14px;
    /*文字大小定义 */
    color: #666666;
    /*文字颜色定义 */
    min-width: 1200px;
    outline: none;
    background:url(../images/20170315085227_1467658184.jpg) top center no-repeat;
}

* {
    word-break: break-all;
    word-wrap: break-word
}


/* 网站超链接css通用设置 */

a {
    text-decoration: none;
}


/* 链接无下划线,有为underline */

a:link {
    color: #2c2c2c;
}


/* 未访问的链接 */

a:visited {
    color: #2c2c2c;
}


/* 已访问的链接 */

a:hover {
    color: #2c2c2c;
    text-decoration: none;
}


/* 鼠标在链接上 */

a:active {
    color: #2c2c2c;
}


/* 点击激活链接 */

p {
    line-height: 24px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.hide {
    display: none
}

.show {
    display: block
}

.dib {
    display: inline-block;
    *display: inline;
    zoom: 1;
}


/*.clear{clear:both; line-height:0; height:0; font-size:0px;}*/

.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


/*清除浮动*/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}


/*清除浮动*/

.clearfix {
    display: inline-block
}

* html .clearfix {
    height: 1%
}

.clearfix {
    display: block
}

.dib {
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.wrap {
    width: 1200px;
    margin: 0 auto;
    height: auto;
}

.red {
    color: red
}


/*表格样式定义 */

checkbox {
    border: 0px;
}


/*选择框样式定义 */

.input {
    border: 1px solid #ccc;
    height: 20px;
    line-height: 20px
}

ul,
li {
    list-style: none
}


/*public*/

.size1 {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}

.backcolor {
    background: #c00002;
}

.color {
    color: #c00002;
}

/*首页banner*/
.banner17{overflow: hidden;}
.banner17 .shutter {
    overflow: hidden;
    width: 1920px;
    height: auto;
    position: relative;
    left: 50%;
    margin-left: -960px;
    top: 0;
}

.banner17 .shutter-img {
    z-index: 1;
}

.banner17 .shutter-img,
.banner17 .shutter-img a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.banner17 .shutter-img a {
    cursor: default;
}

.banner17 .shutter-img a>img {
    width: 1920px;
    height: auto;
}

.banner17 .shutter-img .created {
    overflow: hidden;
    position: absolute;
    z-index: 20;
}

.banner17 .shutter-btn {
    width: 1300px;
    height: 64px;
    z-index: 9;
    position: absolute;
    top: 50%;
    margin-left: -650px;
    margin-top: -32px;
    left: 50%;
    clear: both;
    display: none;
}

.banner17:hover .shutter-btn {
    display: block;
}

.banner17 .shutter-btn li {
    width: 64px;
    height: 64px;
    cursor: pointer;
}

.banner17 .shutter-btn li.prev {
    float: left;
    background: url(../images/public/left3.png) no-repeat;
}

.banner17 .shutter-btn li.next {
    float: right;
    background: url(../images/public/right3.png) no-repeat;
}

.cover {
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}




.w1200 { width:1200px; margin:auto;}

.top { color:#fff; height:35px; line-height:35px;}
.top a { color:#fff}


.toubu { height:149px; overflow:hidden}

.toubu strong { height:53px; display:block;  margin-left:15px; float:left; margin-top:49px; line-height:30px; font-size:24px; color:#fe6800;}
.toubu strong a { font-size:22px; color:#333}
.toubu span { color:#e62129; font-size:16px; font-weight: normal; letter-spacing:1.3px; color:#333}
.toubu b { margin-top:55px;}

#nav{width:1200px; background:#eaf6f2; margin:0 auto; height:50px; }
#nav li{width:170px; height:50px; line-height:52px; float:left; position:relative; z-index:500; font-family:"Microsoft YaHei"; text-align:center;}
#nav li a{color:#333; display:block; font-size:18px; font-weight:600;}
#nav li a:hover{  display:block; color:#fff; background:url(../images/20170314135338_588242185.jpg)top center repeat-x;}
#nav .a_nav a{ display:block; color:#fff; background:url(../images/20170314135338_588242185.jpg)top center repeat-x;}

#nav ul li ul {display: none;}
#nav ul li ul li{ border-right:none !important; border-bottom: 1px solid #fff;}
#nav ul li:hover ul {display: block; position: absolute; top:50px; min-width:120px; left:0;} 
#nav ul li:hover ul li a {display:block; background:url(../images/20170314135338_588242185.jpg)top center repeat-x; color:#ffffff; width:170px; text-align:center; filter:alpha(opacity=90); -moz-opacity:0.9; opacity:0.9;}
#nav ul li:hover ul li a:hover { background:#999999; color:#ffffff;}

.focus {width:100%; height:600px; overflow:hidden; position:relative;}
.focus ul {height:600px; position:absolute;}
.focus ul li {float:left; width:100%; height:600px; overflow:hidden; position:relative; background:#000;}
.focus ul li div {position:absolute; overflow:hidden;}
.focus .btnBg {position:absolute; width:100%; height:20px; left:0; bottom:0; background:#000; display:none;}
.focus .btn {position:absolute; width:1002px; left:50%; margin-left:-501px; height:24px; bottom:36px; text-align:right;}
.focus .btn span {display:inline-block; _display:inline; _zoom:1; width:25px; height:24px; line-height:24px; text-align:center; _font-size:0; margin-left:5px; cursor:pointer; background:#ccc;}
.focus .btn span.on {background:#fff;}
.focus .preNext {width:45px; height:100px; position:absolute; top:270px; background:url(../images/sprite.png) no-repeat 0 0; cursor:pointer;}
.focus .pre {left:0;}
.focus .next {right:0; background-position:right top;}
#banner{margin-top:0px; overflow:hidden;}

.shitang { background:url(../images/20170325141625_812472116.jpg) top left no-repeat; margin-top:50px; margin-bottom:30px; overflow:hidden}
.shitang_list { width:710px;}
.shitang_til { width:710px; height:73px; padding-top:17px; background:url(../images/20180829093417_840813322.jpg); line-height:33px;}
.shitang_til strong { color:#fff; font-size:34px; letter-spacing:3px; padding-left:50px;}
.shitang_til span { color:#8bbc76; font-family:Arial, Helvetica, sans-serif; text-transform:uppercase; font-size:10px; padding-left:40px;}
.shitang_nor { width:710px; overflow:hidden}
.shitang_nor dl { width:325px; height:105px; margin-top:37px; float:left; background:url(../images/20170314105850_1628025665.jpg) left no-repeat; overflow:hidden}
.shitang_nor dl dt { width:65px; color:#fe6800; font-size:20px; font-weight:bold; float:left; margin-top:25px; margin-left:32px;}
.shitang_nor dl dd { width:185px; line-height:28px; float:right; margin-top:10px;}
.shitang_nor dl:nth-of-type(even) { margin-left:60px;}  
.gengduo { width:540px; margin:auto; overflow:hidden}

.youshi { width:100%; margin:auto; background:url(../images/20170330160907_454485582.jpg) top center; height:500px; margin-top:50px; overflow:hidden}
.youshi_list { width:650px;}
.youshi_list dl { width:650px; height:100px; line-height:28px; margin-top:20px;}
.youshi_list dt { float:left; margin-right:40px;}
.youshi_list dd { width:510px; float:right; color:#fff;}
.youshi_list dd strong { color:#fff; font-size:20px; display:block; margin-bottom:5px; margin-top:5px;}
.youshi_list dt img { transition:all 1s; -webkit-transition:all 1s; -moz-transition:all 1s;} 
.youshi_list dl:hover dt img { transform: scale(1) rotate(360deg); -moz-transform: scale(1) rotate(360deg); -webkit-transform: scale(1) rotate(360deg);}



.anli_til { background:url(../images/20170314163659_2082799490.jpg); height:82px; margin-top:50px; margin-bottom:0px; text-align:center; font-size:29px; font-weight:bold; padding-top:20px; color:#fe6800; overflow:hidden}
.anli_til strong { color:#c00002; padding-left:55px;}
.xiaotu img { margin-bottom:15px; margin-right:15px;}
.anli_more { margin-top:5px; margin-bottom:10px;}
.xtimg{ width:280px; float:left; height:222px; overflow: hidden; position:relative; margin-bottom:15px; margin-right:20px; transition:all 1s;}
.xtimg span{  transition:all 1s;  display: block; position: absolute; bottom: -35px; background: #000;  width: 100%; line-height: 35px; color: #fff; text-align: center; opacity:0.5;}
.xtimg:hover span{ bottom:0px;}

.jian_til { background:url(../images/20170315094157_855974245.png); height:82px; margin-top:50px; margin-bottom:30px; text-align:center; font-size:29px; font-weight:bold; padding-top:20px; color:#fe6800; overflow:hidden}
.jian_til strong { color:#c00002; padding-left:55px;}
.jianjie { width:100%; margin:auto; background:url(../images/20170315093516_1289836974.jpg) top center no-repeat; margin-top:40px; overflow:hidden}
ianjie_nor { width:1200px; background:#fff; overflow:hidden}
.jianjie_nor img { float:left; border-radius:10px;}
.jianjie_hj{ width:600px;float:left;}
.jian_wenzi { float:right; width:560px; line-height:35px;}
.jian_wenzi strong { margin-top:40px; margin-bottom:10px; font-size:18px; color:#c00002; display:block;}
.jian_wenzi span { width:165px; height:30px; font-weight: normal; text-align:center; line-height:30px; display:block; background:#fe6800; border-radius:3px; margin-top:30px;}
.jian_wenzi span a { color:#fff}
.honor_til { width:225px; margin:auto; color:#c00002; font-size:29px; font-weight:bold; margin-top:40px;}
.honor_til img { float:left; margin-right:15px; margin-top:3px;}
.honor_nor { margin-top:0px; overflow: hidden; background:#ffffff;}
.honoranniu { width:150px; margin:auto; height:30px; font-weight: normal; text-align:center; line-height:30px; display:block; background:#fe6800; border-radius:3px; margin-top:30px; margin-bottom:50px;}
.honoranniu a { color:#fff;}

.new_til { width:390px; margin:auto; text-align:center; color:#cf0006; font-size:18px; font-weight: bold; margin-top:40px; margin-bottom:10px;}
.new_til strong { color:#c00002; font-size:24px; display:block;}
.new_til img { margin-top:15px; margin-bottom:15px;}

.news21 .news_div_item {
    position: relative;
}

.news21 .news_div_item_pic {
    position: absolute;
    top: 0;
}

.news21 .news_div_item_content {
    line-height: 30px;
    width: 530px;
    padding-top: 10px;
    position: absolute;
    top: 295px;
}

.news21 .news_div_item_a {
    font-size: 16px !important; 
}

.news21 .news_div_item_body {
    color: #333;
    line-height: 24px;
}

.new21{  width:580px; }
.news22{  width:580px; }
/* .news22 .news_div .news_div_item:nth-child(1){ display:none;} */
.news22 .news_div_item{ background:#f6f6f6; width:580px; height:80px; margin-bottom:20px; transition:0.2s;}
.news22 .news_div_item_date{float:left; width:92px; background:url(../images/20170207170450_23482702.jpg) right no-repeat;  height:80px; position:relative;  font-family:Arial, Helvetica, sans-serif;}
.news22 .news_div_item_day{position:absolute; top:24px; left:35px; font-size:24px; font-weight:bold;}
.news22 .news_div_item_month{position:absolute; top:50px; left:62px; color:#333;}
.news22 .news_div_item_year{position:absolute; top:50px; left:15px; color:#333;}
.news22 .news_div_item_content{ float:left; line-height:30px; margin-left:20px; width:425px; padding-top:10px; }
.news22 .news_div_item_a { color:#333; font-size:18px;}
.news22 .news_div_item_body{ color:#333;}
.news22 .news_div_item:hover { background:#c00002; transition:0.2s;}
.news22 .news_div_item:hover .news_div_item_day,.news22 .news_div_item:hover .news_div_item_month,.news22 .news_div_item:hover .news_div_item_year,.news22 .news_div_item:hover .news_div_item_title,.news22 .news_div_item:hover .news_div_item_body{ color:#FFF;}
.news22 .news_div_item:hover .news_div_item_title a{ color:#FFF;}

.kuaidu_til { font-size:24px; color:#fe6800; font-weight:bold; text-align:center; background:url(../images/20170315101006_881154019.jpg) bottom no-repeat; padding-top:10px; margin-top:30px;}
.kuaidu_til strong {color:#c00002}
.kuaidu_nor { margin-top:20px; margin-bottom:50px; overflow:hidden}
.kuaidu_nor dt {font-size:20px; color:#c00002; font-weight:bold; float:left; margin-right:30px;}
.kuaidu_nor dt img { float:left; margin-right:10px; margin-top:3px;}
.kuaidu_nor dd { float:left; margin-right:30px; margin-top:5px;}
.kuaidu_nor dd a { font-size:17px;}
.yqlj { width:100%; margin:auto; background:url(../images/20170315101624_963655354.jpg) center no-repeat; height:91px; line-height:91px; overflow:hidden}
.yqlj_til { font-weight: bold; font-size:20px; color:#fff;}
.yqlj_til span { font-family: Arial, Helvetica, sans-serif; font-weight: normal; margin-left:10px;}
.yqlj_nor { width:1000px;}
.linkTagcs li{line-height: 95px !important;}

.banquan { width:100%; height:40px; background:url(../images/20170315110909_198836643.jpg) center; overflow:hidden}
.banwenzi { width:750px; color:#333; line-height:33px; margin-left:30px; margin-top:47px;}
.banwenzi a { color:#333}
.erweima { padding-left:40px; margin-top:50px;}

.nybanner {width:100%; background:url(../images/20170328103140_1712164744.jpg) center; height:500px; margin-bottom:30px;}
#bodycon{ margin-bottom: 30px;}

/*菜谱展示*/
.caipu_nor2 dl { float:left; width:850px; height:250px; margin-right:25px;  background:url(../images/20160812085145_787565054.png);}
.caipu_nor2 dl dt { width:148px; text-align:center; height:46px; line-height:46px; color:#fff; font-size:20px; font-weight: bold; margin-bottom:20px;} 
.caipu_nor2 dl dd { width:800px; margin:auto; line-height:30px;}
.caipu_nor2 dl.hongse { width:850px; height:250px; background:url(../images/20160812085145_787565054.png);}

