body,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,li,ol,p,select,td,textarea,ul{
    padding: 0;
    margin: 0;
}
html,body{
    color: #333;
    font-size: 16px;
    font-family: "微软雅黑";
    max-width: 1920px;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
}
li{
    list-style:none;
}
a{
    text-decoration: none;
}
img,input{
    border: 0;
}
.wap{
    display: none;
}
.top>img.wap{
    display: none;
}

body .clear{
    clear: both ;
    height: 0 !important;
    width: 0 !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.w1200 {
   max-width: 1200px;
    margin: 0 auto;
}
.px1400{
    max-width: 1400px;
    margin: 0 auto;
}
.px1200{
    max-width: 1200px;
    margin: 0 auto;
}
/*侧边栏*/
.aside_link {
    position: fixed;
    right: 0;
    bottom: 0;
    background: rgba(58,58,58,.7);
    z-index: 999;
    width: 258px;
    border-radius: 6px 0 0 6px;
    overflow: hidden;
padding:0 10px;
}

/* 内页公共样式 */
.top{
    max-width: 1920px;
    margin:0 auto;
    position: relative;
}
.top>img{
    display: block;
    width: 100%;
}
.wap-menu{
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 99999;
    font-size: 0;
}
.wap-menu img{
    height: 30px;
}
.close-menu{
    display: none;
    position: absolute;
    right: 0;
    top: 0;
}

/* nav */
.head{
    background: #b51212;
    padding: 0 110px;
    padding: 14px 110px;
}
.head-link{
    text-align: right;
    position: absolute;
   /* top: 22px;*/
    right: 0px;;
    height: 36px;
    line-height:36px;
  /*  padding: 0 110px;*/
}
.head-link a{
    color: #fff;
    font-size: 14px;
    margin-left: 15px;
}
.head-link a img{
    height: 16px;
    vertical-align: middle;
margin-right:5px;
}
.logo{
    float: left;
}
.logo a{
    font-size: 0;
    line-height: 98px;
}
.logo a img{
    height: 85px;
    vertical-align: middle;
    transition: all 0.3s;
padding:6px 0;
}
.nav{
  /*  float: right;*/
  background-size: 100% 100%;
  padding:0 30px;
  margin: 1px 0;
}
.nav>ul{
  /*  float: left;*/
font-size:0;

    margin: 0 auto;


}
.nav>ul>li{
    display: inline-block;
   width:133px;
    text-align: center;
    position: relative;
}
.nav>ul>li:hover {
background:#b51212;

}
.nav>ul>li>a{
    display: block;
    color: #000;
    font-size: 16px;
    line-height:50px;
    position: relative;
    padding: 0 25px;
    transition: all 0.3s;
font-weight: bold;
}

.nav>ul>li:hover>a{
    color: #fff;
}
.nav>ul>li:hover>a::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    /*background: #fae385;*/
}
.nav>ul>li>span{
    display: none;
    position: absolute;
    right: 0;
    top: 15px;
    cursor: pointer;
}
.nav>ul>li:hover ul{
   /* display: block;
transition: all .2s ease-in-out*/
}
.nav>ul>li.active{
   background:#b51212;
color:#fff;
}
.nav>ul>li.active a{color:#fff;}
.nav>ul>li.active>a::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
   /* background: #fae385;*/
}
.nav>ul>li>ul{
    width: 100%;
    position: absolute;
    top: 100%;
    background: #b51212;
    box-shadow: 0 0 10px #ccc;
    z-index: 9;
    display: none;
}
.nav>ul>li>ul li:hover{
    background: #ca1f38;
}
.nav>ul>li>ul li a{
    display: block;
    padding:  10px;
    color: #fff;
font-size:16px;

}
.nav>ul>li>ul li a:hover{
    color: #fff;
}

.search{
    float: right;
    position: relative;
    /*   line-height: 110px; */
    padding: 0 5px;
    background:#fff;
    margin-top: 48px;
}
.search form .input{
    
    outline: none;
    line-height: 20px;
    
    color: #000;
  /*  position: absolute;*/
    width: 170px;
    height: 30px;
    right: 0;
    top: 40px; 
    transition: all 0.3s; 
    padding: 0 20px;
    border: 1px solid #fff;
}

