* {
	margin: 0;
	padding: 0;
	list-style: none;
	outline: 0;
	-webkit-tap-highlight-color: transparent;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
body {
  margin: 0px;
  padding: 0px;
  font-family: 'Lato', sans-serif;
}
li{
	list-style: none;
}
.navfix a{
	text-decoration: none;
    color: #333 !important;
}
body {
	font-family: SourceHanSansSC-Bold;
	font-size: 14px;
	color: #1B1B1B;
	background: #f8f8f8;
	overflow-x: hidden;
	position:relative
}
/*头部*/
.w1000 {
	width: 1140px;
	margin: auto
}

.toubu1 {
	height: 150px;
	padding: 25px 0 0;
	background: #fff;
}

.toubu1 .fl {
	line-height: 40px;
	color: gray;
	font-size: 18px;
	float: left
}


.toubu1 .fl .logo {
	display: inline-block;
	width: 180px;
	height: 40px;
	background: url(../img/logo2.png) no-repeat center left;
	background-size: contain;
	vertical-align: top
}

.toubu1 .fl span {
	padding: 0 5px
}

.toubu1 .fr {
	text-align: center;
	position: relative;
	top: -5px;
	float: right
}

.toubu1 .fr .phone {
	font-size: 30px;
	color: #606060;
	font-weight: 700
}

.toubu1 .fr .sub {
	line-height: 20px;
	font-size: 16px;
	color: #4e4e4e
}

.toubu1 .icon {
	display: inline-block;
	width: 27px;
	height: 27px;
	margin-right: 5px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center top;
	vertical-align: middle
}

.toubu1 .icon.icon-phone {
	background-image: url(../img/phone2.png);
}

/*导航菜单*/
.navfix {
	width: 100%;
	height: 50px;
	background-color: #E60012;
	font-size:18px;
	position: absolute;
	top:101px;
	left:0;
	z-index:1000
}
.all {
	width: 1140px;
	height: 50px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;


}

.all .one {
	width: 165px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	float: left;
	display: inline;
	position: relative;
	cursor: pointer;
	color: #fff;
	font-weight:500
}


.all .one .two {
	position: absolute;
	left: 0;
	top: 50px;
	width: 162px;
	display: none;
	background-color: #fff;
	color: #333 !important;
	z-index: 10000;
}

.all .one .two  li {
	color: #333 !important;
	z-index: 10000;

}
.three a{
	color: #fff !important;
}
.three{
	width: 165px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	float: left;
	display: inline;
	position: relative;
	cursor: pointer;
	color: #fff;
	font-weight:500
}
h1 {
  margin: 2em 0px;
  padding: 0px;
  color: #fff;
  text-align: center;
  font-weight: 100;
  font-size: 50px;
}

nav {
  width: 750px;
  margin: 1em auto;
}

ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

ul.dropdown {
  position: relative;
  width: 1000px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  background-color: #E60012;
  opacity: 0.8;
}

ul.dropdown li {
  font-weight: bold;
  float: left;
  width: 120px;
  height: 50px;
  position: relative;
  background: #ecf0f1;
}

ul.dropdown a:hover {
  color: #000;

}

ul.dropdown li a {
  display: block;
  padding: 20px 8px;
  color: #34495e;
  position: relative;
  z-index: 2000;
  text-align: center;
  text-decoration: none;
  font-weight: 300;
  height: 50px;

}

ul.dropdown li a:hover,
ul.dropdown li a.hover {
  background: #FFD220;
  position: relative;
  color: #fff;
}

ul.dropdown ul {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 180px;
  z-index: 1000;
}

ul.dropdown ul li {
  font-weight: normal;
  background: #f6f6f6;
  color: #000;
  border-bottom: 1px solid #ccc;
}

ul.dropdown ul li a {
  display: block;
  color: #34495e !important;
  background: #eee !important;
}

ul.dropdown ul li a:hover {
  display: block;
  background: #FFD220 !important;
  color: #fff !important;
}

.drop>a {
  position: relative;
}

.drop>a:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 40%;
  border-left: 5px solid transparent;
  border-top: 5px solid #333;
  border-right: 5px solid transparent;
  z-index: 999;
}

