﻿@charset "utf-8";
@import url("../css/common/grid.css");/*网格*/
@import url("../css/common/layout.css");/*整体框架*/
@import url("../css/common/icon.css");/*图标*/
@import url("../css/common/ie.css");/*图标*/
@import url("../css/common/page.css");/*图标*/
@import url("../css/navi/navi_02.css");/*02导航*/
@import url("../css/common/kefu.css");/*02导航*/


/*@import url("../css/animate.min.css");*//*动画*/


@font-face{
	　　font-family:"黑体";
		src:url('../font/heiti.ttf')format('truetype');
　}
html {
	overflow-x: hidden;
	font-family:"黑体" !important;
}
.clear{
	clear: both;
}
.dowebok .section{ overflow:hidden;}
a:focus, input, select {
    outline: none;
}
option {
    display: block;
    float: none !important;
    position: static !important;
    min-block-size: 1em;
    line-height: normal !important;
    user-select: none;
    text-indent: 0;
    white-space: nowrap !important;
    word-wrap: normal !important;
    text-align: match-parent;
}
option:disabled, optgroup:disabled {
    background-color: transparent;
}
select>option {
	display: inline-block;
    width: 20px;
}
select {
    margin: 0;
    border-color: ThreeDLightShadow;
    background-color: -moz-Combobox;
    color: -moz-ComboboxText;
    white-space: nowrap !important;
    word-wrap: normal !important;
    cursor: default;
    box-sizing: border-box;
    user-select: none;
    -moz-appearance: menulist;
    -moz-default-appearance: menulist;
    border-width: 2px;
    border-style: inset;
    overflow: -moz-hidden-unscrollable;
    display: inline-block;
    page-break-inside: avoid;
	overflow-clip-box: padding-box !important;
}






.Big-index{
	width: 62%;
    margin-left: 14%;
}
.header{ width:100%; background:rgba(75, 75, 75, .5); position:fixed !important; z-index:9999999!important;}
.header .navbar{width: 100%;}
.header .navbar .pc_menu{ width:100%; height:62px; margin:0 auto; transition: all 0.3s 0s ease-in-out ; background:rgba(75, 75, 75, .5);
 transition: all 0.2s linear -1ms;}
.header .navbar .pc_menu .pc_logo{ float:left; height:100%;align-items:center; display: -webkit-flex;margin-left: 6%;}
.header .navbar .pc_menu .pc_logo a { display:block; height:90%;}
.header .navbar .pc_menu .pc_logo a img{ height:100% !important;}

