li{
    list-style: none;
}
div{
    color: #212121;
}
a{
    color: #212121;
}
/*=============首页=============*/
.header{
    padding: 20px 0 10px 0;
    border-bottom: 2px solid #1573b1;
}
.header .logo{
    width: auto;
    height: auto;
    margin-right: 60px;
}
.header ul{

}
.header li{
    float: left;
    position: relative;
    height: 30px;
}

.header li a{
    border-right: 1px solid #cccccc;
    font-size: 16px;
    padding: 0 50px;
    font-weight: bold;
    display: block;
}

.header .tel{
    float: right;
}
.header .right{
    padding-top: 15px;
}
.header .right li.active a{
    color:#1573b1;
}
.header .right li a:hover{
    color:#1573b1;
}
.tel img{
    width: auto;
    height: auto;
    margin-right: 10px;
}
.tel em{
    font-size: 16px;
    color: #e2562b;
    font-weight: bold;
}
.header .yccd{
    position: absolute;
    width: 100%;
    background: #fafafa;
    top: 57px;
    left: 0;
    z-index: 999;
    display: none;
}
.header .right li .yccd a{
    display: block;
    text-align: center;
    padding: 20px 0;
    border-bottom: 1px solid #e6e6e6;
    color: #666666;
    font-size: 14px;
    font-weight: initial;
    border-right: 0;

}
.header .right li .yccd a:hover{
    color: #1573b1;
}
.header .yccd a:last-child{
    border: 0;
}
.header .yccd:after{
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    background: #fafafa;
    top: -10px;
    left: 44%;
    z-index: -1;
}
.index{
    margin-top: 40px;
}
.index li{
    text-align: center;
}
.index .xb2,
.index .xm2{
    width: 20%;
}
.index li a{
    position: relative;
}
.index li a:after{
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #1573b1;
    left: -30px;
    top: 5px;
}
.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.index .swiper-slide a{
    display: block;
    width: 100%;
}
.index .swiper-slide img{
    width: 100%;
}
.index .swiper-container{
    padding-top: 50px;
}
.foot-hot{
    margin: 30px 0;
}
.foot-hot .hot{
    line-height: 30px;

}
.foot-hot .hot em{

}
.foot-hot .hot a{
    border-right: 1px solid #CCCCCC;
    margin-right: 10px;
    padding-right: 10px;
    color: #666666;
}
.foot-hot .hot a:last-child{
    border: 0;
}
.hot .ss {
    border: 1px solid #cccccc;
    border-radius: 5px;
    height: 30px;
}
.hot .ss input{
    border: 0;
    height: 80%;
    margin-left: 7px;
    padding: 0;
}
.hot .ss button{
    border: 0;
    background: #e2562b;
    color: #ffffff;
    height: 100%;
    width: 30px;
}
.foot-sc li{
    text-align: center;
}
.foot-sc li img{
    margin-right: 10px;
}
.foot-sc{
    padding-top: 5px;
}
/*返回顶部*/
.top{
    width: 48px;
    height: 48px;
    background: url("../img/top.png") no-repeat;
    position: fixed;
    z-index: 9999;
    right: 50px;
    bottom: 10%;
}
.top:hover{
    background: url("../img/top1.png") no-repeat;
}

/*=============产品系列================*/
.cpxl{
    border-top: 1px solid #1573b1;
    padding-bottom: 5%;
}
.cbcd{
    padding-top: 50px;
    padding-left: 10%;
}
.cbcd li{
    padding-bottom: 20px;
}
.cbcd li.active a{
    color: #1573b1;
    border-bottom: 1px solid #1573b1;
}
.cbcd li a:hover{
    color: #1573b1;
    border-bottom: 1px solid #1573b1;
}
.cdnr{
    border-left: 1px solid #1573b1;
    padding-left: 10px;
}
.xxnr{
    border-left: 2px solid #1573b1;
    min-height:600px;
}
.nrcd{
    padding: 10px 0 10px 10px;
    border-bottom: 1px solid #1573b1;
    margin-bottom: 5%;
}
.nrcd a{
    margin: 0 10px;
}
.nrcd a.active{
    color: #1573b1;
}
.nrcd a:hover{
    color: #1573b1;
}
.xlimg{
    border-right: 2px solid #cccccc;

}
.cpimg {
    width: 320px;
    height: 225px;
    overflow: hidden;
    margin: auto;
}
.cpimg img{
    width: 100%;
}
.cpnr{
    padding-bottom: 30px;
}
.cpnr h3{
    padding-left: 30px;
    margin-bottom: 20px;
}
.cpnr li{
    padding-bottom: 10%;
}
.cpnr-p{
    padding-left: 30px;
    padding-right: 20px;
    height: 225px;
    position: relative;
}
.cpnr-p h4{
    padding-bottom: 20px;
}
.cpnr-p h4 a:hover{
    color: #1573b1;
}
.cpnr-p p{
    line-height: 30px;
    color: #666666;
}
.cpnr-p .sjx{
    position: absolute;
    bottom: 0;
    left: 30px;
}
.sjx img{
    width: 14px;
    margin-left: 10px;
}
.cp-tu{
    height: 490px;
    overflow: hidden;
    margin-top: 20px;
}
.cp-tu a{
    display: block;
    height: 100%;
    width: 100%;
}
.cp-tu img{
    width: 100%;
}

