﻿.comWidth{
	width: 1200px !important;
    margin:0 auto;
    padding-left:15px;
    padding-right:15px;
}
.head {
	min-height: 60px;
	background: #000;
	position: fixed;
	width: 100%;
    z-index:1049;
}
.head .logo{
	position: absolute;
	top: 10px;
	left: 1%;
}
.head .logo img{
    width:80%;
    height:80%;
}
@media (max-width: 1500px){
	.head .logo{
		display: none;
	}
}
.head_bar{
	height: 60px;
	line-height: 60px;
	margin-bottom: 0px;
	color: #937344;
	font-weight: bold;
}
.head .head_bar >li{
	padding-left: 8px;
	/*padding-right: 15px;*/
    margin-right:8px;
    margin-top:-15px;
}
.nlogo {
    position: relative;
    /*top: 8px;*/
    margin-right:20px;
}
.head_bar li a{
	font-size: 16px;
	color: #937344;
	font-weight: bold;
}
.head_bar li a:hover{
	color: #fff;
	text-decoration: none;
}
.head_bar li a:hover .head_line{
	display: block;
}
.head_line{
	display: none;
	width: 100%;
	border: 1px solid #937344;
	margin-top: -14px;
}
.head_line::after{
	content: "";
	display: block;
	width: 160%;
	margin-left: -30%;
	border: 1px solid #937344;
}

