@charset "utf-8";
/* CSS Document */

.top {

width: 100%;
  
    margin: 0 auto;



    height: 44px;
    border-bottom: 1px solid #e8e8e8;
}

.top p {
    line-height: 35px;
    display: inline-block;
    margin: 0;
    color: #666;
}

.top p.email {
    margin-left: 30px;
}

.top .share {
    float: right;
}

.top .share ul li {
    display: inline-block;
}


.top .share ul li a {

    text-align: center;
   
    display: block;
    margin-left: 10px;
    -webkit-transition: all .5s;
    transition: all .5s;
    /*color: #999;*/
}

.container {
    width: 1170px;
	margin: 0 auto;
	font-size: 14px;
}

 @media (max-width: 767px) {
 
.container {
width: unset;
}
 
.top p.tel {
   	display: none;
}

.top p.email {
   	display: none;
}

.nybanner img {
    width: 100%;
    height: 150px;
    background-color: #2c2f39;
}
 
}