/*=========在线留言===========*/
.liuyan{
    text-align: center;
}
.liuyan form {
    padding-top: 5%;
}
.liuyan form li{
    font-size: 16px;
    padding-bottom: 30px;
    text-align: left;
    color: #cc0000;
}
.liuyan form li p{
    padding-left: 30px;
    text-align: left;
}
.liuyan form li input{
    border: 1px solid #cccccc;
    height: 36px;
}
.liuyan form li:after{
    clear: both;
    content: '';
    display: block;
}
.liuyan form li textarea{
    border: 1px solid #cccccc;
    height: 200px;
}
.tj{
    width: 210px;
    height: 36px;
    background: #cccccc;
    border: 0;
    margin-top: 30px;
}

/*============商品详情==============*/
.details{
    padding: 0 20px;
}
.details h4{
    color: #1573b1;
    text-align: center;
    padding-bottom: 30px;
}
.details img{
    width: 100%;
    margin-bottom: 30px;
}
.details p{
    line-height: 30px;
    padding-bottom: 20px;
    color: #666666;
}
.details table{
    width: 100%;
    text-align: center;
    color: #333333;
    margin-top: 30px;
}

.details table th{
    background: #e6e6e6;
    font-size: 16px;
    padding: 10px 0;
}
.details table td{
    background: #fafafa;
    padding: 10px 0;
}

/*========关于锘威===============*/
.sjx span{
    color: #999999;
    font-size: 14px;
}
.about{
    padding-top: 5%;
}
/*=============新闻详情=============*/
.clearbox:after{
    clear: both;
    content: '';
    display: block;
}
.new{
    margin-left: 20px;
    padding-bottom: 30px;
    border-bottom: 1px dashed #CCCCCC;
}
.news h3{
    color: #1573b1;
}
.news p{
    color: #999999;
}
.news{
    padding-bottom: 10px;
    border-bottom: 1px dashed #CCCCCC;
}
.new ul{
    margin: -10px;
    padding: 30px 0;
}
.new li{
    padding: 10px;

}
.new li div{
    height: 170px;
    overflow: hidden;
}
.new li img{
    height: 100%;
}

.new .js{
    line-height: 30px;
}
.fenye{
    padding-top: 30px;
    padding-bottom: 10%;
    padding-right: 20px;
}
.fenye li{
    float: left;
    margin-left: 30px;
}
.fenye li a{
    color: #999999;
}
.fenye li a:hover{
    color: #1573b1;
}

/*=============联系我们=============*/
.lx{
    padding: 0 30px 0 30px;
    border-bottom: 1px solid #1573b1;
}
.lx ul{
    border-bottom: 1px dashed #CCCCCC;
}
.lx ul li{
    padding: 5% 0;
}
.lx ul li p{
    color: #666666;
    line-height: 30px;
}
.lx ul li .lxdh{
    margin-top: 20px;
}

.map{
    padding: 5% 0 5% 30px;
}

/*===========尾部=============*/
.foot{
    background: #212121;
    padding: 5% 0;
    margin: auto;
}
.foot ul{
    width: 1280px;
    margin: auto;
}