.head_bar .menu01 {
    top: 95%;
    left: -82%;
    text-align: center;
    background-color: transparent;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
.head_bar .menu01 li a{
    color:#000;
}
.head_bar .menu01 li {
    padding-left: 0;
    padding-right: 0;
    background: #937344;
    margin-bottom:2px;
}
.head_bar .menu01 li a:hover{
    background:#fff;
    color:#937344;
}
.head_bar .menu01 li:first-of-type {
    position:relative;
}
.head_bar .menu01 li:first-of-type div {
    width: 20px;
    height: 20px;
    position: absolute;
    top: -8px;
    left: 0;
    right: 0;
    margin: auto;
    background: #937344;
    transform: rotate(45deg);
    z-index: -1;
}


.bar_right em {
    text-align: center;
    font-style: normal;
    color: #000;
    font-size: 12px;
    display: inline-block;
    background: #fff;
    min-width: 20px;
    border-radius: 50%;
    line-height: 20px;
    position: relative;
    left: -4px;
    top: 8px;
}
.bar_right img{
    margin-top:-5px;
}
.bar_right a {
    border-right: 2px solid #393939;
    padding-right: 15px;
}
.bar_right li:last-child a{
    border-right:none;
}
.head .head_win{
    font-size:14px;
    position:absolute;
    right:1%;
    top:16px;
    transition: all 1s;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
}

.head .head_win span{
    display:block;
    width:180px;
    color:#000;
    background:#937344;
    padding:2px 10px;
    border-radius:15px;
    cursor:pointer;
}
@media (max-width: 1500px){
	.head .head_win{
		display: none;
	}
}
.head .head_win i{
    top:3px;
}
.head .head_win img{
    height:0;
    width:180px;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
}
.head .head_win:hover{
    background:#fff;
    border-radius:15px;
}
.head .head_win:hover img{
    height:160px;
}

/*页脚部分*/
.footer_width{
    width:1100px;
    margin:0 auto;
}
footer{
    background-color:#000;
    padding-top:30px;
    padding-bottom:10px;
}
footer .list-inline{
    margin-left:0px;
}
.footer_line ul li{
    margin-top:10px;
}
.footer_line ul li img{
    height:50px;
}
.footer_line ul li:last-of-type{
    border-right:none;
}
.footer_line ul li a {
    display: block;
    background-color: #896a3f;
    color: #000;
    font-size: 14px;
    width: 100%;
    text-align: center;
    border-radius: 5px;
}
.footer_us{
    margin-top:65px;
}
footer .foot_wei img, footer .footer_sina img{
    /*width:100%;*/
    margin-bottom:5px;
}
footer .foot_wei p{
    margin-top:0px;
    margin-bottom:0px;
    font-size:16px;
}
footer .foot_wei p:first-of-type{
    color:#fff;
}
footer .footer_sina img{
    margin-top:35px;
}
footer .footer_tel{
    text-align:center;
}
footer .footer_tel img{
    
}
footer .footer_tel span{
    color:#896a3f;
    font-size:32px;
    display:inline-block;
    vertical-align:middle;
}
footer .footer_tel a{
    font-size:24px;
    border:2px solid #896a3f;
    border-radius:15px;
    padding: 8px 40px;
    color:#fff;
    font-weight:lighter;
    display:inline-block;
    margin-top:15px;
}
footer .footer_list dl{
    width:20%;
    text-align:center;
}
footer .footer_list dl dt{
    font-size:16px;
    color:#fff;
    font-weight:normal;
}

footer .footer_list dl dd a{
    display:inline-block;
    font-size:14px;
    color: #393939;
    border-bottom:1px solid #393939;
    width:80px;
    padding-top:5px;
    padding-bottom:3px;
}
footer .footer_list dl dd a:hover{
    color:#fff;
    border-color:#fff;
}
footer .footer_xie >img{
    margin-left:60px;
    margin-top:-70px;
    width:420px;
    float:left;
}
footer .footer_proof{
    color:#393939;
    font-size:14px;
    margin-top:30px;
}
footer .footer_last {
    margin-top:40px;
    /*width: 420px;*/
}
footer .footer_last img{
    width:45px;
}
footer .footer_last p {
    font-size: 14px;
    margin-top:10px;
}
    /**右侧固定栏*/
    .rfixBar {
        position: fixed;
        background: #896a3f;
        font-size: 14px;
        z-index: 9999;
        width: 68px;
        right: 25px;
        top: 50%;
        margin-top: -200px;
        padding: 10px 6px;
        border-radius: 5px;
    }
.rfixBar ul {
    margin-bottom:0px;
}
.rfixBar ul li{
    padding-top:5px;
}
.rfixBar ul li img{
    width:80%;
    /*height:80%;*/
}
.rfixBar ul li a {
    color: #000;
}
.rfixBar ul li p{
    border-bottom:2px solid #000;
    padding-bottom:4px;
    font-size:14px;
}
.rfixBar ul li:last-of-type p{
    border:none;
    margin-bottom:0px;
}
.rfixBar .fixbar_win img{
    animation: win_bright 1s ease-in-out infinite;
    -webkit-animation: win_bright 1s ease-in-out infinite;
    -moz-animation: win_bright 1s ease-in-out infinite;
    -o-animation: win_bright 1s ease-in-out infinite;
}
@keyframes win_bright{
    0%{opacity:0;filter: alpha(opacity=0);}
    100%{opacity:1;filter: alpha(opacity=100);}
}
@-webkit-keyframes win_bright{
    0%{opacity:0;filter: alpha(opacity=0);}
    100%{opacity:1;filter: alpha(opacity=100);}
}
@-moz-keyframes win_bright{
    0%{opacity:0;filter: alpha(opacity=0);}
    100%{opacity:1;filter: alpha(opacity=100);}
}
@-o-keyframes win_bright{
    0%{opacity:0;filter: alpha(opacity=0);}
    100%{opacity:1;filter: alpha(opacity=100);}
}
.rfixBar .fixbar_cart div{
    position:relative;
    margin-bottom:10px;
}
.rfixBar .fixbar_cart div span{
    position:absolute;
    display:inline-block;
    background:#fff;
    min-width:20px;
    border-radius:50%;
    right:1px;
    top:28px;
    font-size:10px;
    line-height:20px;
}
.rfixBar .fixbar_tel img, .rfixBar .fixbar_cart div{
    transition:all 1.5s;
    -moz-transition:all 1.5s;
    -webkit-transition:all 1.5s;
    -o-transition:all 1.5s;
}
.rfixBar .fixbar_tel:hover img, .rfixBar .fixbar_cart:hover div {
    transform: scale(1.3, 1.3);
    -webkit-transform: scale(1.3, 1.3);
    -moz-transform: scale(1.3, 1.3);
    -o-transform: scale(1.3, 1.3);
}
.rfixBar .fixbar_top img{
    transition:all 0.5s;
    -moz-transition:all 0.5s;
    -webkit-transition:all 0.5s;
    -o-transition:all 0.5s;
}
.rfixBar .fixbar_top:hover img{
    transform:translateY(-6px)
}
/**index页面样式*/
.ban_index{
    margin-top:60px;
}
.ban_index .ban_img{
    text-align:center;
}
.ban_index .ban_img img{
    width:100%;
    position:relative;
}
.ban_index .ban_img .ban_hov{
    position:absolute;
    top:0px;
    left:15px;
    right:15px;
    bottom:0px;
    background:#000;
    /*opacity:0.8;
    filter:alpha(opacity=80);*/
    border-radius:15px;
    opacity:0;
    filter:alpha(opacity=0);
    /*display:none;*/
    transition:all 2s;
}
.ban_index .ban_img:hover .ban_hov{
    opacity:0.8;
    filter:alpha(opacity=80);
}
.ban_index .ban_img .ban_hov>div{
    position:relative;
    top:50%;
    margin-top:-55px;
}
.ban_index .ban_img p:first-of-type{
    color:#fff;
    font-size:24px;
}
.ban_index .ban_img p:last-of-type{
    margin-top:-5px;
}
.ban_index .ban_img p:last-of-type a{
    color:#937344;
    font-size:14px;
}
.ban_index .ban_img .ban_hov em{
    border-bottom: 1px solid #937344; 
    display:inline-block;
    width:100px;
    position:relative;
    top:-15px
}
.ban_index .ban_img .ban_hov em:after{
    content:"";
    display:inline-block;
    width:70px;
    border: 3px solid #937344;
    position:relative;
    top:8px;
}
.index_bg{
    margin-top:60px;
}
.index_bg .bg{
    background-image: url('../images/ban_01.jpg');
    background-size:100% 100%;
    background-position:center center;
    background-attachment: fixed;
    background-repeat:no-repeat;
    /*z-index:-1;*/
    /*min-width:1320px;*/
    width:100%;
    /*height:678px;*/
    position:relative;
}
.index_bg .bg2{
    background-image: url('../images/ban_02.jpg');
}
.index_bg .bg3{
    background-image: url('../images/ban_04.jpg');
}
.index_bg h1{
    font-size:48px;
    color:#fff;
}
.index_bg h3{
    font-size:36px;
    color:#fff;
}
.index_bg a{
    font-size:18px;
    color:#937344;
    display:inline-block;
    border: 1px solid #937344;
    padding:3px 20px;
    border-radius:20px;
    margin-top:40px;
}
.index_bg a:hover {
    color: #fff;
    border: 1px solid #fff;
}
.index_bg .bg_inner {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
}
.pro_table{
    
}
.pro_table h1{
    font-size:45px;
    color: #927444;
    margin-top:40px;
    margin-bottom:40px;
}
.pro_table .pro_ta_title{
    border-bottom:3px solid #937344;
}
.pro_table .pro_ta_title li{
    text-align:center;
}
.pro_table .pro_ta_title li a{
    margin-bottom:5px;
    display:inline-block;
    width:330px;
    font-size:30px;
    position:relative;
    bottom:-10px
}
.pro_table .pro_ta_title .active a{
    border-bottom:8px solid #937344;
    padding-bottom:5px;
    color:#937344;
    
}
.pro_table .pro_ta_title li a:hover{
    color:#927444;
}
.pro_table .list_title li{
    text-align:center;
    margin-top:40px;
}
.pro_table .content_table{
    width:100%;
    margin-top:40px;
    text-align:center;
}
.pro_table .list_title span{
    display:inline-block;
    border:1px solid #937344;
    border-radius:20px;
    padding:2px 80px;
    text-align:center;
    font-size:24px;
}
.pro_table .content_table .list_content td{
    padding-top:20px;
    font-size:20px;
}
.pro_table .list_content li{
    /*display:table-cell;*/
    vertical-align:middle;
    height:100%;
}

/**新闻资讯*/
.homenews .dynamic{overflow:hidden;position:relative;margin-bottom:40px;}
.homenews .dynamic h4{color:#927444;margin-top:10px;margin-bottom:10px;font-size:16px;}
.homenews .dynamic p{line-height:20px;}
.homenews .dynamic .dynamic-bottom{position:absolute;left:50%;bottom:20px;width:50%;}
.homenews .dynamic .dynamic-bottom span{color:#927444;margin-left:15px;margin-right:20px;}
.homenews .dynamic .dynamic-bottom span a{color:#927444;display:block;float:left;margin-right:15%; /*border-top:3px solid #927444;*/padding-left:15px;padding-right:15px;padding-top:10px;margin-top:-5px;}
/*.homenews .dynamic .dynamic-bottom span a::before{
    content:"";
    display:block;
    border:3px solid #927444;
    margin-top:-9px;
}*/

/**门店*/
.storeDiv{
    position:absolute;
    
}
.outStore{
    overflow:hidden;
    width:200px;
    /*background:red;*/
    /*height:600px;*/
    z-index:1009;
    position:absolute;
    
}
.outStore p{
    position:absolute;
    color:#937344;
    z-index:99999;
    width:100%;
    bottom:0;
    font-size:14px;
    
}
.innerStore{
    width:220px;
    background:#000;
    opacity:0.8;
    filter:alpha(opacity=80);
    overflow-y:scroll;
    overflow-x:hidden;
    
}
.innerStore ul{
    margin-top:25px;
    padding-bottom:30px;
}
.innerStore ul li{
    position:relative;
    margin-bottom:20px;
}
.innerStore ul li>a{
    display:inline-block;
    color:#937344;
    font-size:16px;
    border:1px solid #937344;
    padding:3px 20px;
    border-radius:25px;
}
.innerStore ul li:hover>a{
    color:#fff;
    border:1px solid #fff;
}
.innerStore ul li a span{
    font-size:18px;
}
.storeImg{
    width:600px;
    visibility:hidden;
    /*height:60px;*/
    background:#000;
    opacity:0.98;
    filter:alpha(opacity = 98);
    position:absolute;
    left:180px;
    top:0px;
    z-index:99999;
    padding-top:20px;
    border-radius:10px;
}
.storeImg p{
    font-size:14px;
    margin-top:10px;
    color:#fff;
}
.storeImg .triangle{
    position:absolute;
    width:20px;
    height:20px;
    top:10px;
    left:-10px;
    background:#000;
    opacity:0.8;
    filter:alpha(opacity=80);
    transform:rotate(45deg);
}

/**门店*/
.homeStore {
    width:100%;
    overflow:hidden;
    position:relative;
}
.homeStore > img {
    width: 1920px;
    height: 700px;
    position: relative;
    left: 50%;
    margin-left: -960px;
}
.homeStore .storeCont {
    position: absolute;
    top: 0px;
    text-align: center;
    width: 100%;
    color: #ffffff;
    top:40%;
    margin-top:-76px;
}
.homeStore .store_d_1 {
    color: #fff;
    font-size: 72px;
}
.store_d_2 {
    font-size: 42px;
    margin-bottom:20px;
}
.store_d_3{
    font-size:30px;
    margin-bottom:10px;
}
.store_d_4 {
    font-size: 14px;
}