* {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", "\5b8b\4f53", "微软雅黑", 'STHeiti', "SimHei", "黑体";
	font-weight: normal;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}
img {
	border: none;
}
a img {
	border: none;
}
a:link {
	color: #333333;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #ae8161;
	text-decoration: underline;
}
a:active {
	color: #333333;
}
p, div {
	color: #333;
	font-size: 12px;
}
strong{
	font-weight:bold;
	}
.container:after,.pro-list:after,.nav-list:after,.inner-content:after,.product-list:after, .i-left:after, .i-left-list:after, .i-contact:after{
	content: "";
	display: table;
	clear: both;
}
body {
	min-width: 1200px;
	background: #fff;
}
table {
    font-family: verdana,arial,sans-serif;
    font-size:11px;
    color:#333333;
    border-width: 1px;
    border-color: #e0e0e0;
    border-collapse: collapse;
	margin-bottom: 20px;
}
table th {
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #e0e0e0;
    background-color: #dedede;
}
table td {
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #e0e0e0;
    background-color: #ffffff;
}
table td p{
	margin-bottom: 5px !important;
}
table td,table th{
	font-size: 14px;
}
.container{
	width:1200px;
	min-width: 1200px;
	margin:0 auto;
	}
@keyframes caption-down {
	0% {
		opacity:0;
		-webkit-transform:translate3d(0, -100%, 0);
		transform:translate3d(0, -100%, 0)
	}
	100% {
		opacity:1;
		-webkit-transform:none;
		transform:none
	}
}
 @-webkit-keyframes caption-down {
	0% {
		opacity:0;
		-webkit-transform:translate3d(0, -100%, 0);
		transform:translate3d(0, -100%, 0)
	}
	100% {
		opacity:1;
		-webkit-transform:none;
		transform:none
	}
}

#top {
    width: 100%;
    background: none;
}
.head{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
    height: 115px;
}

#top.fixed{
	position: fixed;
	box-shadow: 0 0 3px #bdbdbd;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
  	-webkit-animation: caption-down .5s;
    animation: caption-down .5s;
	background: rgb(255, 255, 255, 1);
}
#top.fixed .head{
	height: 100px
}
.logo{
	width: 225px;
    color: rgb(255, 255, 255);
    cursor: pointer;
	transition: all .5s ease;
}
#top.fixed .head .logo{
	width: 190px
}
.logo img{
	display: block;
	width: 100%;
}
.nav-list{
	flex: 1;
	text-align: right;
    padding: 10px 0;
}
.nav-list>li{
	display: inline-block;
	position:relative;
	padding:0 30px;
	vertical-align: middle;
	}
.nav-list>li>a{
	position:relative;
	display:inline-block;
	color: #fff;
	line-height:40px;
	font-size: 15px;
	overflow:hidden;
	}
#top.fixed .nav-list>li>a{
	color: #000;
}
.nav-list>li>a:hover{
	text-decoration:none;
	}
.nav-list>li>a span{
	display:block;
	color:#000;
	padding:0 3px;
	font-size:15px;
	transition: all ease-out .3s;
	}
.nav-list>li>a div{
	width:0;
	border-bottom:1px solid #f00;
	margin:10px auto 0 auto;
	transition: all ease-out .3s;

	}
.nav-list>li>a span:after {
    content: attr(data-title);
    position: absolute;
    color: #ae8161;
    left: 0;
	right:0;
	text-align:center;
    transform: translateY(100%);
    width: 100%;
}

.nav-list>li>a:hover span,.nav-list>li:hover span,.nav-list>li>a.cur span{
	color:#f00;
	transform: translateY(-100%);
  }
.nav-list>li>a:hover div,.nav-list>li:hover>a>div, .nav-list>li>a.cur div{
	width:100%;
	}
.down-menu{
	display:none;
	position:absolute;
	padding-top:5px;
	left:0;
	right:0;
	margin:auto;
	z-index:999999;
	}