.header .navbar .pc_menu .pc_menu_right li{ float:left; }
.header .navbar .pc_menu .pc_menu_right>li .t{ display:block; height:62px; line-height:62px; font-size:14px; color:#fff; position: relative; transt}
.header .navbar .pc_menu .pc_menu_right>li:hover .t{ transform:scale(1.05) ; -webkit-transform:scale(1.05) ; -moz-transform:scale(1.05) ; -ms-transform:scale(1.05) ; -o-transform:scale(1.05) ; }
.header .navbar .pc_menu .pc_menu_right li:hover .t{ }

.header .navbar .pc_menu:hover{ }
.header .navbar .pc_menu:hover .pc_menu_right li .t{ color:#fff;position: relative;}

.header .navbar .pc_menu .pc_menu_right .active>a{ color:#fff !important;position: relative;}



/*-----滚动后--------*/
.header .navbar .pc_fixed{ transition: all 0.2s linear -1ms;}
.header .navbar .pc_fixed .pc_menu_right li .t{ color:#fff;}

	
/* 电话以及中英文 */
.header-right{
	float: right;
	height: 100%;
    align-items: center;
	display: -webkit-flex;
	margin-right: 6%;
}
	.header-phone{
		display: inline-block;
	}
	.header-phone>div{
		display: flex;
		align-items: center;
	}
	.header-phone img{
		display: inline-block;
	}
	.header-phone p{
		display: inline-block;
		font-size: 26px;
		color: #fff;
	}
	.language{
		display: inline-block;
	}
	.language a{
		display: inline-block;
		margin-left: 10px;
	}
	.language a img{
		display: inline-block;
	}
	.language a.active{
		display: none;
	}
	.m_phone{
		padding: 20px 20px 0;
		text-align: center;
	}
	.m_phone p span{
		font-size: 20px;
	}
	
@media(max-width:1800px){
	.header .navbar .pc_menu .pc_logo{
		margin-left: 4%;
	}
	.header-right{
		margin-right: 4%;
	}
}

@media(max-width:1600px){
	.header .navbar .pc_menu .pc_logo{
		margin-left: 4%;
	}
	.header-right{
		margin-right: 4%;
	}
	.Big-index {
		width: 63%;
		margin-left: 14%;
	}
	.header-phone img,.language a img {
		display: inline-block;
		width: 35px;
	}
	.header-phone p {
		display: inline-block;
		font-size: 22px;
	}
}

@media(max-width:1300px){
	.header .navbar .pc_menu{
		height: 50px;
	}
	.header .navbar .pc_menu .pc_menu_right>li .t {
		display: block;
		height: 50px;
		line-height: 50px;
		font-size: 14px;
	}
	.header-phone img,.language a img {
		display: inline-block;
		width: 30px;
	}
	.header-phone p {
		font-size: 18px;
	}
}

@media(max-width:1150px){
	.header .navbar .pc_menu .pc_logo {
		margin-left: 4%;
	}
	.header-right{
		margin-right: 4%;
	}
	.Big-index {
		width: 58%;
		margin-left: 15%;
	}
}

@media(max-width:990px){
	.Big-index{
		width: auto;
	}
}




/* 底部 */
.footer{

}
	.footer-icon{
		width: 100%;
	}
	.icon-container{
		max-width: 980px;
		margin: 0 auto;
		padding: 0 3%;
		display: flex;
		justify-content: space-between;
	}
	.icon-container .icon-box{
		display: inline-block;
		width: 25%;
		text-align: center;
		padding: 2% 0 0;
		border-right: 1px solid #d8d8d8;
	}
	.icon-container .icon-box:last-child{
		border: none;
	}
	.icon-container .icon-box img{
		display: inline-block;
		margin-bottom: 15px;
		transition: .5s;
		-webkit-transition: .5s;
		-moz-transition: .5s;
		-ms-transition: .5s;
		-o-transition: .5s;
	}
	.icon-container .icon-box:hover img{
		transform: scale(1.3);
		-webkit-transform: scale(1.3);
		-moz-transform: scale(1.3);
		-ms-transform: scale(1.3);
		-o-transform: scale(1.3);
}
	.icon-container .icon-box h1{
		font-size: 12px;
		color: #484c54;
	}
	.icon-container .icon-box p{
		font-size: 12px;
		color: #484c54;
	}

.footer-main{
	background: #4a4f54;
	padding-top: 2%;
}
	.footer-content{
		max-width: 1200px;
		margin: 0 auto;
		padding: 0 3%;
	}
	.footer-left{
		display: inline-block;
		vertical-align: top;
		width: calc(99% - 305px);
	}
	.footer-left>ul>li{
		display: inline-block;
		width: 7.5%;
		padding: 0 2.5%;
		text-align: left;
	}
	.footer-left>ul{
		display: flex;
		justify-content: space-around;
	}
	.footer-left>ul>li>a{
		display: block;
		font-size: 12px;
		color: #fffefe;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.footer-left>ul>li .footer-subnav li a{
		display: block;
		font-size: 12px;
		color: #fffefe;
		margin-top: 12px;
	}

	.footer-right{
		display: inline-block;
		vertical-align: top;
		width: 305px;
	}
	.footer-right .right-content{
		display: flex;
		justify-content: space-around;
	}
	.footer-right .right-one,.footer-right .right-two{
		display: inline-block;
		text-align: center;
	}
	.footer-right p{
		color: #fffefe;
		font-size: 14px;
		margin-top: 6px;
	}

	
  /* 网站建设 */
  .copy{
	margin-top: 2%;
	text-align: center;
	padding-bottom: 5px;
}
	.copy>p{
		display: inline-block;
		font-size: 14px;
		color: #fffefe;
	}
	.copy a{
		text-decoration: none;
		font-size: 14px;
		color: #fffefe;
	}

@media(max-width:760px){
	.icon-container{
		flex-wrap: wrap;
	}
	.icon-container .icon-box {
		width: 49%;
		margin-bottom: 2%;
	}
	.icon-container .icon-box:nth-child(2){
		border: none;
	}
}

@media(max-width:1034px){
	.footer-right{
		width: 280px;
	}
	.footer-right .right-one img, .footer-right .right-two img{
		display: inline-block;
		width: 100px;
		height: 100px;
	}
	.footer-left {
		width: calc(99% - 280px);
	}
}

@media(max-width:990px){
	.footer-left{
		width: 100%;
		margin-bottom: 3%;
	}
	.footer-right {
		width: 100%;
		text-align: center;
	}
	.footer-right .right-content{
		display: block;
	}
	.footer-right .right-one img, .footer-right .right-two img{
		margin: 0 10px;
	}
}

@media(max-width:760px){
	.footer-main{
		padding-top: 5%;
	}
	.copy>p,.copy a {
		font-size: 12px;
	}
	.footer-subnav{
		display: none;
	}
	.footer-left>ul{
		flex-wrap: wrap;
	}
	.footer-left>ul>li{
		width: 20%;
		text-align: center;
		margin-bottom: 5px;
	}
	.footer-right p {
		font-size: 12px;
		margin-top: 4px;
	}
}
@media(max-width:480px){
	.footer-right .right-one img, .footer-right .right-two img{
		margin: 0 5px;
		width: 80px;
		height: 80px;
	}
}





	
/* 首页轮播 */
.part_one{
	width: 100%;
	overflow: hidden;
}

/* banner */
.banner{
	max-width: 1440px;
	margin: 0 auto;
	overflow: hidden;
}
.banner img{
	display: inline-block;
	width: 100%;
}

@media(max-width:760px){
	.banner img{
		width: 200%;
		margin-left: -50%;
	}
}


/* 内部导航 */

.aside-nav{
	border-bottom: 1px solid #707070;
	margin-bottom: 3%;
}
	.aside-container{
		max-width: 1200px;
		margin: 0 auto;
		padding: 0 5%;
		display: flex;
		flex-direction: row-reverse;
	}
	.aside-container .aside-left{
		display: inline-block;
		width: calc(100% - 340px);
		vertical-align: top;
	}
	.aside-container .aside-left p{
		display: inline-block;
		width: 98px;
		font-size: 16px;
		line-height: 28px;
		text-align: center;
		color: white;
		background: #005eac;
		float: left;
		vertical-align: top;
	}
	.aside-container .aside-left ul{
		display: flex;
		padding-left: 5%;
		width: calc(95% - 98px);
	}
	.aside-container .aside-left ul li{
		display: flex;
		align-items: center;
		width: 110px;
		height: 56px;
		margin: 0 2% 0;
		text-align: center;
	}
	.aside-container .aside-left ul li a{
		font-size: 14px;
		color: #000;
		line-height: 18px;
	}
	.aside-container .aside-right{
		display: inline-block;
		width: 340px;
		line-height: 28px;
	}

	@media(max-width:1200px){
		.aside-container{
			display: block;
		}
		.aside-container .aside-right{
			margin-bottom: 15px;
			width: 100%;
		}
		.aside-container .aside-left{
			width: 100%;
		}
	}

	@media(max-width:760px){
		.aside-container .aside-left p {
			display: inline-block;
			width: 75px;
			font-size: 14px;
		}
		.aside-container .aside-left ul {
			display: flex;
			padding-left: 2%;
			width: calc(98% - 75px);
		}
	}

	@media(max-width:680px){
		.aside-container .aside-left ul{
			flex-wrap: wrap;
		}
	}
	


	#about-title{
		overflow: hidden;
		padding: 0 5%;
		text-align: center;
		margin-bottom: 3%;
	}
		#about-title h1{
			display: inline-block;
			font-size: 30px;
			color: #000;
			position: relative;
			font-weight: 500;
		}
		#about-title h1::after,#about-title h1::before{
			content: "";
			width: 124px;
			height: 1px;
			background: #000;
			position: absolute;
			top: 50%; display:none;
		}
		#about-title h1::after{
			left: 155px;
		}
		#about-title h1::before{
			right: 155px;
		}
	
		@media(max-width:1200px){
			#about-title h1{
				font-size: 26px;
			}
			#about-title h1::after{
				left: 125px;
			}
			#about-title h1::before{
				right: 125px;
			}
		}
		@media(max-width:760px){
			#about-title{
				margin-bottom: 10%;
			}
			#about-title h1 {
				font-size: 20px;
			}
			#about-title h1::after,#about-title h1::before{
				width: 50px;
			}
			#about-title h1::after{
				left: 100px;
			}
			#about-title h1::before{
				right: 100px;
			}
		}


