.header {
  position: fixed;
  top: 0;
  left: 0;
  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;
}
.banner {
  height: 700px;
  width: 100%;
  background: url(../img/banner.jpg) no-repeat center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner .text {
  font-size: 100px;
  color: #ffffff;
  text-shadow: 7px 6px 6px #000;
}
.main {
  width: 100%;
}
.main .main-c {
  width: 1200px;
  margin: 0 auto;
}
.main .main-c .title {
  position: relative;
  text-align: center;
  color: #333333;
  font-size: 60px;
  padding: 80px 0 30px;
  letter-spacing: 6px;
}
.main .main-c .title::after {
  position: absolute;
  left: 50%;
  margin-left: -80px;
  bottom: 0;
  content: "";
  width: 160px;
  height: 2px;
  background-color: #003366;
}
.main .main-c .company_box{
  width: 100%;
  height: 920px;
  margin-top: 100px;
  /* border: 1px solid #000; */
}
.main .main-c .company_box h1{
  font-size: 28px;
  height: 30px;
  padding-bottom: 20px;
  border-bottom: 2px solid #e6e6e6;
}
.main .main-c .company_box span{
  display: block;
  font-size: 15px;
  color: #666;
  /* height: 80px; */
  padding-top: 40px;
  /* margin-top: 50px; */
  /* border: 1px solid pink; */
}
.main .main-c .company_box span img{
  display: block;
  padding-top: 20px;
 }
 .main .wonder {
   width: 100%;
   height: 400px;
   background: url(../../about/img/beauty.png);
   background-size: 100% 100%;
 }
 .main .wonder span{
   display: block;
   width: 100%;
   text-align: center;
   padding-top: 70px;
 }
 .main .wonder ul{
   width: 1205px;
   height: 140px;
   padding-top: 66px;
   margin: 0 auto;
 }
 .main .wonder ul li{
    float: left;
    padding-right: 10px;
 }
 .main .culture{
   width: 100%;
   height: 610px;
 }
 .main .culture .title{
  position: relative;
  text-align: center;
  color: #333333;
  font-size: 60px;
  padding: 80px 0 30px;
  letter-spacing: 6px;
 }
 .main .culture .title::after {
  position: absolute;
  left: 50%;
  margin-left: -80px;
  bottom: 0;
  content: "";
  width: 160px;
  height: 2px;
  background-color: #003366;
}
.main .culture .culuture_img{
  padding-top: 100px;
  width: 1200px;
  height: 265px;
  margin: 0 auto;
}

/* 底部焦点图  */
.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;
}
@media (max-width: 1248px) {
	.box {
        width: 1248px;
        /* width: 100%; */
	}
}