﻿@charset "utf-8";
/* CSS Document */
body,div,ul,li,h1,h2,h3,h4,h5,h6,img,input,form,dl,dd,span,strong,p,em{margin:0 auto; padding:0;}
img{ border:0;}
ul, li{ list-style-type:none;}
a{transition: all 0.8s ease 0s; -moz-transition: all 0.8s ease 0s; -webkit-transition: all 0.8s ease 0s;}
a,a:hover{ text-decoration:none; color:#3f3f3f;}
body{font-family:"Microsoft YaHei"; font-size:14px; overflow-x:hidden;}
.fl{float:left;}
.fr{float:right;}
.clear{clear:both;}
.hiddle{display:none;}
.middle{max-width:1200px;width:90%;margin:0 auto;}
input,textarea{outline:none;}
input:required:invalid, input:focus:invalid, textarea:required:invalid, textarea:focus:invalid{box-shadow: none;}
i,em{ font-style:normal;}
@font-face {font-family: "iconfont";
  src: url('../fonts/iconfont.eot'); /* IE9*/
  src: url('../fonts/iconfont.eot') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/iconfont.woff') format('woff'), /* chrome, firefox */
  url('../fonts/iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  url('../fonts/iconfont.svg') format('svg'); /* iOS 4.1- */
}
.iconfont {
  font-family:"iconfont" !important;
  font-size:16px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
*:before,*:after { -webkit-box-sizing: border-box;-moz-box-sizing: border-box; box-sizing: border-box;}
.bodyv{overflow:hidden;}

/*header*/
.header{ background:url(../images/header_bc.jpg) no-repeat; background-size:100% 100%;}
.logo{overflow:hidden;padding:35px 0;}
.logo img{display:block;}
.nav{box-shadow:0 0 10px rgba(107,46,8,0.1);overflow:hidden;}
.nav ul li{line-height:60px;text-align:center;float:left;width:9.0909%;}
.nav ul li a{display:block; background:url(../images/nav_bc.jpg) center bottom repeat-x;color:#fff;font-size:18px; background-size:100% 100%;}
.nav ul li a:hover{ background:#fff;color:#5e2906;}
.nav ul li.active a{ background:#fff;color:#5e2906;}
/*header*/

/*手机导航*/
.bodyv{overflow:hidden;}
.mob_nav{ position:absolute;top:18px;right:5%;width:35px;z-index:999;display:none;}
.mob_nav span{display:block;width:100%;height:2px; background:#6b2e08;margin:7px 0;}
.mob_navbc{width:40%;height:100%; position:fixed;top:0;left:-100%; background:rgba(0,0,0,0.6);z-index:999;text-align:right; transition:all 1s;}
.mob_navbc p{font-size:40px;color:#fff;margin-right:10px;}
.mob_navbcd{left:0;}
/*手机导航*/

/*footer*/
.footer{font-size:14px;color:#7f7c81;padding:40px 0;line-height:30px;}
.footer span{margin-left:22px;}
.footer a{color:#7f7c81;}
/*footer*/