.ewm img {
    display: block;
    margin: 0 auto;
}
.search img{
    height: 20px;
    vertical-align: text-bottom;
    position: relative;
}
.search div{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 30px;
    height: 20px;
    background: none;
    border: none;
  /*  display: none;*/
    transition: all 0.3s;
    color: #333;
}
.search div input{
    top: 7px;
    right: 10px;
    width: auto;
    height: 20px;
    width: 20px;
    z-index: 9998;
    border: none;
position:absolute;
outline:none;
}
.search:hover form .input{
    width: 170px;
    opacity: 1;
     padding: 0 20px;
    border: 1px solid #fff;
}
.search:hover div{
    display: block;
    opacity: 1;
    cursor: pointer;
    outline: none;
}


.links {
    background: #f1f1f1;
    padding: 20px 0;
    margin-top: 20px;
}

.links-c {
    overflow: hidden;
    line-height: 26px;
}

.links-c span {
    float: left;
    width: 100px;
}

.links-c ul {  
    overflow: hidden;
}

.links-c ul li {
    float: left;
    margin: 0 30px;
}

.links-c ul li a {
    display: block;
    font-size: 15px;
    color: #333333;
}

.links-c ul li a:hover {
    color: #ba2d35;
}


.footer{
    margin-top: 0px;
    background: #3a3a3a;
    padding: 20px 0;
    font-size: 14px;
}
.footer>div{ position:relative;min-height:100px;overflow:hidden;}
 
 
.footer p{
    color: #bababa;
    line-height: 32px;
    text-align: left; 
}
.footer p span{
    margin: 0 11px;
}
.foot-l{
   float:left;
   width: 31%;
    margin-top: 28px; 
}

.ewm {
    float: left;
    margin: 0 2%;
    width: 45%;
}
.ewm  img{width:100%}
.ewm p{text-align:center;}
.foot-m{float:left;width: 46%;margin-top: 23px;}
.foot-m a{display:block;max-width:80%;margin:0 auto;}
.foot-m a img{width:110%;display:block;}
.foot-r{float:right; width: 19%;}
.foot-r img{max-width:100px;}

.banquan{text-align: center;
    line-height: 40px;
    background: #2d2c2c;
    color: #fff;
font-size:14px;
}

.foot-m p {
    font-size: 14px;
    line-height: 18px;
    overflow: hidden;
    background: url(../images/live.png) left center no-repeat;
    background-size: 30px auto;
    padding: 11px 0 11px 40px;
}
.foot-m .f_tel {
    background-image: url(../images/f_tel.png);
}




@media screen and (max-width:1760px){
    .head{
        padding: 7px 20px; 
    }
   .head-link{padding:0 20px;top:0;}
    .nav>ul>li>a{
        padding: 0 15px;
        font-size: 16px;
    }
    .nav>ul>li>ul li a{
        font-size: 16px;
        padding: 15px 0;
        text-align: center;
    }
}
@media screen and (max-width:1262px){
    .head{
        padding: 0 10px; 
    }
  .head-link{
 height:35px;
line-height:35px;
}
    .nav>ul>li>a{
        padding: 0 10px;
        font-size: 16px;
    }
    .nav>ul>li>ul li a{
        font-size: 16px;
        padding: 15px 0;
        text-align: center;
    }
.logo a img{
   height:75px;
padding:0 5px; 

}
}

@media screen and (max-width:1664px){
  .foot-l {
   
    width: 24%;
    margin-top: 30px;
    margin-right: 28px;
}
.foot-l img{width:100%;margin: 0 auto;display: block;}
.foot-m {
   
    width: 48%;
    margin-top: 23px;
}
.foot-r {
   float: right; 
    width: 21%;
}
}