.drop>a:hover:after {
  content: "";
  border-left: 5px solid transparent;
  border-top: 5px solid #fff;
  border-right: 5px solid transparent;
}


/*底部固定*/
.free {
    background: #4c1b18;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10
}
.free .wrap {
    display: flex;
    justify-content: space-between;
    width: 1100px;
    margin: auto
}
.free img {
    width: 170px;
    height: 208px;
    margin-top: -78px
}
.free .files {
    width: 545px;
    padding: 15px 12px 0
}
.free .files .tit {
    width: 328px;
    height: 28px;
    background: url(http://www.hbxinwendao.com/comnav/zt11/img/foot_tit.png) no-repeat center left;
    background-size: 100% 100%
}
.free .files .tit2{
	font-size:26px;
	color:#8cecde;
	font-weight:600;
}
.free .files li {
    display: inline-block;
    width: 170px;
    margin-top: 15px;
    padding-left: 20px;
    font-size: 15px;
    color: #fff;
    vertical-align: top;
    position: relative
}
.free .files li:before {
    content: '';
    width: 10px;
    height: 10px;
    background: #fff;
    transform: rotate(45deg);
    position: absolute;
    left: 0;
    top: 5px
}
.free .layui-form {
    flex: 1;
    padding-top: 19px;
}
.free .layui-form .layui-input {
    width: 180px;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    border: 0;
    border-radius: 2px；
}
.free .layui-form .btn-com {
    width: 100%;
    height: 44px;
    line-height: 42px;
    margin-top: 7px;
    font-size: 18px;
    background: #DC1226;
    border: 0;
    border-radius: 5px
}
.footer_bd{
	width:360px;
	height: 100px;
	position:relative;
	font-size:14px;
	text-align:center;
	font-family: Source Han Sans SC;
    font-weight: 500;
    color: #FFFFFF;
}
.footer_bd .footer_l input{
	width:180px;
	height: 44px;
	position:absolute;
	top:0;
	left:0;
	border-radius: 5px;
}
.footer_bd .footer_r input{
	width:180px;
	height: 44px;
	position:absolute;
	top:0;
	right:0;
	border-radius: 5px;
	margin-left:20px;
}
.footer_btm  input{
	width:360px;
	height: 44px;
	position:absolute;
	left:0;
	top:60px;
	background-color:#DC1226;
	border-radius: 5px;
	font-size:16px;
	color:#ffffff;
}
/*右侧悬浮*/
.right_xfbtn  li{
    list-style: none;
  }
  
#right_xfbtn{
  width: 252px;
  height: 571px;
  position: fixed ;
  top: 50%;
  margin-top: -280px;
  right: 50px;
z-index: 100000;

}

#right_xfbtn .ma{
width: 150px;
height: 571px;
position: relative;

}

#right_xfbtn .ma .qqma{
  width: 150px;
  height: 166px;
  position: absolute;
  top:300px;
  left: 0;
  display: none;
}

#right_xfbtn .ma .wechatma{
  width: 150px;
  height: 166px;
  position: absolute;
  top:380px;
  left: 0;
  display: none;
}

#right_xfbtn .icons{
  width: 90px;
  height: 482px;
  background-color: #fff;
  position: absolute;
  right:10px;
  top:0;
  border:1px solid #E5E5E5;
  border-radius:10px;
  box-shadow: 0 0 9px 3px #E5E5E5; ;

}

#right_xfbtn .icons li{
  width: 90px;
  height: 80px;
  border-bottom: dotted 1px #E5E5E5;
  
  cursor: pointer;
  overflow:hidden;
  z-index:100000
  
}

#right_xfbtn .icons li img{
width: 33px;
height: 33px;
margin-top:13px;
margin-left:28px

}
#right_xfbtn .icons li .wechatImg{
width: 33px;
height: 27px;
margin-top:13px;
margin-left:28px

}

#right_xfbtn .icons li .textTitle{
 display:block;
  height: 18px;
  font-size:12px ;
  color:#333333;
  margin: 8px auto;
  text-align:center;
}