.f-list{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 5%;
}
    .f-list ul li{
        display: inline-block;
        width: 23.3%;
        margin-right: 1.85%;
        margin-bottom: 4%;
        text-align: center;
    }
    .f-list ul li:nth-child(4n){
        margin-right: 0;
    }
    .f-list ul li .list-img{
        display: inline-block;
        width: 100%;
        padding-bottom: 75%;
        position: relative;
    }
    .f-list ul li .list-img p{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        display: flex;
        align-items: center;
    }
    .f-list ul li .list-img p img{
        display: block;
        width: auto;
        max-width: 80%;
        max-height: 80%;
        margin: 0 auto;
        transition: .5s;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
    }  
    .f-list ul li:hover .list-img p img{
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    } 
    .f-list ul li h1{
        font-size: 14px;
        color: #4b4b4b;
        font-weight: normal;
    }
    .f-list ul li:hover h1{
        font-size: 14px;
        color: #000;
        font-weight: normal;
    }

    @media(max-width:1250px){
        .f-list ul li{
            margin-right: 1.8%;
        }
    }

    @media(max-width:1110px){
        .f-list ul li{
            margin-right: 1.6%;
        }
    }

    @media (max-width: 1110px){
        .f-list ul li {
            margin-right: 1.5%;
        }
    }

    @media(max-width:760px){
        
        .footer{
            margin-top: 12%;
        }   
        .f-list ul li{
            width: 45%;
            margin-right: 0;
        }
        .f-list ul li:nth-child(3n){
            margin-right: 1.5%;
        }
        .f-list ul li:nth-child(odd){
        float: left;
        }
        .f-list ul li:nth-child(even){
            float: right;
        }
    }