@media screen and (max-width:1024px){
    .pc{
        display: none;
    }
    .wap{
        display: block;
outline: none;
    }
.search div input{
top:0 !important;
}

.head-link{display:none;
    top: 65px;
    background: #b51212;
    padding: 0 30px;
 
}
    .logo a{
        line-height: 60px;

    }
    .logo a img{
     /*   max-width: 80%;*/
        height: auto;
max-width: 90%;
 max-height:48px; 
    }
    .head{padding-top:0;}
    .head.active{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: 60px;
        z-index: 99998;
    }
    .nav{
        position: fixed;
        z-index: 9999;
        left: 0;
        top: 60px;
        right: 0;
        bottom: 0;
        display: none;
        overflow-y: scroll;
        background: #b51212;
        border-top: 1px solid rgba(255, 255, 255, 0.3);
padding-top: 100px;
    }
    .nav>ul{
        background: none;
        padding: 0 30px;
        width: auto;
        float: none;
    }
    .nav>ul>li{
        float: none;
        width: auto;
        display: block;
        text-align: left;
        padding: 15px 0;
        margin: 0;
        height: auto;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
    .nav>ul>li>a{
        font-size: 16px;
        line-height: normal;
        padding-top: 0;
        top: 0;
        color: #fff;
        height: auto;
    }
    .nav>ul>li:hover>a{
        background: none;
        color: #fff;
    }
    .nav>ul>li:hover>a:after{
        content: none;
        background: none;
    }
    .nav>ul>li.active>a{
        background: none;
    }
    .nav>ul>li.active>a::after{
        content: none;
    }
    .nav>ul>li>span{
        display: none;
        position: absolute;
        right: 0;
        top: 14px;
        cursor: pointer;
       font-size:16px;
    }
    .nav>ul>li>span{
        display: block;
        color: #fff;
        transition: all 0.3s;
    }
    .nav>ul>li>span.active{
        transform: rotateZ(90deg);
    }
    .nav>ul>li>ul{
        position: static;
        padding: 0;
        width: auto;
        background: none;
        padding-left: 30px;
        box-shadow: none;
    }
    .nav>ul>li>ul>li{
        display: block;
        text-align: left;
        padding: 15px 0;
        margin: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
    .nav>ul>li>ul>li:last-child{
        border: none;
    }
    .nav>ul>li>ul>li a{
        color: #fff;
        padding: 0;
        text-align: left;
    }
    .nav>ul>li>ul>li:hover{
        background: none;
    }
    .nav>ul>li:hover ul{
        display: none;
    }
   .search {
display:none;
       float: none;
    width: auto;
    padding:9px 30px;
    line-height: normal;
    position: absolute;
    left: 0;
   right:0;
    top: 60px;
    z-index: 9999;
    background: #b51212;
}
    .search:hover .input{
        width: 95%;
        padding: 5px 2.5%;
    }
.search:hover form .input{
   width: 95%;
    opacity: 1;
    padding: 5px 2.5%;
    border: 1px solid #fff;
}
.search form .input{
   
    position: static;
    width: 95%;
    padding: 5px 2.5%;
    opacity: 1;
    background: none;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);

}
    .search form .input::-webkit-input-placeholder{
        color: #ccc;
    }
    .search img{
        position:absolute;
        right: 40px;
           top: 50%;
    margin-top: -10px;

    }
    .search div{
        top: 41px;
        right: 30px;
 top: 50%;
    margin-top: -10px;
    }
 .links{
padding-left:20px;
padding-right:20px;}

.links-c ul li{margin-left:15px;margin-right:15px;}
.links-c ul li a{font-size:14px}
    

.footer>div{padding:0 20px;}
.foot-r{position:static;width:auto;}
.foot-r img{width: 100%;margin:0 auto;margin-top:15px;}

.foot-m{float:left;/* width:auto; */text-align:center;overflow:hidden;margin-top: 10px;width: 48%;}

.foot-r img,.foot-m img,.foot-m a img{display:block;margin:0 auto;/* width:60%; */}

.foot-l{margin-top: 0px;}
.foot-l img {
    width: 100%;
  
}
.foot-l {
   
    margin-top: 47px;
    
}
.foot-r{ float:right; width: 23%;}
}
@media screen and (max-width:768px){
    .wap-menu{
        top: 18px;
    }
    .wap-menu img {
        height: 25px;
    }
    
    .footer{
        margin-top: 40px;
        padding: 30px 0;
        font-size: 12px;
    }
    .links-c ul li a{font-size:12px}

.foot-r img{max-width:100px;margin:0 auto;}
.foot-r{width: 52%;margin: 0 auto;float:none}
.foot-m{float:none;width:80%;margin: 5% auto;}
.foot-l{float:none;width:auto;padding: 0 12%;} 
.banquan{padding:10px;font-size:12px;line-height:24px;}
}
@media screen and (max-width:480px){
    .wap-menu{
        top: 20px;
    }
    .wap-menu img {
        height: 20px;
    }
}
@media screen and (max-width:375px){
.foot-l img {
    width: 100%;
   
}
.foot-m {
  
    width: 100%;
    margin: 5% auto;
}
   .foot-r {
    width: 80%;
 
}
}
