/* 公共样式部分 */
html,body,h1,h2,h3,h4,h5,h6,button,input,select,textarea,p,ul,li,table,caption,tbody,tfoot,thead,tr,th,td,nav,section,div,span,a,img,strong {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	list-style: none;	
	font-family:"PingFangSC","helvetica neue","hiragino sans gb","arial","microsoft yahei ui","microsoft yahei","simsun","sans-serif";
	font-size: 12px;
	color: #fff;
	box-sizing: border-box;	
	-webkit-box-sizing: border-box;	
	-moz-box-sizing: border-box;	
	-ms-box-sizing: border-box;	
	-o-box-sizing: border-box;		
}
hr {
    border: none;
	height: 1px;
	margin: 0;
}
a,a:hover,a:active,a:visited,a:link{
	text-decoration: none;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.clear::after{ 
	content:"";        
	display:block;        
	height:0;        
	clear:both;        
	visibility:hidden;   
}
.content {
    width: 1200px;
    margin: 0 auto;
    /* overflow: hidden; */
}
.child_banner{
    min-width: 1200px;
}
/* 导航栏 */
header{
    width: 100%;
    background: #000;
	min-width: 1200px;
	position: relative;
	z-index: 6;
}
header>.content .logo_href{
	height: 80px;
	overflow: hidden;
}
header>.content{
    height: 80px;
}
header .nav {
    border-bottom: 1px solid #d4b475;
}
header .nav>li {
	float: left;
}
header .nav>li,
header .nav>li a {
    display: inline-block;
    height: 79px;
}
header .nav li a {
    width: 144px;
    color: #fff;
	text-align: center;
	position: relative;
}
header .nav li>a:hover{
    background-color: #622809;
    background-image: -o-radial-gradient(69px -18px, circle, #622809 11%,#301306 39%,#140403 50%);
    background-image: radial-gradient(circle at 69px -18px, #622809 11%,#301306 39%,#140403 50%);
}
header .nav li a div {
    padding-top: 19px;
    font-size: 16px;
    color: #fff;
}
header .nav li a div i {
    display: none;
}
header .nav li a span {
    font: 10px/31px '';
    color: #9c9c9c;
}
header .nav .active a div {
    color: #d4b475;
}
header .nav .active a span {
    color: #d4b475;
}
header .nav .active a div i {
    display: inline-block;
    border: 1px solid #d4b475;
    height: 9px;
    width: 9px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    border-radius: 2px;
}
header .nav .active a .border {
    border-top: 7px solid #d4b475;
}
header .nav li:hover .child_nav{
	display: block;
}
header .child_nav{
	text-align: center;
	display: none;
	position: absolute;
	top: 80px;
	padding-top: 16px;
	width: 144px;
	height: 200px;
	background-image: -webkit-linear-gradient(top,rgba(21,3,3,1) 12%,rgba(255,255,255,0) 100%);
	background-image: -moz-linear-gradient(top,rgba(21,3,3,1) 12%,rgba(255,255,255,0) 100%);
	background-image: -o-linear-gradient(top,rgba(21,3,3,1) 12%,rgba(255,255,255,0) 100%);
	background-image: linear-gradient(top,rgba(21,3,3,1) 12%,rgba(255,255,255,0) 100%);
}
header .nav .child_nav>a{
	line-height: 27px;
	font-size: 13px;
	display: inline-block;
	width: auto;
	height: 27px;
	color: #fff;
	border-bottom: 1px solid rgba(0, 0, 0, 0);
}
header .nav .child_nav>a:hover{
	color: #d4b475;
	border-bottom: 1px solid #d4b475;
}
/* 底部导航 */
.section_nav{
	width: 100%;
	margin: 0 auto;
	height: 50px;
	position: relative;
	background-color: #f0f0f0;
}
.nav_w{
	width: 1200px;
	margin: 0 auto;
}
.nav_w li{
	float: left;
	font-size: 16px;
	margin: 0 54px 0 0;
	padding: 10px 0;
}
.nav_w li:hover .second_nav{
	display: block;
}
.nav_w li>a{
	display: inline-block;
	line-height: 30px;
	padding: 0 15px;
	color: #999;
}
.nav_w li:hover>a,
.nav_w li.navcurr>a{
	background-color: #fff;
	border-radius: 50px;
	color: #2b7be7;
}
.second_nav{
	top: 50px;
}


/* 内容底部 */
.section_footer{
    background-color: #f8f8f8;
    min-width: 1200px;
}
.foot_w{
	padding: 36px 0 28px;
}
.foot_w h2{
	font-size: 30px;
	font-weight: 500;
	color: #666;
	text-align: center;
	letter-spacing: 2px;
}
.infor{
	padding: 72px 40px 22px;
}
.infor_w p, .infor_w_b p span{
	font-size: 18px;
	color: #444;
	line-height: 28px;
	letter-spacing: 1px;
}
.infor_pic{
	width: 260px;
	height: 260px;
	border: 3px solid #fff;
	background: #dcdcdc url('../images/gy_logo.png') no-repeat center center;
	-webkit-box-shadow: 0px 0px 14px rgba(108, 108, 108, 0.2);
	        box-shadow: 0px 0px 14px rgba(108, 108, 108, 0.2);
}
.infor_w_t .tel{
	width: 466px;
	height: 100px;
	background: url('../images/section9_icon_tel.png') no-repeat left center;
	padding: 22px 0 0 80px;
}
.infor_w_t .weixin{
	width: 300px;
	height: 100px;
	background: url('../images/section9_icon_weixin.png') no-repeat left center;
	padding: 32px 0 0 80px;
}
.infor_w_b{
	height: 160px;
	background: url('../images/section9_icon_place.png') no-repeat left 40px;
	padding: 34px 0 0 80px;
}
.infor_w_b p span{
	display: inline-block;
	padding-top: 14px;
}
.foot_w .copy{
	font-size: 18px;
	color: #999;
	text-align: center;
	line-height: 28px;
	letter-spacing: 2px;
}
/* 底部 */
.footer{
    padding:100px 0;
    background: #f4f4f4;
}
.footer .content{
    display: flex;
}
.footer .content>img{
    width: 528px;
}
.footer .content>span{
    padding: 78px 0 0px 66px;
}
.content h2{
	font-size: 48px;
    color: #858585;
    font-weight: normal;
    padding: 6px 0 10px 0;
    letter-spacing: 4px;
}
.footer .content>span>h2{
    padding-bottom: 78px;
}
.footer .content>span ul li svg{
    vertical-align: middle;
}
.footer .content>span ul li span{
    font: 20px/40px '';
    color: #848484;
    vertical-align: middle;
}
.bottom_logo img{
    width:428px;
    display: block;
    margin: 0 auto;
}
/* .footer{
	background-color: #fff;
}
.footer .copy{
	font-size: 14px;
	line-height: 26px;
	letter-spacing: 2px;
	color: #999;
	text-align: center;
	padding: 30px 0 25px;
}
.footer .copy a,
.footer .copy span{
	color: #999;
}
.footer .copy a:hover,
.footer .copy a:hover span{
	color: #2b7be7;
}
.footer .copy_l a{
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}
.footer .copy_l img{
	width: 50px;
}
.ewm_w{
	width: 280px;
	margin: 0 auto;
	overflow: hidden;
}
.ewm_w p{
	width: 110px;
	float: left;
	text-align: center;
	margin-right: 58px;
}
.ewm_w p:last-child{
	margin-right: 0;
}
.ewm_w p img{
	width: 100%;
}
.iconsw{
	padding: 15px 0 0;
}
.iconsc{
	display: inline-block;
	margin-right: 15px;
}
.iconsc a{
	display: inline-block;
}
.iconsc i{
	display: inline-block;
	width: 30px;
	height: 26px;
	background: url('../images/icons.png') no-repeat 0 -60px;
	vertical-align: middle;
}
.iconsc span{
	display: inline-block;
	vertical-align: middle;
	line-height: 18px;
}
.iconsc i.i1{
	background-position: 0 -90px;
}
.iconsc i.i2{
	background-position: 0 -150px;
}
.iconsc i.i3{
	background-position: 0 -180px;
}
.iconsc i.i4{
	background-position: 0 -120px;
}
.iconsw .iconsc:last-child{
	margin-right: 0;
} */
.up_up{
    width: 54px;
    height: 54px;
    border: 3px solid #a58c6a;
    border-radius: 5px;
    position: relative;
	cursor: pointer;
	position: fixed;
	bottom: 16px;
	right: 16px;
	transform:rotate(90deg);
	background: #1d1e24;
	display: none;
}
.up_up::before{
    display: inline-block;
    content:"";
    width: 20px;
    height: 20px;
    border-top: 1px solid #a58c6a;
    border-left: 1px solid #a58c6a;
    transform:rotate(-45deg) translate(15%,-55%);
    position: absolute;
    top: 50%;
    left: 50%;
}
.sidebar{
	width: 176px;
	height: 606px;
	position: fixed;
	top: 50%;
	right: 0;
	transform: translate(0,-50%);
	background: url(../images/sidebar.png);
	padding-top: 38px;
	z-index: 999;
}
.sidebar a{
	display: block;
	width: 98px;
	height: 114px;
	background: url(../images/sidebar_icon.png) no-repeat;
	background-position: -98px 0;
	margin-left: 58px;
	margin-bottom: 15px;
	position: relative;
}
.sidebar a:nth-child(2){
	background-position-y:-114px;
}
.sidebar a:nth-child(3){
	background-position-y:-228px;
}
.sidebar a:nth-child(4){
	background-position-y:-342px;
}
.sidebar a:hover{
	background-position-x:0;
}
.sidebar a:hover>span{
	display: block;
}
.sidebar>a>span{
	display: none;
	position: absolute;
	font: 24px/34px '';
	color: #cdb68d;
	top: 50%;
	transform: translate(-100%,-50% );
	padding: 0 14px;
	white-space:nowrap;
	border: 2px solid #cdb68d;
	/* background: #3c3a39; */
	background-image: -webkit-linear-gradient(left,rgba(183,182,182,.8) 0%,rgb(24, 23, 23, 1) 100%);
	background-image: -moz-linear-gradient(left,rgba(183,182,182,.8) 0%,rgba(24, 23, 23, 1) 100%);
	background-image: -o-linear-gradient(left,rgba(183,182,182,.8) 0%,rgba(24, 23, 23, 1) 100%);
	background-image: linear-gradient(left,rgba(183,182,182,.8) 0%,rgba(24, 23, 23, 1) 100%);
	
}