.down-menu-list{
	padding:7px 0;
	background: rgba(174, 129,97, 0.85) none repeat scroll 0 0 !important;
	background: #ae8161;
	filter:Alpha(opacity=85);
	border-radius:0 0 5px 5px;
	}
.down-menu-list a{
	display:block;
	color:#fff;
	border-bottom: 1px solid #db9e72;
	font-size:13px;
	padding:7px 0;
	text-align:center;
	}
.down-menu-list a:hover{
	color:#fff;
	background:#e9a472;
	text-decoration:none;
	}
.down-menu-list a:last-child{
	border-bottom:none;
	}
li.search{
	padding-right: 30px;
	vertical-align: middle;
}
.search img{
	width: 25px;
	vertical-align: middle;
}
.search-bd{
	display: none;
	position: absolute;
	width: 290px;
	padding: 20px;
	background: #fff;
	right: 0;
	top: 50px;
	box-shadow: 0 0 5px #ccc;
	z-index: 99999;
}
.search-box{
	width: 180px;
	float: left;
}
.search-box input{
	width: 100%;
	padding-left: 10px;
	border: 1px solid #ccc;
	border-right: none;
	height: 38px;
	border-radius: 5px 0 0 5px;
	outline: none;
}
.search-btn{
	width: 60px;
	height: 38px;
	padding-top: 3px;
	border-radius: 0 5px 5px 0;
	background: #ae8161;
	float: left;
}
.search-btn img{
	display: block;
	width: 30px;
	margin: 0 auto;
}
#banner{
	position: relative;
	min-width:1200px;
    height: calc(100vh - 115px);
	display: flex;
	align-items: center;
	overflow: hidden;
	}

