/*公共样式*/
.fl {
	float: left;
}
.fr {
	float: right;
}
/*版心*/
.w {
	width: 1200px;
	margin: 0 auto;
}
/* 第一部分 */
.box {
	width: 100%;
}
.header {
	/* position: fixed; */
	/* top: 0; */
	/* left: 0; */
	position: relative;
	background-color: #d4d4d473;
	width: 100%;
	height: 120px;
	z-index: 999999;
  }
  .header .header-c {
	position: relative;
	width: 1200px;
	height: 100%;
	margin: 0 auto;
  }
  .header .header-c .logo {
	display: block;
	width: 112px;
	height: 100%;
	background: url(../../../static/img/logo.png) no-repeat center;
	opacity: 1;
  }
  .header .header-c .nav {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
  }
  .header .header-c .nav .li-item {
	float: left;
	height: 100%;
	width: 110px;
	margin-left: 20px;
	text-align: center;
	line-height: 150px;
  }
  .header .header-c .nav .li-item a {
	position: relative;
	text-decoration: none;
	color: #010101;
	font-size: 20px;
  }
  .header .header-c .nav .li-item a:hover {
	color: #b42b21;
  }
  .header .header-c .nav .li-item .active {
	color: #b42b21;
  }

/* .top_box {
    position: relative;
    z-index: 999;
    width: 100%;
    opacity:0.7;
    background-image: linear-gradient(to right, #D4CAC1 , #94ADC1);
}
.header {
	height: 105px;
} */
/* logo */

/* .topbar {
    width: 80%;
    height: 101px;
	line-height: 130px;
}
.topbar ul li {
	display: inline-block;
    font-size: 22px;
    width: 130px;
    text-align: center;
	color: #000;
} */

/* 底部焦点图  */
.btm {
	width: 100%;
	/* height: 350px; */
	height: 250px;
	background: url(../../home/images/bottom_banner.png) no-repeat;
	background-size: 100% 100%;
}
.btm .code{
	width: 20%;
	height: 24%;
	/* height: 45%; */
	/* border: 1px solid #000; */
	margin: 0 auto;
}
.btm .code span {
	width: 30%;
	height: 130px;
	text-align: center;
	display: inline-block;
	padding-left: 40px;
	padding-top: 30px;
	font-size: 16px;
	color: #fff;
}
.btm .connection{
	width: 1200px;
	height: 60px;
	margin: 20px auto;
}
.btm .connection ul{
	position: relative;
	top: 30%;
	display: flex;
	margin: 0 auto;
	width: 58%;
}
.btm .connection ul li{ 
	float: left;
	font-size: 16px;
	color: #fff;
}
.btm .connection ul li a{
	color: #fff;
	margin:0 20px;
} 
.btm .detail{
	width: 1100px;
	height: 90px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	color: #fff;
}

/* .btm .detail .phone{
	font-size: 16px;
	color: #fff;
	flex: 1;
	margin-left: 150px;
}
.btm .detail .phone img {
	width: 48px;
	height: 48px;
}
.btm .detail .phone span{
	display: block;
	width: 80%;
	height:50%;
}
.btm .detail .address{
	margin-left: 100px;
	display: flex;
	flex:2;
	font-size: 16px;
	color: #fff;
}
.btm .detail .address img {
	width: 38px;
	height: 48px;
}
.btm .detail .address span {
	display: block;
	width: 90%;
	height:50%;
}  */
.copyright{
	width: 100%;
	height: 50px;
	line-height: 50px;
	background-color: #000;
	text-align: center;
	color: #808080;
	font-size: 16px;
}
.copyright a{
	color: #808080;
}
/* 回到顶部 */
.goTop {
	/* display: none; */
	position: fixed;
	right: 100px;
	bottom: 80px;
	width: 50px;
	height: 10px;
	/* background: #000; */
	z-index: 999999999;
}
.arrow {
	display: block;
	width: 55px;
	height: 55px;
	background:url(../../home/images/TOP.png) no-repeat center;
	background-size: 100% 100%;
}
.arrow:hover {
	cursor: pointer;
}
.tel {
	display: block;
	width: 48px;
	height: 48px;
	border-top: none;
	/* background:  #E8E8E8 url(../imgs/phone-icon.png) no-repeat center; */
}
@media (max-width: 1248px) {
	.box {
        width: 1248px;
        /* width: 100%; */
	}
}
