*{
    margin: 0;
    padding: 0;
    outline: none;
}
ul,li{
    list-style-type:none;
}
a{
    text-decoration: none;
    display: block;
}
img,table,tr,td,th，input,button{
    border:none;
}
table{
    border: none;
    border-collapse:collapse;
    border-spacing:0;
}
body{
    font-family:"Microsoft YaHei";
    background: #ffffff;
    width: 100%;
    font-size: 14px;
}
select,button,input,textarea,table{
    font-family:"Microsoft YaHei";
}
button{
    cursor:pointer;
}
input{
    border: none;
}
.left{
    float: left;
}
.right{
    float: right;
}
.clear{
    clear: both;
}
span.font{
    font-family: Arial;
}
p.font{
    font-family: Arial;
}
.wrap{
    width:100%;
    min-width:320px;
    max-width:1920px;
    margin:0 auto;
    overflow:hidden;
}
.content{
    width: 95%;
    max-width:1200px;
    margin:0 auto;
    overflow:hidden;
    position:relative;
}



/*头部logo*/
.header{
    width: 100%;
    overflow: hidden;
    padding: 15px 0 25px;
}
 span.logo a{
     margin-top: 18px;
    width: 171px;
    height: 78px;
    background: url("logo.jpg") no-repeat center;
}
.header .top-right li{
    font-size: 12px;
    text-align: right;
    height: 30px;
    line-height: 30px;
}
.top-right li.li3{
    margin-top: 10px;
}
.header .top-right li img{
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 5px;
    vertical-align: middle;
}
.header .top-right li a{
    display: inline-block;
    color: #555555;
}
.header .top-right li a.red{
    color: #ea0012;
}
.top-right .tel1{
    font-size: 14px;
    color: #5FC505;
}
.top-right .tel2{
    font-size: 18px;
    color: #ea0012;
}
.top-right input{
    width: 255px;
    border: 1px solid #bcbcbc;
    height: 32px;
    padding-left: 10px;
    border-right: none;
    line-height: 32px;
}
.top-right button{
    width: 55px;
    height: 32px;
    font-size: 12px;
    color: #999999;
    background: #dddddd;
    border: 1px solid  #dddddd;
}
input.p1::-webkit-input-placeholder { color:#999999;
font-size: 12px;}
input.p1::-moz-placeholder { color:#999999;
    font-size: 12px;} /* firefox 19+ */
input.p1:-ms-input-placeholder { color:#999999;
    font-size: 12px;} /* ie */
 input.p1:-moz-placeholder { color:#999999;
    font-size: 12px;}


.content5{
    overflow: visible;
}
.banner{padding-bottom: 18.3923%!important;}
 /*导航*/
 .nav{
     width: 100%;
     height: 42px;
     background: url("nav-bg.png") repeat-x;
 }

.nav .ul_nav >li{
    width: 11%;
    /*max-width: 132px;*/
    text-align: center;
    float: left;
    line-height: 42px;
    position:relative;
}
.nav .ul_nav >li.one{
    font-weight: bold;
    background: #e70012;
}
.one{
    font-weight: bold;
    background: #e70012;
}
.nav .ul_nav >li >a{
    color: white;
}
.nav .ul_nav >li a:hover{
    font-weight: bold;
    background: #e70012;
}
.ul-nav2{
    display: none;
    width: 260px;
    z-index: 200;
    background: white;
    position: absolute;
    padding: 0 10px;
}
.ul-nav2>ul{
    width: 59%;
}
.nav .ul_nav >li:hover .ul-nav2{
   display: block;
}
.ul-nav2 >li >a{
    color: #333333;
}
.nav .ul_nav >li .ul-nav2 ul>li{
    text-align: left;
}
.ul-nav2 li a span{
    border-bottom: 4px solid transparent;
    border-left: 4px solid red;
    border-top: 4px solid transparent;
    display: inline-block;
    /*float: left;*/
    height: 0;
    margin:  0 10px;
    width: 0;
}
.ul-nav2  img.img-nav{
    display: block;
    margin-top:15px;
    /*vertical-align: middle;*/
}
.ul-nav2 li a{
    color: #333333;
}
.ul-nav2 li a:hover{
    color: white;
}
#abc {
    display: none;
}

#product {
    display: none;
}
/*底部*/
.footer{
    width: 100%;
    overflow: hidden;
    padding: 20px 0 20px;
    background: #161814;
    border-bottom: 1px solid #2e302c;
}
.footer .list1-li{
    display: inline-block;
    overflow: hidden;
    width: 25%;
    float: left;
}
/*手机上才显示tit2*/
.footer  .list1-li .tit2{
    display: none;
}
.footer ul.u1 li{
    float: left;
    height: 30px;
    line-height: 30px;
    width: 100%;
    font-size: 12px;
    color: #cdcdcd;
}
.footer ul.u1 li a{
    color: #cdcdcd;
}
.footer  .list1-li .tit1{
    height: 50px;
    line-height: 50px;
    font-size: 14px;
}

.footer  .list1-li .tit1 a{
    font-weight: bold;
    color: white;
}

.list1-li2{
    float: right;
    display: block;
    overflow: hidden;
    width: 20%;
}
.footer ul.u2 li{
    height: 30px;
    line-height: 30px;
    width: 100%;
    font-size: 12px;
    color: #cdcdcd;
}
.bottom{
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
    background: #161814;
}
.bottom .font1{
    width: 85%;
    overflow: hidden;
}
.bottom  p{
    font-size: 12px;
    color: #cdcdcd;
    margin-top: 15px;
}
.bottom img{
    margin-right: 10px;
}