.video{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#video{
	width: auto;
	height: 100%;
	max-height: 1080px;
	display: block;
	object-fit: cover;
}
.slide-full{
    width: 100%;
    height: 100%;
	top: 0;
    position: absolute;
    z-index: 10;
    background: rgba(0,0,0,.25);
}
.slogan-box{
	position: absolute;
	display: table;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
}
.slogan{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.slogan h2{
	margin-bottom: 15px;
}

.slogan p, .slogan h2{
	font-size: 70px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 8px;
}

.index-tit{
	text-align: center;
}
.f-tit h2{
	color: #fff;
}
.index-tit h2{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
}
.index-tit p{
	margin-top: 20px;
	padding: 0 40px;
	line-height: 24px;
	font-size: 14px;
	color: #555;
}
.f-tit p{
	color: #f5f5f5;
}
.xian{
    width: 50px;
    height: 3px;
	margin: 0 auto;
}

.xian .hong{
	width: 50%;
	float: left;
	height: 3px;
	background: #dd0000;
}
.xian .lan{ 
	width: 50%; 
	float: left; 
	height: 3px; 
	background: #e2a87e;
}

.margin-40{
	margin: 40px 0;
}

.pro-category{
	display: table;
	text-align: center;
	background: #ae8161;
	margin: 0 auto;
	border-radius: 5px;
	margin-top: 20px;
	overflow: hidden;
}
.pro-category li{
    display: inline-block;
    padding: 10px 20px;
    font-size: 13px;
    border-right: 1px solid #498888;
    color: #fff;
}
.pro-category li.active{
	background: #f93;
}
.pro-category li:last-child{
	border-right: none;
}
.pro-category li:hover{
	cursor: pointer;
	background: #f93;
}
.product-list{
	margin: 0 -10px;
	margin-top: 30px;
}
.product-list dl{
    position: relative;
    width: 224px;
    margin: 0 10px 20px 10px;
	border-radius: 0 0 5px 5px;
	border: 1px solid #efefef;
	overflow: hidden;
    float: left;
}
.product-list dl dt{
	width: 222px;
	height: 160px;
	overflow: hidden;
}
.product-list dl dt img{
	display: block;
	max-width: 400px;
	-webkit-transition: transform 0.5s ease-out;
	-moz-transition: transform 0.5s ease-out;
	-ms-transition: transform 0.5s ease-out;
	-o-transition: transform 0.5s ease-out;
	transition: transform 0.5s ease-out;
}

.product-list dl:hover{
	border: 1px solid #ae8161;
}
.product-list dl:hover dt img {
	-webkit-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	-o-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
}
.product-list dl dd{
	font-size: 14px;
	padding: 12px 5px;
    color: #ae8161;
    text-align: center;
	border-radius: 0 0 4px 4px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.product-list dl:hover dd{
	color: #fff;
	background: #ae8161;
}

.pro-more{
	margin-top: 20px;
	text-align: center;
}
.pro-more a{
	padding: 14px 30px 12px 30px !important;
}
.swiper-container {
	width: 100%;
	height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;

  /* Center slide text vertically */
/*  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
*/  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-slide img{
	display: block;
}
.honor-list{
	margin: 0 -10px;
	margin-top: 30px;
}
.honor-list .swiper-container{
	padding-bottom: 45px;
}
.honor-list .swiper-pagination-bullet-active{
	background: #ae8161;
}
.honor-list dl{
	width:285px;
	margin: 0 10px;
	margin-top: 5px;
	border: 1px solid #e5e5e5;
	border-radius: 0 0 4px 4px;
	float:left;
	}
.honor-list dl:hover{
	box-shadow: 0 5px 15px #b0b0b0;
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
}
.honor-list dl dt{
	width:275px;
	height: 180px;
	margin: 5px;
	overflow: hidden;
	}
.honor-list dl dt img{
	display:block;
	margin: 0 auto;
	}
.honor-list dl dd{
	font-size:14px;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	border-top: 1px solid #e5e5e5;
	text-align: center;
	padding: 12px 5px;
	text-overflow: ellipsis;
    white-space: nowrap;
	overflow: hidden;
	}
#digital{
	position: relative;
	min-width: 1200px;
	height: 200px;
    background-image: url(../images/digital-bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    overflow: hidden;
	}
.slide-full {
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    z-index: 10;
}
.mid-banner-full{
	background: rgba(0, 0, 0, 0.3) !important;
}
.mid-banner-box{
	height: 200px;
}

.table-box{
	display: table;
    width: 100%;
    height: 100%;
}
.table-cell{
	display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}

.mid-banner-list{
	position: relative;
    z-index: 99;
    margin: 0 -5%;
	overflow: hidden;
}
.mid-banner-list dl{
	width: 25%;
	text-align: center;
	float: left;
	
}
.mid-banner-list .line{
	display: inline-block;
	width: 1px;
    height: 90px;
    background: #e8c29f;
    margin-top: 10px;
}
.mid-banner-list dl dt{
    text-align: center;
    width: 175px;
    margin: 0 auto 10px auto;
}
.mid-banner-list dl dt .num{
	position: relative;
	display: inline-block;
	padding: 0 15px 0 15px;
	margin: 0 auto 0 auto;
    font-size: 40px;
    font-weight: bold;
    color: #fff;
}
.mid-banner-list dl dt .num span{
    font-size: 40px;
    font-weight: bold;
    color: #fff;
	text-shadow: 0 0 5px #ae8161;
}
.no-1{
	width: 115px !important;
}
.plus{
	position: absolute;
	font-size: 21px;
	color: #fff;
	right: 0;
	top: 0;
	font-family: Times, Times New Roman, serif
	
}
.mid-banner-list dl dt img{
	display: block;
	width: 40px;
	margin: 10px auto;
}
.mid-banner-list dl dd{
	padding: 0 14px;
	font-size: 15px;
	line-height: 22px;
	color: #fff;
}

#choose{
	min-width: 1200px;
	padding: 45px 0;
	background: url(../images/choose-bg.jpg) center center no-repeat;
}
.choose-list{
	margin-top: 60px;
}
.padding30{
	padding-left: 30px;
}
.choose-list li{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 30px;
}
.choose-list li .txt{
	width: 50%;
	float: left;
}
.choose-list li .txt .c-tit{
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}

.choose-list li .txt .c-tit .num{
	display: inline-block;
    width: 52px;
    height: 52px;
    background: #4b79fc;
    line-height: 52px;
    position: relative;
    border-radius: 50%;
    font-size: 24px;
    color: #fff;
    font-style: oblique;
    text-align: left;
    padding-left: 8px;
}
.choose-list li .txt .c-tit .num:before{
    width: 66px;
    height: 66px;
    background: rgba(33,171,215,.3);
    content: "";
    position: absolute;
    left: -7px;
    top: -7px;
    border-radius: 50%;
	z-index: -1;
}
.choose-list li .txt .c-tit .num:after{
    width: 80px;
    height: 80px;
    background: rgba(33,171,215,.15);
    content: "";
    position: absolute;
    left: -14px;
    top: -14px;
    border-radius: 50%;
	z-index: -1;
}
.choose-list li .txt .c-tit .c-tit-small{
	display: inline-block;
	margin-left: 30px;
}
.choose-list li .txt .c-tit h2{
	font-style: italic;
	font-size: 24px;
	font-weight: bold;
	font-family: "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", "\5b8b\4f53", "微软雅黑";
	color: #ae8161;
	margin-bottom: 10px;
}
.choose-list li .txt .c-tit p{
	color: #777;
	font-size: 15px;
	font-weight: bold;
	font-family: "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", "\5b8b\4f53", "微软雅黑";
}
.c-content dl{
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.c-content dl dt{
	width: 25px;
	float: left;
}
.c-content dl dt img{
	width: 100%;
}
.c-content dl dd{
	padding-left: 10px;
    font-size: 16px;
	font-family: "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", "\5b8b\4f53", "微软雅黑";
}
.c-content dl:last-child{
	margin-bottom: 0;
}
.choose-list li .picture{
	width: 50%;
	padding-right: 40px;
	float: left;
}
.choose-list li:last-child{
	border-bottom: none;
}
.picture img{
	display: block;
	width: 100%;
}


#service{
    width: 100%;
    min-width: 1200px;
    height: 600px;
    padding: 40px 0;
    background-size: cover;
    background-attachment: fixed;
    background-image: url(../images/sec-bg.jpg);
    background-position: center center;
    overflow: hidden;	
}
.service-list{
	margin:40px -20px 0 -20px;
	}
.service-list dl{
	position:relative;
	width:380px;
	margin:0 15px 30px 15px;
	padding:20px 0;
	text-align:center;
	background:rgba(255,255,255,0.9) none repeat scroll 0 0;
	background:#fff;
	filter:Alpha(opacity=90);
	float:left;
    transition: .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    -webkit-transition: all .5s linear;
	}
.service-list dl dt img{
	width: 100px;
	height: 100px;
	border-radius: 100%;
	display: block;
	margin: 0 auto;
}
.service-list dl dd{
	margin-top:15px;
	font-size:13px;
	}
.even-bg{
	background:rgba(238,238,238,0.9) none repeat scroll 0 0 !important;
	background:#eee !important;
	filter:Alpha(opacity=90);
	}
.service-list dl:hover{
	cursor:pointer;
	background:#696767 !important;
}
.service-list dl:hover dd{
	color:#fff;
	}

#company{
	padding: 40px 0;
	background: #fff;
}
.company-box{
	display: flex;
}
.about{
	flex: 1;
	display: flex;
	justify-content: space-between;
}
.about-picture{
	width: 300px;
    border-radius: 10px;
	margin-right: 15px;
    overflow: hidden;
}
.about-picture img{
	display: block;
	width: 100%;
}
.about-content{
	flex: 1;
}
.contact{
	width: 320px;
	margin-left: 30px;
}
.about-content{
	padding-left: 15px;
}
.about-content p{
	font-size: 15px;
	line-height: 24px;
	text-align: justify;
}
.more a{
	display: inline-block;
    color: #555;
	border: 1px solid #999;
    border-radius: 5px;
    padding: 10px 20px 8px 20px;
    margin-top: 10px;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;	
}
.more a:hover{
    color: #fff;
    background-color: #c1906c;
	border: 1px solid #c1906c;
    text-decoration: none;
}
#news{
	padding: 40px 0;
	background: #fff;
}
.news-bd{
	margin: 0 -10px;
	margin-top: 40px;
}
.news-bd li{
	width: 386px;
	margin: 0 10px;
	padding: 20px 0 15px 0;
	background: #f1f1f1;
	border: 1px solid #ececec;
	float: left;
}
.news-bd li h2{
	text-align: center;
	margin-bottom: 20px;
}
.news-bd li .news-img{
	height: 150px;
	overflow: hidden;
}
.news-bd li .news-img img{
	width: 100%;
}
.news-list{
	padding: 15px 15px 5px 25px;
}
.news-list dl{
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
.news-list a{
    position: relative;
    display: flex;
    justify-content: space-between;
	font-size: 13px;
	color: #777;  
	text-shadow: 0 1px 0 #fff;
}
.news-list a:before {
    background: #ae8161;
}
.news-list a:before {
    position: absolute;
    content: '';
    top: 7px;
    left: -12px;
    border-radius: 50%;
    width: 6px;
    height: 6px;
}

#contact{
	padding: 40px 0;
	background: #f3f3f3;
}
.wechat{
	width: 100px;
	margin: 20px 0;
	text-align: center;
}
.wechat img{
	display: block;
	width: 100%;
}
.wechat p{
	font-size: 12px;
}
.contact-box{
	margin-top: 25px;
	padding: 25px;
	background: #fff;
	overflow: hidden;
}
.contact-list dl{
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	overflow: hidden;
}
.contact-list dl dt{
	display: flex;
	align-items: center;
	width: 80px;
}
.contact-list dl dt img{
	display: inline-block;
	width: 25px;
}
.contact-list dl dt span{
	display: inline-block;
	color: #868686;
	width: 50px;
	font-size: 13px;
	padding-left: 6px;
}
.contact-list dl dd{
	font-size: 14px;
}

