BODY, H1, H2, H3, H4, H5, H6, P, BLOCKQUOTE, DL, DT, DD, UL, OL, LI, PRE, FIELDSET, LEGEND, BUTTON,  LABEL,ul{

  padding:0px;

  margin:0px;

  border:0px;

  font-family: 新宋体;
}

*{  font-family: 新宋体}

body { min-width: 1200px; }

h1,h2,h3,h4,h5,h6{ font-size: 12px; font-weight:normal;}

img { border:0 none}

ol,ul{ list-style-type:none;}

a{ color:#000000; text-decoration:none; outline: medium none;}

.clear { 
  clear:both; 
}
.both:after {
  content: "";
  clear: both;
}
.fl{ float:left}

.fr{ float:right}

.commonWidth {
  width: 1200px;
  margin: 0 auto;
}
.commonA, .commonImg {
  display: block;
  width: 100%;
  height: 100%;
}
input {
  outline: none;
  border: 0;
  font-family: "新宋体" !important;
  background: none;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
}
/*清除苹果按钮样式*/
.btn:focus {
  outline: none !important;
}
.headerbtn_bar {
  display: none;
}
.iphone_nav {
  display: none;
}
.headerbtn_bar {
  width: 23px;
  height: 18px;
  font-size: 0;
  margin-top: 29px;
  cursor: pointer;
  background: url(../images/nav-btn.png) no-repeat;
}
.headerBg {
  width: 100%;
  height: 100px;
  background-color: #f6f4f1;
}
.logo {
  width: 358px;
  height: 38px;
  margin-top: 25px;
}
.nav>li {
  float: left;
}
.nav>li>a {
  display: block;
  font-size: 16px;
  color: #333333;
  padding: 0px 2px;
  line-height: 100px;
  position: relative;
  font-family: 微软雅黑;
}
.nav>li>a:after {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.nav>li>a:after {
  display: block;
  content: "";
  position: absolute;
  top: 70px;
  left: 0px;
  border-bottom: 2px solid #ae0c2a;
  width: 100%;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s,-webkit-transform .3s;
}
.nav>li>a:hover {
  color: #ae0c2a;
}
.nav>li>a:hover:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.nav>li+li {
  margin-left: 20px;
}
.navAct>a {
  color: #ae0c2a !important;
}
.navAct>a:after {
  -webkit-transform: scaleX(1) !important;
  transform: scaleX(1) !important;
}
.menuSearch {
  position: relative;
}
.searchBg {
  width: 36px;
  height: 29px;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 10;
}
.search {
  width: 100%;
  height: 100%;
}
.inText {
  width:0;
  height:29px; 
  position: absolute;
  z-index: 77;
  padding: 0;
  right: 0px;
  top: 0px;
  text-indent:10px; 
  padding: 0;
  line-height:29px; 
  background:none; border:none;
  font-size: 14px;
  color: #ffffff;
  outline: medium none;
  transition: all 1s ease .1s;
  -webkit-transition: all 1s ease .1s;
  -moz-transition: all 1s ease .1s;
  -ms-transition: all 1s ease .1s;
  -o-transition: all 1s ease .1s;
}
.searchBg .active.inText {
  width: 150px;
  padding-left: 10px;
  padding-right: 40px;
  background: #ccbeb1;
}
.inSub {
  background:none; 
  width:36px; 
  height:29px; 
  border:none; 
  cursor:pointer;
  padding: 0;
  text-align: center;
  line-height: 29px;
  outline: medium none;
  background: url(../images/search.png) no-repeat;
  position: absolute;
  z-index: 99;
  cursor: pointer;
  background-size: 100% 100%;
}
.footer {
  width: 100%;
  height: 300px;
  background: url(../images/footeBg.jpg) no-repeat center center;
}
.foot {
  box-sizing: border-box;
  padding: 48px 0px 40px;
}
.footleft {
  width: 358px;
}
.footerLogo {
  width: 358px;
  height: 38px;
}
.footerLogo>a>img {
  display: block;
  width: 100%;
}
.footleft>p {
  font-size: 14px;
  color: #f5ebed;
  line-height: 28px;
  margin: 15px 0px;
  text-align: center;
}
.footCode {
  width: 100%;
}
.footCodeCont {
  width: 50%;
  margin: 0 auto;
}
.footCodeCont>img {
  display: block;
  width: 90px;
  height: 90px;
  margin: 0 auto 10px;
}
.footCodeCont>p {
  font-size: 12px;
  color: #ffefe2;
  text-align: center;
}
.link {
  width: 30%;
  margin-left: 180px;
}
.link>h3, .contact>h3 {
  display: inline-block;
  border-bottom-width: 20px;
  border-bottom: 1px solid #8e6d51;
  font-size: 16px;
  color: #ffefe2;
  line-height: 28px;
}
.link>ul {
  margin-top: 20px;
}
.link>ul>li+li {
  margin-top: 10px;
}
.link>ul>li>a, .contact>p {
  display: block;
  font-size: 14px;
  color: #f5ebed;
  line-height: 30px;
}
.contact {
  width: auto;
}
.contact>p {
  margin-top: 20px;
}
.contact>p+p {
  margin-top: 10px;
}

.listNav {
  width: 240px;
}
.listNav>h4 {
  display: block;
  width: 100%;
  height: 60px;
  background: url(../images/listTitleBg.jpg) no-repeat;
  font-size: 24px;
  color: #ffffff;
  line-height: 60px;
  text-indent: 30px;
}
.listNavUl {
  width: 100%;
  margin-top: 10px;
  background-color: #ffffff;
}
.listNavUl>li>a {
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  color: #333333;
  text-indent: 30px;
  overflow: hidden;
  box-sizing: border-box;
  border-bottom: 1px solid #f5f5f5;
}
.listNavUl>li>a:hover {
  background: url(../images/listPic.png) no-repeat 208px #ae0c2a; 
  color: #ffffff;
}
.listNavTwo {
  display: none;
  width: 100%;
  background-color: #f5eded;
  padding: 10px 0px;
}
.listNavTwo>li>a {
  display: block;
  width: 100%;
  font-size: 14px;
  color: #666666;
  box-sizing: border-box;
  line-height: 24px;
  padding: 5px 20px 5px 40px;
}
.listNavTwo>li>a:hover {
  color: #ae0c2a;
}
.listNavAct>a {
  background: url(../images/listPic.png) no-repeat 208px #ae0c2a !important; 
  color: #ffffff !important;
}
.listNavTwoAct {
  color: #ae0c2a !important;
}

.commonRight {
  width: 900px;
}