/*分页样式*/
ul.bottom-page{
    /*height: 28px;*/
    clear: both;
    float:left;
    position:relative;
    left:50%;
    margin: 20px auto 0;
    display: block;
}
.bottom-page li {
    position:relative;
    right:50%;
    float:left;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    margin-right: 10px;
    font-size: 12px;
    background: white;
    border: 1px solid #e6e6e6;
}
.bottom-page li.page2{
    font-family: Arial;
}
.bottom-page li.page{
    width: 60px;
}
.bottom-page li a{
    color: #666666;
}
.bottom-page li.page a{
    font-family: "微软雅黑";
}
.bottom-page li a:hover{
    background: #6dbe33;
    color: white;
}
.bottom-page li a:hover li{
    border:1px solid #6dbe33;
}
/*二级标题*/
.top-nav{
    /*height: 58px;*/
    border: 1px solid #ebebeb;
    margin-bottom: 30px;
}
.top-nav ul{
    width: 100%;
    overflow: hidden;
}
.top-nav ul li{
    height: 58px;
    line-height: 58px;
    text-align: center;
    width: 100px;
    float: left;
    border-right: 1px solid #ebebeb;
}
.top-nav ul li a{
    color: #333333;
}
.top-nav ul li.one{
    background: #00a9e7;
}
.top-nav ul li.one a{
    color: white;
}
.top-nav ul li a:hover{
    color: white;
    background: #00a9e7;
}


/*自适应样式*/

@media (max-width:1110px){
    .footer .list1-li2{
        width: 25%;
    }
}

@media (max-width:640px) {
    .header {
        display: none;
    }
     .nav h1{
         height: 60px;
         width: 150px;
         background: url("logo.jpg") no-repeat left center;
         background-size: 70%;
     }
    .nav .content {
        overflow: visible !important;
    }

    .nav {
        height: 60px;
        background: white;
    }

    .nav .btn_toggle {
        width: 27px;
        height: 20px;
        display: none;
        cursor: pointer;
        position: absolute;
        top: 20px;
        right: 2.8%;
    }

    .nav .btn_toggle span {
        width: 100%;
        height: 2px;
        background: #2b2f27;
        display: block;
    }

    .nav .btn_toggle span:nth-of-type(1) {
        margin-bottom: 7px;
        transition: all 0.3s;
    }

    .nav .btn_toggle span:nth-of-type(2) {
        margin-bottom: 7px;
        transition: all 0.3s;
    }

    .nav .btn_toggle span:nth-of-type(3) {
        transition: all 0.3s;
    }

    .nav .btn_toggle {
        display: block;
    }

    .nav .content {
        width: 100%;
    }

    .nav .ul_nav {
        background: white;
        position: absolute;
        border-top: 1px solid #2b2f27;
        display: none;
        z-index: 503;
        top: 60px;
        width: 100%;
        padding: 10px 0;
    }

    .nav ul.ul_nav li {
        background: white;
        display: block;
        width: 100%;
    }
    .nav ul.ul_nav li a{
        color: #333333;
    }
    .nav ul.ul_nav li a:hover {
        font-weight: normal;
        color: white;
        background: rgb(35, 40, 29);
    }
    .nav .ul_nav >li:hover .ul-nav2{
        display: none;
    }
    .nav .ul_nav >li{
        text-align: left;
    }
    .nav .ul_nav >li a{
        padding-left: 20px;
    }
    .ul-nav2 ul{
        width: 100%;
    }

    .ul-nav2  img.img-nav{
        display: none;
    }
    .ul-nav2{
        width: 100%;
        position: relative;
        padding: 0 10px;
        box-sizing: border-box;
    }
    #abc {
    display: block;

}
    #product {
    display: block;

}
  .nav .ul_nav >li.none7 {
        display:none;
    }
}




@media (max-width:900px){
    .footer .list1-li{
        width: 20%;
    }
    .footer .list1-li2{
        width: 32%;
    }
}


@media (max-width:730px){
        /*!*手机版底部导航*!*/
    .footer  .list1-li .tit1{
        display: none;
    }
    /*手机上才显示tit2*/
    .footer  .list1-li .tit2{
        display: block;
        padding: 0 6px;
        height: 40px;
        line-height: 40px;
        font-size: 13px;
        font-weight: bold;
        color: white;
    }
    .footer{
        padding: 10px 0 10px;
        border-bottom: none;
    }
    .footer .list1-li{
        width: 100%;
        float: left;
    }

    .list1{
            width:100%;
            height: auto;
            margin: 0 auto;
            line-height:35px;
            cursor:pointer;
            display: block;
            background: #2b2f27;
        }
        .list1-li{
            border-bottom:1px solid #656565;

        }
        .list1 li .tit1{
            padding-left:15px;
            cursor:pointer;
            line-height:35px;
            font-size: 14px;
            color: white;
        }

        .list1 li ul{
            display:none;
            background: #3d4237;
        }
    .list1 .u1,.u2{
        padding: 7px 0;
        overflow: hidden;
    }
        .list1 li ul .cur{
            font-size: 12px;
            padding-left: 15px;
            background: #3d4237;
        }
    .list1 li ul li a:hover{
        color: white;
    }
    }

@media (max-width:640px){

}
@media (max-width:600px){

    .bottom{
        padding: 0;
    }
    .bottom .font1{
        width: 100%;
        overflow: hidden;
    }
    .bottom  p{
        margin-top: 15px;
    }
        .bottom .ma{
            float: left;
            margin-top: 10px;
        }
}

@media (max-width:370px){
    .top-nav{
        margin-bottom: 20px;
    }
    .top-nav ul li{
        height: 38px;
        line-height: 38px;
        width: 90px;
        font-size: 12px;
    }
    .bottom-page li.page{
        width: 45px;
    }
}