.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 .map_box {
  position: relative;
  width: 100%;
  height: 495px;
  margin-top: 100px;
}
.main .main-c .map_box #map {
  width: 100%;
  height: 100%;
}
.main .main-c .map_box .telAddress {
  position: absolute;
  display: flex;
  justify-content: space-around;
  bottom: -200px;
  left: 50%;
  margin-left: -400px;
  width: 800px;
  height: 250px;
  background-color: #fff;
  box-shadow: -1px -1px 6px 3px #0f2a4c4d;
}
.main .main-c .map_box .telAddress .tel_box {
  flex: 1;
  text-align: center;
  font-size: 10px;
  color: #666666;
}
.main .main-c .map_box .telAddress .tel_box .icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  margin-top: 50px;
  background: #003366 url(../img/tel.png) no-repeat center;
}
.main .main-c .map_box .telAddress .tel_box .name {
  margin: 20px 0 12px;
}
.main .main-c .map_box .telAddress .tel_box .tel_dis {
  line-height: 25px;
}
.main .main-c .userInfo {
  width: 100%;
  height: 260px;
}
.main .main-c .userInfo .messageTitle {
  position: relative;
  padding: 280px 0 20px;
  font-size: 28px;
  text-align: center;
  color: #333333;
}
.main .main-c .userInfo .messageTitle::after {
  position: absolute;
  left: 50%;
  margin-left: -30px;
  bottom: 0;
  content: "";
  width: 60px;
  height: 2px;
  background-color: #003366;
}
.main .main-c .userInfo .userBox {
  width: 800px;
  margin: 40px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main .main-c .userInfo .userBox .name p,
.main .main-c .userInfo .userBox .tel p {
  padding-bottom: 15px;
}
.main .main-c .userInfo .userBox .content p {
  padding: 20px 0 35px;
}
.main .main-c .userInfo .userBox .content .contentIpt {
  width: 800px;
}
.main .main-c .userInfo .btn {
  width: 160px;
  margin: 60px auto 80px;
  height: 48px;
  background-color: #e9ecf0;
  line-height: 48px;
  text-align: center;
  color: #666666;
  cursor: pointer;
}
.main .main-c .userInfo .btn:hover {
  color: #000000;
}
/* 底部焦点图  */
.btm {
	width: 100%;
	/* height: 350px; */
	height: 250px;
	background: url(../../contact/img/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%; */
	}
}