p{
  margin: 0;
  padding: 0;
  border: 0;
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
  }
  

.leftfix{
    float: left;
}

.rightfix{
    float: right;
}

.container{
    width: 1440px !important;
	margin:0 auto;
}
a{
    text-decoration: none;
    color: black;
}

img {
    overflow: hidden;
}



/*头部*/
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

.header-top {
    width: 1440px;
    margin: 0 auto;
    height: 160px;
}


.logo{
     margin:22px 0 28px 0;
}

.logo img {
    object-fit: cover;
}

.contact-info{
    margin: 70px 42px 34px 0;
}

.contact-info img {
    margin-right: 10px;
    object-fit: cover;
}

.contact-info h4{
    margin: 0;
    margin-bottom: 5px;
}

.contact-info p{
    margin: 0;
    font-size: 26px;
    font-weight: 700;
}

.main-nav{
    height: 50px;
    background-color: #007bff;
    position: relative;
}

.main-nav  ul  li{
   float: left;
   display: block;
   width: 11.11%;
   text-align: center;
}

.dhl{
    line-height: 50px;
}

.main-nav ul li:hover{
   background: #73ac45;
 }

.main-nav ul li a{
    color: white;
    font-weight: bold;
    text-decoration: none;
    margin: 0 20px;
 }

 .hero{
    text-align: center;
 }

 .hero img{
    object-fit: cover;
	width:1440px;
 }
 

 .gsjj-sub-menu{
    position: absolute;
    top: 50px;
    left:0;
    width: 100%;
    height: 20px;
    line-height: 20px;
    list-style: none;
    padding: 10px;
    color: black;
    border: none;
    z-index: 1000;
    background-color: #73ac45;
    display: none;
 }

 .gsjj-sub-menu a{
    color: black !important;
 }

 .gsjj-sub:hover .gsjj-sub-menu{
    display: block;
 }

 .dhl:hover .gsjj-sub-menu{
    display: block;
 }


 /*底部*/
.footer {
    background-color: #2a90d9; 
    color: white; 
    padding: 20px 0; 
    text-align: center; 
    align-items: center; 
    clear: both;
}


 .footer-content a{
    margin-right: 30px;
	color:#fff;
}

.footer-content p{
    margin: 0;
}

.footer-a{
    font-size: 20px;
}




/*右侧图标悬浮*/
.qr-code {
    position: absolute;
    right: 1px;
    top: 1000px;
}

.qr-code img {
    background-color: #3299de;
    border-radius: 10px;
}

.qr-code img:hover {
    background-color: #73ac45;
}

.floating_left{
    position: absolute;
    right: 114px;
    top: 142px;
    display: none;
}

.floating_left1{
    position: absolute;
    right: 114px;
    top: 8px;
    display: none;
}


.wx:hover + .floating_left{
    display: block;
}

.qy:hover + .floating_left1{
    display: block;
}