/* 家具详情 */
    .f-container{
        
    }
    .f-container>h1{
        text-align: center !important;
        font-size: 30px !important;
        font-weight: normal !important;
        margin-bottom: 2%;
    }
    .f-edit{
        max-width: 1200px;
        margin: 0 auto 5% auto;
        padding: 0 5%;
    }
    .f-edit p{
        font-size: 16px !important;
        line-height: 28px !important;
    }
    .f-edit img{
        display: inline-block;
        max-width: 100% !important;
        margin: 0 auto;
    }

    @media(max-width:760px){
        .f-container>h1{
            font-size: 18px !important;
        }
        .f-edit p {
            font-size: 14px !important;
        }
    }

/* 配套产品 */
    .f-pro{
        margin-top: 2%;
        margin-bottom: 3%;
    }
    .f-pro .fbottom-title{
        border-bottom: 1px solid #707070;
        text-align: center;
        margin-bottom: 3%;
    }
    .f-pro .fbottom-title p{
        display: inline-block;
        font-size: 30px;
        background: #4b4b4b;
        color: #fff;
        width: 245px;
        height: 60px;
        text-align: center;
        line-height: 60px;
    }

    @media(max-width:990px){
        .f-pro .fbottom-title p {
            font-size: 22px;
            width: 180px;
            height: 45px;
            line-height: 45px;
        }
    }

    @media(max-width:760px){
        .f-pro {
            margin-top: 5%;
        }
    }

    @media(max-width:580px){
        .f-pro .fbottom-title p {
            font-size: 18px;
            width: 120px;
            height: 35px;
            line-height: 35px;
        }
    }







    /* 新闻详情 */
.newsd-edit{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 5%;
    margin-bottom: 10%;
}
    .newsd-edit>h1{
        text-align: center;
        font-size: 22px;
        color: #2d2d2d;
        margin-bottom: 20px;
    }
    .newsd-edit p{
        font-size: 15px;
        line-height: 28px;
        color: #6f6f6f;
    }
    .newsd-edit p img{
        display: inline-block;
        width: auto !important;
        max-width: 100% !important;
    }

    @media(max-width:760px){
        .newsd-edit>h1{
            font-size: 20px;
        }
    }





/* body{background-color: #1b1b1b} */
/*====================导航*********/
.header{
	width:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:999;
	height:62px;
}
.header-container{
	max-width: 1340px;
	margin: auto;
}
/*左侧logo*/
.header .left{
	width: 12%;
	display: inline-block;
}
.header .left a img{
	margin-top: 16px;
}
.header .left .img2{
	display: none;
}
/*右侧*/





/*白色背景的头部*/
.header.on{
	/* background: rgba(255, 255, 255, 1); */
}
.header.on .left .img1{
	display: none;
}
.header.on .left .img2{
	display: block;
}
/* .header.on .navbar_nav li a{
	color: #333;
} */
.header.on .navbar_nav li:hover a{
	color: #0054a7;
}
#navToggle{
	display: none;
}