.footlx{
    width: 350px;
    margin: auto;
}
.footlx .bt{
    color: #ffffff;
    border-bottom: 1px solid #808080;
    font-size: 16px;
    padding-bottom: 5px;
}
.footlx .bt span{
    padding-bottom: 5px;
    border-bottom: 2px solid #808080;
}
.xlwm{
    padding-top: 30px;
}
.xlwm p{
    color: #808080;
    line-height: 40px;
    padding-bottom: 30px;
}
.xlwm p img{
    width: 40px;
    margin-right: 10px;
}
.footlx .gb_resItms a{
    display: block;
    height: 50px;
    width: 50px;
    float: left;
    margin-right: 35px;
    margin-top: 30px;
}
.footlx .gb_resItms .icon1{
    background: url("../img/weibo.png") no-repeat;
    background-size: contain;

}
.footlx .gb_resItms .icon1.on{
    background: url("../img/weibo1.png") no-repeat;
    background-size: contain;
}
.footlx .gb_resItms .icon2{
    background: url("../img/qq.png") no-repeat;
    background-size: contain;
}
.footlx .gb_resItms .icon2.on{
    background: url("../img/qq1.png") no-repeat;
    background-size: contain;
}
.footlx .gb_resItms .icon3{
    background: url("../img/tenxun.png") no-repeat;
    background-size: contain;
}
.footlx .gb_resItms .icon3.on{
    background: url("../img/tenxun1.png") no-repeat;
    background-size: contain;
}
.erwima{
    margin-top: 20px;
}
.erwima img{
    width: 110px;
    height: 110px;
    float: left;
}
.erwima p{
    color: #808080;
    float: left;
    margin-top: 20px;
    margin-left: 20px;
}

/*==========应用领域==========*/
.lingyu{
    padding-left: 30px;
}
.lingyu ul{
    padding-bottom: 30px;
}
.lingyu ul li{
    padding: 10px;
}
.lingyu ul li div{
    height: 170px;
    overflow: hidden;
}
.lingyu ul li img{
    width: 100%;
}
.lingyu p{
    line-height: 30px;
    color: #666666;
    padding-bottom: 20px;
}



@media (max-width: 1200px) {
/*=========首页=========*/
    .header .logo {
        margin-right: 35px;
    }
    .header li a {
        padding: 0 25px;
    }
    .foot-sc li {
        font-size: 12px;
    }

    /*=========应用领域=========*/
    .lingyu ul li div {
        height: 140px;
    }



}
@media (max-width: 1000px) {
    /*=========首页=========*/
    .header {
        padding: 20px 10px 10px 10px;
    }
    .header .logo {
        margin-right: 10px;
        width: 140px;
    }
    .header li a {
        padding: 0 15px;
        font-size: 14px;
    }
    .header .yccd a {
        padding: 15px 0;
        font-size: 12px;
    }
    .index ul{
        padding: 0 10px;
    }
    .tel em {
        font-size: 14px;
    }
    .foot-sc li {
        float: left;
        margin-right: 30px;
        margin-top: 10px;
    }
    .foot-hot {
        margin: 30px 10px;
    }
    /*=============产品系列================*/
    .cbcd {
        padding-left: 0;
    }
    .cpimg{
        width: 220px;
        height: 220px;
    }
    .cpnr-p {
        height: 220px;
    }
    .cpimg img {
        width: 160%;
    }
    .cp-tu img{
        width: auto;
        height: 100%;
    }
    .cbcd li {
        padding-left: 10px;
        font-size: 13px;
    }

    /*==========在线留言==========*/
    .liuyan form li p {
        padding-left: 20px;
        font-size: 14px;
    }

    /*=======新闻详情==========*/
    .new ul{
        margin: 0;
    }

    /*==========底部==========*/
    .foot ul{
        width: 100%;
    }

    /*=========应用领域=========*/
    .lingyu ul li div {
        height: 120px;
    }

}
@media (max-width: 770px) {
    .top{
        display: none;
    }
}
    /*=========内容列表 分页=========*/
.page{clear:both; margin:20px 0px 0px 0px; text-align: center;}
.page a {display: inline-block; font-family: Arial; font-size: 13px; border: #dbdbdb 1px solid; padding:4px 9px; margin: 2px; margin-bottom: 5px; color: #31363c; text-decoration: none}
.page a:hover,.page a:focus{font-family: Arial;font-size: 13px;border: #000 1px solid; padding:4px 9px;color: #fff; background-color: #31363c;}
.page .current {font-family: Arial;border: #000 1px solid; font-size: 13px; padding:5px 9px; color: #fff;margin: 2px;  background-color: #31363c}