﻿@charset "utf-8";
/* CSS Document */

body{
	/*min-width:1280px;*/
	width:100%;
    padding-top:79px;
	/*overflow-x:hidden;*/
}

.header-banner{
	width:100%;
	height:36px;
	line-height:36px;
	background-color:#333;
	font-size:13px;
	color:#ccc;
}
.centerbox{
	/*max-width:1200px;*/
	margin:0 auto;
}
.leftUl{
	display:inline-block;
	float:left;
}
.leftUl li{
	float:left;
}
.rightUl{
	display:inline-block;
	float:right;
}
.rightUl li{
	float:left;
}
.sx{
	padding-left:.5em;
	padding-right:.5em;
}
.nav{
	width:100%;
	background-color:#fff;
}
.Logonav{
    max-width: 1200px;
    margin: 0 auto;
    zoom: 1;
}
.header{
    position:fixed;
    top: 0;
    left: 0;
    width:100%;
    z-index:1000;
}
.nav_btn{
    width: 70px;
    height: 50px;
    line-height:45px;
    text-align:center;
    float:right;
    border-left: 1px solid #eee;
    display:none;
}
.nav_line{
    position:relative;
    display: inline-block;
    width: 30px;
    height: 5px;
    background-color: #cb9c42;
    transition:background-color,transform;
    transition-duration: 0.5s;
}
.nav_line::before, .nav_line::after {
    content: '';
    width: 30px;
    height: 5px;
    left:0;
    position: absolute;
    background-color: #cb9c42;
    transition:margin,transform;
    transition-duration: 0.5s;
}
.nav_line::before {
    margin-top: -10px;
}
.nav_line::after {
    margin-top: 10px;
}
.nav_line_close{
    background: rgba(0, 0, 0, 0);
}
.nav_line_close::before{
    margin-top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.nav_line_close::after{
    margin-top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


.Logonav::after {
    display:block;
    content: '';
    clear: both;
    height: 0;
}
.logobox{
	float:left;
	margin:10px 0; 
}
.navbox{
	/*float:left;*/
	height:100%;
	padding-left:210px;
	/*padding-left:70px;*/
}
.navul{
	width:100%;
	/*margin-top:33px;*/
	height:79px;
    line-height:79px;
}
.searchbox{
	float:right;
	padding-top:25px;	
	overflow:hidden;
}
.navli{
	position:relative;
	float:left;
    width:16%;
	text-align:center;
	cursor:pointer;
}
.navli>a{
    color:#696256;
    font-size:20px;
    display:block;
    width:100%;
    height:100%;
}
.navli:hover{
	background-color:#efefef !important;
}
.aColor{
	color:#999;
}
/*.navli a:hover{
	color:#999;
}*/
.downmenu{
	position:absolute;
	top:79px;
	left:0;
	z-index:2222;
	display:none;
	min-width:100%;
    border: 1px solid #efefef;
}
.downmenuli{
	line-height:40px;
	text-align:center;
	padding:5px 0px;
	background-color:#fff;
    white-space:nowrap;
}
.downmenuli:nth-child(odd){
	background-color:#efefef;
}
.downmenuli:hover a{
    text-decoration:underline;
}
.inputbox{
	position:relative;
	width:194px;
	height:34px;
	border:1px solid #aaa;
	background-color:#fff;
	overflow: hidden;
}
.inputbox input{
	display:block;
	width:100%;
	height:34px;
	line-height:34px;
	background-image:url(../images/searchIcon.png);
	background-repeat:no-repeat;
	background-position:94% center;
	text-indent:8px;
	font-size:15px;
	color:#999;
}
.searchicon{
	position:absolute;
	right:10px;
	top:3px;
	z-index:2222;
}
/*底部*/
.footer{
    /*margin-top:30px;*/
	background-color:#2a2a2a;
    padding-bottom:15px;
}
.foot_item{
    padding-top:90px;
    overflow:hidden;
}
.foot_contactUs{
    padding-right:30px;
    float:left;
    width:40%;
    box-sizing:border-box;
}
.footBor{
    font-size:30px;
    padding-right:40px;
    padding-bottom:20px;
    border-bottom:4px solid #7b4e1a;
}
.link_item{
    float:left;
    width:30%;
    padding-top:64px;
    /*padding-top:90px;*/
}
.link_item_ul{
    float:left;
    list-style:none;
    border-top:4px solid #7b4e1a;
    padding-top:50px;
}
.link_item_ul li{
    margin-bottom: 30px;
}
.foot_img{
    text-align:right;
    float:right;
    width:30%;
    margin-top:100px;
}
.foot_img img{
    width:165px;
    vertical-align:bottom;
}
.BackGroundPic{
    display:inline-block;
    height:100%;
}
.hasData{
    background:url(../images/more.png) no-repeat center 60px;
}

.foot_left{
    float:left;
    width:60%;
}
.foot_rig{
    float:left;
    width:40%;
    margin-top:15px;
}
.foot_ul {
    color: #bfbfbf;
    margin: 30px 0;
    /* height: 30px; */
}
.foot_ul li{
    display:inline-block;
    margin-right:50px;
}
.foot_ul li:last-child{
    margin-right:0;
}
.foot_ul li a{
    padding-bottom:6px;
    border-bottom:1px solid #bfbfbf;
}
.copyright{
    color:#7f7f7f;
    line-height:40px;
}
.qc{
    float:right;
}
.rig_info{
    margin-top:15px;
    color:#bfbfbf;
}
.rig_info p{
    line-height:30px;
}
.phone_num{
    font-size:26px;
    margin-bottom:20px;
}
/*适配的菜单*/
.phone_menu{
    position: fixed;
    left: 0;
    top: 50px;
    bottom:0;
    width: 100%;
    background-color:#fff;
    transition: transform 0.5s;
    transform: translateX(-100%);
    z-index:1000;
}
.transX{
    transform: translateX(0);
}
.menu_item a{
    display:block;
    padding-left:10px;
}
.menu_item>a {
    line-height:40px;
    border-top:1px solid #eee;
}
.menu_item:last-child{
    border-bottom:1px solid #eee;
}
.hasChild{
    float:right;
    width: 50px;
    text-align:center;
}
.hasChild img {
    margin-top: 4px;
    width: 30px;
    height: 30px;
}
.cur_hasChild img{
    transform:rotate(180deg);
}
.child_menu{
    overflow:hidden;
    height:0;
    transition:height 0.5s;
}
.child_menu li{
    padding-left: 20px;
    height: 40px;
    line-height: 40px;
    border-top: 1px solid #eee;
}