.m_nav{
	display: none;
	position: fixed;
	top: 0px;
	/* box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38); */
	width: 100%;
    height: 100%;
    background: #fff;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
	z-index: 1000;
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    overflow-y: auto;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    top: 0;
    transform: translateX(100%);
}
.m_nav.open{
	transform: translateX(0);
	position: fixed;
	z-index: 1000000000000000000000;
}
.m_nav .top{
	height: 60px;
	padding: 20px;
	box-sizing: border-box;
}
.m_nav .top .closed{
	width: 30px;
	height: 30px;
	vertical-align: middle;
	float:right;
	cursor: pointer;
}
.m_nav .logo{
	width: 100%;
	margin:0 auto;
}
.m_nav .logo img{
	height: 70px;
	display: block;
	margin:10px auto;
}
.m_nav .ul{
	margin-top: 30px;
}
.m_nav .ul li{
	padding: 0 20px;
	border-bottom: 1px solid #f5f5f5;
	transform: translateY(0);
	-webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    opacity: 0;
}
.m_nav.open .ul li{
	opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.m_nav .ul li:nth-child(1) {
    -webkit-transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(2) {
    -webkit-transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(3) {
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(4) {
    -webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(5) {
    -webkit-transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(6) {
    -webkit-transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li>a{
	display: inline-block;
	text-decoration: none;
	color: #333;
	font-size: 18px;
	line-height: 32px;
	height: 50px;
	line-height: 50px;
	width: 50%;
}

.m_1,.m_2,.m_3,.m_4,.m_5,.m_6,.m_7,.m_8,.m_9,.m_10,.m_11{
	display: inline-block;
	width: 50px;
	height: 50px;
	float: right;
	background: url(../../img/m-nav-arrow.png) no-repeat center center;
}

.m_bg{
	display: inline-block;
	width: 50px;
	height: 50px;
	float: right;
	background: url(../../img/m-nav-arrow1.png) no-repeat center center;
}



.m_nav .ul li .dropdown_menu{
	display: none;
}
.m_nav .ul li.dropdown.active .dropdown_menu{
	display: block;
}
.m_nav .ul li .dropdown_menu a{
	display: block;
	height: 50px;
	line-height: 50px;
	padding: 0 40px;
	box-sizing: border-box;
	border-bottom: 1px solid #f5f5f5;
	font-size: 16px;
}
.m_nav .ul li .dropdown_menu a:last-child{
	border: none;
}
@media screen and (max-width: 1300px){
	.header{
		height: 50px;
	}
	.nav{
		height: 50px;
	}
}

@media screen and (max-width: 990px){
	.header-right{
		display: none;
	}
	.header{
		height: 50px;
	}
	.m_nav{
		display: block;
	}
	.pc_menu_right, .language{
		display: none;
	}
	.header .left a img{
		margin-top: 10px;
		width: 50px;
	}
	.header #navToggle {
		height: 23px;
		padding: 5px 0px;
		display: inline-block;
		float: right;
		background: transparent;
		/* border: 2px solid #005aa0; */
		border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		-ms-border-radius: 50%;
		-o-border-radius: 50%;
		margin-top: 10px;
		margin-right: 12px;
}
	.header #navToggle span {
		position: relative;
		width: 25px;
		height: 1px;
		margin-top: 8px;
		margin-bottom: 8px;
	}
	.header #navToggle span:before,
	.header #navToggle span:after {
		content: '';
		position: relative;
		width: 100%;
		height: 1px;
		left: 0;
	}
	.header #navToggle span,
	.header #navToggle span:before,
	.header #navToggle span:after {
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		display: block;
		background: #fff;
		height: 3px;
	}
	.header #navToggle span:before {
		top: 10px;
	}
	.header #navToggle span:after {
		bottom: 12px;
	}
	.header #navToggle.open span:before {
		top: 10px;
		-webkit-transform: translateY(-11px) rotate(-45deg);
		-moz-transform: translateY(-11px) rotate(-45deg);
		-ms-transform: translateY(-11px) rotate(-45deg);
		-o-transform: translateY(-11px) rotate(-45deg);
		transform: translateY(-11px) rotate(-45deg);
	}
	.header #navToggle.open span:after {
		bottom: 12px;
		-webkit-transform: translateY(10px) rotate(45deg);
		-moz-transform: translateY(10px) rotate(45deg);
		-ms-transform: translateY(10px) rotate(45deg);
		-o-transform: translateY(10px) rotate(45deg);
		transform: translateY(10px) rotate(45deg);
	}
	.header #navToggle.open span {
		background: none;
	}
	.header #navToggle.open span:before,
	.header #navToggle.open span:after {
		background: #4f4f4f;
	}
	
	.header .nav{
		display: none;
	}
}






















/*0921*/
.f-container .f-pro{display: none;}

















