@charset "utf-8";
/* CSS Document */
body{
	color:#333;
	font-family:arial,"宋体";
	font-size:12px;
	margin:0 auto;
	padding:0;	
	background-attachment: fixed;
	min-width:1200px;
}
/* 重置 */

div, form, p, i, img, ul, li, ol, dl, dt, dd, table, tr, td, th, fieldset, label, legend, select, button, input {
	margin:0;
	padding:0;
}
p, li, div {/* add */
	line-height:20px;
}

/* 标题样式 */

h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-size:12px;
	font-weight:normal;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0;
}
/* 列表样式 */

ul, ol, li, dl, dt, dd {
	list-style:none;
}
/* 图片样式 */

img, a img {
	border:0px;
	padding:0px;
	margin:0px;
	display: block;

}
/* 链接样式 */
a{
	color:#333;
}
a:link{
	text-decoration:none;
}
a:active{
	text-decoration:none;
}
a:visited{
	text-decoration:none;
}
a:hover{
	text-decoration:none;
}
/** 图片链接效果 **/

.pic a {
	padding:0px;
	border:1px solid #fff;

}
.pic a:hover {
	border:1px solid #d00;
	background:#fff4ce;
}

/**输入框颜色样式**/

.input-gray {
	color:#999;
}
.input-black {
	color:#000;
}

/* 清除浮动 */
.clearBoth {
	clear:both;
	/*控制分类后，各行高度不一样对不齐问题*/
	width:100%;
	height:0px;
	font-size:0;
	overflow:hidden;
	/*控制分类后，各行高度不一样对不齐问题*/
	line-height:0;
}
#root{
	width:100%;
	margin:0px auto;
	padding:0px;
}
#header{
	/*height:133px;*/
	height: 80px;
	display: flex;
	align-items: center;
	background-image:url(../images/top_bj.gif);
	background-position:center center;
	background-repeat:repeat-x;
	background-size: contain;
}
#header1{
	width:1200px;
	margin:0 auto;
	
	/*display: flex;*/
	/*align-items: center;*/
}
.logo{
	width:322px;
	float:left;
	/*padding-top:30px;*/
	margin-top: 15px;
}
.header_right{
	width:804px;
	float:right;
}
.top{
	padding-top:7px;
	height:51px;
	text-align:right;
}
.top img{
	vertical-align:middle;
	padding:0 15px;
}
.nav{
	height:65px;
}
.nav ul li{
	float:left;
	position:relative;
}
.nav ul li a{
	width:134px;
	height:51px;
	display:block;
	text-align:center;
	background-image:url(../images/nav_line.png);
	background-position:right top;
	background-repeat:no-repeat;
	padding-top:14px;
	font-family:"微软雅黑","宋体";
	font-size:15px;
	color:#6e3300;
}
.nav ul li a span{
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#b48c6b;
	text-transform:uppercase;
}
.nav ul li:hover a{
	background-image:url(../images/nav_1.png);
	background-position:center top;
	background-repeat:no-repeat;
}
.nav ul li:hover a span{
	color:#b17734;
}
#banner{
	text-align:center;
	font-size:0;
	line-height:0;
}
#foot{
	/*height:434px;*/
	background-image:url(../images/foot_bj.gif);
	background-position:center center;
	background-size: cover;
	background-repeat:no-repeat;
}
#foot1{
	width:1200px;
	margin:0 auto;
	padding-top:45px;
}
.foot_up{
	/*height:283px;*/
	 padding-bottom: 50px;
}
.foot_up_left{
	width:303px;
	float:left;
}
.foot_up_left_01{
	height:89px;
	padding-left:15px;
}
.foot_up_left_02{
	text-align:center;
}
.foot_up_left_02 span{
	display:inline-block;
	padding:0 15px;
	font-family:"微软雅黑","宋体";
	font-size:14px;
	color:#4b2a13;
}
.foot_up_right{
	width:804px;
	float:right;
}
.foot_up_right ul li{
	width:134px;
	float:left;
}
.foot_up_right_01{
	height:43px;
	background-image:url(../images/foot_12.png);
	background-position:center bottom;
	background-repeat:no-repeat;
	text-align:center;
	line-height:43px;
}
.foot_up_right_01 a{
	font-family:"微软雅黑","宋体";
	font-size:14px;
	color:#4a2912
}
.foot_up_right_02{
	text-align:center;
	padding-top:10px;
	line-height:28px;
	font-size:13px;
	color:#735a43
}
.foot_down{
	padding-top:35px;
	text-align:center;
	font-family:"微软雅黑","宋体";
	font-size:12px;
	color:#ffedcd;
	line-height:29px;
}
.foot_down a{
	color:#ffedcd;
}





@media only screen and (max-width: 1024px) {
    body{
        min-width: auto;
    }
    #header{
        display: none;
    }
    #foot1{
        width: 100%;
    }
    .foot_up_right{
        display: none;
    }
    .foot_up_left{
        width: 92%;
        margin: auto;
        float: none;
    }
    .foot_up{
        padding-bottom: 20px;
    }
    .foot_up_left_01 img{
        width: 100%;
    }
}
.common-phone-header,
.side-wrap {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .header-wrap {
    display: none;
  }

  .common-phone-header {
    display: block !important;
  }

  .side-wrap {
    display: block !important;
  }

  .common-phone-header {
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
  }

  .common-phone-header-inner {
    display: flex;
    height: 50px;
    border-bottom: 1px solid #eee;
    padding: 0 15px;
    justify-content: space-between;
    align-items: center;
  }

  .header-menu-phone {
    height: 30px;
    width: auto;
    display: block;
  }

  .header-logo-phone {
    height: 30px;
    width: auto;
    display: block;
  }

  .header-search-phone {
    height: 30px;
    width: auto;
    display: block;
  }

  .header-search-box-phone {
    display: none;
  }

  .header-search-input-phone {
    border-radius: 20px;
    height: 35px;
    border-width: 1px;
    border: 1px solid #333;
    padding: 0 10px;
    font-size: 14px;
  }

  .side-modal {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100vw;
    background: rgba(0, 0, 0, .5);
  }

  .side-container {
    display: none;
    position: fixed;
    z-index: 100000;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    background-color: #fff;
    color: #000;
    border-left: 1px solid #eee;
    animation: ani_side 1s;
  }

  .side-container.shown {
    display: block;
  }

  @keyframes ani_side {
    from {
      display: none;
      width: 3rem;
    }

    to {
      display: block;
      width: 100%;
    }
  }

  .side-wrap {
    width: 100%;
  }

  .side-top {
    display: flex;
    height: 60px;
    padding: 0 20px 0 30px;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eee;
  }

  .side-logo {
    height: 30px;
    width: auto;
  }

  .side-close {
    width: .48rem;
  }

  .side-bottom {
    padding: 0 .48rem 0 .72rem;
  }

  .nav-item-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .27rem 0 .27rem 0;
    border-bottom: 1px solid #eee;
  }

  .nav-item-inner span {
    display: flex;
    align-items: center;
    font-size: 14px;
  }

  .nav-item-inner img {
    width: .4rem;
  }

  .side-nav-list .nav-item a {
    color: #000;
    font-size: .26rem;
    width: 100%;
    /*display: inline-block !important;*/
  }

  .side-nav-list .side-local-img {
    width: .3rem;
    margin-right: .2rem;
    vertical-align: text-bottom;
  }

  .side-nav-list-sub {
    display: none;
  }

  .side-nav-list-sub .side-back-img {
    width: .3rem;
    margin-right: .2rem;
    vertical-align: text-bottom;
  }
}






















































































