* {
	margin: 0px;
}
.nav-area{
    width: 1180px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

.logo-image{
	height: 50px;
}

.nav-list{
	display: inline-block;
	float: right
}

.list-item{
	display: inline-block;
    margin-right: 40px;
    margin-top: 2px;
    padding-bottom: 17px;
    vertical-align: middle;
}

.li-active{
	border-bottom: 4px solid #D3A243;
}

.list-item a{
	text-decoration: none;
	font-family: 'Arial Negreta', 'Arial Normal', 'Arial';
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    text-align: center;
    color: #333333;
}

.list-item .active{
	color: #D3A243;
	font-weight: 700;
}

.banner-area {
	width: 100%;
	height: 320px;
	background-image: url(../img/banner.jpg);
	background-size: 100%;
}

.banner-area img{
	width: 100%;
}

.shop-image{
	vertical-align: middle;
	margin-top: -14px;
}

.company-area{
	width: 1180px;
    margin: 40px auto;
    height: 276px;
}

.company-image{
	position: absolute;
}

.company-desc{
	margin-left: 420px;
}

.text-title{
	font-size: 36px;
    text-align: center;
    line-height: 30px;
    width: 100%;
}

.text-title-controll{
	padding-top: 30px;
}

.text-content{
	font-size: 16px;
    line-height: 30px;
    margin-top: 20px;
}

.middle{
	width: 1180px;
    margin: 60px auto;
    text-align: center;
}

.text-footer{
	font-family: 'Arial Normal', 'Arial';
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
}

.text-footer a{
	text-decoration: none;
    color: inherit;
}

.underline{
	border-top: 1px solid #333333;
	width: 100%;
}

.publish-table{
	border-right:1px solid #333333;
	border-bottom:1px solid #333333;
	width: 1126px;
	/* width: 1200px; */
	font-size: 14px;
	margin: 30px auto;
}

.publish-table td{
	border-left:1px solid #333333;
	border-top:1px solid #333333;
	padding: 10px;
}

.contact-us{
	text-align: left;
    width: 800px;
    border: 1px solid #333333;
    padding: 30px;
}

.contact-us-text{
	padding: 10px;
	font-size: 18px;
}

.contact-image{
	width: 100%;
	border: 1px solid #333333;
}

.product-image{
	/**width: 1024px;**/
	margin-bottom: 10px;
}

.footer-left{
	float: left;
	text-align: left;
	font-size: 14px;
}

.footer-right{
	float: right;
}

.footer-right{
	height: 138px;
}

.footer{
	height: 120px;
}

.footer p{
	padding: 1px 0px;
}

.image-list{
	margin-top: 30px;
}

.image-list img{
	border: 1px solid #333333;
}
tr>td:nth-child(2) span{
	display: inline-block;
	width: 480px;
	/* width: 800px; */
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	top: 3px;

}
tr>td:nth-child(2) a{
	display: inline-block;
	color: rgb(211,162,67);
	padding: 2px 4px;
	border: 1px solid rgb(211,162,67);
	border-radius: 5px;
	text-decoration: none;
}
#shadow{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background:rgba(0,0,0,0.5)
}
#content{
	position: relative;
	top: 15%;
	right: 0;
	left: 0;
	/* bottom: 0; */
	width: 950px;
	min-height: 300px;
	background: white;
	margin: auto;
	z-index: 99;
}
header{
	height: 50px;
	line-height: 50px;
	padding: 0 30px;
	background-color: rgb(235,235,235);
}
header>span{
	width: 49%;
	display: inline-block;
	text-align: left;
	font-weight: 600;
}
.main{
	margin-left: 3%;
	width:94% ;
	line-height: 40px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

#textBox{
	min-height: 300px;
	max-height: 400px;
	padding-bottom: 45px;
	overflow-y: scroll;
}
.main>span{
	display: inline-block;
	width: 49%;
}
footer{
	background: white;
	width: 94%;
	margin-left: 3%;
	position: absolute;
	bottom: 0;
	height: 45px;
}
.close {
	padding: 0px 19px;
	border: 1px solid rgba(0,0,0,0.2);
	background: rgba(235,235,235,1);
	text-decoration: none;
	float: right;
	height: 30px;
	top: 3px;
	position: relative;
	font-size: 12px;
	line-height: 30px;
	color: black;
	border-radius: 5px;
}