#allmap{
	width: 700px;
	height: 300px;
	float: right;
}
.i-banner {
	height: auto !important;
}
.i-banner .slide-full{
	background: rgba(0, 0, 0, 0.3);
	z-index: 1;
}
.i-banner-img{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 600px;
}
.i-banner .slogan p, .i-banner .slogan h2{
	font-size: 60px;
}
#inner{
	padding: 40px 0;
	background: #f3f3f3;
}
.i-bread-nav p span{
	font-family: serif;
}
.i-bread-nav img{
	display: inline-block;
	width: 25px;
    vertical-align: middle;

}
.i-bread-nav p{
	display: inline-block;
	font-size: 14px;
	padding-left: 3px;
	text-shadow: 0 1px 0 #fff;
    vertical-align: middle;
}
.inner-content{
	position: relative;
	min-height: 280px;
	margin-top: 40px;
	background: #fff;
	box-shadow: 0 3px 5px #e0e0e0;
	border-radius: 5px;
}

.i-left{
	position: absolute;
	width: 280px;
	min-height: 300px;
	padding: 30px 20px;
	border-right: 1px solid #eee;
	top: 0;
	left: 0;
	bottom: 0;
}
.i-tit-box{
	padding: 30px 20px 20px 20px;
}
.i-tit{
	margin-bottom: 20px;
}
.i-tit h3{
	font-size: 18px;
}
.i-line{
    width: 28px;
    height: 2px;
    background: #ae8161;
	border-radius: 2px;
	margin: 10px 0;
}
.i-tit-box .i-tit{
	text-align: center;
}
.i-tit-box .i-tit h3{
	font-size: 20px;
	font-weight: bold;
}
.i-tit-box .i-line{
	margin: 10px  auto;
}
.i-left-list a{
	display: block;
	font-size: 14px;
	padding-bottom: 15px;
	padding-left: 5px;
	margin-bottom: 15px;
	border-bottom: 1px solid #eee;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.i-left-list a:hover{
	text-decoration: none;
	border-bottom: 1px solid #ae8161;
}
.i-right{
	width: 920px;
	padding: 30px;
	float: right;
}
.i-details p{
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 25px
}
.i-menus-list{
	padding: 20px;
	margin-top: 0;
}
.i-menus-list dl{
	margin: 0 10px 20px 10px;
}
.i-news dl{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #eee;
	overflow: hidden;
}
.i-news dl dt, .i-news dl dd{
	display: inline-block;
}
.i-news dl dt{
	font-size: 14px;
	float: left;
}
.i-news dl dd{
	font-size: 12px;
	line-height: 20px;
	float: right;
}
.i-product-list{
	margin: 10px;
}
.i-product-list dl{
	display: block !important;
	width: 215px;
}
.i-product-list dl dt{
	width: 215px;
    height: 152px;
}
.i-honor-list{
	margin: 10px;
	overflow: hidden;
}
.i-honor-list dl{
	width: 275px;
	margin-bottom: 20px;
}
.honor-list dl dt{
	width: 265px;
    height: 174px;
}

