body {
   
}
.header{
    background: url(../img/hszh.png) no-repeat top center;
}
.header .sws {
    overflow: hidden;
}

.nav {
    height: 60px;
    background: #e60012 ;
}
.nav ul {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    height: auto;
    overflow: hidden;
}



.nav ul li.first {
    float: left;
    position: relative;
    line-height: 60px;
   padding: 0 12px;
    font-size: 22px;
    text-align: center;
}
.m-location{
    width: 1200px;
    margin: 0 auto;
}
.nav ul li a {
    display: inline-block;
    color: #fff;
    padding-left: 10px;
    padding-right: 25px;
}


.nav ul li a:hover {
    color: #fff !important;
}  

.icon1,.icon2,.icon3,.icon4,.icon5,.icon6,.icon7{
    background: url(../img/icon1.png) no-repeat 0px 0px;
    height: 30px;
    width: 30px;
   float: left;
   margin-left: 12px;
   margin-top: 17px;
}
.icon1{
    background: url(../img/icon1.png) no-repeat 0px 0px; 
}
.icon2{
    background: url(../img/icon2.png) no-repeat 0px 0px; 
}.icon3{
    background: url(../img/icon3.png) no-repeat 0px 0px; 
}.icon4{
    background: url(../img/icon4.png) no-repeat 0px 0px; 
}.icon5{
    background: url(../img/icon5.png) no-repeat 0px 0px; 
}.icon6{
    background: url(../img/icon6.png) no-repeat 0px 0px; 
}
.icon7{
    background: url(../img/icon7.png) no-repeat 0px 0px; 
}
.cwm_content {
    font-size: 0;
}

.nav ul li.active{
   background: #ee4d5a; 
}
/**/
.secondnav{
    width: 1200px;
    margin: 0 auto;
    display: none;
    position: absolute;
    line-height: 38px;
    background: #fff;
    opacity: 0.9;
    z-index: 999;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
}
 .secondnav a{
    font-size: 16px;
    padding: 0 15px;
    line-height: 38px;
 }
.secondnav.active{
    display: block;
}
.search2 {
    float: right;
    height: 28px;
    margin-top: 58px;
    margin-bottom: 67px;
    margin-right: 17px;
}

.search2 .button {
    background: url(../img/search.png) no-repeat;
    height: 30px;
    width: 30px;
    cursor: pointer;
    margin-bottom: -6px;
    border: none;
}

.search2 .text {
    height: 28px;
    border: 1px solid #e60012;
    width: 180px;
    border-right: none;
    line-height: 21px;
    border-radius: 15px 0px 0px 15px;
}

.containers{
    width: 1200px;
    margin: 0 auto;
}
/*底部*/


.botcontent {
    width: 1200px;
    position: relative;
 padding-top: 5px;
}

.footer {
    width: 100%;
    min-height: 134px;
    box-sizing: border-box;
    background:  #e60012;
    padding-top: 16px;
    font-size: 14px;
    color: #ededed;
    position: relative;
}
.identify{
    position: absolute;
     right: 65px;
     top: 5px;
     width:94px ;
     height: 94px;
}
.footer .container {
    display: flex;
}

.footer .textBox {
    display: flex;
    justify-content: center;
}

.footer p {
    color: #ededed;
    line-height: 24px;
}

.footer p a {
    color: #ededed;
}

.footer .text {
    width: 12rem;
    text-align: left;
    margin-top: 0.5rem
}

.footer .link {
    height: 70px;
    margin: 0 4rem 0 8rem;
}




