body {
  background-color: #f6f6f6;
}

* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
.top {
  position: fixed;
  top: 0;
  width: 100%;
  margin: auto;
  background: #001c10;
  z-index: 9999;
}
.nav {
  position: relative;
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 1170px;
  margin: 0 auto;
  height: 60px;
}
.nav ul {
  height: 60px;
  display: flex;
  margin-left: -218px; 
}
.nav ul li {
  margin: 0 18px;
  font-size: 16px;
  /* font-family: Microsoft YaHei; */
  font-weight: 400;
  color: #ffffff;
  line-height: 60px;
  opacity: 0.7;
  list-style: none;
}
.nav ul li a{
  font-size: 16px;
  line-height: 22px;
}
.nav ul li:hover{
  opacity: 1;
}

.jxj:hover .second-menu{
  z-index: 999999 !important;
  display:block;
  
}
.nav ul a {
  font-size: 18px;
  color: #ffffff;
}
.triangle {
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-bottom-color: #ffffff;
  position: absolute;
  top: 40px;
  margin: auto;
  margin-left: 24px;
  display: block;
}
.login {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
  line-height: 52px;
}
.login p {
  margin-left: 65px;
}
/* footer */
.m-footer-links .foot-link-hd {
  zoom: 1;
}
.m-footer-links .foot-link-hd:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  line-height: 0;
  overflow: hidden;
}

.m-footer-links li {
  list-style: none;
}
/*footer links*/
.m-footer-links {
  width: 100%;
  color: #f1f1f1;
  background: #313131;
}
.m-footer-links .foot-link-hd {
  margin: auto;
  width: 1090px;
  padding: 35px 0 10px 80px;
  box-sizing: content-box;
}
.m-footer-links .links-col {
  width: 170px;
  float: left;
  line-height: 30px;
}
.m-footer-links .links-col:nth-last-child(2) {
  width: 280px;
}
.m-footer-links .links-col a,
.m-footer-links .links-col a:visited {
  color: #f1f1f1;
}
.m-footer-links .links-col a:hover {
  text-decoration: underline;
}
.m-footer-links .links-list {
  padding: 18px 0 30px;
}
.m-footer-links .links-code {
  position: relative;
  width: 120px;
  padding-left: 110px;
  float: left;
}
.m-footer-links .links-code-txt {
  text-align: center;
  padding-top: 10px;
}
.m-footer-links .fly-icon {
  position: absolute;
  left: 20px;
  bottom: 25px;
  z-index: 2;
  display: block;
  width: 109px;
  height: 121px;
  background: url("image/fly.png") no-repeat center center;
}
.m-footer-links .links-code-pic img {
  display: block;
  width: 120px;
  height: 120px;
  margin: 0 auto;
}
.m-footer-links .footer-copyright {
  padding: 13px 0;
  color: #fff;
  font-size: 12px;
  text-align: center;
  border-top: 1px solid #171111;
}

/*# sourceMappingURL=footer.css.map */

/* 留言板 */
.message-board{
    bottom: 40px;
    right: 40px;
    width: 281px;
    height: 440px;
    position: fixed;
    border: 1px solid #ccc;
    background-color: #fff;
    
}
.zixun {
  width: 281px;
  height: 390px;
  margin: auto;
}
.hotline {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 281px;
  height: 50px;
  background: #ff5a00;
  font-size: 18px;
  color: #FFFFFF;
}

.message{
        margin-top: 5px;
        width: 281px; height: 30px; background: #ff8543;
       padding-top: 5px;
}
.message p{
        margin-left: 15px;
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #ffffff;
        line-height: 24px;
}
input {
  border: none;
  outline: none;
  color: #959595;


}
.text{   
         border: none;
         outline: none;          
         margin: 15px 0 -5px 15px;
         border: 1px solid #e4e4e4;
         border-radius: 5px;
         padding-top:20px; padding-left:10px;
         width: 241px;
         height: 80px;
}
.name{
  margin-top: 10px;
  margin-left: 15px;
  /* text-align: center; */
 
  line-height:35px ;
  width: 232px; 
  padding-left: 20px;
  height: 35px; 
  border: 1px solid #e4e4e4;
  border-radius: 5px;
}
.phone{
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  margin: 5px 0 0 15px;
  width: 232px; 
  padding-left: 20px; height: 35px; 
  line-height: 35px;
 
  
}
.city{
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  margin: 5px 0 0 15px;
  width: 232px; 
  padding-left: 20px; height: 35px; 
  line-height: 35px;
 
  
}
.sumbit{
  border: none;
  margin: 15px;
  border-radius: 5px;
  width: 252px; height: 30px;
  background: #00b86d;
  color: white;
}
.online{
  margin: auto;
  display: flex;      
  align-items: center;
  width: 281px;
  height: 50px;
  background: #ff5a00;
  font-size: 18px;
  color: #FFFFFF;
}
.online img{
  margin: 0 10px 0 15px;
}