.i-pic{
	text-align: center;
}
.i-detail{
	padding-top: 40px;
    text-align: justify;
}
.i-detail h1{
	font-size: 24px;
	text-align: center;
	margin-bottom: 30px;
}
.i-detail p{
	font-size: 15px;
	line-height: 24px;
	margin-bottom: 15px;
}
.i-detail-con{
	padding-top: 30px;
}
.i-detail-con table{
	max-width: 860px;
	width: 100%;
}
.i-detail-con img, .i-detail p img, .i-pic img{
	max-width: 860px;
	vertical-align: top;
}

.contact-box{
	padding: 25px;
    display: flex;
    justify-content: space-between;
}

#allmap{
	width: 700px;
	height: 300px;
	float: right;
}


#footer{
	position:relative;
	padding:30px 0;
	background: #333;
	z-index:99;
	}
.f-nav{
	float:left;
	}
.f-nav li{
	margin-right:75px;
	float:left;
	}
.f-nav li h3, .f-nav li h3>a{
	font-size:16px;
	color: #fff;
	margin-bottom:20px;
	}
.f-nav li a{
	display:block;
	font-size:13px;
	color:#a3a3a3;
	margin-bottom:10px;
	}
.f-code{
	padding-left:85px;
	border-left:1px solid #505050;
	float:left;
	}
.f-code img{
	display:block;
	width:130px;
	margin-bottom:5px;
	}
.f-code p{
	font-size:13px;
	text-align:center;
	color:#a3a3a3;
	}
.f-tel{
	width:200px;
	margin-left:85px;
	float:left;
	}
.f-tel .b-logo{
	width:60px;
	margin:0 auto;
	}
.f-tel .b-logo img{
	display:block;
	width:60px;
	}

.f-tel .txt{
	padding:5px 15px;
	border:1px solid #e2a87e;
	text-align:center;
	margin-bottom:15px;
	}
.f-tel .txt img{
	width:25px;
	vertical-align:middle;
	}
.f-tel .txt span{
	color:#e2a87e;
	font-size:13px;
	line-height:24px;
	}
.f-tel .f-num{
	font-size:22px;
	text-align:center;
	color:#ae8161;
	font-weight:bold;
	}
#copy{
	min-width: 1200px;
	padding: 10px;
	background: #000;
}
#copy p,#copy p a{
	text-align: center;
	color: #666;
	font-size: 12px;
	margin-bottom: 3px;
}